<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/import-glob-loader/index.js!./node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade &gt; .splide__list &gt; .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade &gt; .splide__list &gt; .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb &gt; .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track &gt; .splide__list &gt; .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav &gt; .splide__list &gt; .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav &gt; .splide__list &gt; .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/import-glob-loader/index.js!./resources/scss/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 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: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --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: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --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(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

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

::-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 &gt; :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "â€”Â&nbsp;";
}

.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 &gt; * {
  -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 &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.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 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .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 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .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 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .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 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .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 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .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-body-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-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table &gt; :not(caption) &gt; * &gt; * {
  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 &gt; tbody {
  vertical-align: inherit;
}
.table &gt; thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

.table-striped-columns &gt; :not(caption) &gt; tr &gt; :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 &gt; tbody &gt; tr:hover &gt; * {
  --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: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --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: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --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: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --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: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --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: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --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: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --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: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --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: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --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);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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: #86b7fe;
  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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%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);
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23adb5bd%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%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);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  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-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -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: #86b7fe;
  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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2386b7fe%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -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;
  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;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  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;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-tertiary-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 &gt; .form-control,
.form-floating &gt; .form-control-plaintext,
.form-floating &gt; .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 &gt; 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 &gt; label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating &gt; .form-control::-webkit-input-placeholder, .form-floating &gt; .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control::-moz-placeholder, .form-floating &gt; .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control:-ms-input-placeholder, .form-floating &gt; .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control::-ms-input-placeholder, .form-floating &gt; .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control::placeholder,
.form-floating &gt; .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating &gt; .form-control:not(:-moz-placeholder-shown), .form-floating &gt; .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:not(:-ms-input-placeholder), .form-floating &gt; .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown),
.form-floating &gt; .form-control-plaintext:focus,
.form-floating &gt; .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:-webkit-autofill,
.form-floating &gt; .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .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 &gt; .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 &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-control-plaintext ~ label,
.form-floating &gt; .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 &gt; .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 &gt; .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 &gt; .form-control:focus ~ label::after,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label::after,
.form-floating &gt; .form-control-plaintext ~ label::after,
.form-floating &gt; .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 &gt; .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 &gt; .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating &gt; :disabled ~ label {
  color: #6c757d;
}
.form-floating &gt; :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 &gt; .form-control,
.input-group &gt; .form-select,
.input-group &gt; .form-floating {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group &gt; .form-control:focus,
.input-group &gt; .form-select:focus,
.input-group &gt; .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 &gt; .form-control,
.input-group-lg &gt; .form-select,
.input-group-lg &gt; .input-group-text,
.input-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .form-select,
.input-group-sm &gt; .input-group-text,
.input-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

.input-group:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-control,
.input-group:not(.has-validation) &gt; .form-floating:not(:last-child) &gt; .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation &gt; :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation &gt; .form-floating:nth-last-child(n+3) &gt; .form-control,
.input-group.has-validation &gt; .form-floating:nth-last-child(n+3) &gt; .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; :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 &gt; .form-floating:not(:first-child) &gt; .form-control,
.input-group &gt; .form-floating:not(:first-child) &gt; .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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.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%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.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%27/%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 &gt; .form-control:not(:focus):valid, .input-group &gt; .form-control:not(:focus).is-valid,
.was-validated .input-group &gt; .form-select:not(:focus):valid,
.input-group &gt; .form-select:not(:focus).is-valid,
.was-validated .input-group &gt; .form-floating:not(:focus-within):valid,
.input-group &gt; .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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  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 &gt; .form-control:not(:focus):invalid, .input-group &gt; .form-control:not(:focus).is-invalid,
.was-validated .input-group &gt; .form-select:not(:focus):invalid,
.input-group &gt; .form-select:not(:focus).is-invalid,
.was-validated .input-group &gt; .form-floating:not(:focus-within):invalid,
.input-group &gt; .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: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: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --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: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --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: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --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: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --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: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --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: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --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: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --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: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --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 &gt; .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 &gt; .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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --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 &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group &gt; .btn-check:checked + .btn,
.btn-group &gt; .btn-check:focus + .btn,
.btn-group &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn-check:checked + .btn,
.btn-group-vertical &gt; .btn-check:focus + .btn,
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .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 &gt; :not(.btn-check:first-child) + .btn,
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn.dropdown-toggle-split:first-child,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn:nth-child(n+3),
.btn-group &gt; :not(.btn-check) + .btn,
.btn-group &gt; .btn-group:not(:first-child) &gt; .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 &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .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 &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn ~ .btn,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .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 {
  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.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.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:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .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 &gt; .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

.nav-justified &gt; .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 &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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 &gt; .container,
.navbar &gt; .container-fluid,
.navbar &gt; .container-sm,
.navbar &gt; .container-md,
.navbar &gt; .container-lg,
.navbar &gt; .container-xl,
.navbar &gt; .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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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 &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card &gt; .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 &gt; .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 &gt; .card-header + .list-group,
.card &gt; .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 &gt; .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 &gt; .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-top,
  .card-group &gt; .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-bottom,
  .card-group &gt; .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-top,
  .card-group &gt; .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-bottom,
  .card-group &gt; .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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23052c65%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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%27/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --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;
  border-color: var(--bs-accordion-btn-focus-border-color);
  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-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-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-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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%27/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.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%27/%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 &gt; .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 &gt; .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: -webkit-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-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 &gt; .progress {
  overflow: visible;
}

.progress-stacked &gt; .progress &gt; .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 &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl &gt; .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 &gt; .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 &gt; .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 &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl &gt; .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 &gt; .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush &gt; .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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.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%27/%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 &gt; :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: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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 &gt; * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --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 &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::before, .bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=right] &gt; .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 &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::before, .bs-popover-end &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] &gt; .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 &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::before, .bs-popover-bottom &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] &gt; .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 &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=left] &gt; .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 &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::before, .bs-popover-start &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] &gt; .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 &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] &gt; .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%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.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%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.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%27/%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: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.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: -webkit-linear-gradient(320deg, #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(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          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 &gt; .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 &gt; .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover &gt; .bi, .icon-link-hover:focus-visible &gt; .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 &gt; * {
  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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  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: -ms-grid !important;
  display: grid !important;
}

.d-inline-grid {
  display: -ms-inline-grid !important;
  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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !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: -webkit-sticky !important;
  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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-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;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          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: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    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;
  }
}
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
body &gt; main article.aboutus .link-block-color .wp-block-column a:before,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
body &gt; main article.aboutus .link-block-color .wp-block-column a:before,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

body &gt; main article.aboutus .link-block-color .wp-block-column a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\&lt;";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\&gt;";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

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

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

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../js/../css/images/bb975c966c37455a1bc3.woff2) format("woff2"), url(../js/../css/images/4a2cd718d7031b732e76.ttf) format("truetype");
}
.fas,
.fa-solid,
body &gt; main article.aboutus .link-block-color .wp-block-column a:before {
  font-weight: 900;
}

/*============================
 color å¤‰æ•°
 ========================== */
/*============================
 bootstrapè¨­å®šå¤‰æ›´
 ========================== */
.black-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(28, 15, 15);
  padding: 0px 3px;
}

.black {
  color: rgb(28, 15, 15);
}

.upper-black {
  padding-top: 0.2em;
  border-top: 2px solid rgb(28, 15, 15);
}

.under-black {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(28, 15, 15);
}

.under-dotted-black {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(28, 15, 15);
}

.border-black {
  border: 2px solid rgb(28, 15, 15);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-black {
  border: 2px solid rgb(28, 15, 15);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-black {
  background-color: rgb(28, 15, 15);
}

.marker-black {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(28, 15, 15)));
  background: -webkit-linear-gradient(transparent 60%, rgb(28, 15, 15) 30%);
  background: linear-gradient(transparent 60%, rgb(28, 15, 15) 30%);
  padding: 0 0.1em;
}

table.border-black th, table.border-black td {
  padding: 2px;
  border: 1px solid rgb(28, 15, 15);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(28, 15, 15);
}

.lightblack-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(107, 107, 107);
  padding: 0px 3px;
}

.lightblack {
  color: rgb(107, 107, 107);
}

.upper-lightblack {
  padding-top: 0.2em;
  border-top: 2px solid rgb(107, 107, 107);
}

.under-lightblack {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(107, 107, 107);
}

.under-dotted-lightblack {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(107, 107, 107);
}

.border-lightblack {
  border: 2px solid rgb(107, 107, 107);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-lightblack {
  border: 2px solid rgb(107, 107, 107);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-lightblack {
  background-color: rgb(107, 107, 107);
}

.marker-lightblack {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(107, 107, 107)));
  background: -webkit-linear-gradient(transparent 60%, rgb(107, 107, 107) 30%);
  background: linear-gradient(transparent 60%, rgb(107, 107, 107) 30%);
  padding: 0 0.1em;
}

table.border-lightblack th, table.border-lightblack td {
  padding: 2px;
  border: 1px solid rgb(107, 107, 107);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(107, 107, 107);
}

.white-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(255, 255, 255);
  padding: 0px 3px;
}

.white {
  color: rgb(255, 255, 255);
}

.upper-white {
  padding-top: 0.2em;
  border-top: 2px solid rgb(255, 255, 255);
}

.under-white {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(255, 255, 255);
}

.under-dotted-white {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(255, 255, 255);
}

.border-white {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-white {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.marker-white {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(transparent 60%, rgb(255, 255, 255) 30%);
  background: linear-gradient(transparent 60%, rgb(255, 255, 255) 30%);
  padding: 0 0.1em;
}

table.border-white th, table.border-white td {
  padding: 2px;
  border: 1px solid rgb(255, 255, 255);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.blue-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-red {
  display: inline;
  background-color: #f60307;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-green {
  display: inline;
  background-color: #34b47f;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-magenta {
  display: inline;
  background-color: #820041;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #334feb;
  padding: 0px 3px;
}

.blue-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #334feb;
  padding: 0px 3px;
}

.blue {
  color: #334feb;
}

.upper-blue {
  padding-top: 0.2em;
  border-top: 2px solid #334feb;
}

.under-blue {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #334feb;
}

.under-dotted-blue {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #334feb;
}

.border-blue {
  border: 2px solid #334feb;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-blue {
  border: 2px solid #334feb;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-blue {
  background-color: #334feb;
}

.marker-blue {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #334feb));
  background: -webkit-linear-gradient(transparent 60%, #334feb 30%);
  background: linear-gradient(transparent 60%, #334feb 30%);
  padding: 0 0.1em;
}

table.border-blue th, table.border-blue td {
  padding: 2px;
  border: 1px solid #334feb;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #334feb;
}

.darkblue-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-blue {
  display: inline;
  background-color: #334feb;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-red {
  display: inline;
  background-color: #f60307;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-green {
  display: inline;
  background-color: #34b47f;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-magenta {
  display: inline;
  background-color: #820041;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #3b4db4;
  padding: 0px 3px;
}

.darkblue {
  color: #3b4db4;
}

.upper-darkblue {
  padding-top: 0.2em;
  border-top: 2px solid #3b4db4;
}

.under-darkblue {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #3b4db4;
}

.under-dotted-darkblue {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #3b4db4;
}

.border-darkblue {
  border: 2px solid #3b4db4;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-darkblue {
  border: 2px solid #3b4db4;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-darkblue {
  background-color: #3b4db4;
}

.marker-darkblue {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #3b4db4));
  background: -webkit-linear-gradient(transparent 60%, #3b4db4 30%);
  background: linear-gradient(transparent 60%, #3b4db4 30%);
  padding: 0 0.1em;
}

table.border-darkblue th, table.border-darkblue td {
  padding: 2px;
  border: 1px solid #3b4db4;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #3b4db4;
}

.orange-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-blue {
  display: inline;
  background-color: #334feb;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-red {
  display: inline;
  background-color: #f60307;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-green {
  display: inline;
  background-color: #34b47f;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-magenta {
  display: inline;
  background-color: #820041;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #efaa35;
  padding: 0px 3px;
}

.orange-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #efaa35;
  padding: 0px 3px;
}

.orange {
  color: #efaa35;
}

.upper-orange {
  padding-top: 0.2em;
  border-top: 2px solid #efaa35;
}

.under-orange {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #efaa35;
}

.under-dotted-orange {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #efaa35;
}

.border-orange {
  border: 2px solid #efaa35;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-orange {
  border: 2px solid #efaa35;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-orange {
  background-color: #efaa35;
}

.marker-orange {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #efaa35));
  background: -webkit-linear-gradient(transparent 60%, #efaa35 30%);
  background: linear-gradient(transparent 60%, #efaa35 30%);
  padding: 0 0.1em;
}

table.border-orange th, table.border-orange td {
  padding: 2px;
  border: 1px solid #efaa35;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #efaa35;
}

.skin-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-blue {
  display: inline;
  background-color: #334feb;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-red {
  display: inline;
  background-color: #f60307;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-green {
  display: inline;
  background-color: #34b47f;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-magenta {
  display: inline;
  background-color: #820041;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #f8cbbb;
  padding: 0px 3px;
}

.skin {
  color: #f8cbbb;
}

.upper-skin {
  padding-top: 0.2em;
  border-top: 2px solid #f8cbbb;
}

.under-skin {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #f8cbbb;
}

.under-dotted-skin {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #f8cbbb;
}

.border-skin {
  border: 2px solid #f8cbbb;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-skin {
  border: 2px solid #f8cbbb;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-skin {
  background-color: #f8cbbb;
}

.marker-skin {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #f8cbbb));
  background: -webkit-linear-gradient(transparent 60%, #f8cbbb 30%);
  background: linear-gradient(transparent 60%, #f8cbbb 30%);
  padding: 0 0.1em;
}

table.border-skin th, table.border-skin td {
  padding: 2px;
  border: 1px solid #f8cbbb;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #f8cbbb;
}

.red-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-blue {
  display: inline;
  background-color: #334feb;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-green {
  display: inline;
  background-color: #34b47f;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-magenta {
  display: inline;
  background-color: #820041;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #f60307;
  padding: 0px 3px;
}

.red-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #f60307;
  padding: 0px 3px;
}

.red-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #f60307;
  padding: 0px 3px;
}

.red {
  color: #f60307;
}

.upper-red {
  padding-top: 0.2em;
  border-top: 2px solid #f60307;
}

.under-red {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #f60307;
}

.under-dotted-red {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #f60307;
}

.border-red {
  border: 2px solid #f60307;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-red {
  border: 2px solid #f60307;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-red {
  background-color: #f60307;
}

.marker-red {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #f60307));
  background: -webkit-linear-gradient(transparent 60%, #f60307 30%);
  background: linear-gradient(transparent 60%, #f60307 30%);
  padding: 0 0.1em;
}

table.border-red th, table.border-red td {
  padding: 2px;
  border: 1px solid #f60307;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #f60307;
}

.pink-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-blue {
  display: inline;
  background-color: #334feb;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-red {
  display: inline;
  background-color: #f60307;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-green {
  display: inline;
  background-color: #34b47f;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-magenta {
  display: inline;
  background-color: #820041;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #f65f9c;
  padding: 0px 3px;
}

.pink {
  color: #f65f9c;
}

.upper-pink {
  padding-top: 0.2em;
  border-top: 2px solid #f65f9c;
}

.under-pink {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #f65f9c;
}

.under-dotted-pink {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #f65f9c;
}

.border-pink {
  border: 2px solid #f65f9c;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-pink {
  border: 2px solid #f65f9c;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-pink {
  background-color: #f65f9c;
}

.marker-pink {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #f65f9c));
  background: -webkit-linear-gradient(transparent 60%, #f65f9c 30%);
  background: linear-gradient(transparent 60%, #f65f9c 30%);
  padding: 0 0.1em;
}

table.border-pink th, table.border-pink td {
  padding: 2px;
  border: 1px solid #f65f9c;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #f65f9c;
}

.lightpink-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-blue {
  display: inline;
  background-color: #334feb;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-red {
  display: inline;
  background-color: #f60307;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-green {
  display: inline;
  background-color: #34b47f;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-magenta {
  display: inline;
  background-color: #820041;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #fbd8e5;
  padding: 0px 3px;
}

.lightpink {
  color: #fbd8e5;
}

.upper-lightpink {
  padding-top: 0.2em;
  border-top: 2px solid #fbd8e5;
}

.under-lightpink {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #fbd8e5;
}

.under-dotted-lightpink {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #fbd8e5;
}

.border-lightpink {
  border: 2px solid #fbd8e5;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-lightpink {
  border: 2px solid #fbd8e5;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-lightpink {
  background-color: #fbd8e5;
}

.marker-lightpink {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #fbd8e5));
  background: -webkit-linear-gradient(transparent 60%, #fbd8e5 30%);
  background: linear-gradient(transparent 60%, #fbd8e5 30%);
  padding: 0 0.1em;
}

table.border-lightpink th, table.border-lightpink td {
  padding: 2px;
  border: 1px solid #fbd8e5;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #fbd8e5;
}

.green-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-blue {
  display: inline;
  background-color: #334feb;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-red {
  display: inline;
  background-color: #f60307;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-magenta {
  display: inline;
  background-color: #820041;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #34b47f;
  padding: 0px 3px;
}

.green-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #34b47f;
  padding: 0px 3px;
}

.green {
  color: #34b47f;
}

.upper-green {
  padding-top: 0.2em;
  border-top: 2px solid #34b47f;
}

.under-green {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #34b47f;
}

.under-dotted-green {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #34b47f;
}

.border-green {
  border: 2px solid #34b47f;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-green {
  border: 2px solid #34b47f;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-green {
  background-color: #34b47f;
}

.marker-green {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #34b47f));
  background: -webkit-linear-gradient(transparent 60%, #34b47f 30%);
  background: linear-gradient(transparent 60%, #34b47f 30%);
  padding: 0 0.1em;
}

table.border-green th, table.border-green td {
  padding: 2px;
  border: 1px solid #34b47f;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #34b47f;
}

.yellow-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-blue {
  display: inline;
  background-color: #334feb;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-red {
  display: inline;
  background-color: #f60307;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-green {
  display: inline;
  background-color: #34b47f;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-magenta {
  display: inline;
  background-color: #820041;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #fbf705;
  padding: 0px 3px;
}

.yellow {
  color: #fbf705;
}

.upper-yellow {
  padding-top: 0.2em;
  border-top: 2px solid #fbf705;
}

.under-yellow {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #fbf705;
}

.under-dotted-yellow {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #fbf705;
}

.border-yellow {
  border: 2px solid #fbf705;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-yellow {
  border: 2px solid #fbf705;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-yellow {
  background-color: #fbf705;
}

.marker-yellow {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #fbf705));
  background: -webkit-linear-gradient(transparent 60%, #fbf705 30%);
  background: linear-gradient(transparent 60%, #fbf705 30%);
  padding: 0 0.1em;
}

table.border-yellow th, table.border-yellow td {
  padding: 2px;
  border: 1px solid #fbf705;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #fbf705;
}

.lightyellow-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-blue {
  display: inline;
  background-color: #334feb;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-red {
  display: inline;
  background-color: #f60307;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-green {
  display: inline;
  background-color: #34b47f;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-magenta {
  display: inline;
  background-color: #820041;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #fbf97e;
  padding: 0px 3px;
}

.lightyellow {
  color: #fbf97e;
}

.upper-lightyellow {
  padding-top: 0.2em;
  border-top: 2px solid #fbf97e;
}

.under-lightyellow {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #fbf97e;
}

.under-dotted-lightyellow {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #fbf97e;
}

.border-lightyellow {
  border: 2px solid #fbf97e;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-lightyellow {
  border: 2px solid #fbf97e;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-lightyellow {
  background-color: #fbf97e;
}

.marker-lightyellow {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #fbf97e));
  background: -webkit-linear-gradient(transparent 60%, #fbf97e 30%);
  background: linear-gradient(transparent 60%, #fbf97e 30%);
  padding: 0 0.1em;
}

table.border-lightyellow th, table.border-lightyellow td {
  padding: 2px;
  border: 1px solid #fbf97e;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #fbf97e;
}

.darkyellow-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-blue {
  display: inline;
  background-color: #334feb;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-red {
  display: inline;
  background-color: #f60307;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-green {
  display: inline;
  background-color: #34b47f;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-magenta {
  display: inline;
  background-color: #820041;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #ffef00;
  padding: 0px 3px;
}

.darkyellow {
  color: #ffef00;
}

.upper-darkyellow {
  padding-top: 0.2em;
  border-top: 2px solid #ffef00;
}

.under-darkyellow {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #ffef00;
}

.under-dotted-darkyellow {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #ffef00;
}

.border-darkyellow {
  border: 2px solid #ffef00;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-darkyellow {
  border: 2px solid #ffef00;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-darkyellow {
  background-color: #ffef00;
}

.marker-darkyellow {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #ffef00));
  background: -webkit-linear-gradient(transparent 60%, #ffef00 30%);
  background: linear-gradient(transparent 60%, #ffef00 30%);
  padding: 0 0.1em;
}

table.border-darkyellow th, table.border-darkyellow td {
  padding: 2px;
  border: 1px solid #ffef00;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #ffef00;
}

.ocher-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-blue {
  display: inline;
  background-color: #334feb;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-red {
  display: inline;
  background-color: #f60307;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-green {
  display: inline;
  background-color: #34b47f;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-magenta {
  display: inline;
  background-color: #820041;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #f9e7a1;
  padding: 0px 3px;
}

.ocher {
  color: #f9e7a1;
}

.upper-ocher {
  padding-top: 0.2em;
  border-top: 2px solid #f9e7a1;
}

.under-ocher {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #f9e7a1;
}

.under-dotted-ocher {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #f9e7a1;
}

.border-ocher {
  border: 2px solid #f9e7a1;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-ocher {
  border: 2px solid #f9e7a1;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-ocher {
  background-color: #f9e7a1;
}

.marker-ocher {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #f9e7a1));
  background: -webkit-linear-gradient(transparent 60%, #f9e7a1 30%);
  background: linear-gradient(transparent 60%, #f9e7a1 30%);
  padding: 0 0.1em;
}

table.border-ocher th, table.border-ocher td {
  padding: 2px;
  border: 1px solid #f9e7a1;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #f9e7a1;
}

.dark-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(90, 90, 90);
  padding: 0px 3px;
}

.dark {
  color: rgb(90, 90, 90);
}

.upper-dark {
  padding-top: 0.2em;
  border-top: 2px solid rgb(90, 90, 90);
}

.under-dark {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(90, 90, 90);
}

.under-dotted-dark {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(90, 90, 90);
}

.border-dark {
  border: 2px solid rgb(90, 90, 90);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-dark {
  border: 2px solid rgb(90, 90, 90);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-dark {
  background-color: rgb(90, 90, 90);
}

.marker-dark {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(90, 90, 90)));
  background: -webkit-linear-gradient(transparent 60%, rgb(90, 90, 90) 30%);
  background: linear-gradient(transparent 60%, rgb(90, 90, 90) 30%);
  padding: 0 0.1em;
}

table.border-dark th, table.border-dark td {
  padding: 2px;
  border: 1px solid rgb(90, 90, 90);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(90, 90, 90);
}

.gray-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(180, 180, 180);
  padding: 0px 3px;
}

.gray {
  color: rgb(180, 180, 180);
}

.upper-gray {
  padding-top: 0.2em;
  border-top: 2px solid rgb(180, 180, 180);
}

.under-gray {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(180, 180, 180);
}

.under-dotted-gray {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(180, 180, 180);
}

.border-gray {
  border: 2px solid rgb(180, 180, 180);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-gray {
  border: 2px solid rgb(180, 180, 180);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-gray {
  background-color: rgb(180, 180, 180);
}

.marker-gray {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(180, 180, 180)));
  background: -webkit-linear-gradient(transparent 60%, rgb(180, 180, 180) 30%);
  background: linear-gradient(transparent 60%, rgb(180, 180, 180) 30%);
  padding: 0 0.1em;
}

table.border-gray th, table.border-gray td {
  padding: 2px;
  border: 1px solid rgb(180, 180, 180);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(180, 180, 180);
}

.lightgray-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(231, 230, 230);
  padding: 0px 3px;
}

.lightgray {
  color: rgb(231, 230, 230);
}

.upper-lightgray {
  padding-top: 0.2em;
  border-top: 2px solid rgb(231, 230, 230);
}

.under-lightgray {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(231, 230, 230);
}

.under-dotted-lightgray {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(231, 230, 230);
}

.border-lightgray {
  border: 2px solid rgb(231, 230, 230);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-lightgray {
  border: 2px solid rgb(231, 230, 230);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-lightgray {
  background-color: rgb(231, 230, 230);
}

.marker-lightgray {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(231, 230, 230)));
  background: -webkit-linear-gradient(transparent 60%, rgb(231, 230, 230) 30%);
  background: linear-gradient(transparent 60%, rgb(231, 230, 230) 30%);
  padding: 0 0.1em;
}

table.border-lightgray th, table.border-lightgray td {
  padding: 2px;
  border: 1px solid rgb(231, 230, 230);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(231, 230, 230);
}

.magenta-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-blue {
  display: inline;
  background-color: #334feb;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-red {
  display: inline;
  background-color: #f60307;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-green {
  display: inline;
  background-color: #34b47f;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #820041;
  padding: 0px 3px;
}

.magenta-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #820041;
  padding: 0px 3px;
}

.magenta {
  color: #820041;
}

.upper-magenta {
  padding-top: 0.2em;
  border-top: 2px solid #820041;
}

.under-magenta {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #820041;
}

.under-dotted-magenta {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #820041;
}

.border-magenta {
  border: 2px solid #820041;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-magenta {
  border: 2px solid #820041;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-magenta {
  background-color: #820041;
}

.marker-magenta {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #820041));
  background: -webkit-linear-gradient(transparent 60%, #820041 30%);
  background: linear-gradient(transparent 60%, #820041 30%);
  padding: 0 0.1em;
}

table.border-magenta th, table.border-magenta td {
  padding: 2px;
  border: 1px solid #820041;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #820041;
}

.skyblue-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-blue {
  display: inline;
  background-color: #334feb;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-red {
  display: inline;
  background-color: #f60307;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-green {
  display: inline;
  background-color: #34b47f;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-magenta {
  display: inline;
  background-color: #820041;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #52baef;
  padding: 0px 3px;
}

.skyblue {
  color: #52baef;
}

.upper-skyblue {
  padding-top: 0.2em;
  border-top: 2px solid #52baef;
}

.under-skyblue {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #52baef;
}

.under-dotted-skyblue {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #52baef;
}

.border-skyblue {
  border: 2px solid #52baef;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-skyblue {
  border: 2px solid #52baef;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-skyblue {
  background-color: #52baef;
}

.marker-skyblue {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #52baef));
  background: -webkit-linear-gradient(transparent 60%, #52baef 30%);
  background: linear-gradient(transparent 60%, #52baef 30%);
  padding: 0 0.1em;
}

table.border-skyblue th, table.border-skyblue td {
  padding: 2px;
  border: 1px solid #52baef;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #52baef;
}

.paleblue-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-blue {
  display: inline;
  background-color: #334feb;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-orange {
  display: inline;
  background-color: #efaa35;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-red {
  display: inline;
  background-color: #f60307;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-green {
  display: inline;
  background-color: #34b47f;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-magenta {
  display: inline;
  background-color: #820041;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: #a6c7d8;
  padding: 0px 3px;
}

.paleblue {
  color: #a6c7d8;
}

.upper-paleblue {
  padding-top: 0.2em;
  border-top: 2px solid #a6c7d8;
}

.under-paleblue {
  padding-bottom: 0.2em;
  border-bottom: 2px solid #a6c7d8;
}

.under-dotted-paleblue {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #a6c7d8;
}

.border-paleblue {
  border: 2px solid #a6c7d8;
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-paleblue {
  border: 2px solid #a6c7d8;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-paleblue {
  background-color: #a6c7d8;
}

.marker-paleblue {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #a6c7d8));
  background: -webkit-linear-gradient(transparent 60%, #a6c7d8 30%);
  background: linear-gradient(transparent 60%, #a6c7d8 30%);
  padding: 0 0.1em;
}

table.border-paleblue th, table.border-paleblue td {
  padding: 2px;
  border: 1px solid #a6c7d8;
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid #a6c7d8;
}

.darkgreen-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(45, 116, 72);
  padding: 0px 3px;
}

.darkgreen {
  color: rgb(45, 116, 72);
}

.upper-darkgreen {
  padding-top: 0.2em;
  border-top: 2px solid rgb(45, 116, 72);
}

.under-darkgreen {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(45, 116, 72);
}

.under-dotted-darkgreen {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(45, 116, 72);
}

.border-darkgreen {
  border: 2px solid rgb(45, 116, 72);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-darkgreen {
  border: 2px solid rgb(45, 116, 72);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-darkgreen {
  background-color: rgb(45, 116, 72);
}

.marker-darkgreen {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(45, 116, 72)));
  background: -webkit-linear-gradient(transparent 60%, rgb(45, 116, 72) 30%);
  background: linear-gradient(transparent 60%, rgb(45, 116, 72) 30%);
  padding: 0 0.1em;
}

table.border-darkgreen th, table.border-darkgreen td {
  padding: 2px;
  border: 1px solid rgb(45, 116, 72);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(45, 116, 72);
}

.darkseagreen-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(143, 188, 143);
  padding: 0px 3px;
}

.darkseagreen {
  color: rgb(143, 188, 143);
}

.upper-darkseagreen {
  padding-top: 0.2em;
  border-top: 2px solid rgb(143, 188, 143);
}

.under-darkseagreen {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(143, 188, 143);
}

.under-dotted-darkseagreen {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(143, 188, 143);
}

.border-darkseagreen {
  border: 2px solid rgb(143, 188, 143);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-darkseagreen {
  border: 2px solid rgb(143, 188, 143);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-darkseagreen {
  background-color: rgb(143, 188, 143);
}

.marker-darkseagreen {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(143, 188, 143)));
  background: -webkit-linear-gradient(transparent 60%, rgb(143, 188, 143) 30%);
  background: linear-gradient(transparent 60%, rgb(143, 188, 143) 30%);
  padding: 0 0.1em;
}

table.border-darkseagreen th, table.border-darkseagreen td {
  padding: 2px;
  border: 1px solid rgb(143, 188, 143);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(143, 188, 143);
}

.rosybrown-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(187, 139, 139);
  padding: 0px 3px;
}

.rosybrown {
  color: rgb(187, 139, 139);
}

.upper-rosybrown {
  padding-top: 0.2em;
  border-top: 2px solid rgb(187, 139, 139);
}

.under-rosybrown {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(187, 139, 139);
}

.under-dotted-rosybrown {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(187, 139, 139);
}

.border-rosybrown {
  border: 2px solid rgb(187, 139, 139);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-rosybrown {
  border: 2px solid rgb(187, 139, 139);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-rosybrown {
  background-color: rgb(187, 139, 139);
}

.marker-rosybrown {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(187, 139, 139)));
  background: -webkit-linear-gradient(transparent 60%, rgb(187, 139, 139) 30%);
  background: linear-gradient(transparent 60%, rgb(187, 139, 139) 30%);
  padding: 0 0.1em;
}

table.border-rosybrown th, table.border-rosybrown td {
  padding: 2px;
  border: 1px solid rgb(187, 139, 139);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(187, 139, 139);
}

.indianred-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(205, 92, 92);
  padding: 0px 3px;
}

.indianred {
  color: rgb(205, 92, 92);
}

.upper-indianred {
  padding-top: 0.2em;
  border-top: 2px solid rgb(205, 92, 92);
}

.under-indianred {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(205, 92, 92);
}

.under-dotted-indianred {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(205, 92, 92);
}

.border-indianred {
  border: 2px solid rgb(205, 92, 92);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-indianred {
  border: 2px solid rgb(205, 92, 92);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-indianred {
  background-color: rgb(205, 92, 92);
}

.marker-indianred {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(205, 92, 92)));
  background: -webkit-linear-gradient(transparent 60%, rgb(205, 92, 92) 30%);
  background: linear-gradient(transparent 60%, rgb(205, 92, 92) 30%);
  padding: 0 0.1em;
}

table.border-indianred th, table.border-indianred td {
  padding: 2px;
  border: 1px solid rgb(205, 92, 92);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(205, 92, 92);
}

.mediumturquoise-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(72, 209, 204);
  padding: 0px 3px;
}

.mediumturquoise {
  color: rgb(72, 209, 204);
}

.upper-mediumturquoise {
  padding-top: 0.2em;
  border-top: 2px solid rgb(72, 209, 204);
}

.under-mediumturquoise {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(72, 209, 204);
}

.under-dotted-mediumturquoise {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(72, 209, 204);
}

.border-mediumturquoise {
  border: 2px solid rgb(72, 209, 204);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-mediumturquoise {
  border: 2px solid rgb(72, 209, 204);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-mediumturquoise {
  background-color: rgb(72, 209, 204);
}

.marker-mediumturquoise {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(72, 209, 204)));
  background: -webkit-linear-gradient(transparent 60%, rgb(72, 209, 204) 30%);
  background: linear-gradient(transparent 60%, rgb(72, 209, 204) 30%);
  padding: 0 0.1em;
}

table.border-mediumturquoise th, table.border-mediumturquoise td {
  padding: 2px;
  border: 1px solid rgb(72, 209, 204);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(72, 209, 204);
}

.lightground-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground-in-emphasize {
  display: inline;
  background-color: rgb(243, 40, 87);
  color: rgb(18, 171, 150);
  padding: 0px 3px;
}

.lightground {
  color: rgb(18, 171, 150);
}

.upper-lightground {
  padding-top: 0.2em;
  border-top: 2px solid rgb(18, 171, 150);
}

.under-lightground {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(18, 171, 150);
}

.under-dotted-lightground {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(18, 171, 150);
}

.border-lightground {
  border: 2px solid rgb(18, 171, 150);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-lightground {
  border: 2px solid rgb(18, 171, 150);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-lightground {
  background-color: rgb(18, 171, 150);
}

.marker-lightground {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(18, 171, 150)));
  background: -webkit-linear-gradient(transparent 60%, rgb(18, 171, 150) 30%);
  background: linear-gradient(transparent 60%, rgb(18, 171, 150) 30%);
  padding: 0 0.1em;
}

table.border-lightground th, table.border-lightground td {
  padding: 2px;
  border: 1px solid rgb(18, 171, 150);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(18, 171, 150);
}

.emphasize-in-black {
  display: inline;
  background-color: rgb(28, 15, 15);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-lightblack {
  display: inline;
  background-color: rgb(107, 107, 107);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-white {
  display: inline;
  background-color: rgb(255, 255, 255);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-blue {
  display: inline;
  background-color: #334feb;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-darkblue {
  display: inline;
  background-color: #3b4db4;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-orange {
  display: inline;
  background-color: #efaa35;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-skin {
  display: inline;
  background-color: #f8cbbb;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-red {
  display: inline;
  background-color: #f60307;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-pink {
  display: inline;
  background-color: #f65f9c;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-lightpink {
  display: inline;
  background-color: #fbd8e5;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-green {
  display: inline;
  background-color: #34b47f;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-yellow {
  display: inline;
  background-color: #fbf705;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-lightyellow {
  display: inline;
  background-color: #fbf97e;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-darkyellow {
  display: inline;
  background-color: #ffef00;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-ocher {
  display: inline;
  background-color: #f9e7a1;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-dark {
  display: inline;
  background-color: rgb(90, 90, 90);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-gray {
  display: inline;
  background-color: rgb(180, 180, 180);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-lightgray {
  display: inline;
  background-color: rgb(231, 230, 230);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-magenta {
  display: inline;
  background-color: #820041;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-skyblue {
  display: inline;
  background-color: #52baef;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-paleblue {
  display: inline;
  background-color: #a6c7d8;
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-darkgreen {
  display: inline;
  background-color: rgb(45, 116, 72);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-darkseagreen {
  display: inline;
  background-color: rgb(143, 188, 143);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-rosybrown {
  display: inline;
  background-color: rgb(187, 139, 139);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-indianred {
  display: inline;
  background-color: rgb(205, 92, 92);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-mediumturquoise {
  display: inline;
  background-color: rgb(72, 209, 204);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize-in-lightground {
  display: inline;
  background-color: rgb(18, 171, 150);
  color: rgb(243, 40, 87);
  padding: 0px 3px;
}

.emphasize {
  color: rgb(243, 40, 87);
}

.upper-emphasize {
  padding-top: 0.2em;
  border-top: 2px solid rgb(243, 40, 87);
}

.under-emphasize {
  padding-bottom: 0.2em;
  border-bottom: 2px solid rgb(243, 40, 87);
}

.under-dotted-emphasize {
  padding-bottom: 0.2em;
  border-bottom: 2px dotted rgb(243, 40, 87);
}

.border-emphasize {
  border: 2px solid rgb(243, 40, 87);
  border-radius: 10px;
  padding: 0.2em 0.6em;
}

.circle-emphasize {
  border: 2px solid rgb(243, 40, 87);
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em 0em;
}

.bg-emphasize {
  background-color: rgb(243, 40, 87);
}

.marker-emphasize {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgb(243, 40, 87)));
  background: -webkit-linear-gradient(transparent 60%, rgb(243, 40, 87) 30%);
  background: linear-gradient(transparent 60%, rgb(243, 40, 87) 30%);
  padding: 0 0.1em;
}

table.border-emphasize th, table.border-emphasize td {
  padding: 2px;
  border: 1px solid rgb(243, 40, 87);
}

table.under-name th, table.under-name td {
  padding: 2px;
  border-bottom: 1px solid rgb(243, 40, 87);
}

a[href*="tel:"] {
  text-decoration: none;
  color: rgb(50, 50, 50);
}

a,
button {
  text-decoration: none;
  color: rgb(50, 50, 50);
}

.sm-visible {
  display: block;
}

.sm-center {
  text-align: center;
}

@media (min-width: 576px) {
  .sm-visible {
    display: none;
  }
  .sm-center {
    text-align: unset;
  }
}
.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-between {
  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-wrap: wrap;
      flex-wrap: wrap;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-end;
      -ms-flex-pack: space-end;
          justify-content: space-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-end &gt; div, .flex-end &gt; span {
  margin-left: 10px;
  margin-bottom: 5px;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-start &gt; div, .flex-start &gt; span {
  margin-right: 10px;
  margin-bottom: 5px;
}

.flex-center {
  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;
}

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

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

body {
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "MS Pã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.58571;
}

.middle {
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.baseline {
  vertical-align: baseline;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.smaller {
  font-size: smaller;
}

.larger {
  font-size: larger;
}

.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs31 {
  font-size: 31px;
}

.fs32 {
  font-size: 32px;
}

.fs33 {
  font-size: 33px;
}

.fs34 {
  font-size: 34px;
}

.fs35 {
  font-size: 35px;
}

.fs36 {
  font-size: 36px;
}

.fs37 {
  font-size: 37px;
}

.fs38 {
  font-size: 38px;
}

.fs39 {
  font-size: 39px;
}

.fs40 {
  font-size: 40px;
}

.fs41 {
  font-size: 41px;
}

.fs42 {
  font-size: 42px;
}

.fs43 {
  font-size: 43px;
}

.fs44 {
  font-size: 44px;
}

.fs45 {
  font-size: 45px;
}

.fs46 {
  font-size: 46px;
}

.fs47 {
  font-size: 47px;
}

.fs48 {
  font-size: 48px;
}

.fs49 {
  font-size: 49px;
}

.fs50 {
  font-size: 50px;
}

.fs51 {
  font-size: 51px;
}

.fs52 {
  font-size: 52px;
}

.fs53 {
  font-size: 53px;
}

.fs54 {
  font-size: 54px;
}

.fs55 {
  font-size: 55px;
}

.fs56 {
  font-size: 56px;
}

.fs57 {
  font-size: 57px;
}

.fs58 {
  font-size: 58px;
}

.fs59 {
  font-size: 59px;
}

.fs60 {
  font-size: 60px;
}

.fs61 {
  font-size: 61px;
}

.fs62 {
  font-size: 62px;
}

.fs63 {
  font-size: 63px;
}

.fs64 {
  font-size: 64px;
}

.fs65 {
  font-size: 65px;
}

.fs66 {
  font-size: 66px;
}

.fs67 {
  font-size: 67px;
}

.fs68 {
  font-size: 68px;
}

.fs69 {
  font-size: 69px;
}

.fs70 {
  font-size: 70px;
}

.fs71 {
  font-size: 71px;
}

.fs72 {
  font-size: 72px;
}

.fs73 {
  font-size: 73px;
}

.fs74 {
  font-size: 74px;
}

.fs75 {
  font-size: 75px;
}

.fs76 {
  font-size: 76px;
}

.fs77 {
  font-size: 77px;
}

.fs78 {
  font-size: 78px;
}

.fs79 {
  font-size: 79px;
}

.fs80 {
  font-size: 80px;
}

.fs81 {
  font-size: 81px;
}

.fs82 {
  font-size: 82px;
}

.fs83 {
  font-size: 83px;
}

.fs84 {
  font-size: 84px;
}

.fs85 {
  font-size: 85px;
}

.fs86 {
  font-size: 86px;
}

.fs87 {
  font-size: 87px;
}

.fs88 {
  font-size: 88px;
}

.fs89 {
  font-size: 89px;
}

.fs90 {
  font-size: 90px;
}

.fs91 {
  font-size: 91px;
}

.fs92 {
  font-size: 92px;
}

.fs93 {
  font-size: 93px;
}

.fs94 {
  font-size: 94px;
}

.fs95 {
  font-size: 95px;
}

.fs96 {
  font-size: 96px;
}

.fs97 {
  font-size: 97px;
}

.fs98 {
  font-size: 98px;
}

.fs99 {
  font-size: 99px;
}

.fs8em {
  font-size: 0.8em;
}

.fs9em {
  font-size: 0.9em;
}

.fs10em {
  font-size: 1em;
}

.fs11em {
  font-size: 1.1em;
}

.fs12em {
  font-size: 1.2em;
}

.fs13em {
  font-size: 1.3em;
}

.fs14em {
  font-size: 1.4em;
}

.fs15em {
  font-size: 1.5em;
}

.fs16em {
  font-size: 1.6em;
}

.fs17em {
  font-size: 1.7em;
}

.fs18em {
  font-size: 1.8em;
}

.fs19em {
  font-size: 1.9em;
}

.fs20em {
  font-size: 2em;
}

.fs21em {
  font-size: 2.1em;
}

.fs22em {
  font-size: 2.2em;
}

.fs23em {
  font-size: 2.3em;
}

.fs24em {
  font-size: 2.4em;
}

.fs25em {
  font-size: 2.5em;
}

.fs26em {
  font-size: 2.6em;
}

.fs27em {
  font-size: 2.7em;
}

.fs28em {
  font-size: 2.8em;
}

.fs29em {
  font-size: 2.9em;
}

.fs30em {
  font-size: 3em;
}

.fs31em {
  font-size: 3.1em;
}

.fs32em {
  font-size: 3.2em;
}

.fs33em {
  font-size: 3.3em;
}

.fs34em {
  font-size: 3.4em;
}

.fs35em {
  font-size: 3.5em;
}

.fs36em {
  font-size: 3.6em;
}

.fs37em {
  font-size: 3.7em;
}

.fs38em {
  font-size: 3.8em;
}

.fs39em {
  font-size: 3.9em;
}

.fs40em {
  font-size: 4em;
}

.fs41em {
  font-size: 4.1em;
}

.fs42em {
  font-size: 4.2em;
}

.fs43em {
  font-size: 4.3em;
}

.fs44em {
  font-size: 4.4em;
}

.fs45em {
  font-size: 4.5em;
}

.fs46em {
  font-size: 4.6em;
}

.fs47em {
  font-size: 4.7em;
}

.fs48em {
  font-size: 4.8em;
}

.fs49em {
  font-size: 4.9em;
}

.fs50em {
  font-size: 5em;
}

.fs51em {
  font-size: 5.1em;
}

.fs52em {
  font-size: 5.2em;
}

.fs53em {
  font-size: 5.3em;
}

.fs54em {
  font-size: 5.4em;
}

.fs55em {
  font-size: 5.5em;
}

.fs56em {
  font-size: 5.6em;
}

.fs57em {
  font-size: 5.7em;
}

.fs58em {
  font-size: 5.8em;
}

.fs59em {
  font-size: 5.9em;
}

.fs60em {
  font-size: 6em;
}

.fs61em {
  font-size: 6.1em;
}

.fs62em {
  font-size: 6.2em;
}

.fs63em {
  font-size: 6.3em;
}

.fs64em {
  font-size: 6.4em;
}

.fs65em {
  font-size: 6.5em;
}

.fs66em {
  font-size: 6.6em;
}

.fs67em {
  font-size: 6.7em;
}

.fs68em {
  font-size: 6.8em;
}

.fs69em {
  font-size: 6.9em;
}

.fs70em {
  font-size: 7em;
}

.fs71em {
  font-size: 7.1em;
}

.fs72em {
  font-size: 7.2em;
}

.fs73em {
  font-size: 7.3em;
}

.fs74em {
  font-size: 7.4em;
}

.fs75em {
  font-size: 7.5em;
}

.fs76em {
  font-size: 7.6em;
}

.fs77em {
  font-size: 7.7em;
}

.fs78em {
  font-size: 7.8em;
}

.fs79em {
  font-size: 7.9em;
}

.fs80em {
  font-size: 8em;
}

.fs81em {
  font-size: 8.1em;
}

.fs82em {
  font-size: 8.2em;
}

.fs83em {
  font-size: 8.3em;
}

.fs84em {
  font-size: 8.4em;
}

.fs85em {
  font-size: 8.5em;
}

.fs86em {
  font-size: 8.6em;
}

.fs87em {
  font-size: 8.7em;
}

.fs88em {
  font-size: 8.8em;
}

.fs89em {
  font-size: 8.9em;
}

.fs90em {
  font-size: 9em;
}

.fs91em {
  font-size: 9.1em;
}

.fs92em {
  font-size: 9.2em;
}

.fs93em {
  font-size: 9.3em;
}

.fs94em {
  font-size: 9.4em;
}

.fs95em {
  font-size: 9.5em;
}

.fs96em {
  font-size: 9.6em;
}

.fs97em {
  font-size: 9.7em;
}

.fs98em {
  font-size: 9.8em;
}

.fs99em {
  font-size: 9.9em;
}

.fs8rem {
  font-size: 0.8rem;
}

.fs9rem {
  font-size: 0.9rem;
}

.fs10rem {
  font-size: 1rem;
}

.fs11rem {
  font-size: 1.1rem;
}

.fs12rem {
  font-size: 1.2rem;
}

.fs13rem {
  font-size: 1.3rem;
}

.fs14rem {
  font-size: 1.4rem;
}

.fs15rem {
  font-size: 1.5rem;
}

.fs16rem {
  font-size: 1.6rem;
}

.fs17rem {
  font-size: 1.7rem;
}

.fs18rem {
  font-size: 1.8rem;
}

.fs19rem {
  font-size: 1.9rem;
}

.fs20rem {
  font-size: 2rem;
}

.fs21rem {
  font-size: 2.1rem;
}

.fs22rem {
  font-size: 2.2rem;
}

.fs23rem {
  font-size: 2.3rem;
}

.fs24rem {
  font-size: 2.4rem;
}

.fs25rem {
  font-size: 2.5rem;
}

.fs26rem {
  font-size: 2.6rem;
}

.fs27rem {
  font-size: 2.7rem;
}

.fs28rem {
  font-size: 2.8rem;
}

.fs29rem {
  font-size: 2.9rem;
}

.fs30rem {
  font-size: 3rem;
}

.fs31rem {
  font-size: 3.1rem;
}

.fs32rem {
  font-size: 3.2rem;
}

.fs33rem {
  font-size: 3.3rem;
}

.fs34rem {
  font-size: 3.4rem;
}

.fs35rem {
  font-size: 3.5rem;
}

.fs36rem {
  font-size: 3.6rem;
}

.fs37rem {
  font-size: 3.7rem;
}

.fs38rem {
  font-size: 3.8rem;
}

.fs39rem {
  font-size: 3.9rem;
}

.fs40rem {
  font-size: 4rem;
}

.fs41rem {
  font-size: 4.1rem;
}

.fs42rem {
  font-size: 4.2rem;
}

.fs43rem {
  font-size: 4.3rem;
}

.fs44rem {
  font-size: 4.4rem;
}

.fs45rem {
  font-size: 4.5rem;
}

.fs46rem {
  font-size: 4.6rem;
}

.fs47rem {
  font-size: 4.7rem;
}

.fs48rem {
  font-size: 4.8rem;
}

.fs49rem {
  font-size: 4.9rem;
}

.fs50rem {
  font-size: 5rem;
}

.fs51rem {
  font-size: 5.1rem;
}

.fs52rem {
  font-size: 5.2rem;
}

.fs53rem {
  font-size: 5.3rem;
}

.fs54rem {
  font-size: 5.4rem;
}

.fs55rem {
  font-size: 5.5rem;
}

.fs56rem {
  font-size: 5.6rem;
}

.fs57rem {
  font-size: 5.7rem;
}

.fs58rem {
  font-size: 5.8rem;
}

.fs59rem {
  font-size: 5.9rem;
}

.fs60rem {
  font-size: 6rem;
}

.fs61rem {
  font-size: 6.1rem;
}

.fs62rem {
  font-size: 6.2rem;
}

.fs63rem {
  font-size: 6.3rem;
}

.fs64rem {
  font-size: 6.4rem;
}

.fs65rem {
  font-size: 6.5rem;
}

.fs66rem {
  font-size: 6.6rem;
}

.fs67rem {
  font-size: 6.7rem;
}

.fs68rem {
  font-size: 6.8rem;
}

.fs69rem {
  font-size: 6.9rem;
}

.fs70rem {
  font-size: 7rem;
}

.fs71rem {
  font-size: 7.1rem;
}

.fs72rem {
  font-size: 7.2rem;
}

.fs73rem {
  font-size: 7.3rem;
}

.fs74rem {
  font-size: 7.4rem;
}

.fs75rem {
  font-size: 7.5rem;
}

.fs76rem {
  font-size: 7.6rem;
}

.fs77rem {
  font-size: 7.7rem;
}

.fs78rem {
  font-size: 7.8rem;
}

.fs79rem {
  font-size: 7.9rem;
}

.fs80rem {
  font-size: 8rem;
}

.fs81rem {
  font-size: 8.1rem;
}

.fs82rem {
  font-size: 8.2rem;
}

.fs83rem {
  font-size: 8.3rem;
}

.fs84rem {
  font-size: 8.4rem;
}

.fs85rem {
  font-size: 8.5rem;
}

.fs86rem {
  font-size: 8.6rem;
}

.fs87rem {
  font-size: 8.7rem;
}

.fs88rem {
  font-size: 8.8rem;
}

.fs89rem {
  font-size: 8.9rem;
}

.fs90rem {
  font-size: 9rem;
}

.fs91rem {
  font-size: 9.1rem;
}

.fs92rem {
  font-size: 9.2rem;
}

.fs93rem {
  font-size: 9.3rem;
}

.fs94rem {
  font-size: 9.4rem;
}

.fs95rem {
  font-size: 9.5rem;
}

.fs96rem {
  font-size: 9.6rem;
}

.fs97rem {
  font-size: 9.7rem;
}

.fs98rem {
  font-size: 9.8rem;
}

.fs99rem {
  font-size: 9.9rem;
}

.deg0 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.deg10 {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.deg20 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.deg30 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.deg40 {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.deg50 {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.deg60 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.deg70 {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

.deg80 {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}

.deg90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.deg100 {
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}

.deg110 {
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
}

.deg120 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.deg130 {
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}

.deg140 {
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}

.deg150 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.deg160 {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}

.deg170 {
  -webkit-transform: rotate(170deg);
          transform: rotate(170deg);
}

.deg180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.deg190 {
  -webkit-transform: rotate(190deg);
          transform: rotate(190deg);
}

.deg200 {
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
}

.deg210 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.deg220 {
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
}

.deg230 {
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}

.deg240 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.deg250 {
  -webkit-transform: rotate(250deg);
          transform: rotate(250deg);
}

.deg260 {
  -webkit-transform: rotate(260deg);
          transform: rotate(260deg);
}

.deg270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.deg280 {
  -webkit-transform: rotate(280deg);
          transform: rotate(280deg);
}

.deg290 {
  -webkit-transform: rotate(290deg);
          transform: rotate(290deg);
}

.deg300 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.deg310 {
  -webkit-transform: rotate(310deg);
          transform: rotate(310deg);
}

.deg320 {
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
}

.deg330 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.deg340 {
  -webkit-transform: rotate(340deg);
          transform: rotate(340deg);
}

.deg350 {
  -webkit-transform: rotate(350deg);
          transform: rotate(350deg);
}

.h0 {
  height: 0px;
}

.h1 {
  height: 1px;
}

.h2 {
  height: 2px;
}

.h3 {
  height: 3px;
}

.h4 {
  height: 4px;
}

.h5 {
  height: 5px;
}

.h6 {
  height: 6px;
}

.h7 {
  height: 7px;
}

.h8 {
  height: 8px;
}

.h9 {
  height: 9px;
}

.h10 {
  height: 10px;
}

.h11 {
  height: 11px;
}

.h12 {
  height: 12px;
}

.h13 {
  height: 13px;
}

.h14 {
  height: 14px;
}

.h15 {
  height: 15px;
}

.h16 {
  height: 16px;
}

.h17 {
  height: 17px;
}

.h18 {
  height: 18px;
}

.h19 {
  height: 19px;
}

.h20 {
  height: 20px;
}

.h21 {
  height: 21px;
}

.h22 {
  height: 22px;
}

.h23 {
  height: 23px;
}

.h24 {
  height: 24px;
}

.h25 {
  height: 25px;
}

.h26 {
  height: 26px;
}

.h27 {
  height: 27px;
}

.h28 {
  height: 28px;
}

.h29 {
  height: 29px;
}

.h30 {
  height: 30px;
}

.h31 {
  height: 31px;
}

.h32 {
  height: 32px;
}

.h33 {
  height: 33px;
}

.h34 {
  height: 34px;
}

.h35 {
  height: 35px;
}

.h36 {
  height: 36px;
}

.h37 {
  height: 37px;
}

.h38 {
  height: 38px;
}

.h39 {
  height: 39px;
}

.h40 {
  height: 40px;
}

.h41 {
  height: 41px;
}

.h42 {
  height: 42px;
}

.h43 {
  height: 43px;
}

.h44 {
  height: 44px;
}

.h45 {
  height: 45px;
}

.h46 {
  height: 46px;
}

.h47 {
  height: 47px;
}

.h48 {
  height: 48px;
}

.h49 {
  height: 49px;
}

.h50 {
  height: 50px;
}

.h51 {
  height: 51px;
}

.h52 {
  height: 52px;
}

.h53 {
  height: 53px;
}

.h54 {
  height: 54px;
}

.h55 {
  height: 55px;
}

.h56 {
  height: 56px;
}

.h57 {
  height: 57px;
}

.h58 {
  height: 58px;
}

.h59 {
  height: 59px;
}

.h60 {
  height: 60px;
}

.h61 {
  height: 61px;
}

.h62 {
  height: 62px;
}

.h63 {
  height: 63px;
}

.h64 {
  height: 64px;
}

.h65 {
  height: 65px;
}

.h66 {
  height: 66px;
}

.h67 {
  height: 67px;
}

.h68 {
  height: 68px;
}

.h69 {
  height: 69px;
}

.h70 {
  height: 70px;
}

.h71 {
  height: 71px;
}

.h72 {
  height: 72px;
}

.h73 {
  height: 73px;
}

.h74 {
  height: 74px;
}

.h75 {
  height: 75px;
}

.h76 {
  height: 76px;
}

.h77 {
  height: 77px;
}

.h78 {
  height: 78px;
}

.h79 {
  height: 79px;
}

.h80 {
  height: 80px;
}

.h81 {
  height: 81px;
}

.h82 {
  height: 82px;
}

.h83 {
  height: 83px;
}

.h84 {
  height: 84px;
}

.h85 {
  height: 85px;
}

.h86 {
  height: 86px;
}

.h87 {
  height: 87px;
}

.h88 {
  height: 88px;
}

.h89 {
  height: 89px;
}

.h90 {
  height: 90px;
}

.h91 {
  height: 91px;
}

.h92 {
  height: 92px;
}

.h93 {
  height: 93px;
}

.h94 {
  height: 94px;
}

.h95 {
  height: 95px;
}

.h96 {
  height: 96px;
}

.h97 {
  height: 97px;
}

.h98 {
  height: 98px;
}

.h99 {
  height: 99px;
}

.h100 {
  height: 100px;
}

.h101 {
  height: 101px;
}

.h102 {
  height: 102px;
}

.h103 {
  height: 103px;
}

.h104 {
  height: 104px;
}

.h105 {
  height: 105px;
}

.h106 {
  height: 106px;
}

.h107 {
  height: 107px;
}

.h108 {
  height: 108px;
}

.h109 {
  height: 109px;
}

.h110 {
  height: 110px;
}

.h111 {
  height: 111px;
}

.h112 {
  height: 112px;
}

.h113 {
  height: 113px;
}

.h114 {
  height: 114px;
}

.h115 {
  height: 115px;
}

.h116 {
  height: 116px;
}

.h117 {
  height: 117px;
}

.h118 {
  height: 118px;
}

.h119 {
  height: 119px;
}

.h120 {
  height: 120px;
}

.h121 {
  height: 121px;
}

.h122 {
  height: 122px;
}

.h123 {
  height: 123px;
}

.h124 {
  height: 124px;
}

.h125 {
  height: 125px;
}

.h126 {
  height: 126px;
}

.h127 {
  height: 127px;
}

.h128 {
  height: 128px;
}

.h129 {
  height: 129px;
}

.h130 {
  height: 130px;
}

.h131 {
  height: 131px;
}

.h132 {
  height: 132px;
}

.h133 {
  height: 133px;
}

.h134 {
  height: 134px;
}

.h135 {
  height: 135px;
}

.h136 {
  height: 136px;
}

.h137 {
  height: 137px;
}

.h138 {
  height: 138px;
}

.h139 {
  height: 139px;
}

.h140 {
  height: 140px;
}

.h141 {
  height: 141px;
}

.h142 {
  height: 142px;
}

.h143 {
  height: 143px;
}

.h144 {
  height: 144px;
}

.h145 {
  height: 145px;
}

.h146 {
  height: 146px;
}

.h147 {
  height: 147px;
}

.h148 {
  height: 148px;
}

.h149 {
  height: 149px;
}

.h150 {
  height: 150px;
}

.h151 {
  height: 151px;
}

.h152 {
  height: 152px;
}

.h153 {
  height: 153px;
}

.h154 {
  height: 154px;
}

.h155 {
  height: 155px;
}

.h156 {
  height: 156px;
}

.h157 {
  height: 157px;
}

.h158 {
  height: 158px;
}

.h159 {
  height: 159px;
}

.h160 {
  height: 160px;
}

.h161 {
  height: 161px;
}

.h162 {
  height: 162px;
}

.h163 {
  height: 163px;
}

.h164 {
  height: 164px;
}

.h165 {
  height: 165px;
}

.h166 {
  height: 166px;
}

.h167 {
  height: 167px;
}

.h168 {
  height: 168px;
}

.h169 {
  height: 169px;
}

.h170 {
  height: 170px;
}

.h171 {
  height: 171px;
}

.h172 {
  height: 172px;
}

.h173 {
  height: 173px;
}

.h174 {
  height: 174px;
}

.h175 {
  height: 175px;
}

.h176 {
  height: 176px;
}

.h177 {
  height: 177px;
}

.h178 {
  height: 178px;
}

.h179 {
  height: 179px;
}

.h180 {
  height: 180px;
}

.h181 {
  height: 181px;
}

.h182 {
  height: 182px;
}

.h183 {
  height: 183px;
}

.h184 {
  height: 184px;
}

.h185 {
  height: 185px;
}

.h186 {
  height: 186px;
}

.h187 {
  height: 187px;
}

.h188 {
  height: 188px;
}

.h189 {
  height: 189px;
}

.h190 {
  height: 190px;
}

.h191 {
  height: 191px;
}

.h192 {
  height: 192px;
}

.h193 {
  height: 193px;
}

.h194 {
  height: 194px;
}

.h195 {
  height: 195px;
}

.h196 {
  height: 196px;
}

.h197 {
  height: 197px;
}

.h198 {
  height: 198px;
}

.h199 {
  height: 199px;
}

.h200 {
  height: 200px;
}

.h201 {
  height: 201px;
}

.h202 {
  height: 202px;
}

.h203 {
  height: 203px;
}

.h204 {
  height: 204px;
}

.h205 {
  height: 205px;
}

.h206 {
  height: 206px;
}

.h207 {
  height: 207px;
}

.h208 {
  height: 208px;
}

.h209 {
  height: 209px;
}

.h210 {
  height: 210px;
}

.h211 {
  height: 211px;
}

.h212 {
  height: 212px;
}

.h213 {
  height: 213px;
}

.h214 {
  height: 214px;
}

.h215 {
  height: 215px;
}

.h216 {
  height: 216px;
}

.h217 {
  height: 217px;
}

.h218 {
  height: 218px;
}

.h219 {
  height: 219px;
}

.h220 {
  height: 220px;
}

.h221 {
  height: 221px;
}

.h222 {
  height: 222px;
}

.h223 {
  height: 223px;
}

.h224 {
  height: 224px;
}

.h225 {
  height: 225px;
}

.h226 {
  height: 226px;
}

.h227 {
  height: 227px;
}

.h228 {
  height: 228px;
}

.h229 {
  height: 229px;
}

.h230 {
  height: 230px;
}

.h231 {
  height: 231px;
}

.h232 {
  height: 232px;
}

.h233 {
  height: 233px;
}

.h234 {
  height: 234px;
}

.h235 {
  height: 235px;
}

.h236 {
  height: 236px;
}

.h237 {
  height: 237px;
}

.h238 {
  height: 238px;
}

.h239 {
  height: 239px;
}

.h240 {
  height: 240px;
}

.h241 {
  height: 241px;
}

.h242 {
  height: 242px;
}

.h243 {
  height: 243px;
}

.h244 {
  height: 244px;
}

.h245 {
  height: 245px;
}

.h246 {
  height: 246px;
}

.h247 {
  height: 247px;
}

.h248 {
  height: 248px;
}

.h249 {
  height: 249px;
}

.h250 {
  height: 250px;
}

.h251 {
  height: 251px;
}

.h252 {
  height: 252px;
}

.h253 {
  height: 253px;
}

.h254 {
  height: 254px;
}

.h255 {
  height: 255px;
}

.h256 {
  height: 256px;
}

.h257 {
  height: 257px;
}

.h258 {
  height: 258px;
}

.h259 {
  height: 259px;
}

.h260 {
  height: 260px;
}

.h261 {
  height: 261px;
}

.h262 {
  height: 262px;
}

.h263 {
  height: 263px;
}

.h264 {
  height: 264px;
}

.h265 {
  height: 265px;
}

.h266 {
  height: 266px;
}

.h267 {
  height: 267px;
}

.h268 {
  height: 268px;
}

.h269 {
  height: 269px;
}

.h270 {
  height: 270px;
}

.h271 {
  height: 271px;
}

.h272 {
  height: 272px;
}

.h273 {
  height: 273px;
}

.h274 {
  height: 274px;
}

.h275 {
  height: 275px;
}

.h276 {
  height: 276px;
}

.h277 {
  height: 277px;
}

.h278 {
  height: 278px;
}

.h279 {
  height: 279px;
}

.h280 {
  height: 280px;
}

.h281 {
  height: 281px;
}

.h282 {
  height: 282px;
}

.h283 {
  height: 283px;
}

.h284 {
  height: 284px;
}

.h285 {
  height: 285px;
}

.h286 {
  height: 286px;
}

.h287 {
  height: 287px;
}

.h288 {
  height: 288px;
}

.h289 {
  height: 289px;
}

.h290 {
  height: 290px;
}

.h291 {
  height: 291px;
}

.h292 {
  height: 292px;
}

.h293 {
  height: 293px;
}

.h294 {
  height: 294px;
}

.h295 {
  height: 295px;
}

.h296 {
  height: 296px;
}

.h297 {
  height: 297px;
}

.h298 {
  height: 298px;
}

.h299 {
  height: 299px;
}

.h300 {
  height: 300px;
}

.h301 {
  height: 301px;
}

.h302 {
  height: 302px;
}

.h303 {
  height: 303px;
}

.h304 {
  height: 304px;
}

.h305 {
  height: 305px;
}

.h306 {
  height: 306px;
}

.h307 {
  height: 307px;
}

.h308 {
  height: 308px;
}

.h309 {
  height: 309px;
}

.h310 {
  height: 310px;
}

.h311 {
  height: 311px;
}

.h312 {
  height: 312px;
}

.h313 {
  height: 313px;
}

.h314 {
  height: 314px;
}

.h315 {
  height: 315px;
}

.h316 {
  height: 316px;
}

.h317 {
  height: 317px;
}

.h318 {
  height: 318px;
}

.h319 {
  height: 319px;
}

.h320 {
  height: 320px;
}

.h321 {
  height: 321px;
}

.h322 {
  height: 322px;
}

.h323 {
  height: 323px;
}

.h324 {
  height: 324px;
}

.h325 {
  height: 325px;
}

.h326 {
  height: 326px;
}

.h327 {
  height: 327px;
}

.h328 {
  height: 328px;
}

.h329 {
  height: 329px;
}

.h330 {
  height: 330px;
}

.h331 {
  height: 331px;
}

.h332 {
  height: 332px;
}

.h333 {
  height: 333px;
}

.h334 {
  height: 334px;
}

.h335 {
  height: 335px;
}

.h336 {
  height: 336px;
}

.h337 {
  height: 337px;
}

.h338 {
  height: 338px;
}

.h339 {
  height: 339px;
}

.h340 {
  height: 340px;
}

.h341 {
  height: 341px;
}

.h342 {
  height: 342px;
}

.h343 {
  height: 343px;
}

.h344 {
  height: 344px;
}

.h345 {
  height: 345px;
}

.h346 {
  height: 346px;
}

.h347 {
  height: 347px;
}

.h348 {
  height: 348px;
}

.h349 {
  height: 349px;
}

.h350 {
  height: 350px;
}

.h351 {
  height: 351px;
}

.h352 {
  height: 352px;
}

.h353 {
  height: 353px;
}

.h354 {
  height: 354px;
}

.h355 {
  height: 355px;
}

.h356 {
  height: 356px;
}

.h357 {
  height: 357px;
}

.h358 {
  height: 358px;
}

.h359 {
  height: 359px;
}

.h360 {
  height: 360px;
}

.h361 {
  height: 361px;
}

.h362 {
  height: 362px;
}

.h363 {
  height: 363px;
}

.h364 {
  height: 364px;
}

.h365 {
  height: 365px;
}

.h366 {
  height: 366px;
}

.h367 {
  height: 367px;
}

.h368 {
  height: 368px;
}

.h369 {
  height: 369px;
}

.h370 {
  height: 370px;
}

.h371 {
  height: 371px;
}

.h372 {
  height: 372px;
}

.h373 {
  height: 373px;
}

.h374 {
  height: 374px;
}

.h375 {
  height: 375px;
}

.h376 {
  height: 376px;
}

.h377 {
  height: 377px;
}

.h378 {
  height: 378px;
}

.h379 {
  height: 379px;
}

.h380 {
  height: 380px;
}

.h381 {
  height: 381px;
}

.h382 {
  height: 382px;
}

.h383 {
  height: 383px;
}

.h384 {
  height: 384px;
}

.h385 {
  height: 385px;
}

.h386 {
  height: 386px;
}

.h387 {
  height: 387px;
}

.h388 {
  height: 388px;
}

.h389 {
  height: 389px;
}

.h390 {
  height: 390px;
}

.h391 {
  height: 391px;
}

.h392 {
  height: 392px;
}

.h393 {
  height: 393px;
}

.h394 {
  height: 394px;
}

.h395 {
  height: 395px;
}

.h396 {
  height: 396px;
}

.h397 {
  height: 397px;
}

.h398 {
  height: 398px;
}

.h399 {
  height: 399px;
}

.h400 {
  height: 400px;
}

.h401 {
  height: 401px;
}

.h402 {
  height: 402px;
}

.h403 {
  height: 403px;
}

.h404 {
  height: 404px;
}

.h405 {
  height: 405px;
}

.h406 {
  height: 406px;
}

.h407 {
  height: 407px;
}

.h408 {
  height: 408px;
}

.h409 {
  height: 409px;
}

.h410 {
  height: 410px;
}

.h411 {
  height: 411px;
}

.h412 {
  height: 412px;
}

.h413 {
  height: 413px;
}

.h414 {
  height: 414px;
}

.h415 {
  height: 415px;
}

.h416 {
  height: 416px;
}

.h417 {
  height: 417px;
}

.h418 {
  height: 418px;
}

.h419 {
  height: 419px;
}

.h420 {
  height: 420px;
}

.h421 {
  height: 421px;
}

.h422 {
  height: 422px;
}

.h423 {
  height: 423px;
}

.h424 {
  height: 424px;
}

.h425 {
  height: 425px;
}

.h426 {
  height: 426px;
}

.h427 {
  height: 427px;
}

.h428 {
  height: 428px;
}

.h429 {
  height: 429px;
}

.h430 {
  height: 430px;
}

.h431 {
  height: 431px;
}

.h432 {
  height: 432px;
}

.h433 {
  height: 433px;
}

.h434 {
  height: 434px;
}

.h435 {
  height: 435px;
}

.h436 {
  height: 436px;
}

.h437 {
  height: 437px;
}

.h438 {
  height: 438px;
}

.h439 {
  height: 439px;
}

.h440 {
  height: 440px;
}

.h441 {
  height: 441px;
}

.h442 {
  height: 442px;
}

.h443 {
  height: 443px;
}

.h444 {
  height: 444px;
}

.h445 {
  height: 445px;
}

.h446 {
  height: 446px;
}

.h447 {
  height: 447px;
}

.h448 {
  height: 448px;
}

.h449 {
  height: 449px;
}

.h450 {
  height: 450px;
}

.h451 {
  height: 451px;
}

.h452 {
  height: 452px;
}

.h453 {
  height: 453px;
}

.h454 {
  height: 454px;
}

.h455 {
  height: 455px;
}

.h456 {
  height: 456px;
}

.h457 {
  height: 457px;
}

.h458 {
  height: 458px;
}

.h459 {
  height: 459px;
}

.h460 {
  height: 460px;
}

.h461 {
  height: 461px;
}

.h462 {
  height: 462px;
}

.h463 {
  height: 463px;
}

.h464 {
  height: 464px;
}

.h465 {
  height: 465px;
}

.h466 {
  height: 466px;
}

.h467 {
  height: 467px;
}

.h468 {
  height: 468px;
}

.h469 {
  height: 469px;
}

.h470 {
  height: 470px;
}

.h471 {
  height: 471px;
}

.h472 {
  height: 472px;
}

.h473 {
  height: 473px;
}

.h474 {
  height: 474px;
}

.h475 {
  height: 475px;
}

.h476 {
  height: 476px;
}

.h477 {
  height: 477px;
}

.h478 {
  height: 478px;
}

.h479 {
  height: 479px;
}

.h480 {
  height: 480px;
}

.h481 {
  height: 481px;
}

.h482 {
  height: 482px;
}

.h483 {
  height: 483px;
}

.h484 {
  height: 484px;
}

.h485 {
  height: 485px;
}

.h486 {
  height: 486px;
}

.h487 {
  height: 487px;
}

.h488 {
  height: 488px;
}

.h489 {
  height: 489px;
}

.h490 {
  height: 490px;
}

.h491 {
  height: 491px;
}

.h492 {
  height: 492px;
}

.h493 {
  height: 493px;
}

.h494 {
  height: 494px;
}

.h495 {
  height: 495px;
}

.h496 {
  height: 496px;
}

.h497 {
  height: 497px;
}

.h498 {
  height: 498px;
}

.h499 {
  height: 499px;
}

.h500 {
  height: 500px;
}

.h501 {
  height: 501px;
}

.h502 {
  height: 502px;
}

.h503 {
  height: 503px;
}

.h504 {
  height: 504px;
}

.h505 {
  height: 505px;
}

.h506 {
  height: 506px;
}

.h507 {
  height: 507px;
}

.h508 {
  height: 508px;
}

.h509 {
  height: 509px;
}

.h510 {
  height: 510px;
}

.h511 {
  height: 511px;
}

.h512 {
  height: 512px;
}

.h513 {
  height: 513px;
}

.h514 {
  height: 514px;
}

.h515 {
  height: 515px;
}

.h516 {
  height: 516px;
}

.h517 {
  height: 517px;
}

.h518 {
  height: 518px;
}

.h519 {
  height: 519px;
}

.h520 {
  height: 520px;
}

.h521 {
  height: 521px;
}

.h522 {
  height: 522px;
}

.h523 {
  height: 523px;
}

.h524 {
  height: 524px;
}

.h525 {
  height: 525px;
}

.h526 {
  height: 526px;
}

.h527 {
  height: 527px;
}

.h528 {
  height: 528px;
}

.h529 {
  height: 529px;
}

.h530 {
  height: 530px;
}

.h531 {
  height: 531px;
}

.h532 {
  height: 532px;
}

.h533 {
  height: 533px;
}

.h534 {
  height: 534px;
}

.h535 {
  height: 535px;
}

.h536 {
  height: 536px;
}

.h537 {
  height: 537px;
}

.h538 {
  height: 538px;
}

.h539 {
  height: 539px;
}

.h540 {
  height: 540px;
}

.h541 {
  height: 541px;
}

.h542 {
  height: 542px;
}

.h543 {
  height: 543px;
}

.h544 {
  height: 544px;
}

.h545 {
  height: 545px;
}

.h546 {
  height: 546px;
}

.h547 {
  height: 547px;
}

.h548 {
  height: 548px;
}

.h549 {
  height: 549px;
}

.h550 {
  height: 550px;
}

.h551 {
  height: 551px;
}

.h552 {
  height: 552px;
}

.h553 {
  height: 553px;
}

.h554 {
  height: 554px;
}

.h555 {
  height: 555px;
}

.h556 {
  height: 556px;
}

.h557 {
  height: 557px;
}

.h558 {
  height: 558px;
}

.h559 {
  height: 559px;
}

.h560 {
  height: 560px;
}

.h561 {
  height: 561px;
}

.h562 {
  height: 562px;
}

.h563 {
  height: 563px;
}

.h564 {
  height: 564px;
}

.h565 {
  height: 565px;
}

.h566 {
  height: 566px;
}

.h567 {
  height: 567px;
}

.h568 {
  height: 568px;
}

.h569 {
  height: 569px;
}

.h570 {
  height: 570px;
}

.h571 {
  height: 571px;
}

.h572 {
  height: 572px;
}

.h573 {
  height: 573px;
}

.h574 {
  height: 574px;
}

.h575 {
  height: 575px;
}

.h576 {
  height: 576px;
}

.h577 {
  height: 577px;
}

.h578 {
  height: 578px;
}

.h579 {
  height: 579px;
}

.h580 {
  height: 580px;
}

.h581 {
  height: 581px;
}

.h582 {
  height: 582px;
}

.h583 {
  height: 583px;
}

.h584 {
  height: 584px;
}

.h585 {
  height: 585px;
}

.h586 {
  height: 586px;
}

.h587 {
  height: 587px;
}

.h588 {
  height: 588px;
}

.h589 {
  height: 589px;
}

.h590 {
  height: 590px;
}

.h591 {
  height: 591px;
}

.h592 {
  height: 592px;
}

.h593 {
  height: 593px;
}

.h594 {
  height: 594px;
}

.h595 {
  height: 595px;
}

.h596 {
  height: 596px;
}

.h597 {
  height: 597px;
}

.h598 {
  height: 598px;
}

.h599 {
  height: 599px;
}

.h600 {
  height: 600px;
}

.h601 {
  height: 601px;
}

.h602 {
  height: 602px;
}

.h603 {
  height: 603px;
}

.h604 {
  height: 604px;
}

.h605 {
  height: 605px;
}

.h606 {
  height: 606px;
}

.h607 {
  height: 607px;
}

.h608 {
  height: 608px;
}

.h609 {
  height: 609px;
}

.h610 {
  height: 610px;
}

.h611 {
  height: 611px;
}

.h612 {
  height: 612px;
}

.h613 {
  height: 613px;
}

.h614 {
  height: 614px;
}

.h615 {
  height: 615px;
}

.h616 {
  height: 616px;
}

.h617 {
  height: 617px;
}

.h618 {
  height: 618px;
}

.h619 {
  height: 619px;
}

.h620 {
  height: 620px;
}

.h621 {
  height: 621px;
}

.h622 {
  height: 622px;
}

.h623 {
  height: 623px;
}

.h624 {
  height: 624px;
}

.h625 {
  height: 625px;
}

.h626 {
  height: 626px;
}

.h627 {
  height: 627px;
}

.h628 {
  height: 628px;
}

.h629 {
  height: 629px;
}

.h630 {
  height: 630px;
}

.h631 {
  height: 631px;
}

.h632 {
  height: 632px;
}

.h633 {
  height: 633px;
}

.h634 {
  height: 634px;
}

.h635 {
  height: 635px;
}

.h636 {
  height: 636px;
}

.h637 {
  height: 637px;
}

.h638 {
  height: 638px;
}

.h639 {
  height: 639px;
}

.h640 {
  height: 640px;
}

.h641 {
  height: 641px;
}

.h642 {
  height: 642px;
}

.h643 {
  height: 643px;
}

.h644 {
  height: 644px;
}

.h645 {
  height: 645px;
}

.h646 {
  height: 646px;
}

.h647 {
  height: 647px;
}

.h648 {
  height: 648px;
}

.h649 {
  height: 649px;
}

.h650 {
  height: 650px;
}

.h651 {
  height: 651px;
}

.h652 {
  height: 652px;
}

.h653 {
  height: 653px;
}

.h654 {
  height: 654px;
}

.h655 {
  height: 655px;
}

.h656 {
  height: 656px;
}

.h657 {
  height: 657px;
}

.h658 {
  height: 658px;
}

.h659 {
  height: 659px;
}

.h660 {
  height: 660px;
}

.h661 {
  height: 661px;
}

.h662 {
  height: 662px;
}

.h663 {
  height: 663px;
}

.h664 {
  height: 664px;
}

.h665 {
  height: 665px;
}

.h666 {
  height: 666px;
}

.h667 {
  height: 667px;
}

.h668 {
  height: 668px;
}

.h669 {
  height: 669px;
}

.h670 {
  height: 670px;
}

.h671 {
  height: 671px;
}

.h672 {
  height: 672px;
}

.h673 {
  height: 673px;
}

.h674 {
  height: 674px;
}

.h675 {
  height: 675px;
}

.h676 {
  height: 676px;
}

.h677 {
  height: 677px;
}

.h678 {
  height: 678px;
}

.h679 {
  height: 679px;
}

.h680 {
  height: 680px;
}

.h681 {
  height: 681px;
}

.h682 {
  height: 682px;
}

.h683 {
  height: 683px;
}

.h684 {
  height: 684px;
}

.h685 {
  height: 685px;
}

.h686 {
  height: 686px;
}

.h687 {
  height: 687px;
}

.h688 {
  height: 688px;
}

.h689 {
  height: 689px;
}

.h690 {
  height: 690px;
}

.h691 {
  height: 691px;
}

.h692 {
  height: 692px;
}

.h693 {
  height: 693px;
}

.h694 {
  height: 694px;
}

.h695 {
  height: 695px;
}

.h696 {
  height: 696px;
}

.h697 {
  height: 697px;
}

.h698 {
  height: 698px;
}

.h699 {
  height: 699px;
}

.h700 {
  height: 700px;
}

.h701 {
  height: 701px;
}

.h702 {
  height: 702px;
}

.h703 {
  height: 703px;
}

.h704 {
  height: 704px;
}

.h705 {
  height: 705px;
}

.h706 {
  height: 706px;
}

.h707 {
  height: 707px;
}

.h708 {
  height: 708px;
}

.h709 {
  height: 709px;
}

.h710 {
  height: 710px;
}

.h711 {
  height: 711px;
}

.h712 {
  height: 712px;
}

.h713 {
  height: 713px;
}

.h714 {
  height: 714px;
}

.h715 {
  height: 715px;
}

.h716 {
  height: 716px;
}

.h717 {
  height: 717px;
}

.h718 {
  height: 718px;
}

.h719 {
  height: 719px;
}

.h720 {
  height: 720px;
}

.h721 {
  height: 721px;
}

.h722 {
  height: 722px;
}

.h723 {
  height: 723px;
}

.h724 {
  height: 724px;
}

.h725 {
  height: 725px;
}

.h726 {
  height: 726px;
}

.h727 {
  height: 727px;
}

.h728 {
  height: 728px;
}

.h729 {
  height: 729px;
}

.h730 {
  height: 730px;
}

.h731 {
  height: 731px;
}

.h732 {
  height: 732px;
}

.h733 {
  height: 733px;
}

.h734 {
  height: 734px;
}

.h735 {
  height: 735px;
}

.h736 {
  height: 736px;
}

.h737 {
  height: 737px;
}

.h738 {
  height: 738px;
}

.h739 {
  height: 739px;
}

.h740 {
  height: 740px;
}

.h741 {
  height: 741px;
}

.h742 {
  height: 742px;
}

.h743 {
  height: 743px;
}

.h744 {
  height: 744px;
}

.h745 {
  height: 745px;
}

.h746 {
  height: 746px;
}

.h747 {
  height: 747px;
}

.h748 {
  height: 748px;
}

.h749 {
  height: 749px;
}

.h750 {
  height: 750px;
}

.h751 {
  height: 751px;
}

.h752 {
  height: 752px;
}

.h753 {
  height: 753px;
}

.h754 {
  height: 754px;
}

.h755 {
  height: 755px;
}

.h756 {
  height: 756px;
}

.h757 {
  height: 757px;
}

.h758 {
  height: 758px;
}

.h759 {
  height: 759px;
}

.h760 {
  height: 760px;
}

.h761 {
  height: 761px;
}

.h762 {
  height: 762px;
}

.h763 {
  height: 763px;
}

.h764 {
  height: 764px;
}

.h765 {
  height: 765px;
}

.h766 {
  height: 766px;
}

.h767 {
  height: 767px;
}

.h768 {
  height: 768px;
}

.h769 {
  height: 769px;
}

.h770 {
  height: 770px;
}

.h771 {
  height: 771px;
}

.h772 {
  height: 772px;
}

.h773 {
  height: 773px;
}

.h774 {
  height: 774px;
}

.h775 {
  height: 775px;
}

.h776 {
  height: 776px;
}

.h777 {
  height: 777px;
}

.h778 {
  height: 778px;
}

.h779 {
  height: 779px;
}

.h780 {
  height: 780px;
}

.h781 {
  height: 781px;
}

.h782 {
  height: 782px;
}

.h783 {
  height: 783px;
}

.h784 {
  height: 784px;
}

.h785 {
  height: 785px;
}

.h786 {
  height: 786px;
}

.h787 {
  height: 787px;
}

.h788 {
  height: 788px;
}

.h789 {
  height: 789px;
}

.h790 {
  height: 790px;
}

.h791 {
  height: 791px;
}

.h792 {
  height: 792px;
}

.h793 {
  height: 793px;
}

.h794 {
  height: 794px;
}

.h795 {
  height: 795px;
}

.h796 {
  height: 796px;
}

.h797 {
  height: 797px;
}

.h798 {
  height: 798px;
}

.h799 {
  height: 799px;
}

.h800 {
  height: 800px;
}

.h801 {
  height: 801px;
}

.h802 {
  height: 802px;
}

.h803 {
  height: 803px;
}

.h804 {
  height: 804px;
}

.h805 {
  height: 805px;
}

.h806 {
  height: 806px;
}

.h807 {
  height: 807px;
}

.h808 {
  height: 808px;
}

.h809 {
  height: 809px;
}

.h810 {
  height: 810px;
}

.h811 {
  height: 811px;
}

.h812 {
  height: 812px;
}

.h813 {
  height: 813px;
}

.h814 {
  height: 814px;
}

.h815 {
  height: 815px;
}

.h816 {
  height: 816px;
}

.h817 {
  height: 817px;
}

.h818 {
  height: 818px;
}

.h819 {
  height: 819px;
}

.h820 {
  height: 820px;
}

.h821 {
  height: 821px;
}

.h822 {
  height: 822px;
}

.h823 {
  height: 823px;
}

.h824 {
  height: 824px;
}

.h825 {
  height: 825px;
}

.h826 {
  height: 826px;
}

.h827 {
  height: 827px;
}

.h828 {
  height: 828px;
}

.h829 {
  height: 829px;
}

.h830 {
  height: 830px;
}

.h831 {
  height: 831px;
}

.h832 {
  height: 832px;
}

.h833 {
  height: 833px;
}

.h834 {
  height: 834px;
}

.h835 {
  height: 835px;
}

.h836 {
  height: 836px;
}

.h837 {
  height: 837px;
}

.h838 {
  height: 838px;
}

.h839 {
  height: 839px;
}

.h840 {
  height: 840px;
}

.h841 {
  height: 841px;
}

.h842 {
  height: 842px;
}

.h843 {
  height: 843px;
}

.h844 {
  height: 844px;
}

.h845 {
  height: 845px;
}

.h846 {
  height: 846px;
}

.h847 {
  height: 847px;
}

.h848 {
  height: 848px;
}

.h849 {
  height: 849px;
}

.h850 {
  height: 850px;
}

.h851 {
  height: 851px;
}

.h852 {
  height: 852px;
}

.h853 {
  height: 853px;
}

.h854 {
  height: 854px;
}

.h855 {
  height: 855px;
}

.h856 {
  height: 856px;
}

.h857 {
  height: 857px;
}

.h858 {
  height: 858px;
}

.h859 {
  height: 859px;
}

.h860 {
  height: 860px;
}

.h861 {
  height: 861px;
}

.h862 {
  height: 862px;
}

.h863 {
  height: 863px;
}

.h864 {
  height: 864px;
}

.h865 {
  height: 865px;
}

.h866 {
  height: 866px;
}

.h867 {
  height: 867px;
}

.h868 {
  height: 868px;
}

.h869 {
  height: 869px;
}

.h870 {
  height: 870px;
}

.h871 {
  height: 871px;
}

.h872 {
  height: 872px;
}

.h873 {
  height: 873px;
}

.h874 {
  height: 874px;
}

.h875 {
  height: 875px;
}

.h876 {
  height: 876px;
}

.h877 {
  height: 877px;
}

.h878 {
  height: 878px;
}

.h879 {
  height: 879px;
}

.h880 {
  height: 880px;
}

.h881 {
  height: 881px;
}

.h882 {
  height: 882px;
}

.h883 {
  height: 883px;
}

.h884 {
  height: 884px;
}

.h885 {
  height: 885px;
}

.h886 {
  height: 886px;
}

.h887 {
  height: 887px;
}

.h888 {
  height: 888px;
}

.h889 {
  height: 889px;
}

.h890 {
  height: 890px;
}

.h891 {
  height: 891px;
}

.h892 {
  height: 892px;
}

.h893 {
  height: 893px;
}

.h894 {
  height: 894px;
}

.h895 {
  height: 895px;
}

.h896 {
  height: 896px;
}

.h897 {
  height: 897px;
}

.h898 {
  height: 898px;
}

.h899 {
  height: 899px;
}

.h900 {
  height: 900px;
}

.h901 {
  height: 901px;
}

.h902 {
  height: 902px;
}

.h903 {
  height: 903px;
}

.h904 {
  height: 904px;
}

.h905 {
  height: 905px;
}

.h906 {
  height: 906px;
}

.h907 {
  height: 907px;
}

.h908 {
  height: 908px;
}

.h909 {
  height: 909px;
}

.h910 {
  height: 910px;
}

.h911 {
  height: 911px;
}

.h912 {
  height: 912px;
}

.h913 {
  height: 913px;
}

.h914 {
  height: 914px;
}

.h915 {
  height: 915px;
}

.h916 {
  height: 916px;
}

.h917 {
  height: 917px;
}

.h918 {
  height: 918px;
}

.h919 {
  height: 919px;
}

.h920 {
  height: 920px;
}

.h921 {
  height: 921px;
}

.h922 {
  height: 922px;
}

.h923 {
  height: 923px;
}

.h924 {
  height: 924px;
}

.h925 {
  height: 925px;
}

.h926 {
  height: 926px;
}

.h927 {
  height: 927px;
}

.h928 {
  height: 928px;
}

.h929 {
  height: 929px;
}

.h930 {
  height: 930px;
}

.h931 {
  height: 931px;
}

.h932 {
  height: 932px;
}

.h933 {
  height: 933px;
}

.h934 {
  height: 934px;
}

.h935 {
  height: 935px;
}

.h936 {
  height: 936px;
}

.h937 {
  height: 937px;
}

.h938 {
  height: 938px;
}

.h939 {
  height: 939px;
}

.h940 {
  height: 940px;
}

.h941 {
  height: 941px;
}

.h942 {
  height: 942px;
}

.h943 {
  height: 943px;
}

.h944 {
  height: 944px;
}

.h945 {
  height: 945px;
}

.h946 {
  height: 946px;
}

.h947 {
  height: 947px;
}

.h948 {
  height: 948px;
}

.h949 {
  height: 949px;
}

.h950 {
  height: 950px;
}

.h951 {
  height: 951px;
}

.h952 {
  height: 952px;
}

.h953 {
  height: 953px;
}

.h954 {
  height: 954px;
}

.h955 {
  height: 955px;
}

.h956 {
  height: 956px;
}

.h957 {
  height: 957px;
}

.h958 {
  height: 958px;
}

.h959 {
  height: 959px;
}

.h960 {
  height: 960px;
}

.h961 {
  height: 961px;
}

.h962 {
  height: 962px;
}

.h963 {
  height: 963px;
}

.h964 {
  height: 964px;
}

.h965 {
  height: 965px;
}

.h966 {
  height: 966px;
}

.h967 {
  height: 967px;
}

.h968 {
  height: 968px;
}

.h969 {
  height: 969px;
}

.h970 {
  height: 970px;
}

.h971 {
  height: 971px;
}

.h972 {
  height: 972px;
}

.h973 {
  height: 973px;
}

.h974 {
  height: 974px;
}

.h975 {
  height: 975px;
}

.h976 {
  height: 976px;
}

.h977 {
  height: 977px;
}

.h978 {
  height: 978px;
}

.h979 {
  height: 979px;
}

.h980 {
  height: 980px;
}

.h981 {
  height: 981px;
}

.h982 {
  height: 982px;
}

.h983 {
  height: 983px;
}

.h984 {
  height: 984px;
}

.h985 {
  height: 985px;
}

.h986 {
  height: 986px;
}

.h987 {
  height: 987px;
}

.h988 {
  height: 988px;
}

.h989 {
  height: 989px;
}

.h990 {
  height: 990px;
}

.h991 {
  height: 991px;
}

.h992 {
  height: 992px;
}

.h993 {
  height: 993px;
}

.h994 {
  height: 994px;
}

.h995 {
  height: 995px;
}

.h996 {
  height: 996px;
}

.h997 {
  height: 997px;
}

.h998 {
  height: 998px;
}

.h999 {
  height: 999px;
}

.h0p {
  height: 0%;
}

.h1p {
  height: 1%;
}

.h2p {
  height: 2%;
}

.h3p {
  height: 3%;
}

.h4p {
  height: 4%;
}

.h5p {
  height: 5%;
}

.h6p {
  height: 6%;
}

.h7p {
  height: 7%;
}

.h8p {
  height: 8%;
}

.h9p {
  height: 9%;
}

.h10p {
  height: 10%;
}

.h11p {
  height: 11%;
}

.h12p {
  height: 12%;
}

.h13p {
  height: 13%;
}

.h14p {
  height: 14%;
}

.h15p {
  height: 15%;
}

.h16p {
  height: 16%;
}

.h17p {
  height: 17%;
}

.h18p {
  height: 18%;
}

.h19p {
  height: 19%;
}

.h20p {
  height: 20%;
}

.h21p {
  height: 21%;
}

.h22p {
  height: 22%;
}

.h23p {
  height: 23%;
}

.h24p {
  height: 24%;
}

.h25p {
  height: 25%;
}

.h26p {
  height: 26%;
}

.h27p {
  height: 27%;
}

.h28p {
  height: 28%;
}

.h29p {
  height: 29%;
}

.h30p {
  height: 30%;
}

.h31p {
  height: 31%;
}

.h32p {
  height: 32%;
}

.h33p {
  height: 33%;
}

.h34p {
  height: 34%;
}

.h35p {
  height: 35%;
}

.h36p {
  height: 36%;
}

.h37p {
  height: 37%;
}

.h38p {
  height: 38%;
}

.h39p {
  height: 39%;
}

.h40p {
  height: 40%;
}

.h41p {
  height: 41%;
}

.h42p {
  height: 42%;
}

.h43p {
  height: 43%;
}

.h44p {
  height: 44%;
}

.h45p {
  height: 45%;
}

.h46p {
  height: 46%;
}

.h47p {
  height: 47%;
}

.h48p {
  height: 48%;
}

.h49p {
  height: 49%;
}

.h50p {
  height: 50%;
}

.h51p {
  height: 51%;
}

.h52p {
  height: 52%;
}

.h53p {
  height: 53%;
}

.h54p {
  height: 54%;
}

.h55p {
  height: 55%;
}

.h56p {
  height: 56%;
}

.h57p {
  height: 57%;
}

.h58p {
  height: 58%;
}

.h59p {
  height: 59%;
}

.h60p {
  height: 60%;
}

.h61p {
  height: 61%;
}

.h62p {
  height: 62%;
}

.h63p {
  height: 63%;
}

.h64p {
  height: 64%;
}

.h65p {
  height: 65%;
}

.h66p {
  height: 66%;
}

.h67p {
  height: 67%;
}

.h68p {
  height: 68%;
}

.h69p {
  height: 69%;
}

.h70p {
  height: 70%;
}

.h71p {
  height: 71%;
}

.h72p {
  height: 72%;
}

.h73p {
  height: 73%;
}

.h74p {
  height: 74%;
}

.h75p {
  height: 75%;
}

.h76p {
  height: 76%;
}

.h77p {
  height: 77%;
}

.h78p {
  height: 78%;
}

.h79p {
  height: 79%;
}

.h80p {
  height: 80%;
}

.h81p {
  height: 81%;
}

.h82p {
  height: 82%;
}

.h83p {
  height: 83%;
}

.h84p {
  height: 84%;
}

.h85p {
  height: 85%;
}

.h86p {
  height: 86%;
}

.h87p {
  height: 87%;
}

.h88p {
  height: 88%;
}

.h89p {
  height: 89%;
}

.h90p {
  height: 90%;
}

.h91p {
  height: 91%;
}

.h92p {
  height: 92%;
}

.h93p {
  height: 93%;
}

.h94p {
  height: 94%;
}

.h95p {
  height: 95%;
}

.h96p {
  height: 96%;
}

.h97p {
  height: 97%;
}

.h98p {
  height: 98%;
}

.h99p {
  height: 99%;
}

.h100p {
  height: 100%;
}

.w0 {
  width: 0px;
}

.w1 {
  width: 1px;
}

.w2 {
  width: 2px;
}

.w3 {
  width: 3px;
}

.w4 {
  width: 4px;
}

.w5 {
  width: 5px;
}

.w6 {
  width: 6px;
}

.w7 {
  width: 7px;
}

.w8 {
  width: 8px;
}

.w9 {
  width: 9px;
}

.w10 {
  width: 10px;
}

.w11 {
  width: 11px;
}

.w12 {
  width: 12px;
}

.w13 {
  width: 13px;
}

.w14 {
  width: 14px;
}

.w15 {
  width: 15px;
}

.w16 {
  width: 16px;
}

.w17 {
  width: 17px;
}

.w18 {
  width: 18px;
}

.w19 {
  width: 19px;
}

.w20 {
  width: 20px;
}

.w21 {
  width: 21px;
}

.w22 {
  width: 22px;
}

.w23 {
  width: 23px;
}

.w24 {
  width: 24px;
}

.w25 {
  width: 25px;
}

.w26 {
  width: 26px;
}

.w27 {
  width: 27px;
}

.w28 {
  width: 28px;
}

.w29 {
  width: 29px;
}

.w30 {
  width: 30px;
}

.w31 {
  width: 31px;
}

.w32 {
  width: 32px;
}

.w33 {
  width: 33px;
}

.w34 {
  width: 34px;
}

.w35 {
  width: 35px;
}

.w36 {
  width: 36px;
}

.w37 {
  width: 37px;
}

.w38 {
  width: 38px;
}

.w39 {
  width: 39px;
}

.w40 {
  width: 40px;
}

.w41 {
  width: 41px;
}

.w42 {
  width: 42px;
}

.w43 {
  width: 43px;
}

.w44 {
  width: 44px;
}

.w45 {
  width: 45px;
}

.w46 {
  width: 46px;
}

.w47 {
  width: 47px;
}

.w48 {
  width: 48px;
}

.w49 {
  width: 49px;
}

.w50 {
  width: 50px;
}

.w51 {
  width: 51px;
}

.w52 {
  width: 52px;
}

.w53 {
  width: 53px;
}

.w54 {
  width: 54px;
}

.w55 {
  width: 55px;
}

.w56 {
  width: 56px;
}

.w57 {
  width: 57px;
}

.w58 {
  width: 58px;
}

.w59 {
  width: 59px;
}

.w60 {
  width: 60px;
}

.w61 {
  width: 61px;
}

.w62 {
  width: 62px;
}

.w63 {
  width: 63px;
}

.w64 {
  width: 64px;
}

.w65 {
  width: 65px;
}

.w66 {
  width: 66px;
}

.w67 {
  width: 67px;
}

.w68 {
  width: 68px;
}

.w69 {
  width: 69px;
}

.w70 {
  width: 70px;
}

.w71 {
  width: 71px;
}

.w72 {
  width: 72px;
}

.w73 {
  width: 73px;
}

.w74 {
  width: 74px;
}

.w75 {
  width: 75px;
}

.w76 {
  width: 76px;
}

.w77 {
  width: 77px;
}

.w78 {
  width: 78px;
}

.w79 {
  width: 79px;
}

.w80 {
  width: 80px;
}

.w81 {
  width: 81px;
}

.w82 {
  width: 82px;
}

.w83 {
  width: 83px;
}

.w84 {
  width: 84px;
}

.w85 {
  width: 85px;
}

.w86 {
  width: 86px;
}

.w87 {
  width: 87px;
}

.w88 {
  width: 88px;
}

.w89 {
  width: 89px;
}

.w90 {
  width: 90px;
}

.w91 {
  width: 91px;
}

.w92 {
  width: 92px;
}

.w93 {
  width: 93px;
}

.w94 {
  width: 94px;
}

.w95 {
  width: 95px;
}

.w96 {
  width: 96px;
}

.w97 {
  width: 97px;
}

.w98 {
  width: 98px;
}

.w99 {
  width: 99px;
}

.w100 {
  width: 100px;
}

.w101 {
  width: 101px;
}

.w102 {
  width: 102px;
}

.w103 {
  width: 103px;
}

.w104 {
  width: 104px;
}

.w105 {
  width: 105px;
}

.w106 {
  width: 106px;
}

.w107 {
  width: 107px;
}

.w108 {
  width: 108px;
}

.w109 {
  width: 109px;
}

.w110 {
  width: 110px;
}

.w111 {
  width: 111px;
}

.w112 {
  width: 112px;
}

.w113 {
  width: 113px;
}

.w114 {
  width: 114px;
}

.w115 {
  width: 115px;
}

.w116 {
  width: 116px;
}

.w117 {
  width: 117px;
}

.w118 {
  width: 118px;
}

.w119 {
  width: 119px;
}

.w120 {
  width: 120px;
}

.w121 {
  width: 121px;
}

.w122 {
  width: 122px;
}

.w123 {
  width: 123px;
}

.w124 {
  width: 124px;
}

.w125 {
  width: 125px;
}

.w126 {
  width: 126px;
}

.w127 {
  width: 127px;
}

.w128 {
  width: 128px;
}

.w129 {
  width: 129px;
}

.w130 {
  width: 130px;
}

.w131 {
  width: 131px;
}

.w132 {
  width: 132px;
}

.w133 {
  width: 133px;
}

.w134 {
  width: 134px;
}

.w135 {
  width: 135px;
}

.w136 {
  width: 136px;
}

.w137 {
  width: 137px;
}

.w138 {
  width: 138px;
}

.w139 {
  width: 139px;
}

.w140 {
  width: 140px;
}

.w141 {
  width: 141px;
}

.w142 {
  width: 142px;
}

.w143 {
  width: 143px;
}

.w144 {
  width: 144px;
}

.w145 {
  width: 145px;
}

.w146 {
  width: 146px;
}

.w147 {
  width: 147px;
}

.w148 {
  width: 148px;
}

.w149 {
  width: 149px;
}

.w150 {
  width: 150px;
}

.w151 {
  width: 151px;
}

.w152 {
  width: 152px;
}

.w153 {
  width: 153px;
}

.w154 {
  width: 154px;
}

.w155 {
  width: 155px;
}

.w156 {
  width: 156px;
}

.w157 {
  width: 157px;
}

.w158 {
  width: 158px;
}

.w159 {
  width: 159px;
}

.w160 {
  width: 160px;
}

.w161 {
  width: 161px;
}

.w162 {
  width: 162px;
}

.w163 {
  width: 163px;
}

.w164 {
  width: 164px;
}

.w165 {
  width: 165px;
}

.w166 {
  width: 166px;
}

.w167 {
  width: 167px;
}

.w168 {
  width: 168px;
}

.w169 {
  width: 169px;
}

.w170 {
  width: 170px;
}

.w171 {
  width: 171px;
}

.w172 {
  width: 172px;
}

.w173 {
  width: 173px;
}

.w174 {
  width: 174px;
}

.w175 {
  width: 175px;
}

.w176 {
  width: 176px;
}

.w177 {
  width: 177px;
}

.w178 {
  width: 178px;
}

.w179 {
  width: 179px;
}

.w180 {
  width: 180px;
}

.w181 {
  width: 181px;
}

.w182 {
  width: 182px;
}

.w183 {
  width: 183px;
}

.w184 {
  width: 184px;
}

.w185 {
  width: 185px;
}

.w186 {
  width: 186px;
}

.w187 {
  width: 187px;
}

.w188 {
  width: 188px;
}

.w189 {
  width: 189px;
}

.w190 {
  width: 190px;
}

.w191 {
  width: 191px;
}

.w192 {
  width: 192px;
}

.w193 {
  width: 193px;
}

.w194 {
  width: 194px;
}

.w195 {
  width: 195px;
}

.w196 {
  width: 196px;
}

.w197 {
  width: 197px;
}

.w198 {
  width: 198px;
}

.w199 {
  width: 199px;
}

.w200 {
  width: 200px;
}

.w201 {
  width: 201px;
}

.w202 {
  width: 202px;
}

.w203 {
  width: 203px;
}

.w204 {
  width: 204px;
}

.w205 {
  width: 205px;
}

.w206 {
  width: 206px;
}

.w207 {
  width: 207px;
}

.w208 {
  width: 208px;
}

.w209 {
  width: 209px;
}

.w210 {
  width: 210px;
}

.w211 {
  width: 211px;
}

.w212 {
  width: 212px;
}

.w213 {
  width: 213px;
}

.w214 {
  width: 214px;
}

.w215 {
  width: 215px;
}

.w216 {
  width: 216px;
}

.w217 {
  width: 217px;
}

.w218 {
  width: 218px;
}

.w219 {
  width: 219px;
}

.w220 {
  width: 220px;
}

.w221 {
  width: 221px;
}

.w222 {
  width: 222px;
}

.w223 {
  width: 223px;
}

.w224 {
  width: 224px;
}

.w225 {
  width: 225px;
}

.w226 {
  width: 226px;
}

.w227 {
  width: 227px;
}

.w228 {
  width: 228px;
}

.w229 {
  width: 229px;
}

.w230 {
  width: 230px;
}

.w231 {
  width: 231px;
}

.w232 {
  width: 232px;
}

.w233 {
  width: 233px;
}

.w234 {
  width: 234px;
}

.w235 {
  width: 235px;
}

.w236 {
  width: 236px;
}

.w237 {
  width: 237px;
}

.w238 {
  width: 238px;
}

.w239 {
  width: 239px;
}

.w240 {
  width: 240px;
}

.w241 {
  width: 241px;
}

.w242 {
  width: 242px;
}

.w243 {
  width: 243px;
}

.w244 {
  width: 244px;
}

.w245 {
  width: 245px;
}

.w246 {
  width: 246px;
}

.w247 {
  width: 247px;
}

.w248 {
  width: 248px;
}

.w249 {
  width: 249px;
}

.w250 {
  width: 250px;
}

.w251 {
  width: 251px;
}

.w252 {
  width: 252px;
}

.w253 {
  width: 253px;
}

.w254 {
  width: 254px;
}

.w255 {
  width: 255px;
}

.w256 {
  width: 256px;
}

.w257 {
  width: 257px;
}

.w258 {
  width: 258px;
}

.w259 {
  width: 259px;
}

.w260 {
  width: 260px;
}

.w261 {
  width: 261px;
}

.w262 {
  width: 262px;
}

.w263 {
  width: 263px;
}

.w264 {
  width: 264px;
}

.w265 {
  width: 265px;
}

.w266 {
  width: 266px;
}

.w267 {
  width: 267px;
}

.w268 {
  width: 268px;
}

.w269 {
  width: 269px;
}

.w270 {
  width: 270px;
}

.w271 {
  width: 271px;
}

.w272 {
  width: 272px;
}

.w273 {
  width: 273px;
}

.w274 {
  width: 274px;
}

.w275 {
  width: 275px;
}

.w276 {
  width: 276px;
}

.w277 {
  width: 277px;
}

.w278 {
  width: 278px;
}

.w279 {
  width: 279px;
}

.w280 {
  width: 280px;
}

.w281 {
  width: 281px;
}

.w282 {
  width: 282px;
}

.w283 {
  width: 283px;
}

.w284 {
  width: 284px;
}

.w285 {
  width: 285px;
}

.w286 {
  width: 286px;
}

.w287 {
  width: 287px;
}

.w288 {
  width: 288px;
}

.w289 {
  width: 289px;
}

.w290 {
  width: 290px;
}

.w291 {
  width: 291px;
}

.w292 {
  width: 292px;
}

.w293 {
  width: 293px;
}

.w294 {
  width: 294px;
}

.w295 {
  width: 295px;
}

.w296 {
  width: 296px;
}

.w297 {
  width: 297px;
}

.w298 {
  width: 298px;
}

.w299 {
  width: 299px;
}

.w300 {
  width: 300px;
}

.w301 {
  width: 301px;
}

.w302 {
  width: 302px;
}

.w303 {
  width: 303px;
}

.w304 {
  width: 304px;
}

.w305 {
  width: 305px;
}

.w306 {
  width: 306px;
}

.w307 {
  width: 307px;
}

.w308 {
  width: 308px;
}

.w309 {
  width: 309px;
}

.w310 {
  width: 310px;
}

.w311 {
  width: 311px;
}

.w312 {
  width: 312px;
}

.w313 {
  width: 313px;
}

.w314 {
  width: 314px;
}

.w315 {
  width: 315px;
}

.w316 {
  width: 316px;
}

.w317 {
  width: 317px;
}

.w318 {
  width: 318px;
}

.w319 {
  width: 319px;
}

.w320 {
  width: 320px;
}

.w321 {
  width: 321px;
}

.w322 {
  width: 322px;
}

.w323 {
  width: 323px;
}

.w324 {
  width: 324px;
}

.w325 {
  width: 325px;
}

.w326 {
  width: 326px;
}

.w327 {
  width: 327px;
}

.w328 {
  width: 328px;
}

.w329 {
  width: 329px;
}

.w330 {
  width: 330px;
}

.w331 {
  width: 331px;
}

.w332 {
  width: 332px;
}

.w333 {
  width: 333px;
}

.w334 {
  width: 334px;
}

.w335 {
  width: 335px;
}

.w336 {
  width: 336px;
}

.w337 {
  width: 337px;
}

.w338 {
  width: 338px;
}

.w339 {
  width: 339px;
}

.w340 {
  width: 340px;
}

.w341 {
  width: 341px;
}

.w342 {
  width: 342px;
}

.w343 {
  width: 343px;
}

.w344 {
  width: 344px;
}

.w345 {
  width: 345px;
}

.w346 {
  width: 346px;
}

.w347 {
  width: 347px;
}

.w348 {
  width: 348px;
}

.w349 {
  width: 349px;
}

.w350 {
  width: 350px;
}

.w351 {
  width: 351px;
}

.w352 {
  width: 352px;
}

.w353 {
  width: 353px;
}

.w354 {
  width: 354px;
}

.w355 {
  width: 355px;
}

.w356 {
  width: 356px;
}

.w357 {
  width: 357px;
}

.w358 {
  width: 358px;
}

.w359 {
  width: 359px;
}

.w360 {
  width: 360px;
}

.w361 {
  width: 361px;
}

.w362 {
  width: 362px;
}

.w363 {
  width: 363px;
}

.w364 {
  width: 364px;
}

.w365 {
  width: 365px;
}

.w366 {
  width: 366px;
}

.w367 {
  width: 367px;
}

.w368 {
  width: 368px;
}

.w369 {
  width: 369px;
}

.w370 {
  width: 370px;
}

.w371 {
  width: 371px;
}

.w372 {
  width: 372px;
}

.w373 {
  width: 373px;
}

.w374 {
  width: 374px;
}

.w375 {
  width: 375px;
}

.w376 {
  width: 376px;
}

.w377 {
  width: 377px;
}

.w378 {
  width: 378px;
}

.w379 {
  width: 379px;
}

.w380 {
  width: 380px;
}

.w381 {
  width: 381px;
}

.w382 {
  width: 382px;
}

.w383 {
  width: 383px;
}

.w384 {
  width: 384px;
}

.w385 {
  width: 385px;
}

.w386 {
  width: 386px;
}

.w387 {
  width: 387px;
}

.w388 {
  width: 388px;
}

.w389 {
  width: 389px;
}

.w390 {
  width: 390px;
}

.w391 {
  width: 391px;
}

.w392 {
  width: 392px;
}

.w393 {
  width: 393px;
}

.w394 {
  width: 394px;
}

.w395 {
  width: 395px;
}

.w396 {
  width: 396px;
}

.w397 {
  width: 397px;
}

.w398 {
  width: 398px;
}

.w399 {
  width: 399px;
}

.w400 {
  width: 400px;
}

.w401 {
  width: 401px;
}

.w402 {
  width: 402px;
}

.w403 {
  width: 403px;
}

.w404 {
  width: 404px;
}

.w405 {
  width: 405px;
}

.w406 {
  width: 406px;
}

.w407 {
  width: 407px;
}

.w408 {
  width: 408px;
}

.w409 {
  width: 409px;
}

.w410 {
  width: 410px;
}

.w411 {
  width: 411px;
}

.w412 {
  width: 412px;
}

.w413 {
  width: 413px;
}

.w414 {
  width: 414px;
}

.w415 {
  width: 415px;
}

.w416 {
  width: 416px;
}

.w417 {
  width: 417px;
}

.w418 {
  width: 418px;
}

.w419 {
  width: 419px;
}

.w420 {
  width: 420px;
}

.w421 {
  width: 421px;
}

.w422 {
  width: 422px;
}

.w423 {
  width: 423px;
}

.w424 {
  width: 424px;
}

.w425 {
  width: 425px;
}

.w426 {
  width: 426px;
}

.w427 {
  width: 427px;
}

.w428 {
  width: 428px;
}

.w429 {
  width: 429px;
}

.w430 {
  width: 430px;
}

.w431 {
  width: 431px;
}

.w432 {
  width: 432px;
}

.w433 {
  width: 433px;
}

.w434 {
  width: 434px;
}

.w435 {
  width: 435px;
}

.w436 {
  width: 436px;
}

.w437 {
  width: 437px;
}

.w438 {
  width: 438px;
}

.w439 {
  width: 439px;
}

.w440 {
  width: 440px;
}

.w441 {
  width: 441px;
}

.w442 {
  width: 442px;
}

.w443 {
  width: 443px;
}

.w444 {
  width: 444px;
}

.w445 {
  width: 445px;
}

.w446 {
  width: 446px;
}

.w447 {
  width: 447px;
}

.w448 {
  width: 448px;
}

.w449 {
  width: 449px;
}

.w450 {
  width: 450px;
}

.w451 {
  width: 451px;
}

.w452 {
  width: 452px;
}

.w453 {
  width: 453px;
}

.w454 {
  width: 454px;
}

.w455 {
  width: 455px;
}

.w456 {
  width: 456px;
}

.w457 {
  width: 457px;
}

.w458 {
  width: 458px;
}

.w459 {
  width: 459px;
}

.w460 {
  width: 460px;
}

.w461 {
  width: 461px;
}

.w462 {
  width: 462px;
}

.w463 {
  width: 463px;
}

.w464 {
  width: 464px;
}

.w465 {
  width: 465px;
}

.w466 {
  width: 466px;
}

.w467 {
  width: 467px;
}

.w468 {
  width: 468px;
}

.w469 {
  width: 469px;
}

.w470 {
  width: 470px;
}

.w471 {
  width: 471px;
}

.w472 {
  width: 472px;
}

.w473 {
  width: 473px;
}

.w474 {
  width: 474px;
}

.w475 {
  width: 475px;
}

.w476 {
  width: 476px;
}

.w477 {
  width: 477px;
}

.w478 {
  width: 478px;
}

.w479 {
  width: 479px;
}

.w480 {
  width: 480px;
}

.w481 {
  width: 481px;
}

.w482 {
  width: 482px;
}

.w483 {
  width: 483px;
}

.w484 {
  width: 484px;
}

.w485 {
  width: 485px;
}

.w486 {
  width: 486px;
}

.w487 {
  width: 487px;
}

.w488 {
  width: 488px;
}

.w489 {
  width: 489px;
}

.w490 {
  width: 490px;
}

.w491 {
  width: 491px;
}

.w492 {
  width: 492px;
}

.w493 {
  width: 493px;
}

.w494 {
  width: 494px;
}

.w495 {
  width: 495px;
}

.w496 {
  width: 496px;
}

.w497 {
  width: 497px;
}

.w498 {
  width: 498px;
}

.w499 {
  width: 499px;
}

.w500 {
  width: 500px;
}

.w501 {
  width: 501px;
}

.w502 {
  width: 502px;
}

.w503 {
  width: 503px;
}

.w504 {
  width: 504px;
}

.w505 {
  width: 505px;
}

.w506 {
  width: 506px;
}

.w507 {
  width: 507px;
}

.w508 {
  width: 508px;
}

.w509 {
  width: 509px;
}

.w510 {
  width: 510px;
}

.w511 {
  width: 511px;
}

.w512 {
  width: 512px;
}

.w513 {
  width: 513px;
}

.w514 {
  width: 514px;
}

.w515 {
  width: 515px;
}

.w516 {
  width: 516px;
}

.w517 {
  width: 517px;
}

.w518 {
  width: 518px;
}

.w519 {
  width: 519px;
}

.w520 {
  width: 520px;
}

.w521 {
  width: 521px;
}

.w522 {
  width: 522px;
}

.w523 {
  width: 523px;
}

.w524 {
  width: 524px;
}

.w525 {
  width: 525px;
}

.w526 {
  width: 526px;
}

.w527 {
  width: 527px;
}

.w528 {
  width: 528px;
}

.w529 {
  width: 529px;
}

.w530 {
  width: 530px;
}

.w531 {
  width: 531px;
}

.w532 {
  width: 532px;
}

.w533 {
  width: 533px;
}

.w534 {
  width: 534px;
}

.w535 {
  width: 535px;
}

.w536 {
  width: 536px;
}

.w537 {
  width: 537px;
}

.w538 {
  width: 538px;
}

.w539 {
  width: 539px;
}

.w540 {
  width: 540px;
}

.w541 {
  width: 541px;
}

.w542 {
  width: 542px;
}

.w543 {
  width: 543px;
}

.w544 {
  width: 544px;
}

.w545 {
  width: 545px;
}

.w546 {
  width: 546px;
}

.w547 {
  width: 547px;
}

.w548 {
  width: 548px;
}

.w549 {
  width: 549px;
}

.w550 {
  width: 550px;
}

.w551 {
  width: 551px;
}

.w552 {
  width: 552px;
}

.w553 {
  width: 553px;
}

.w554 {
  width: 554px;
}

.w555 {
  width: 555px;
}

.w556 {
  width: 556px;
}

.w557 {
  width: 557px;
}

.w558 {
  width: 558px;
}

.w559 {
  width: 559px;
}

.w560 {
  width: 560px;
}

.w561 {
  width: 561px;
}

.w562 {
  width: 562px;
}

.w563 {
  width: 563px;
}

.w564 {
  width: 564px;
}

.w565 {
  width: 565px;
}

.w566 {
  width: 566px;
}

.w567 {
  width: 567px;
}

.w568 {
  width: 568px;
}

.w569 {
  width: 569px;
}

.w570 {
  width: 570px;
}

.w571 {
  width: 571px;
}

.w572 {
  width: 572px;
}

.w573 {
  width: 573px;
}

.w574 {
  width: 574px;
}

.w575 {
  width: 575px;
}

.w576 {
  width: 576px;
}

.w577 {
  width: 577px;
}

.w578 {
  width: 578px;
}

.w579 {
  width: 579px;
}

.w580 {
  width: 580px;
}

.w581 {
  width: 581px;
}

.w582 {
  width: 582px;
}

.w583 {
  width: 583px;
}

.w584 {
  width: 584px;
}

.w585 {
  width: 585px;
}

.w586 {
  width: 586px;
}

.w587 {
  width: 587px;
}

.w588 {
  width: 588px;
}

.w589 {
  width: 589px;
}

.w590 {
  width: 590px;
}

.w591 {
  width: 591px;
}

.w592 {
  width: 592px;
}

.w593 {
  width: 593px;
}

.w594 {
  width: 594px;
}

.w595 {
  width: 595px;
}

.w596 {
  width: 596px;
}

.w597 {
  width: 597px;
}

.w598 {
  width: 598px;
}

.w599 {
  width: 599px;
}

.w600 {
  width: 600px;
}

.w601 {
  width: 601px;
}

.w602 {
  width: 602px;
}

.w603 {
  width: 603px;
}

.w604 {
  width: 604px;
}

.w605 {
  width: 605px;
}

.w606 {
  width: 606px;
}

.w607 {
  width: 607px;
}

.w608 {
  width: 608px;
}

.w609 {
  width: 609px;
}

.w610 {
  width: 610px;
}

.w611 {
  width: 611px;
}

.w612 {
  width: 612px;
}

.w613 {
  width: 613px;
}

.w614 {
  width: 614px;
}

.w615 {
  width: 615px;
}

.w616 {
  width: 616px;
}

.w617 {
  width: 617px;
}

.w618 {
  width: 618px;
}

.w619 {
  width: 619px;
}

.w620 {
  width: 620px;
}

.w621 {
  width: 621px;
}

.w622 {
  width: 622px;
}

.w623 {
  width: 623px;
}

.w624 {
  width: 624px;
}

.w625 {
  width: 625px;
}

.w626 {
  width: 626px;
}

.w627 {
  width: 627px;
}

.w628 {
  width: 628px;
}

.w629 {
  width: 629px;
}

.w630 {
  width: 630px;
}

.w631 {
  width: 631px;
}

.w632 {
  width: 632px;
}

.w633 {
  width: 633px;
}

.w634 {
  width: 634px;
}

.w635 {
  width: 635px;
}

.w636 {
  width: 636px;
}

.w637 {
  width: 637px;
}

.w638 {
  width: 638px;
}

.w639 {
  width: 639px;
}

.w640 {
  width: 640px;
}

.w641 {
  width: 641px;
}

.w642 {
  width: 642px;
}

.w643 {
  width: 643px;
}

.w644 {
  width: 644px;
}

.w645 {
  width: 645px;
}

.w646 {
  width: 646px;
}

.w647 {
  width: 647px;
}

.w648 {
  width: 648px;
}

.w649 {
  width: 649px;
}

.w650 {
  width: 650px;
}

.w651 {
  width: 651px;
}

.w652 {
  width: 652px;
}

.w653 {
  width: 653px;
}

.w654 {
  width: 654px;
}

.w655 {
  width: 655px;
}

.w656 {
  width: 656px;
}

.w657 {
  width: 657px;
}

.w658 {
  width: 658px;
}

.w659 {
  width: 659px;
}

.w660 {
  width: 660px;
}

.w661 {
  width: 661px;
}

.w662 {
  width: 662px;
}

.w663 {
  width: 663px;
}

.w664 {
  width: 664px;
}

.w665 {
  width: 665px;
}

.w666 {
  width: 666px;
}

.w667 {
  width: 667px;
}

.w668 {
  width: 668px;
}

.w669 {
  width: 669px;
}

.w670 {
  width: 670px;
}

.w671 {
  width: 671px;
}

.w672 {
  width: 672px;
}

.w673 {
  width: 673px;
}

.w674 {
  width: 674px;
}

.w675 {
  width: 675px;
}

.w676 {
  width: 676px;
}

.w677 {
  width: 677px;
}

.w678 {
  width: 678px;
}

.w679 {
  width: 679px;
}

.w680 {
  width: 680px;
}

.w681 {
  width: 681px;
}

.w682 {
  width: 682px;
}

.w683 {
  width: 683px;
}

.w684 {
  width: 684px;
}

.w685 {
  width: 685px;
}

.w686 {
  width: 686px;
}

.w687 {
  width: 687px;
}

.w688 {
  width: 688px;
}

.w689 {
  width: 689px;
}

.w690 {
  width: 690px;
}

.w691 {
  width: 691px;
}

.w692 {
  width: 692px;
}

.w693 {
  width: 693px;
}

.w694 {
  width: 694px;
}

.w695 {
  width: 695px;
}

.w696 {
  width: 696px;
}

.w697 {
  width: 697px;
}

.w698 {
  width: 698px;
}

.w699 {
  width: 699px;
}

.w700 {
  width: 700px;
}

.w701 {
  width: 701px;
}

.w702 {
  width: 702px;
}

.w703 {
  width: 703px;
}

.w704 {
  width: 704px;
}

.w705 {
  width: 705px;
}

.w706 {
  width: 706px;
}

.w707 {
  width: 707px;
}

.w708 {
  width: 708px;
}

.w709 {
  width: 709px;
}

.w710 {
  width: 710px;
}

.w711 {
  width: 711px;
}

.w712 {
  width: 712px;
}

.w713 {
  width: 713px;
}

.w714 {
  width: 714px;
}

.w715 {
  width: 715px;
}

.w716 {
  width: 716px;
}

.w717 {
  width: 717px;
}

.w718 {
  width: 718px;
}

.w719 {
  width: 719px;
}

.w720 {
  width: 720px;
}

.w721 {
  width: 721px;
}

.w722 {
  width: 722px;
}

.w723 {
  width: 723px;
}

.w724 {
  width: 724px;
}

.w725 {
  width: 725px;
}

.w726 {
  width: 726px;
}

.w727 {
  width: 727px;
}

.w728 {
  width: 728px;
}

.w729 {
  width: 729px;
}

.w730 {
  width: 730px;
}

.w731 {
  width: 731px;
}

.w732 {
  width: 732px;
}

.w733 {
  width: 733px;
}

.w734 {
  width: 734px;
}

.w735 {
  width: 735px;
}

.w736 {
  width: 736px;
}

.w737 {
  width: 737px;
}

.w738 {
  width: 738px;
}

.w739 {
  width: 739px;
}

.w740 {
  width: 740px;
}

.w741 {
  width: 741px;
}

.w742 {
  width: 742px;
}

.w743 {
  width: 743px;
}

.w744 {
  width: 744px;
}

.w745 {
  width: 745px;
}

.w746 {
  width: 746px;
}

.w747 {
  width: 747px;
}

.w748 {
  width: 748px;
}

.w749 {
  width: 749px;
}

.w750 {
  width: 750px;
}

.w751 {
  width: 751px;
}

.w752 {
  width: 752px;
}

.w753 {
  width: 753px;
}

.w754 {
  width: 754px;
}

.w755 {
  width: 755px;
}

.w756 {
  width: 756px;
}

.w757 {
  width: 757px;
}

.w758 {
  width: 758px;
}

.w759 {
  width: 759px;
}

.w760 {
  width: 760px;
}

.w761 {
  width: 761px;
}

.w762 {
  width: 762px;
}

.w763 {
  width: 763px;
}

.w764 {
  width: 764px;
}

.w765 {
  width: 765px;
}

.w766 {
  width: 766px;
}

.w767 {
  width: 767px;
}

.w768 {
  width: 768px;
}

.w769 {
  width: 769px;
}

.w770 {
  width: 770px;
}

.w771 {
  width: 771px;
}

.w772 {
  width: 772px;
}

.w773 {
  width: 773px;
}

.w774 {
  width: 774px;
}

.w775 {
  width: 775px;
}

.w776 {
  width: 776px;
}

.w777 {
  width: 777px;
}

.w778 {
  width: 778px;
}

.w779 {
  width: 779px;
}

.w780 {
  width: 780px;
}

.w781 {
  width: 781px;
}

.w782 {
  width: 782px;
}

.w783 {
  width: 783px;
}

.w784 {
  width: 784px;
}

.w785 {
  width: 785px;
}

.w786 {
  width: 786px;
}

.w787 {
  width: 787px;
}

.w788 {
  width: 788px;
}

.w789 {
  width: 789px;
}

.w790 {
  width: 790px;
}

.w791 {
  width: 791px;
}

.w792 {
  width: 792px;
}

.w793 {
  width: 793px;
}

.w794 {
  width: 794px;
}

.w795 {
  width: 795px;
}

.w796 {
  width: 796px;
}

.w797 {
  width: 797px;
}

.w798 {
  width: 798px;
}

.w799 {
  width: 799px;
}

.w800 {
  width: 800px;
}

.w801 {
  width: 801px;
}

.w802 {
  width: 802px;
}

.w803 {
  width: 803px;
}

.w804 {
  width: 804px;
}

.w805 {
  width: 805px;
}

.w806 {
  width: 806px;
}

.w807 {
  width: 807px;
}

.w808 {
  width: 808px;
}

.w809 {
  width: 809px;
}

.w810 {
  width: 810px;
}

.w811 {
  width: 811px;
}

.w812 {
  width: 812px;
}

.w813 {
  width: 813px;
}

.w814 {
  width: 814px;
}

.w815 {
  width: 815px;
}

.w816 {
  width: 816px;
}

.w817 {
  width: 817px;
}

.w818 {
  width: 818px;
}

.w819 {
  width: 819px;
}

.w820 {
  width: 820px;
}

.w821 {
  width: 821px;
}

.w822 {
  width: 822px;
}

.w823 {
  width: 823px;
}

.w824 {
  width: 824px;
}

.w825 {
  width: 825px;
}

.w826 {
  width: 826px;
}

.w827 {
  width: 827px;
}

.w828 {
  width: 828px;
}

.w829 {
  width: 829px;
}

.w830 {
  width: 830px;
}

.w831 {
  width: 831px;
}

.w832 {
  width: 832px;
}

.w833 {
  width: 833px;
}

.w834 {
  width: 834px;
}

.w835 {
  width: 835px;
}

.w836 {
  width: 836px;
}

.w837 {
  width: 837px;
}

.w838 {
  width: 838px;
}

.w839 {
  width: 839px;
}

.w840 {
  width: 840px;
}

.w841 {
  width: 841px;
}

.w842 {
  width: 842px;
}

.w843 {
  width: 843px;
}

.w844 {
  width: 844px;
}

.w845 {
  width: 845px;
}

.w846 {
  width: 846px;
}

.w847 {
  width: 847px;
}

.w848 {
  width: 848px;
}

.w849 {
  width: 849px;
}

.w850 {
  width: 850px;
}

.w851 {
  width: 851px;
}

.w852 {
  width: 852px;
}

.w853 {
  width: 853px;
}

.w854 {
  width: 854px;
}

.w855 {
  width: 855px;
}

.w856 {
  width: 856px;
}

.w857 {
  width: 857px;
}

.w858 {
  width: 858px;
}

.w859 {
  width: 859px;
}

.w860 {
  width: 860px;
}

.w861 {
  width: 861px;
}

.w862 {
  width: 862px;
}

.w863 {
  width: 863px;
}

.w864 {
  width: 864px;
}

.w865 {
  width: 865px;
}

.w866 {
  width: 866px;
}

.w867 {
  width: 867px;
}

.w868 {
  width: 868px;
}

.w869 {
  width: 869px;
}

.w870 {
  width: 870px;
}

.w871 {
  width: 871px;
}

.w872 {
  width: 872px;
}

.w873 {
  width: 873px;
}

.w874 {
  width: 874px;
}

.w875 {
  width: 875px;
}

.w876 {
  width: 876px;
}

.w877 {
  width: 877px;
}

.w878 {
  width: 878px;
}

.w879 {
  width: 879px;
}

.w880 {
  width: 880px;
}

.w881 {
  width: 881px;
}

.w882 {
  width: 882px;
}

.w883 {
  width: 883px;
}

.w884 {
  width: 884px;
}

.w885 {
  width: 885px;
}

.w886 {
  width: 886px;
}

.w887 {
  width: 887px;
}

.w888 {
  width: 888px;
}

.w889 {
  width: 889px;
}

.w890 {
  width: 890px;
}

.w891 {
  width: 891px;
}

.w892 {
  width: 892px;
}

.w893 {
  width: 893px;
}

.w894 {
  width: 894px;
}

.w895 {
  width: 895px;
}

.w896 {
  width: 896px;
}

.w897 {
  width: 897px;
}

.w898 {
  width: 898px;
}

.w899 {
  width: 899px;
}

.w900 {
  width: 900px;
}

.w901 {
  width: 901px;
}

.w902 {
  width: 902px;
}

.w903 {
  width: 903px;
}

.w904 {
  width: 904px;
}

.w905 {
  width: 905px;
}

.w906 {
  width: 906px;
}

.w907 {
  width: 907px;
}

.w908 {
  width: 908px;
}

.w909 {
  width: 909px;
}

.w910 {
  width: 910px;
}

.w911 {
  width: 911px;
}

.w912 {
  width: 912px;
}

.w913 {
  width: 913px;
}

.w914 {
  width: 914px;
}

.w915 {
  width: 915px;
}

.w916 {
  width: 916px;
}

.w917 {
  width: 917px;
}

.w918 {
  width: 918px;
}

.w919 {
  width: 919px;
}

.w920 {
  width: 920px;
}

.w921 {
  width: 921px;
}

.w922 {
  width: 922px;
}

.w923 {
  width: 923px;
}

.w924 {
  width: 924px;
}

.w925 {
  width: 925px;
}

.w926 {
  width: 926px;
}

.w927 {
  width: 927px;
}

.w928 {
  width: 928px;
}

.w929 {
  width: 929px;
}

.w930 {
  width: 930px;
}

.w931 {
  width: 931px;
}

.w932 {
  width: 932px;
}

.w933 {
  width: 933px;
}

.w934 {
  width: 934px;
}

.w935 {
  width: 935px;
}

.w936 {
  width: 936px;
}

.w937 {
  width: 937px;
}

.w938 {
  width: 938px;
}

.w939 {
  width: 939px;
}

.w940 {
  width: 940px;
}

.w941 {
  width: 941px;
}

.w942 {
  width: 942px;
}

.w943 {
  width: 943px;
}

.w944 {
  width: 944px;
}

.w945 {
  width: 945px;
}

.w946 {
  width: 946px;
}

.w947 {
  width: 947px;
}

.w948 {
  width: 948px;
}

.w949 {
  width: 949px;
}

.w950 {
  width: 950px;
}

.w951 {
  width: 951px;
}

.w952 {
  width: 952px;
}

.w953 {
  width: 953px;
}

.w954 {
  width: 954px;
}

.w955 {
  width: 955px;
}

.w956 {
  width: 956px;
}

.w957 {
  width: 957px;
}

.w958 {
  width: 958px;
}

.w959 {
  width: 959px;
}

.w960 {
  width: 960px;
}

.w961 {
  width: 961px;
}

.w962 {
  width: 962px;
}

.w963 {
  width: 963px;
}

.w964 {
  width: 964px;
}

.w965 {
  width: 965px;
}

.w966 {
  width: 966px;
}

.w967 {
  width: 967px;
}

.w968 {
  width: 968px;
}

.w969 {
  width: 969px;
}

.w970 {
  width: 970px;
}

.w971 {
  width: 971px;
}

.w972 {
  width: 972px;
}

.w973 {
  width: 973px;
}

.w974 {
  width: 974px;
}

.w975 {
  width: 975px;
}

.w976 {
  width: 976px;
}

.w977 {
  width: 977px;
}

.w978 {
  width: 978px;
}

.w979 {
  width: 979px;
}

.w980 {
  width: 980px;
}

.w981 {
  width: 981px;
}

.w982 {
  width: 982px;
}

.w983 {
  width: 983px;
}

.w984 {
  width: 984px;
}

.w985 {
  width: 985px;
}

.w986 {
  width: 986px;
}

.w987 {
  width: 987px;
}

.w988 {
  width: 988px;
}

.w989 {
  width: 989px;
}

.w990 {
  width: 990px;
}

.w991 {
  width: 991px;
}

.w992 {
  width: 992px;
}

.w993 {
  width: 993px;
}

.w994 {
  width: 994px;
}

.w995 {
  width: 995px;
}

.w996 {
  width: 996px;
}

.w997 {
  width: 997px;
}

.w998 {
  width: 998px;
}

.w999 {
  width: 999px;
}

.w0p {
  width: 0%;
}

.w1p {
  width: 1%;
}

.w2p {
  width: 2%;
}

.w3p {
  width: 3%;
}

.w4p {
  width: 4%;
}

.w5p {
  width: 5%;
}

.w6p {
  width: 6%;
}

.w7p {
  width: 7%;
}

.w8p {
  width: 8%;
}

.w9p {
  width: 9%;
}

.w10p {
  width: 10%;
}

.w11p {
  width: 11%;
}

.w12p {
  width: 12%;
}

.w13p {
  width: 13%;
}

.w14p {
  width: 14%;
}

.w15p {
  width: 15%;
}

.w16p {
  width: 16%;
}

.w17p {
  width: 17%;
}

.w18p {
  width: 18%;
}

.w19p {
  width: 19%;
}

.w20p {
  width: 20%;
}

.w21p {
  width: 21%;
}

.w22p {
  width: 22%;
}

.w23p {
  width: 23%;
}

.w24p {
  width: 24%;
}

.w25p {
  width: 25%;
}

.w26p {
  width: 26%;
}

.w27p {
  width: 27%;
}

.w28p {
  width: 28%;
}

.w29p {
  width: 29%;
}

.w30p {
  width: 30%;
}

.w31p {
  width: 31%;
}

.w32p {
  width: 32%;
}

.w33p {
  width: 33%;
}

.w34p {
  width: 34%;
}

.w35p {
  width: 35%;
}

.w36p {
  width: 36%;
}

.w37p {
  width: 37%;
}

.w38p {
  width: 38%;
}

.w39p {
  width: 39%;
}

.w40p {
  width: 40%;
}

.w41p {
  width: 41%;
}

.w42p {
  width: 42%;
}

.w43p {
  width: 43%;
}

.w44p {
  width: 44%;
}

.w45p {
  width: 45%;
}

.w46p {
  width: 46%;
}

.w47p {
  width: 47%;
}

.w48p {
  width: 48%;
}

.w49p {
  width: 49%;
}

.w50p {
  width: 50%;
}

.w51p {
  width: 51%;
}

.w52p {
  width: 52%;
}

.w53p {
  width: 53%;
}

.w54p {
  width: 54%;
}

.w55p {
  width: 55%;
}

.w56p {
  width: 56%;
}

.w57p {
  width: 57%;
}

.w58p {
  width: 58%;
}

.w59p {
  width: 59%;
}

.w60p {
  width: 60%;
}

.w61p {
  width: 61%;
}

.w62p {
  width: 62%;
}

.w63p {
  width: 63%;
}

.w64p {
  width: 64%;
}

.w65p {
  width: 65%;
}

.w66p {
  width: 66%;
}

.w67p {
  width: 67%;
}

.w68p {
  width: 68%;
}

.w69p {
  width: 69%;
}

.w70p {
  width: 70%;
}

.w71p {
  width: 71%;
}

.w72p {
  width: 72%;
}

.w73p {
  width: 73%;
}

.w74p {
  width: 74%;
}

.w75p {
  width: 75%;
}

.w76p {
  width: 76%;
}

.w77p {
  width: 77%;
}

.w78p {
  width: 78%;
}

.w79p {
  width: 79%;
}

.w80p {
  width: 80%;
}

.w81p {
  width: 81%;
}

.w82p {
  width: 82%;
}

.w83p {
  width: 83%;
}

.w84p {
  width: 84%;
}

.w85p {
  width: 85%;
}

.w86p {
  width: 86%;
}

.w87p {
  width: 87%;
}

.w88p {
  width: 88%;
}

.w89p {
  width: 89%;
}

.w90p {
  width: 90%;
}

.w91p {
  width: 91%;
}

.w92p {
  width: 92%;
}

.w93p {
  width: 93%;
}

.w94p {
  width: 94%;
}

.w95p {
  width: 95%;
}

.w96p {
  width: 96%;
}

.w97p {
  width: 97%;
}

.w98p {
  width: 98%;
}

.w99p {
  width: 99%;
}

.w100p {
  width: 100%;
}

.pd0 {
  padding: 0px;
}

.pdt0 {
  padding-top: 0px;
}

.pdr0 {
  padding-right: 0px;
}

.pdb0 {
  padding-bottom: 0px;
}

.pdl0 {
  padding-left: 0px;
}

.pd1 {
  padding: 1px;
}

.pdt1 {
  padding-top: 1px;
}

.pdr1 {
  padding-right: 1px;
}

.pdb1 {
  padding-bottom: 1px;
}

.pdl1 {
  padding-left: 1px;
}

.pd2 {
  padding: 2px;
}

.pdt2 {
  padding-top: 2px;
}

.pdr2 {
  padding-right: 2px;
}

.pdb2 {
  padding-bottom: 2px;
}

.pdl2 {
  padding-left: 2px;
}

.pd3 {
  padding: 3px;
}

.pdt3 {
  padding-top: 3px;
}

.pdr3 {
  padding-right: 3px;
}

.pdb3 {
  padding-bottom: 3px;
}

.pdl3 {
  padding-left: 3px;
}

.pd4 {
  padding: 4px;
}

.pdt4 {
  padding-top: 4px;
}

.pdr4 {
  padding-right: 4px;
}

.pdb4 {
  padding-bottom: 4px;
}

.pdl4 {
  padding-left: 4px;
}

.pd5 {
  padding: 5px;
}

.pdt5 {
  padding-top: 5px;
}

.pdr5 {
  padding-right: 5px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdl5 {
  padding-left: 5px;
}

.pd6 {
  padding: 6px;
}

.pdt6 {
  padding-top: 6px;
}

.pdr6 {
  padding-right: 6px;
}

.pdb6 {
  padding-bottom: 6px;
}

.pdl6 {
  padding-left: 6px;
}

.pd7 {
  padding: 7px;
}

.pdt7 {
  padding-top: 7px;
}

.pdr7 {
  padding-right: 7px;
}

.pdb7 {
  padding-bottom: 7px;
}

.pdl7 {
  padding-left: 7px;
}

.pd8 {
  padding: 8px;
}

.pdt8 {
  padding-top: 8px;
}

.pdr8 {
  padding-right: 8px;
}

.pdb8 {
  padding-bottom: 8px;
}

.pdl8 {
  padding-left: 8px;
}

.pd9 {
  padding: 9px;
}

.pdt9 {
  padding-top: 9px;
}

.pdr9 {
  padding-right: 9px;
}

.pdb9 {
  padding-bottom: 9px;
}

.pdl9 {
  padding-left: 9px;
}

.pd10 {
  padding: 10px;
}

.pdt10 {
  padding-top: 10px;
}

.pdr10 {
  padding-right: 10px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdl10 {
  padding-left: 10px;
}

.pd11 {
  padding: 11px;
}

.pdt11 {
  padding-top: 11px;
}

.pdr11 {
  padding-right: 11px;
}

.pdb11 {
  padding-bottom: 11px;
}

.pdl11 {
  padding-left: 11px;
}

.pd12 {
  padding: 12px;
}

.pdt12 {
  padding-top: 12px;
}

.pdr12 {
  padding-right: 12px;
}

.pdb12 {
  padding-bottom: 12px;
}

.pdl12 {
  padding-left: 12px;
}

.pd13 {
  padding: 13px;
}

.pdt13 {
  padding-top: 13px;
}

.pdr13 {
  padding-right: 13px;
}

.pdb13 {
  padding-bottom: 13px;
}

.pdl13 {
  padding-left: 13px;
}

.pd14 {
  padding: 14px;
}

.pdt14 {
  padding-top: 14px;
}

.pdr14 {
  padding-right: 14px;
}

.pdb14 {
  padding-bottom: 14px;
}

.pdl14 {
  padding-left: 14px;
}

.pd15 {
  padding: 15px;
}

.pdt15 {
  padding-top: 15px;
}

.pdr15 {
  padding-right: 15px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdl15 {
  padding-left: 15px;
}

.pd16 {
  padding: 16px;
}

.pdt16 {
  padding-top: 16px;
}

.pdr16 {
  padding-right: 16px;
}

.pdb16 {
  padding-bottom: 16px;
}

.pdl16 {
  padding-left: 16px;
}

.pd17 {
  padding: 17px;
}

.pdt17 {
  padding-top: 17px;
}

.pdr17 {
  padding-right: 17px;
}

.pdb17 {
  padding-bottom: 17px;
}

.pdl17 {
  padding-left: 17px;
}

.pd18 {
  padding: 18px;
}

.pdt18 {
  padding-top: 18px;
}

.pdr18 {
  padding-right: 18px;
}

.pdb18 {
  padding-bottom: 18px;
}

.pdl18 {
  padding-left: 18px;
}

.pd19 {
  padding: 19px;
}

.pdt19 {
  padding-top: 19px;
}

.pdr19 {
  padding-right: 19px;
}

.pdb19 {
  padding-bottom: 19px;
}

.pdl19 {
  padding-left: 19px;
}

.pd20 {
  padding: 20px;
}

.pdt20 {
  padding-top: 20px;
}

.pdr20 {
  padding-right: 20px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdl20 {
  padding-left: 20px;
}

.pd21 {
  padding: 21px;
}

.pdt21 {
  padding-top: 21px;
}

.pdr21 {
  padding-right: 21px;
}

.pdb21 {
  padding-bottom: 21px;
}

.pdl21 {
  padding-left: 21px;
}

.pd22 {
  padding: 22px;
}

.pdt22 {
  padding-top: 22px;
}

.pdr22 {
  padding-right: 22px;
}

.pdb22 {
  padding-bottom: 22px;
}

.pdl22 {
  padding-left: 22px;
}

.pd23 {
  padding: 23px;
}

.pdt23 {
  padding-top: 23px;
}

.pdr23 {
  padding-right: 23px;
}

.pdb23 {
  padding-bottom: 23px;
}

.pdl23 {
  padding-left: 23px;
}

.pd24 {
  padding: 24px;
}

.pdt24 {
  padding-top: 24px;
}

.pdr24 {
  padding-right: 24px;
}

.pdb24 {
  padding-bottom: 24px;
}

.pdl24 {
  padding-left: 24px;
}

.pd25 {
  padding: 25px;
}

.pdt25 {
  padding-top: 25px;
}

.pdr25 {
  padding-right: 25px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdl25 {
  padding-left: 25px;
}

.pd26 {
  padding: 26px;
}

.pdt26 {
  padding-top: 26px;
}

.pdr26 {
  padding-right: 26px;
}

.pdb26 {
  padding-bottom: 26px;
}

.pdl26 {
  padding-left: 26px;
}

.pd27 {
  padding: 27px;
}

.pdt27 {
  padding-top: 27px;
}

.pdr27 {
  padding-right: 27px;
}

.pdb27 {
  padding-bottom: 27px;
}

.pdl27 {
  padding-left: 27px;
}

.pd28 {
  padding: 28px;
}

.pdt28 {
  padding-top: 28px;
}

.pdr28 {
  padding-right: 28px;
}

.pdb28 {
  padding-bottom: 28px;
}

.pdl28 {
  padding-left: 28px;
}

.pd29 {
  padding: 29px;
}

.pdt29 {
  padding-top: 29px;
}

.pdr29 {
  padding-right: 29px;
}

.pdb29 {
  padding-bottom: 29px;
}

.pdl29 {
  padding-left: 29px;
}

.pd30 {
  padding: 30px;
}

.pdt30 {
  padding-top: 30px;
}

.pdr30 {
  padding-right: 30px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdl30 {
  padding-left: 30px;
}

.pd31 {
  padding: 31px;
}

.pdt31 {
  padding-top: 31px;
}

.pdr31 {
  padding-right: 31px;
}

.pdb31 {
  padding-bottom: 31px;
}

.pdl31 {
  padding-left: 31px;
}

.pd32 {
  padding: 32px;
}

.pdt32 {
  padding-top: 32px;
}

.pdr32 {
  padding-right: 32px;
}

.pdb32 {
  padding-bottom: 32px;
}

.pdl32 {
  padding-left: 32px;
}

.pd33 {
  padding: 33px;
}

.pdt33 {
  padding-top: 33px;
}

.pdr33 {
  padding-right: 33px;
}

.pdb33 {
  padding-bottom: 33px;
}

.pdl33 {
  padding-left: 33px;
}

.pd34 {
  padding: 34px;
}

.pdt34 {
  padding-top: 34px;
}

.pdr34 {
  padding-right: 34px;
}

.pdb34 {
  padding-bottom: 34px;
}

.pdl34 {
  padding-left: 34px;
}

.pd35 {
  padding: 35px;
}

.pdt35 {
  padding-top: 35px;
}

.pdr35 {
  padding-right: 35px;
}

.pdb35 {
  padding-bottom: 35px;
}

.pdl35 {
  padding-left: 35px;
}

.pd36 {
  padding: 36px;
}

.pdt36 {
  padding-top: 36px;
}

.pdr36 {
  padding-right: 36px;
}

.pdb36 {
  padding-bottom: 36px;
}

.pdl36 {
  padding-left: 36px;
}

.pd37 {
  padding: 37px;
}

.pdt37 {
  padding-top: 37px;
}

.pdr37 {
  padding-right: 37px;
}

.pdb37 {
  padding-bottom: 37px;
}

.pdl37 {
  padding-left: 37px;
}

.pd38 {
  padding: 38px;
}

.pdt38 {
  padding-top: 38px;
}

.pdr38 {
  padding-right: 38px;
}

.pdb38 {
  padding-bottom: 38px;
}

.pdl38 {
  padding-left: 38px;
}

.pd39 {
  padding: 39px;
}

.pdt39 {
  padding-top: 39px;
}

.pdr39 {
  padding-right: 39px;
}

.pdb39 {
  padding-bottom: 39px;
}

.pdl39 {
  padding-left: 39px;
}

.pd40 {
  padding: 40px;
}

.pdt40 {
  padding-top: 40px;
}

.pdr40 {
  padding-right: 40px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdl40 {
  padding-left: 40px;
}

.pd41 {
  padding: 41px;
}

.pdt41 {
  padding-top: 41px;
}

.pdr41 {
  padding-right: 41px;
}

.pdb41 {
  padding-bottom: 41px;
}

.pdl41 {
  padding-left: 41px;
}

.pd42 {
  padding: 42px;
}

.pdt42 {
  padding-top: 42px;
}

.pdr42 {
  padding-right: 42px;
}

.pdb42 {
  padding-bottom: 42px;
}

.pdl42 {
  padding-left: 42px;
}

.pd43 {
  padding: 43px;
}

.pdt43 {
  padding-top: 43px;
}

.pdr43 {
  padding-right: 43px;
}

.pdb43 {
  padding-bottom: 43px;
}

.pdl43 {
  padding-left: 43px;
}

.pd44 {
  padding: 44px;
}

.pdt44 {
  padding-top: 44px;
}

.pdr44 {
  padding-right: 44px;
}

.pdb44 {
  padding-bottom: 44px;
}

.pdl44 {
  padding-left: 44px;
}

.pd45 {
  padding: 45px;
}

.pdt45 {
  padding-top: 45px;
}

.pdr45 {
  padding-right: 45px;
}

.pdb45 {
  padding-bottom: 45px;
}

.pdl45 {
  padding-left: 45px;
}

.pd46 {
  padding: 46px;
}

.pdt46 {
  padding-top: 46px;
}

.pdr46 {
  padding-right: 46px;
}

.pdb46 {
  padding-bottom: 46px;
}

.pdl46 {
  padding-left: 46px;
}

.pd47 {
  padding: 47px;
}

.pdt47 {
  padding-top: 47px;
}

.pdr47 {
  padding-right: 47px;
}

.pdb47 {
  padding-bottom: 47px;
}

.pdl47 {
  padding-left: 47px;
}

.pd48 {
  padding: 48px;
}

.pdt48 {
  padding-top: 48px;
}

.pdr48 {
  padding-right: 48px;
}

.pdb48 {
  padding-bottom: 48px;
}

.pdl48 {
  padding-left: 48px;
}

.pd49 {
  padding: 49px;
}

.pdt49 {
  padding-top: 49px;
}

.pdr49 {
  padding-right: 49px;
}

.pdb49 {
  padding-bottom: 49px;
}

.pdl49 {
  padding-left: 49px;
}

.pd50 {
  padding: 50px;
}

.pdt50 {
  padding-top: 50px;
}

.pdr50 {
  padding-right: 50px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdl50 {
  padding-left: 50px;
}

.pd51 {
  padding: 51px;
}

.pdt51 {
  padding-top: 51px;
}

.pdr51 {
  padding-right: 51px;
}

.pdb51 {
  padding-bottom: 51px;
}

.pdl51 {
  padding-left: 51px;
}

.pd52 {
  padding: 52px;
}

.pdt52 {
  padding-top: 52px;
}

.pdr52 {
  padding-right: 52px;
}

.pdb52 {
  padding-bottom: 52px;
}

.pdl52 {
  padding-left: 52px;
}

.pd53 {
  padding: 53px;
}

.pdt53 {
  padding-top: 53px;
}

.pdr53 {
  padding-right: 53px;
}

.pdb53 {
  padding-bottom: 53px;
}

.pdl53 {
  padding-left: 53px;
}

.pd54 {
  padding: 54px;
}

.pdt54 {
  padding-top: 54px;
}

.pdr54 {
  padding-right: 54px;
}

.pdb54 {
  padding-bottom: 54px;
}

.pdl54 {
  padding-left: 54px;
}

.pd55 {
  padding: 55px;
}

.pdt55 {
  padding-top: 55px;
}

.pdr55 {
  padding-right: 55px;
}

.pdb55 {
  padding-bottom: 55px;
}

.pdl55 {
  padding-left: 55px;
}

.pd56 {
  padding: 56px;
}

.pdt56 {
  padding-top: 56px;
}

.pdr56 {
  padding-right: 56px;
}

.pdb56 {
  padding-bottom: 56px;
}

.pdl56 {
  padding-left: 56px;
}

.pd57 {
  padding: 57px;
}

.pdt57 {
  padding-top: 57px;
}

.pdr57 {
  padding-right: 57px;
}

.pdb57 {
  padding-bottom: 57px;
}

.pdl57 {
  padding-left: 57px;
}

.pd58 {
  padding: 58px;
}

.pdt58 {
  padding-top: 58px;
}

.pdr58 {
  padding-right: 58px;
}

.pdb58 {
  padding-bottom: 58px;
}

.pdl58 {
  padding-left: 58px;
}

.pd59 {
  padding: 59px;
}

.pdt59 {
  padding-top: 59px;
}

.pdr59 {
  padding-right: 59px;
}

.pdb59 {
  padding-bottom: 59px;
}

.pdl59 {
  padding-left: 59px;
}

.pd60 {
  padding: 60px;
}

.pdt60 {
  padding-top: 60px;
}

.pdr60 {
  padding-right: 60px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdl60 {
  padding-left: 60px;
}

.pd61 {
  padding: 61px;
}

.pdt61 {
  padding-top: 61px;
}

.pdr61 {
  padding-right: 61px;
}

.pdb61 {
  padding-bottom: 61px;
}

.pdl61 {
  padding-left: 61px;
}

.pd62 {
  padding: 62px;
}

.pdt62 {
  padding-top: 62px;
}

.pdr62 {
  padding-right: 62px;
}

.pdb62 {
  padding-bottom: 62px;
}

.pdl62 {
  padding-left: 62px;
}

.pd63 {
  padding: 63px;
}

.pdt63 {
  padding-top: 63px;
}

.pdr63 {
  padding-right: 63px;
}

.pdb63 {
  padding-bottom: 63px;
}

.pdl63 {
  padding-left: 63px;
}

.pd64 {
  padding: 64px;
}

.pdt64 {
  padding-top: 64px;
}

.pdr64 {
  padding-right: 64px;
}

.pdb64 {
  padding-bottom: 64px;
}

.pdl64 {
  padding-left: 64px;
}

.pd65 {
  padding: 65px;
}

.pdt65 {
  padding-top: 65px;
}

.pdr65 {
  padding-right: 65px;
}

.pdb65 {
  padding-bottom: 65px;
}

.pdl65 {
  padding-left: 65px;
}

.pd66 {
  padding: 66px;
}

.pdt66 {
  padding-top: 66px;
}

.pdr66 {
  padding-right: 66px;
}

.pdb66 {
  padding-bottom: 66px;
}

.pdl66 {
  padding-left: 66px;
}

.pd67 {
  padding: 67px;
}

.pdt67 {
  padding-top: 67px;
}

.pdr67 {
  padding-right: 67px;
}

.pdb67 {
  padding-bottom: 67px;
}

.pdl67 {
  padding-left: 67px;
}

.pd68 {
  padding: 68px;
}

.pdt68 {
  padding-top: 68px;
}

.pdr68 {
  padding-right: 68px;
}

.pdb68 {
  padding-bottom: 68px;
}

.pdl68 {
  padding-left: 68px;
}

.pd69 {
  padding: 69px;
}

.pdt69 {
  padding-top: 69px;
}

.pdr69 {
  padding-right: 69px;
}

.pdb69 {
  padding-bottom: 69px;
}

.pdl69 {
  padding-left: 69px;
}

.pd70 {
  padding: 70px;
}

.pdt70 {
  padding-top: 70px;
}

.pdr70 {
  padding-right: 70px;
}

.pdb70 {
  padding-bottom: 70px;
}

.pdl70 {
  padding-left: 70px;
}

.pd71 {
  padding: 71px;
}

.pdt71 {
  padding-top: 71px;
}

.pdr71 {
  padding-right: 71px;
}

.pdb71 {
  padding-bottom: 71px;
}

.pdl71 {
  padding-left: 71px;
}

.pd72 {
  padding: 72px;
}

.pdt72 {
  padding-top: 72px;
}

.pdr72 {
  padding-right: 72px;
}

.pdb72 {
  padding-bottom: 72px;
}

.pdl72 {
  padding-left: 72px;
}

.pd73 {
  padding: 73px;
}

.pdt73 {
  padding-top: 73px;
}

.pdr73 {
  padding-right: 73px;
}

.pdb73 {
  padding-bottom: 73px;
}

.pdl73 {
  padding-left: 73px;
}

.pd74 {
  padding: 74px;
}

.pdt74 {
  padding-top: 74px;
}

.pdr74 {
  padding-right: 74px;
}

.pdb74 {
  padding-bottom: 74px;
}

.pdl74 {
  padding-left: 74px;
}

.pd75 {
  padding: 75px;
}

.pdt75 {
  padding-top: 75px;
}

.pdr75 {
  padding-right: 75px;
}

.pdb75 {
  padding-bottom: 75px;
}

.pdl75 {
  padding-left: 75px;
}

.pd76 {
  padding: 76px;
}

.pdt76 {
  padding-top: 76px;
}

.pdr76 {
  padding-right: 76px;
}

.pdb76 {
  padding-bottom: 76px;
}

.pdl76 {
  padding-left: 76px;
}

.pd77 {
  padding: 77px;
}

.pdt77 {
  padding-top: 77px;
}

.pdr77 {
  padding-right: 77px;
}

.pdb77 {
  padding-bottom: 77px;
}

.pdl77 {
  padding-left: 77px;
}

.pd78 {
  padding: 78px;
}

.pdt78 {
  padding-top: 78px;
}

.pdr78 {
  padding-right: 78px;
}

.pdb78 {
  padding-bottom: 78px;
}

.pdl78 {
  padding-left: 78px;
}

.pd79 {
  padding: 79px;
}

.pdt79 {
  padding-top: 79px;
}

.pdr79 {
  padding-right: 79px;
}

.pdb79 {
  padding-bottom: 79px;
}

.pdl79 {
  padding-left: 79px;
}

.pd80 {
  padding: 80px;
}

.pdt80 {
  padding-top: 80px;
}

.pdr80 {
  padding-right: 80px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdl80 {
  padding-left: 80px;
}

.pd81 {
  padding: 81px;
}

.pdt81 {
  padding-top: 81px;
}

.pdr81 {
  padding-right: 81px;
}

.pdb81 {
  padding-bottom: 81px;
}

.pdl81 {
  padding-left: 81px;
}

.pd82 {
  padding: 82px;
}

.pdt82 {
  padding-top: 82px;
}

.pdr82 {
  padding-right: 82px;
}

.pdb82 {
  padding-bottom: 82px;
}

.pdl82 {
  padding-left: 82px;
}

.pd83 {
  padding: 83px;
}

.pdt83 {
  padding-top: 83px;
}

.pdr83 {
  padding-right: 83px;
}

.pdb83 {
  padding-bottom: 83px;
}

.pdl83 {
  padding-left: 83px;
}

.pd84 {
  padding: 84px;
}

.pdt84 {
  padding-top: 84px;
}

.pdr84 {
  padding-right: 84px;
}

.pdb84 {
  padding-bottom: 84px;
}

.pdl84 {
  padding-left: 84px;
}

.pd85 {
  padding: 85px;
}

.pdt85 {
  padding-top: 85px;
}

.pdr85 {
  padding-right: 85px;
}

.pdb85 {
  padding-bottom: 85px;
}

.pdl85 {
  padding-left: 85px;
}

.pd86 {
  padding: 86px;
}

.pdt86 {
  padding-top: 86px;
}

.pdr86 {
  padding-right: 86px;
}

.pdb86 {
  padding-bottom: 86px;
}

.pdl86 {
  padding-left: 86px;
}

.pd87 {
  padding: 87px;
}

.pdt87 {
  padding-top: 87px;
}

.pdr87 {
  padding-right: 87px;
}

.pdb87 {
  padding-bottom: 87px;
}

.pdl87 {
  padding-left: 87px;
}

.pd88 {
  padding: 88px;
}

.pdt88 {
  padding-top: 88px;
}

.pdr88 {
  padding-right: 88px;
}

.pdb88 {
  padding-bottom: 88px;
}

.pdl88 {
  padding-left: 88px;
}

.pd89 {
  padding: 89px;
}

.pdt89 {
  padding-top: 89px;
}

.pdr89 {
  padding-right: 89px;
}

.pdb89 {
  padding-bottom: 89px;
}

.pdl89 {
  padding-left: 89px;
}

.pd90 {
  padding: 90px;
}

.pdt90 {
  padding-top: 90px;
}

.pdr90 {
  padding-right: 90px;
}

.pdb90 {
  padding-bottom: 90px;
}

.pdl90 {
  padding-left: 90px;
}

.pd91 {
  padding: 91px;
}

.pdt91 {
  padding-top: 91px;
}

.pdr91 {
  padding-right: 91px;
}

.pdb91 {
  padding-bottom: 91px;
}

.pdl91 {
  padding-left: 91px;
}

.pd92 {
  padding: 92px;
}

.pdt92 {
  padding-top: 92px;
}

.pdr92 {
  padding-right: 92px;
}

.pdb92 {
  padding-bottom: 92px;
}

.pdl92 {
  padding-left: 92px;
}

.pd93 {
  padding: 93px;
}

.pdt93 {
  padding-top: 93px;
}

.pdr93 {
  padding-right: 93px;
}

.pdb93 {
  padding-bottom: 93px;
}

.pdl93 {
  padding-left: 93px;
}

.pd94 {
  padding: 94px;
}

.pdt94 {
  padding-top: 94px;
}

.pdr94 {
  padding-right: 94px;
}

.pdb94 {
  padding-bottom: 94px;
}

.pdl94 {
  padding-left: 94px;
}

.pd95 {
  padding: 95px;
}

.pdt95 {
  padding-top: 95px;
}

.pdr95 {
  padding-right: 95px;
}

.pdb95 {
  padding-bottom: 95px;
}

.pdl95 {
  padding-left: 95px;
}

.pd96 {
  padding: 96px;
}

.pdt96 {
  padding-top: 96px;
}

.pdr96 {
  padding-right: 96px;
}

.pdb96 {
  padding-bottom: 96px;
}

.pdl96 {
  padding-left: 96px;
}

.pd97 {
  padding: 97px;
}

.pdt97 {
  padding-top: 97px;
}

.pdr97 {
  padding-right: 97px;
}

.pdb97 {
  padding-bottom: 97px;
}

.pdl97 {
  padding-left: 97px;
}

.pd98 {
  padding: 98px;
}

.pdt98 {
  padding-top: 98px;
}

.pdr98 {
  padding-right: 98px;
}

.pdb98 {
  padding-bottom: 98px;
}

.pdl98 {
  padding-left: 98px;
}

.pd99 {
  padding: 99px;
}

.pdt99 {
  padding-top: 99px;
}

.pdr99 {
  padding-right: 99px;
}

.pdb99 {
  padding-bottom: 99px;
}

.pdl99 {
  padding-left: 99px;
}

.pd100 {
  padding: 100px;
}

.pdt100 {
  padding-top: 100px;
}

.pdr100 {
  padding-right: 100px;
}

.pdb100 {
  padding-bottom: 100px;
}

.pdl100 {
  padding-left: 100px;
}

.pd101 {
  padding: 101px;
}

.pdt101 {
  padding-top: 101px;
}

.pdr101 {
  padding-right: 101px;
}

.pdb101 {
  padding-bottom: 101px;
}

.pdl101 {
  padding-left: 101px;
}

.pd102 {
  padding: 102px;
}

.pdt102 {
  padding-top: 102px;
}

.pdr102 {
  padding-right: 102px;
}

.pdb102 {
  padding-bottom: 102px;
}

.pdl102 {
  padding-left: 102px;
}

.pd103 {
  padding: 103px;
}

.pdt103 {
  padding-top: 103px;
}

.pdr103 {
  padding-right: 103px;
}

.pdb103 {
  padding-bottom: 103px;
}

.pdl103 {
  padding-left: 103px;
}

.pd104 {
  padding: 104px;
}

.pdt104 {
  padding-top: 104px;
}

.pdr104 {
  padding-right: 104px;
}

.pdb104 {
  padding-bottom: 104px;
}

.pdl104 {
  padding-left: 104px;
}

.pd105 {
  padding: 105px;
}

.pdt105 {
  padding-top: 105px;
}

.pdr105 {
  padding-right: 105px;
}

.pdb105 {
  padding-bottom: 105px;
}

.pdl105 {
  padding-left: 105px;
}

.pd106 {
  padding: 106px;
}

.pdt106 {
  padding-top: 106px;
}

.pdr106 {
  padding-right: 106px;
}

.pdb106 {
  padding-bottom: 106px;
}

.pdl106 {
  padding-left: 106px;
}

.pd107 {
  padding: 107px;
}

.pdt107 {
  padding-top: 107px;
}

.pdr107 {
  padding-right: 107px;
}

.pdb107 {
  padding-bottom: 107px;
}

.pdl107 {
  padding-left: 107px;
}

.pd108 {
  padding: 108px;
}

.pdt108 {
  padding-top: 108px;
}

.pdr108 {
  padding-right: 108px;
}

.pdb108 {
  padding-bottom: 108px;
}

.pdl108 {
  padding-left: 108px;
}

.pd109 {
  padding: 109px;
}

.pdt109 {
  padding-top: 109px;
}

.pdr109 {
  padding-right: 109px;
}

.pdb109 {
  padding-bottom: 109px;
}

.pdl109 {
  padding-left: 109px;
}

.pd110 {
  padding: 110px;
}

.pdt110 {
  padding-top: 110px;
}

.pdr110 {
  padding-right: 110px;
}

.pdb110 {
  padding-bottom: 110px;
}

.pdl110 {
  padding-left: 110px;
}

.pd111 {
  padding: 111px;
}

.pdt111 {
  padding-top: 111px;
}

.pdr111 {
  padding-right: 111px;
}

.pdb111 {
  padding-bottom: 111px;
}

.pdl111 {
  padding-left: 111px;
}

.pd112 {
  padding: 112px;
}

.pdt112 {
  padding-top: 112px;
}

.pdr112 {
  padding-right: 112px;
}

.pdb112 {
  padding-bottom: 112px;
}

.pdl112 {
  padding-left: 112px;
}

.pd113 {
  padding: 113px;
}

.pdt113 {
  padding-top: 113px;
}

.pdr113 {
  padding-right: 113px;
}

.pdb113 {
  padding-bottom: 113px;
}

.pdl113 {
  padding-left: 113px;
}

.pd114 {
  padding: 114px;
}

.pdt114 {
  padding-top: 114px;
}

.pdr114 {
  padding-right: 114px;
}

.pdb114 {
  padding-bottom: 114px;
}

.pdl114 {
  padding-left: 114px;
}

.pd115 {
  padding: 115px;
}

.pdt115 {
  padding-top: 115px;
}

.pdr115 {
  padding-right: 115px;
}

.pdb115 {
  padding-bottom: 115px;
}

.pdl115 {
  padding-left: 115px;
}

.pd116 {
  padding: 116px;
}

.pdt116 {
  padding-top: 116px;
}

.pdr116 {
  padding-right: 116px;
}

.pdb116 {
  padding-bottom: 116px;
}

.pdl116 {
  padding-left: 116px;
}

.pd117 {
  padding: 117px;
}

.pdt117 {
  padding-top: 117px;
}

.pdr117 {
  padding-right: 117px;
}

.pdb117 {
  padding-bottom: 117px;
}

.pdl117 {
  padding-left: 117px;
}

.pd118 {
  padding: 118px;
}

.pdt118 {
  padding-top: 118px;
}

.pdr118 {
  padding-right: 118px;
}

.pdb118 {
  padding-bottom: 118px;
}

.pdl118 {
  padding-left: 118px;
}

.pd119 {
  padding: 119px;
}

.pdt119 {
  padding-top: 119px;
}

.pdr119 {
  padding-right: 119px;
}

.pdb119 {
  padding-bottom: 119px;
}

.pdl119 {
  padding-left: 119px;
}

.pd120 {
  padding: 120px;
}

.pdt120 {
  padding-top: 120px;
}

.pdr120 {
  padding-right: 120px;
}

.pdb120 {
  padding-bottom: 120px;
}

.pdl120 {
  padding-left: 120px;
}

.pd121 {
  padding: 121px;
}

.pdt121 {
  padding-top: 121px;
}

.pdr121 {
  padding-right: 121px;
}

.pdb121 {
  padding-bottom: 121px;
}

.pdl121 {
  padding-left: 121px;
}

.pd122 {
  padding: 122px;
}

.pdt122 {
  padding-top: 122px;
}

.pdr122 {
  padding-right: 122px;
}

.pdb122 {
  padding-bottom: 122px;
}

.pdl122 {
  padding-left: 122px;
}

.pd123 {
  padding: 123px;
}

.pdt123 {
  padding-top: 123px;
}

.pdr123 {
  padding-right: 123px;
}

.pdb123 {
  padding-bottom: 123px;
}

.pdl123 {
  padding-left: 123px;
}

.pd124 {
  padding: 124px;
}

.pdt124 {
  padding-top: 124px;
}

.pdr124 {
  padding-right: 124px;
}

.pdb124 {
  padding-bottom: 124px;
}

.pdl124 {
  padding-left: 124px;
}

.pd125 {
  padding: 125px;
}

.pdt125 {
  padding-top: 125px;
}

.pdr125 {
  padding-right: 125px;
}

.pdb125 {
  padding-bottom: 125px;
}

.pdl125 {
  padding-left: 125px;
}

.pd126 {
  padding: 126px;
}

.pdt126 {
  padding-top: 126px;
}

.pdr126 {
  padding-right: 126px;
}

.pdb126 {
  padding-bottom: 126px;
}

.pdl126 {
  padding-left: 126px;
}

.pd127 {
  padding: 127px;
}

.pdt127 {
  padding-top: 127px;
}

.pdr127 {
  padding-right: 127px;
}

.pdb127 {
  padding-bottom: 127px;
}

.pdl127 {
  padding-left: 127px;
}

.pd128 {
  padding: 128px;
}

.pdt128 {
  padding-top: 128px;
}

.pdr128 {
  padding-right: 128px;
}

.pdb128 {
  padding-bottom: 128px;
}

.pdl128 {
  padding-left: 128px;
}

.pd129 {
  padding: 129px;
}

.pdt129 {
  padding-top: 129px;
}

.pdr129 {
  padding-right: 129px;
}

.pdb129 {
  padding-bottom: 129px;
}

.pdl129 {
  padding-left: 129px;
}

.pd130 {
  padding: 130px;
}

.pdt130 {
  padding-top: 130px;
}

.pdr130 {
  padding-right: 130px;
}

.pdb130 {
  padding-bottom: 130px;
}

.pdl130 {
  padding-left: 130px;
}

.pd131 {
  padding: 131px;
}

.pdt131 {
  padding-top: 131px;
}

.pdr131 {
  padding-right: 131px;
}

.pdb131 {
  padding-bottom: 131px;
}

.pdl131 {
  padding-left: 131px;
}

.pd132 {
  padding: 132px;
}

.pdt132 {
  padding-top: 132px;
}

.pdr132 {
  padding-right: 132px;
}

.pdb132 {
  padding-bottom: 132px;
}

.pdl132 {
  padding-left: 132px;
}

.pd133 {
  padding: 133px;
}

.pdt133 {
  padding-top: 133px;
}

.pdr133 {
  padding-right: 133px;
}

.pdb133 {
  padding-bottom: 133px;
}

.pdl133 {
  padding-left: 133px;
}

.pd134 {
  padding: 134px;
}

.pdt134 {
  padding-top: 134px;
}

.pdr134 {
  padding-right: 134px;
}

.pdb134 {
  padding-bottom: 134px;
}

.pdl134 {
  padding-left: 134px;
}

.pd135 {
  padding: 135px;
}

.pdt135 {
  padding-top: 135px;
}

.pdr135 {
  padding-right: 135px;
}

.pdb135 {
  padding-bottom: 135px;
}

.pdl135 {
  padding-left: 135px;
}

.pd136 {
  padding: 136px;
}

.pdt136 {
  padding-top: 136px;
}

.pdr136 {
  padding-right: 136px;
}

.pdb136 {
  padding-bottom: 136px;
}

.pdl136 {
  padding-left: 136px;
}

.pd137 {
  padding: 137px;
}

.pdt137 {
  padding-top: 137px;
}

.pdr137 {
  padding-right: 137px;
}

.pdb137 {
  padding-bottom: 137px;
}

.pdl137 {
  padding-left: 137px;
}

.pd138 {
  padding: 138px;
}

.pdt138 {
  padding-top: 138px;
}

.pdr138 {
  padding-right: 138px;
}

.pdb138 {
  padding-bottom: 138px;
}

.pdl138 {
  padding-left: 138px;
}

.pd139 {
  padding: 139px;
}

.pdt139 {
  padding-top: 139px;
}

.pdr139 {
  padding-right: 139px;
}

.pdb139 {
  padding-bottom: 139px;
}

.pdl139 {
  padding-left: 139px;
}

.pd140 {
  padding: 140px;
}

.pdt140 {
  padding-top: 140px;
}

.pdr140 {
  padding-right: 140px;
}

.pdb140 {
  padding-bottom: 140px;
}

.pdl140 {
  padding-left: 140px;
}

.pd141 {
  padding: 141px;
}

.pdt141 {
  padding-top: 141px;
}

.pdr141 {
  padding-right: 141px;
}

.pdb141 {
  padding-bottom: 141px;
}

.pdl141 {
  padding-left: 141px;
}

.pd142 {
  padding: 142px;
}

.pdt142 {
  padding-top: 142px;
}

.pdr142 {
  padding-right: 142px;
}

.pdb142 {
  padding-bottom: 142px;
}

.pdl142 {
  padding-left: 142px;
}

.pd143 {
  padding: 143px;
}

.pdt143 {
  padding-top: 143px;
}

.pdr143 {
  padding-right: 143px;
}

.pdb143 {
  padding-bottom: 143px;
}

.pdl143 {
  padding-left: 143px;
}

.pd144 {
  padding: 144px;
}

.pdt144 {
  padding-top: 144px;
}

.pdr144 {
  padding-right: 144px;
}

.pdb144 {
  padding-bottom: 144px;
}

.pdl144 {
  padding-left: 144px;
}

.pd145 {
  padding: 145px;
}

.pdt145 {
  padding-top: 145px;
}

.pdr145 {
  padding-right: 145px;
}

.pdb145 {
  padding-bottom: 145px;
}

.pdl145 {
  padding-left: 145px;
}

.pd146 {
  padding: 146px;
}

.pdt146 {
  padding-top: 146px;
}

.pdr146 {
  padding-right: 146px;
}

.pdb146 {
  padding-bottom: 146px;
}

.pdl146 {
  padding-left: 146px;
}

.pd147 {
  padding: 147px;
}

.pdt147 {
  padding-top: 147px;
}

.pdr147 {
  padding-right: 147px;
}

.pdb147 {
  padding-bottom: 147px;
}

.pdl147 {
  padding-left: 147px;
}

.pd148 {
  padding: 148px;
}

.pdt148 {
  padding-top: 148px;
}

.pdr148 {
  padding-right: 148px;
}

.pdb148 {
  padding-bottom: 148px;
}

.pdl148 {
  padding-left: 148px;
}

.pd149 {
  padding: 149px;
}

.pdt149 {
  padding-top: 149px;
}

.pdr149 {
  padding-right: 149px;
}

.pdb149 {
  padding-bottom: 149px;
}

.pdl149 {
  padding-left: 149px;
}

.pd150 {
  padding: 150px;
}

.pdt150 {
  padding-top: 150px;
}

.pdr150 {
  padding-right: 150px;
}

.pdb150 {
  padding-bottom: 150px;
}

.pdl150 {
  padding-left: 150px;
}

.pd151 {
  padding: 151px;
}

.pdt151 {
  padding-top: 151px;
}

.pdr151 {
  padding-right: 151px;
}

.pdb151 {
  padding-bottom: 151px;
}

.pdl151 {
  padding-left: 151px;
}

.pd152 {
  padding: 152px;
}

.pdt152 {
  padding-top: 152px;
}

.pdr152 {
  padding-right: 152px;
}

.pdb152 {
  padding-bottom: 152px;
}

.pdl152 {
  padding-left: 152px;
}

.pd153 {
  padding: 153px;
}

.pdt153 {
  padding-top: 153px;
}

.pdr153 {
  padding-right: 153px;
}

.pdb153 {
  padding-bottom: 153px;
}

.pdl153 {
  padding-left: 153px;
}

.pd154 {
  padding: 154px;
}

.pdt154 {
  padding-top: 154px;
}

.pdr154 {
  padding-right: 154px;
}

.pdb154 {
  padding-bottom: 154px;
}

.pdl154 {
  padding-left: 154px;
}

.pd155 {
  padding: 155px;
}

.pdt155 {
  padding-top: 155px;
}

.pdr155 {
  padding-right: 155px;
}

.pdb155 {
  padding-bottom: 155px;
}

.pdl155 {
  padding-left: 155px;
}

.pd156 {
  padding: 156px;
}

.pdt156 {
  padding-top: 156px;
}

.pdr156 {
  padding-right: 156px;
}

.pdb156 {
  padding-bottom: 156px;
}

.pdl156 {
  padding-left: 156px;
}

.pd157 {
  padding: 157px;
}

.pdt157 {
  padding-top: 157px;
}

.pdr157 {
  padding-right: 157px;
}

.pdb157 {
  padding-bottom: 157px;
}

.pdl157 {
  padding-left: 157px;
}

.pd158 {
  padding: 158px;
}

.pdt158 {
  padding-top: 158px;
}

.pdr158 {
  padding-right: 158px;
}

.pdb158 {
  padding-bottom: 158px;
}

.pdl158 {
  padding-left: 158px;
}

.pd159 {
  padding: 159px;
}

.pdt159 {
  padding-top: 159px;
}

.pdr159 {
  padding-right: 159px;
}

.pdb159 {
  padding-bottom: 159px;
}

.pdl159 {
  padding-left: 159px;
}

.pd160 {
  padding: 160px;
}

.pdt160 {
  padding-top: 160px;
}

.pdr160 {
  padding-right: 160px;
}

.pdb160 {
  padding-bottom: 160px;
}

.pdl160 {
  padding-left: 160px;
}

.pd161 {
  padding: 161px;
}

.pdt161 {
  padding-top: 161px;
}

.pdr161 {
  padding-right: 161px;
}

.pdb161 {
  padding-bottom: 161px;
}

.pdl161 {
  padding-left: 161px;
}

.pd162 {
  padding: 162px;
}

.pdt162 {
  padding-top: 162px;
}

.pdr162 {
  padding-right: 162px;
}

.pdb162 {
  padding-bottom: 162px;
}

.pdl162 {
  padding-left: 162px;
}

.pd163 {
  padding: 163px;
}

.pdt163 {
  padding-top: 163px;
}

.pdr163 {
  padding-right: 163px;
}

.pdb163 {
  padding-bottom: 163px;
}

.pdl163 {
  padding-left: 163px;
}

.pd164 {
  padding: 164px;
}

.pdt164 {
  padding-top: 164px;
}

.pdr164 {
  padding-right: 164px;
}

.pdb164 {
  padding-bottom: 164px;
}

.pdl164 {
  padding-left: 164px;
}

.pd165 {
  padding: 165px;
}

.pdt165 {
  padding-top: 165px;
}

.pdr165 {
  padding-right: 165px;
}

.pdb165 {
  padding-bottom: 165px;
}

.pdl165 {
  padding-left: 165px;
}

.pd166 {
  padding: 166px;
}

.pdt166 {
  padding-top: 166px;
}

.pdr166 {
  padding-right: 166px;
}

.pdb166 {
  padding-bottom: 166px;
}

.pdl166 {
  padding-left: 166px;
}

.pd167 {
  padding: 167px;
}

.pdt167 {
  padding-top: 167px;
}

.pdr167 {
  padding-right: 167px;
}

.pdb167 {
  padding-bottom: 167px;
}

.pdl167 {
  padding-left: 167px;
}

.pd168 {
  padding: 168px;
}

.pdt168 {
  padding-top: 168px;
}

.pdr168 {
  padding-right: 168px;
}

.pdb168 {
  padding-bottom: 168px;
}

.pdl168 {
  padding-left: 168px;
}

.pd169 {
  padding: 169px;
}

.pdt169 {
  padding-top: 169px;
}

.pdr169 {
  padding-right: 169px;
}

.pdb169 {
  padding-bottom: 169px;
}

.pdl169 {
  padding-left: 169px;
}

.pd170 {
  padding: 170px;
}

.pdt170 {
  padding-top: 170px;
}

.pdr170 {
  padding-right: 170px;
}

.pdb170 {
  padding-bottom: 170px;
}

.pdl170 {
  padding-left: 170px;
}

.pd171 {
  padding: 171px;
}

.pdt171 {
  padding-top: 171px;
}

.pdr171 {
  padding-right: 171px;
}

.pdb171 {
  padding-bottom: 171px;
}

.pdl171 {
  padding-left: 171px;
}

.pd172 {
  padding: 172px;
}

.pdt172 {
  padding-top: 172px;
}

.pdr172 {
  padding-right: 172px;
}

.pdb172 {
  padding-bottom: 172px;
}

.pdl172 {
  padding-left: 172px;
}

.pd173 {
  padding: 173px;
}

.pdt173 {
  padding-top: 173px;
}

.pdr173 {
  padding-right: 173px;
}

.pdb173 {
  padding-bottom: 173px;
}

.pdl173 {
  padding-left: 173px;
}

.pd174 {
  padding: 174px;
}

.pdt174 {
  padding-top: 174px;
}

.pdr174 {
  padding-right: 174px;
}

.pdb174 {
  padding-bottom: 174px;
}

.pdl174 {
  padding-left: 174px;
}

.pd175 {
  padding: 175px;
}

.pdt175 {
  padding-top: 175px;
}

.pdr175 {
  padding-right: 175px;
}

.pdb175 {
  padding-bottom: 175px;
}

.pdl175 {
  padding-left: 175px;
}

.pd176 {
  padding: 176px;
}

.pdt176 {
  padding-top: 176px;
}

.pdr176 {
  padding-right: 176px;
}

.pdb176 {
  padding-bottom: 176px;
}

.pdl176 {
  padding-left: 176px;
}

.pd177 {
  padding: 177px;
}

.pdt177 {
  padding-top: 177px;
}

.pdr177 {
  padding-right: 177px;
}

.pdb177 {
  padding-bottom: 177px;
}

.pdl177 {
  padding-left: 177px;
}

.pd178 {
  padding: 178px;
}

.pdt178 {
  padding-top: 178px;
}

.pdr178 {
  padding-right: 178px;
}

.pdb178 {
  padding-bottom: 178px;
}

.pdl178 {
  padding-left: 178px;
}

.pd179 {
  padding: 179px;
}

.pdt179 {
  padding-top: 179px;
}

.pdr179 {
  padding-right: 179px;
}

.pdb179 {
  padding-bottom: 179px;
}

.pdl179 {
  padding-left: 179px;
}

.pd180 {
  padding: 180px;
}

.pdt180 {
  padding-top: 180px;
}

.pdr180 {
  padding-right: 180px;
}

.pdb180 {
  padding-bottom: 180px;
}

.pdl180 {
  padding-left: 180px;
}

.pd181 {
  padding: 181px;
}

.pdt181 {
  padding-top: 181px;
}

.pdr181 {
  padding-right: 181px;
}

.pdb181 {
  padding-bottom: 181px;
}

.pdl181 {
  padding-left: 181px;
}

.pd182 {
  padding: 182px;
}

.pdt182 {
  padding-top: 182px;
}

.pdr182 {
  padding-right: 182px;
}

.pdb182 {
  padding-bottom: 182px;
}

.pdl182 {
  padding-left: 182px;
}

.pd183 {
  padding: 183px;
}

.pdt183 {
  padding-top: 183px;
}

.pdr183 {
  padding-right: 183px;
}

.pdb183 {
  padding-bottom: 183px;
}

.pdl183 {
  padding-left: 183px;
}

.pd184 {
  padding: 184px;
}

.pdt184 {
  padding-top: 184px;
}

.pdr184 {
  padding-right: 184px;
}

.pdb184 {
  padding-bottom: 184px;
}

.pdl184 {
  padding-left: 184px;
}

.pd185 {
  padding: 185px;
}

.pdt185 {
  padding-top: 185px;
}

.pdr185 {
  padding-right: 185px;
}

.pdb185 {
  padding-bottom: 185px;
}

.pdl185 {
  padding-left: 185px;
}

.pd186 {
  padding: 186px;
}

.pdt186 {
  padding-top: 186px;
}

.pdr186 {
  padding-right: 186px;
}

.pdb186 {
  padding-bottom: 186px;
}

.pdl186 {
  padding-left: 186px;
}

.pd187 {
  padding: 187px;
}

.pdt187 {
  padding-top: 187px;
}

.pdr187 {
  padding-right: 187px;
}

.pdb187 {
  padding-bottom: 187px;
}

.pdl187 {
  padding-left: 187px;
}

.pd188 {
  padding: 188px;
}

.pdt188 {
  padding-top: 188px;
}

.pdr188 {
  padding-right: 188px;
}

.pdb188 {
  padding-bottom: 188px;
}

.pdl188 {
  padding-left: 188px;
}

.pd189 {
  padding: 189px;
}

.pdt189 {
  padding-top: 189px;
}

.pdr189 {
  padding-right: 189px;
}

.pdb189 {
  padding-bottom: 189px;
}

.pdl189 {
  padding-left: 189px;
}

.pd190 {
  padding: 190px;
}

.pdt190 {
  padding-top: 190px;
}

.pdr190 {
  padding-right: 190px;
}

.pdb190 {
  padding-bottom: 190px;
}

.pdl190 {
  padding-left: 190px;
}

.pd191 {
  padding: 191px;
}

.pdt191 {
  padding-top: 191px;
}

.pdr191 {
  padding-right: 191px;
}

.pdb191 {
  padding-bottom: 191px;
}

.pdl191 {
  padding-left: 191px;
}

.pd192 {
  padding: 192px;
}

.pdt192 {
  padding-top: 192px;
}

.pdr192 {
  padding-right: 192px;
}

.pdb192 {
  padding-bottom: 192px;
}

.pdl192 {
  padding-left: 192px;
}

.pd193 {
  padding: 193px;
}

.pdt193 {
  padding-top: 193px;
}

.pdr193 {
  padding-right: 193px;
}

.pdb193 {
  padding-bottom: 193px;
}

.pdl193 {
  padding-left: 193px;
}

.pd194 {
  padding: 194px;
}

.pdt194 {
  padding-top: 194px;
}

.pdr194 {
  padding-right: 194px;
}

.pdb194 {
  padding-bottom: 194px;
}

.pdl194 {
  padding-left: 194px;
}

.pd195 {
  padding: 195px;
}

.pdt195 {
  padding-top: 195px;
}

.pdr195 {
  padding-right: 195px;
}

.pdb195 {
  padding-bottom: 195px;
}

.pdl195 {
  padding-left: 195px;
}

.pd196 {
  padding: 196px;
}

.pdt196 {
  padding-top: 196px;
}

.pdr196 {
  padding-right: 196px;
}

.pdb196 {
  padding-bottom: 196px;
}

.pdl196 {
  padding-left: 196px;
}

.pd197 {
  padding: 197px;
}

.pdt197 {
  padding-top: 197px;
}

.pdr197 {
  padding-right: 197px;
}

.pdb197 {
  padding-bottom: 197px;
}

.pdl197 {
  padding-left: 197px;
}

.pd198 {
  padding: 198px;
}

.pdt198 {
  padding-top: 198px;
}

.pdr198 {
  padding-right: 198px;
}

.pdb198 {
  padding-bottom: 198px;
}

.pdl198 {
  padding-left: 198px;
}

.pd199 {
  padding: 199px;
}

.pdt199 {
  padding-top: 199px;
}

.pdr199 {
  padding-right: 199px;
}

.pdb199 {
  padding-bottom: 199px;
}

.pdl199 {
  padding-left: 199px;
}

.pd200 {
  padding: 200px;
}

.pdt200 {
  padding-top: 200px;
}

.pdr200 {
  padding-right: 200px;
}

.pdb200 {
  padding-bottom: 200px;
}

.pdl200 {
  padding-left: 200px;
}

.pd201 {
  padding: 201px;
}

.pdt201 {
  padding-top: 201px;
}

.pdr201 {
  padding-right: 201px;
}

.pdb201 {
  padding-bottom: 201px;
}

.pdl201 {
  padding-left: 201px;
}

.pd202 {
  padding: 202px;
}

.pdt202 {
  padding-top: 202px;
}

.pdr202 {
  padding-right: 202px;
}

.pdb202 {
  padding-bottom: 202px;
}

.pdl202 {
  padding-left: 202px;
}

.pd203 {
  padding: 203px;
}

.pdt203 {
  padding-top: 203px;
}

.pdr203 {
  padding-right: 203px;
}

.pdb203 {
  padding-bottom: 203px;
}

.pdl203 {
  padding-left: 203px;
}

.pd204 {
  padding: 204px;
}

.pdt204 {
  padding-top: 204px;
}

.pdr204 {
  padding-right: 204px;
}

.pdb204 {
  padding-bottom: 204px;
}

.pdl204 {
  padding-left: 204px;
}

.pd205 {
  padding: 205px;
}

.pdt205 {
  padding-top: 205px;
}

.pdr205 {
  padding-right: 205px;
}

.pdb205 {
  padding-bottom: 205px;
}

.pdl205 {
  padding-left: 205px;
}

.pd206 {
  padding: 206px;
}

.pdt206 {
  padding-top: 206px;
}

.pdr206 {
  padding-right: 206px;
}

.pdb206 {
  padding-bottom: 206px;
}

.pdl206 {
  padding-left: 206px;
}

.pd207 {
  padding: 207px;
}

.pdt207 {
  padding-top: 207px;
}

.pdr207 {
  padding-right: 207px;
}

.pdb207 {
  padding-bottom: 207px;
}

.pdl207 {
  padding-left: 207px;
}

.pd208 {
  padding: 208px;
}

.pdt208 {
  padding-top: 208px;
}

.pdr208 {
  padding-right: 208px;
}

.pdb208 {
  padding-bottom: 208px;
}

.pdl208 {
  padding-left: 208px;
}

.pd209 {
  padding: 209px;
}

.pdt209 {
  padding-top: 209px;
}

.pdr209 {
  padding-right: 209px;
}

.pdb209 {
  padding-bottom: 209px;
}

.pdl209 {
  padding-left: 209px;
}

.pd210 {
  padding: 210px;
}

.pdt210 {
  padding-top: 210px;
}

.pdr210 {
  padding-right: 210px;
}

.pdb210 {
  padding-bottom: 210px;
}

.pdl210 {
  padding-left: 210px;
}

.pd211 {
  padding: 211px;
}

.pdt211 {
  padding-top: 211px;
}

.pdr211 {
  padding-right: 211px;
}

.pdb211 {
  padding-bottom: 211px;
}

.pdl211 {
  padding-left: 211px;
}

.pd212 {
  padding: 212px;
}

.pdt212 {
  padding-top: 212px;
}

.pdr212 {
  padding-right: 212px;
}

.pdb212 {
  padding-bottom: 212px;
}

.pdl212 {
  padding-left: 212px;
}

.pd213 {
  padding: 213px;
}

.pdt213 {
  padding-top: 213px;
}

.pdr213 {
  padding-right: 213px;
}

.pdb213 {
  padding-bottom: 213px;
}

.pdl213 {
  padding-left: 213px;
}

.pd214 {
  padding: 214px;
}

.pdt214 {
  padding-top: 214px;
}

.pdr214 {
  padding-right: 214px;
}

.pdb214 {
  padding-bottom: 214px;
}

.pdl214 {
  padding-left: 214px;
}

.pd215 {
  padding: 215px;
}

.pdt215 {
  padding-top: 215px;
}

.pdr215 {
  padding-right: 215px;
}

.pdb215 {
  padding-bottom: 215px;
}

.pdl215 {
  padding-left: 215px;
}

.pd216 {
  padding: 216px;
}

.pdt216 {
  padding-top: 216px;
}

.pdr216 {
  padding-right: 216px;
}

.pdb216 {
  padding-bottom: 216px;
}

.pdl216 {
  padding-left: 216px;
}

.pd217 {
  padding: 217px;
}

.pdt217 {
  padding-top: 217px;
}

.pdr217 {
  padding-right: 217px;
}

.pdb217 {
  padding-bottom: 217px;
}

.pdl217 {
  padding-left: 217px;
}

.pd218 {
  padding: 218px;
}

.pdt218 {
  padding-top: 218px;
}

.pdr218 {
  padding-right: 218px;
}

.pdb218 {
  padding-bottom: 218px;
}

.pdl218 {
  padding-left: 218px;
}

.pd219 {
  padding: 219px;
}

.pdt219 {
  padding-top: 219px;
}

.pdr219 {
  padding-right: 219px;
}

.pdb219 {
  padding-bottom: 219px;
}

.pdl219 {
  padding-left: 219px;
}

.pd220 {
  padding: 220px;
}

.pdt220 {
  padding-top: 220px;
}

.pdr220 {
  padding-right: 220px;
}

.pdb220 {
  padding-bottom: 220px;
}

.pdl220 {
  padding-left: 220px;
}

.pd221 {
  padding: 221px;
}

.pdt221 {
  padding-top: 221px;
}

.pdr221 {
  padding-right: 221px;
}

.pdb221 {
  padding-bottom: 221px;
}

.pdl221 {
  padding-left: 221px;
}

.pd222 {
  padding: 222px;
}

.pdt222 {
  padding-top: 222px;
}

.pdr222 {
  padding-right: 222px;
}

.pdb222 {
  padding-bottom: 222px;
}

.pdl222 {
  padding-left: 222px;
}

.pd223 {
  padding: 223px;
}

.pdt223 {
  padding-top: 223px;
}

.pdr223 {
  padding-right: 223px;
}

.pdb223 {
  padding-bottom: 223px;
}

.pdl223 {
  padding-left: 223px;
}

.pd224 {
  padding: 224px;
}

.pdt224 {
  padding-top: 224px;
}

.pdr224 {
  padding-right: 224px;
}

.pdb224 {
  padding-bottom: 224px;
}

.pdl224 {
  padding-left: 224px;
}

.pd225 {
  padding: 225px;
}

.pdt225 {
  padding-top: 225px;
}

.pdr225 {
  padding-right: 225px;
}

.pdb225 {
  padding-bottom: 225px;
}

.pdl225 {
  padding-left: 225px;
}

.pd226 {
  padding: 226px;
}

.pdt226 {
  padding-top: 226px;
}

.pdr226 {
  padding-right: 226px;
}

.pdb226 {
  padding-bottom: 226px;
}

.pdl226 {
  padding-left: 226px;
}

.pd227 {
  padding: 227px;
}

.pdt227 {
  padding-top: 227px;
}

.pdr227 {
  padding-right: 227px;
}

.pdb227 {
  padding-bottom: 227px;
}

.pdl227 {
  padding-left: 227px;
}

.pd228 {
  padding: 228px;
}

.pdt228 {
  padding-top: 228px;
}

.pdr228 {
  padding-right: 228px;
}

.pdb228 {
  padding-bottom: 228px;
}

.pdl228 {
  padding-left: 228px;
}

.pd229 {
  padding: 229px;
}

.pdt229 {
  padding-top: 229px;
}

.pdr229 {
  padding-right: 229px;
}

.pdb229 {
  padding-bottom: 229px;
}

.pdl229 {
  padding-left: 229px;
}

.pd230 {
  padding: 230px;
}

.pdt230 {
  padding-top: 230px;
}

.pdr230 {
  padding-right: 230px;
}

.pdb230 {
  padding-bottom: 230px;
}

.pdl230 {
  padding-left: 230px;
}

.pd231 {
  padding: 231px;
}

.pdt231 {
  padding-top: 231px;
}

.pdr231 {
  padding-right: 231px;
}

.pdb231 {
  padding-bottom: 231px;
}

.pdl231 {
  padding-left: 231px;
}

.pd232 {
  padding: 232px;
}

.pdt232 {
  padding-top: 232px;
}

.pdr232 {
  padding-right: 232px;
}

.pdb232 {
  padding-bottom: 232px;
}

.pdl232 {
  padding-left: 232px;
}

.pd233 {
  padding: 233px;
}

.pdt233 {
  padding-top: 233px;
}

.pdr233 {
  padding-right: 233px;
}

.pdb233 {
  padding-bottom: 233px;
}

.pdl233 {
  padding-left: 233px;
}

.pd234 {
  padding: 234px;
}

.pdt234 {
  padding-top: 234px;
}

.pdr234 {
  padding-right: 234px;
}

.pdb234 {
  padding-bottom: 234px;
}

.pdl234 {
  padding-left: 234px;
}

.pd235 {
  padding: 235px;
}

.pdt235 {
  padding-top: 235px;
}

.pdr235 {
  padding-right: 235px;
}

.pdb235 {
  padding-bottom: 235px;
}

.pdl235 {
  padding-left: 235px;
}

.pd236 {
  padding: 236px;
}

.pdt236 {
  padding-top: 236px;
}

.pdr236 {
  padding-right: 236px;
}

.pdb236 {
  padding-bottom: 236px;
}

.pdl236 {
  padding-left: 236px;
}

.pd237 {
  padding: 237px;
}

.pdt237 {
  padding-top: 237px;
}

.pdr237 {
  padding-right: 237px;
}

.pdb237 {
  padding-bottom: 237px;
}

.pdl237 {
  padding-left: 237px;
}

.pd238 {
  padding: 238px;
}

.pdt238 {
  padding-top: 238px;
}

.pdr238 {
  padding-right: 238px;
}

.pdb238 {
  padding-bottom: 238px;
}

.pdl238 {
  padding-left: 238px;
}

.pd239 {
  padding: 239px;
}

.pdt239 {
  padding-top: 239px;
}

.pdr239 {
  padding-right: 239px;
}

.pdb239 {
  padding-bottom: 239px;
}

.pdl239 {
  padding-left: 239px;
}

.pd240 {
  padding: 240px;
}

.pdt240 {
  padding-top: 240px;
}

.pdr240 {
  padding-right: 240px;
}

.pdb240 {
  padding-bottom: 240px;
}

.pdl240 {
  padding-left: 240px;
}

.pd241 {
  padding: 241px;
}

.pdt241 {
  padding-top: 241px;
}

.pdr241 {
  padding-right: 241px;
}

.pdb241 {
  padding-bottom: 241px;
}

.pdl241 {
  padding-left: 241px;
}

.pd242 {
  padding: 242px;
}

.pdt242 {
  padding-top: 242px;
}

.pdr242 {
  padding-right: 242px;
}

.pdb242 {
  padding-bottom: 242px;
}

.pdl242 {
  padding-left: 242px;
}

.pd243 {
  padding: 243px;
}

.pdt243 {
  padding-top: 243px;
}

.pdr243 {
  padding-right: 243px;
}

.pdb243 {
  padding-bottom: 243px;
}

.pdl243 {
  padding-left: 243px;
}

.pd244 {
  padding: 244px;
}

.pdt244 {
  padding-top: 244px;
}

.pdr244 {
  padding-right: 244px;
}

.pdb244 {
  padding-bottom: 244px;
}

.pdl244 {
  padding-left: 244px;
}

.pd245 {
  padding: 245px;
}

.pdt245 {
  padding-top: 245px;
}

.pdr245 {
  padding-right: 245px;
}

.pdb245 {
  padding-bottom: 245px;
}

.pdl245 {
  padding-left: 245px;
}

.pd246 {
  padding: 246px;
}

.pdt246 {
  padding-top: 246px;
}

.pdr246 {
  padding-right: 246px;
}

.pdb246 {
  padding-bottom: 246px;
}

.pdl246 {
  padding-left: 246px;
}

.pd247 {
  padding: 247px;
}

.pdt247 {
  padding-top: 247px;
}

.pdr247 {
  padding-right: 247px;
}

.pdb247 {
  padding-bottom: 247px;
}

.pdl247 {
  padding-left: 247px;
}

.pd248 {
  padding: 248px;
}

.pdt248 {
  padding-top: 248px;
}

.pdr248 {
  padding-right: 248px;
}

.pdb248 {
  padding-bottom: 248px;
}

.pdl248 {
  padding-left: 248px;
}

.pd249 {
  padding: 249px;
}

.pdt249 {
  padding-top: 249px;
}

.pdr249 {
  padding-right: 249px;
}

.pdb249 {
  padding-bottom: 249px;
}

.pdl249 {
  padding-left: 249px;
}

.pd250 {
  padding: 250px;
}

.pdt250 {
  padding-top: 250px;
}

.pdr250 {
  padding-right: 250px;
}

.pdb250 {
  padding-bottom: 250px;
}

.pdl250 {
  padding-left: 250px;
}

.pd251 {
  padding: 251px;
}

.pdt251 {
  padding-top: 251px;
}

.pdr251 {
  padding-right: 251px;
}

.pdb251 {
  padding-bottom: 251px;
}

.pdl251 {
  padding-left: 251px;
}

.pd252 {
  padding: 252px;
}

.pdt252 {
  padding-top: 252px;
}

.pdr252 {
  padding-right: 252px;
}

.pdb252 {
  padding-bottom: 252px;
}

.pdl252 {
  padding-left: 252px;
}

.pd253 {
  padding: 253px;
}

.pdt253 {
  padding-top: 253px;
}

.pdr253 {
  padding-right: 253px;
}

.pdb253 {
  padding-bottom: 253px;
}

.pdl253 {
  padding-left: 253px;
}

.pd254 {
  padding: 254px;
}

.pdt254 {
  padding-top: 254px;
}

.pdr254 {
  padding-right: 254px;
}

.pdb254 {
  padding-bottom: 254px;
}

.pdl254 {
  padding-left: 254px;
}

.pd255 {
  padding: 255px;
}

.pdt255 {
  padding-top: 255px;
}

.pdr255 {
  padding-right: 255px;
}

.pdb255 {
  padding-bottom: 255px;
}

.pdl255 {
  padding-left: 255px;
}

.pd256 {
  padding: 256px;
}

.pdt256 {
  padding-top: 256px;
}

.pdr256 {
  padding-right: 256px;
}

.pdb256 {
  padding-bottom: 256px;
}

.pdl256 {
  padding-left: 256px;
}

.pd257 {
  padding: 257px;
}

.pdt257 {
  padding-top: 257px;
}

.pdr257 {
  padding-right: 257px;
}

.pdb257 {
  padding-bottom: 257px;
}

.pdl257 {
  padding-left: 257px;
}

.pd258 {
  padding: 258px;
}

.pdt258 {
  padding-top: 258px;
}

.pdr258 {
  padding-right: 258px;
}

.pdb258 {
  padding-bottom: 258px;
}

.pdl258 {
  padding-left: 258px;
}

.pd259 {
  padding: 259px;
}

.pdt259 {
  padding-top: 259px;
}

.pdr259 {
  padding-right: 259px;
}

.pdb259 {
  padding-bottom: 259px;
}

.pdl259 {
  padding-left: 259px;
}

.pd260 {
  padding: 260px;
}

.pdt260 {
  padding-top: 260px;
}

.pdr260 {
  padding-right: 260px;
}

.pdb260 {
  padding-bottom: 260px;
}

.pdl260 {
  padding-left: 260px;
}

.pd261 {
  padding: 261px;
}

.pdt261 {
  padding-top: 261px;
}

.pdr261 {
  padding-right: 261px;
}

.pdb261 {
  padding-bottom: 261px;
}

.pdl261 {
  padding-left: 261px;
}

.pd262 {
  padding: 262px;
}

.pdt262 {
  padding-top: 262px;
}

.pdr262 {
  padding-right: 262px;
}

.pdb262 {
  padding-bottom: 262px;
}

.pdl262 {
  padding-left: 262px;
}

.pd263 {
  padding: 263px;
}

.pdt263 {
  padding-top: 263px;
}

.pdr263 {
  padding-right: 263px;
}

.pdb263 {
  padding-bottom: 263px;
}

.pdl263 {
  padding-left: 263px;
}

.pd264 {
  padding: 264px;
}

.pdt264 {
  padding-top: 264px;
}

.pdr264 {
  padding-right: 264px;
}

.pdb264 {
  padding-bottom: 264px;
}

.pdl264 {
  padding-left: 264px;
}

.pd265 {
  padding: 265px;
}

.pdt265 {
  padding-top: 265px;
}

.pdr265 {
  padding-right: 265px;
}

.pdb265 {
  padding-bottom: 265px;
}

.pdl265 {
  padding-left: 265px;
}

.pd266 {
  padding: 266px;
}

.pdt266 {
  padding-top: 266px;
}

.pdr266 {
  padding-right: 266px;
}

.pdb266 {
  padding-bottom: 266px;
}

.pdl266 {
  padding-left: 266px;
}

.pd267 {
  padding: 267px;
}

.pdt267 {
  padding-top: 267px;
}

.pdr267 {
  padding-right: 267px;
}

.pdb267 {
  padding-bottom: 267px;
}

.pdl267 {
  padding-left: 267px;
}

.pd268 {
  padding: 268px;
}

.pdt268 {
  padding-top: 268px;
}

.pdr268 {
  padding-right: 268px;
}

.pdb268 {
  padding-bottom: 268px;
}

.pdl268 {
  padding-left: 268px;
}

.pd269 {
  padding: 269px;
}

.pdt269 {
  padding-top: 269px;
}

.pdr269 {
  padding-right: 269px;
}

.pdb269 {
  padding-bottom: 269px;
}

.pdl269 {
  padding-left: 269px;
}

.pd270 {
  padding: 270px;
}

.pdt270 {
  padding-top: 270px;
}

.pdr270 {
  padding-right: 270px;
}

.pdb270 {
  padding-bottom: 270px;
}

.pdl270 {
  padding-left: 270px;
}

.pd271 {
  padding: 271px;
}

.pdt271 {
  padding-top: 271px;
}

.pdr271 {
  padding-right: 271px;
}

.pdb271 {
  padding-bottom: 271px;
}

.pdl271 {
  padding-left: 271px;
}

.pd272 {
  padding: 272px;
}

.pdt272 {
  padding-top: 272px;
}

.pdr272 {
  padding-right: 272px;
}

.pdb272 {
  padding-bottom: 272px;
}

.pdl272 {
  padding-left: 272px;
}

.pd273 {
  padding: 273px;
}

.pdt273 {
  padding-top: 273px;
}

.pdr273 {
  padding-right: 273px;
}

.pdb273 {
  padding-bottom: 273px;
}

.pdl273 {
  padding-left: 273px;
}

.pd274 {
  padding: 274px;
}

.pdt274 {
  padding-top: 274px;
}

.pdr274 {
  padding-right: 274px;
}

.pdb274 {
  padding-bottom: 274px;
}

.pdl274 {
  padding-left: 274px;
}

.pd275 {
  padding: 275px;
}

.pdt275 {
  padding-top: 275px;
}

.pdr275 {
  padding-right: 275px;
}

.pdb275 {
  padding-bottom: 275px;
}

.pdl275 {
  padding-left: 275px;
}

.pd276 {
  padding: 276px;
}

.pdt276 {
  padding-top: 276px;
}

.pdr276 {
  padding-right: 276px;
}

.pdb276 {
  padding-bottom: 276px;
}

.pdl276 {
  padding-left: 276px;
}

.pd277 {
  padding: 277px;
}

.pdt277 {
  padding-top: 277px;
}

.pdr277 {
  padding-right: 277px;
}

.pdb277 {
  padding-bottom: 277px;
}

.pdl277 {
  padding-left: 277px;
}

.pd278 {
  padding: 278px;
}

.pdt278 {
  padding-top: 278px;
}

.pdr278 {
  padding-right: 278px;
}

.pdb278 {
  padding-bottom: 278px;
}

.pdl278 {
  padding-left: 278px;
}

.pd279 {
  padding: 279px;
}

.pdt279 {
  padding-top: 279px;
}

.pdr279 {
  padding-right: 279px;
}

.pdb279 {
  padding-bottom: 279px;
}

.pdl279 {
  padding-left: 279px;
}

.pd280 {
  padding: 280px;
}

.pdt280 {
  padding-top: 280px;
}

.pdr280 {
  padding-right: 280px;
}

.pdb280 {
  padding-bottom: 280px;
}

.pdl280 {
  padding-left: 280px;
}

.pd281 {
  padding: 281px;
}

.pdt281 {
  padding-top: 281px;
}

.pdr281 {
  padding-right: 281px;
}

.pdb281 {
  padding-bottom: 281px;
}

.pdl281 {
  padding-left: 281px;
}

.pd282 {
  padding: 282px;
}

.pdt282 {
  padding-top: 282px;
}

.pdr282 {
  padding-right: 282px;
}

.pdb282 {
  padding-bottom: 282px;
}

.pdl282 {
  padding-left: 282px;
}

.pd283 {
  padding: 283px;
}

.pdt283 {
  padding-top: 283px;
}

.pdr283 {
  padding-right: 283px;
}

.pdb283 {
  padding-bottom: 283px;
}

.pdl283 {
  padding-left: 283px;
}

.pd284 {
  padding: 284px;
}

.pdt284 {
  padding-top: 284px;
}

.pdr284 {
  padding-right: 284px;
}

.pdb284 {
  padding-bottom: 284px;
}

.pdl284 {
  padding-left: 284px;
}

.pd285 {
  padding: 285px;
}

.pdt285 {
  padding-top: 285px;
}

.pdr285 {
  padding-right: 285px;
}

.pdb285 {
  padding-bottom: 285px;
}

.pdl285 {
  padding-left: 285px;
}

.pd286 {
  padding: 286px;
}

.pdt286 {
  padding-top: 286px;
}

.pdr286 {
  padding-right: 286px;
}

.pdb286 {
  padding-bottom: 286px;
}

.pdl286 {
  padding-left: 286px;
}

.pd287 {
  padding: 287px;
}

.pdt287 {
  padding-top: 287px;
}

.pdr287 {
  padding-right: 287px;
}

.pdb287 {
  padding-bottom: 287px;
}

.pdl287 {
  padding-left: 287px;
}

.pd288 {
  padding: 288px;
}

.pdt288 {
  padding-top: 288px;
}

.pdr288 {
  padding-right: 288px;
}

.pdb288 {
  padding-bottom: 288px;
}

.pdl288 {
  padding-left: 288px;
}

.pd289 {
  padding: 289px;
}

.pdt289 {
  padding-top: 289px;
}

.pdr289 {
  padding-right: 289px;
}

.pdb289 {
  padding-bottom: 289px;
}

.pdl289 {
  padding-left: 289px;
}

.pd290 {
  padding: 290px;
}

.pdt290 {
  padding-top: 290px;
}

.pdr290 {
  padding-right: 290px;
}

.pdb290 {
  padding-bottom: 290px;
}

.pdl290 {
  padding-left: 290px;
}

.pd291 {
  padding: 291px;
}

.pdt291 {
  padding-top: 291px;
}

.pdr291 {
  padding-right: 291px;
}

.pdb291 {
  padding-bottom: 291px;
}

.pdl291 {
  padding-left: 291px;
}

.pd292 {
  padding: 292px;
}

.pdt292 {
  padding-top: 292px;
}

.pdr292 {
  padding-right: 292px;
}

.pdb292 {
  padding-bottom: 292px;
}

.pdl292 {
  padding-left: 292px;
}

.pd293 {
  padding: 293px;
}

.pdt293 {
  padding-top: 293px;
}

.pdr293 {
  padding-right: 293px;
}

.pdb293 {
  padding-bottom: 293px;
}

.pdl293 {
  padding-left: 293px;
}

.pd294 {
  padding: 294px;
}

.pdt294 {
  padding-top: 294px;
}

.pdr294 {
  padding-right: 294px;
}

.pdb294 {
  padding-bottom: 294px;
}

.pdl294 {
  padding-left: 294px;
}

.pd295 {
  padding: 295px;
}

.pdt295 {
  padding-top: 295px;
}

.pdr295 {
  padding-right: 295px;
}

.pdb295 {
  padding-bottom: 295px;
}

.pdl295 {
  padding-left: 295px;
}

.pd296 {
  padding: 296px;
}

.pdt296 {
  padding-top: 296px;
}

.pdr296 {
  padding-right: 296px;
}

.pdb296 {
  padding-bottom: 296px;
}

.pdl296 {
  padding-left: 296px;
}

.pd297 {
  padding: 297px;
}

.pdt297 {
  padding-top: 297px;
}

.pdr297 {
  padding-right: 297px;
}

.pdb297 {
  padding-bottom: 297px;
}

.pdl297 {
  padding-left: 297px;
}

.pd298 {
  padding: 298px;
}

.pdt298 {
  padding-top: 298px;
}

.pdr298 {
  padding-right: 298px;
}

.pdb298 {
  padding-bottom: 298px;
}

.pdl298 {
  padding-left: 298px;
}

.pd299 {
  padding: 299px;
}

.pdt299 {
  padding-top: 299px;
}

.pdr299 {
  padding-right: 299px;
}

.pdb299 {
  padding-bottom: 299px;
}

.pdl299 {
  padding-left: 299px;
}

.pd300 {
  padding: 300px;
}

.pdt300 {
  padding-top: 300px;
}

.pdr300 {
  padding-right: 300px;
}

.pdb300 {
  padding-bottom: 300px;
}

.pdl300 {
  padding-left: 300px;
}

.pd301 {
  padding: 301px;
}

.pdt301 {
  padding-top: 301px;
}

.pdr301 {
  padding-right: 301px;
}

.pdb301 {
  padding-bottom: 301px;
}

.pdl301 {
  padding-left: 301px;
}

.pd302 {
  padding: 302px;
}

.pdt302 {
  padding-top: 302px;
}

.pdr302 {
  padding-right: 302px;
}

.pdb302 {
  padding-bottom: 302px;
}

.pdl302 {
  padding-left: 302px;
}

.pd303 {
  padding: 303px;
}

.pdt303 {
  padding-top: 303px;
}

.pdr303 {
  padding-right: 303px;
}

.pdb303 {
  padding-bottom: 303px;
}

.pdl303 {
  padding-left: 303px;
}

.pd304 {
  padding: 304px;
}

.pdt304 {
  padding-top: 304px;
}

.pdr304 {
  padding-right: 304px;
}

.pdb304 {
  padding-bottom: 304px;
}

.pdl304 {
  padding-left: 304px;
}

.pd305 {
  padding: 305px;
}

.pdt305 {
  padding-top: 305px;
}

.pdr305 {
  padding-right: 305px;
}

.pdb305 {
  padding-bottom: 305px;
}

.pdl305 {
  padding-left: 305px;
}

.pd306 {
  padding: 306px;
}

.pdt306 {
  padding-top: 306px;
}

.pdr306 {
  padding-right: 306px;
}

.pdb306 {
  padding-bottom: 306px;
}

.pdl306 {
  padding-left: 306px;
}

.pd307 {
  padding: 307px;
}

.pdt307 {
  padding-top: 307px;
}

.pdr307 {
  padding-right: 307px;
}

.pdb307 {
  padding-bottom: 307px;
}

.pdl307 {
  padding-left: 307px;
}

.pd308 {
  padding: 308px;
}

.pdt308 {
  padding-top: 308px;
}

.pdr308 {
  padding-right: 308px;
}

.pdb308 {
  padding-bottom: 308px;
}

.pdl308 {
  padding-left: 308px;
}

.pd309 {
  padding: 309px;
}

.pdt309 {
  padding-top: 309px;
}

.pdr309 {
  padding-right: 309px;
}

.pdb309 {
  padding-bottom: 309px;
}

.pdl309 {
  padding-left: 309px;
}

.pd310 {
  padding: 310px;
}

.pdt310 {
  padding-top: 310px;
}

.pdr310 {
  padding-right: 310px;
}

.pdb310 {
  padding-bottom: 310px;
}

.pdl310 {
  padding-left: 310px;
}

.pd311 {
  padding: 311px;
}

.pdt311 {
  padding-top: 311px;
}

.pdr311 {
  padding-right: 311px;
}

.pdb311 {
  padding-bottom: 311px;
}

.pdl311 {
  padding-left: 311px;
}

.pd312 {
  padding: 312px;
}

.pdt312 {
  padding-top: 312px;
}

.pdr312 {
  padding-right: 312px;
}

.pdb312 {
  padding-bottom: 312px;
}

.pdl312 {
  padding-left: 312px;
}

.pd313 {
  padding: 313px;
}

.pdt313 {
  padding-top: 313px;
}

.pdr313 {
  padding-right: 313px;
}

.pdb313 {
  padding-bottom: 313px;
}

.pdl313 {
  padding-left: 313px;
}

.pd314 {
  padding: 314px;
}

.pdt314 {
  padding-top: 314px;
}

.pdr314 {
  padding-right: 314px;
}

.pdb314 {
  padding-bottom: 314px;
}

.pdl314 {
  padding-left: 314px;
}

.pd315 {
  padding: 315px;
}

.pdt315 {
  padding-top: 315px;
}

.pdr315 {
  padding-right: 315px;
}

.pdb315 {
  padding-bottom: 315px;
}

.pdl315 {
  padding-left: 315px;
}

.pd316 {
  padding: 316px;
}

.pdt316 {
  padding-top: 316px;
}

.pdr316 {
  padding-right: 316px;
}

.pdb316 {
  padding-bottom: 316px;
}

.pdl316 {
  padding-left: 316px;
}

.pd317 {
  padding: 317px;
}

.pdt317 {
  padding-top: 317px;
}

.pdr317 {
  padding-right: 317px;
}

.pdb317 {
  padding-bottom: 317px;
}

.pdl317 {
  padding-left: 317px;
}

.pd318 {
  padding: 318px;
}

.pdt318 {
  padding-top: 318px;
}

.pdr318 {
  padding-right: 318px;
}

.pdb318 {
  padding-bottom: 318px;
}

.pdl318 {
  padding-left: 318px;
}

.pd319 {
  padding: 319px;
}

.pdt319 {
  padding-top: 319px;
}

.pdr319 {
  padding-right: 319px;
}

.pdb319 {
  padding-bottom: 319px;
}

.pdl319 {
  padding-left: 319px;
}

.pd320 {
  padding: 320px;
}

.pdt320 {
  padding-top: 320px;
}

.pdr320 {
  padding-right: 320px;
}

.pdb320 {
  padding-bottom: 320px;
}

.pdl320 {
  padding-left: 320px;
}

.pd321 {
  padding: 321px;
}

.pdt321 {
  padding-top: 321px;
}

.pdr321 {
  padding-right: 321px;
}

.pdb321 {
  padding-bottom: 321px;
}

.pdl321 {
  padding-left: 321px;
}

.pd322 {
  padding: 322px;
}

.pdt322 {
  padding-top: 322px;
}

.pdr322 {
  padding-right: 322px;
}

.pdb322 {
  padding-bottom: 322px;
}

.pdl322 {
  padding-left: 322px;
}

.pd323 {
  padding: 323px;
}

.pdt323 {
  padding-top: 323px;
}

.pdr323 {
  padding-right: 323px;
}

.pdb323 {
  padding-bottom: 323px;
}

.pdl323 {
  padding-left: 323px;
}

.pd324 {
  padding: 324px;
}

.pdt324 {
  padding-top: 324px;
}

.pdr324 {
  padding-right: 324px;
}

.pdb324 {
  padding-bottom: 324px;
}

.pdl324 {
  padding-left: 324px;
}

.pd325 {
  padding: 325px;
}

.pdt325 {
  padding-top: 325px;
}

.pdr325 {
  padding-right: 325px;
}

.pdb325 {
  padding-bottom: 325px;
}

.pdl325 {
  padding-left: 325px;
}

.pd326 {
  padding: 326px;
}

.pdt326 {
  padding-top: 326px;
}

.pdr326 {
  padding-right: 326px;
}

.pdb326 {
  padding-bottom: 326px;
}

.pdl326 {
  padding-left: 326px;
}

.pd327 {
  padding: 327px;
}

.pdt327 {
  padding-top: 327px;
}

.pdr327 {
  padding-right: 327px;
}

.pdb327 {
  padding-bottom: 327px;
}

.pdl327 {
  padding-left: 327px;
}

.pd328 {
  padding: 328px;
}

.pdt328 {
  padding-top: 328px;
}

.pdr328 {
  padding-right: 328px;
}

.pdb328 {
  padding-bottom: 328px;
}

.pdl328 {
  padding-left: 328px;
}

.pd329 {
  padding: 329px;
}

.pdt329 {
  padding-top: 329px;
}

.pdr329 {
  padding-right: 329px;
}

.pdb329 {
  padding-bottom: 329px;
}

.pdl329 {
  padding-left: 329px;
}

.pd330 {
  padding: 330px;
}

.pdt330 {
  padding-top: 330px;
}

.pdr330 {
  padding-right: 330px;
}

.pdb330 {
  padding-bottom: 330px;
}

.pdl330 {
  padding-left: 330px;
}

.pd331 {
  padding: 331px;
}

.pdt331 {
  padding-top: 331px;
}

.pdr331 {
  padding-right: 331px;
}

.pdb331 {
  padding-bottom: 331px;
}

.pdl331 {
  padding-left: 331px;
}

.pd332 {
  padding: 332px;
}

.pdt332 {
  padding-top: 332px;
}

.pdr332 {
  padding-right: 332px;
}

.pdb332 {
  padding-bottom: 332px;
}

.pdl332 {
  padding-left: 332px;
}

.pd333 {
  padding: 333px;
}

.pdt333 {
  padding-top: 333px;
}

.pdr333 {
  padding-right: 333px;
}

.pdb333 {
  padding-bottom: 333px;
}

.pdl333 {
  padding-left: 333px;
}

.pd334 {
  padding: 334px;
}

.pdt334 {
  padding-top: 334px;
}

.pdr334 {
  padding-right: 334px;
}

.pdb334 {
  padding-bottom: 334px;
}

.pdl334 {
  padding-left: 334px;
}

.pd335 {
  padding: 335px;
}

.pdt335 {
  padding-top: 335px;
}

.pdr335 {
  padding-right: 335px;
}

.pdb335 {
  padding-bottom: 335px;
}

.pdl335 {
  padding-left: 335px;
}

.pd336 {
  padding: 336px;
}

.pdt336 {
  padding-top: 336px;
}

.pdr336 {
  padding-right: 336px;
}

.pdb336 {
  padding-bottom: 336px;
}

.pdl336 {
  padding-left: 336px;
}

.pd337 {
  padding: 337px;
}

.pdt337 {
  padding-top: 337px;
}

.pdr337 {
  padding-right: 337px;
}

.pdb337 {
  padding-bottom: 337px;
}

.pdl337 {
  padding-left: 337px;
}

.pd338 {
  padding: 338px;
}

.pdt338 {
  padding-top: 338px;
}

.pdr338 {
  padding-right: 338px;
}

.pdb338 {
  padding-bottom: 338px;
}

.pdl338 {
  padding-left: 338px;
}

.pd339 {
  padding: 339px;
}

.pdt339 {
  padding-top: 339px;
}

.pdr339 {
  padding-right: 339px;
}

.pdb339 {
  padding-bottom: 339px;
}

.pdl339 {
  padding-left: 339px;
}

.pd340 {
  padding: 340px;
}

.pdt340 {
  padding-top: 340px;
}

.pdr340 {
  padding-right: 340px;
}

.pdb340 {
  padding-bottom: 340px;
}

.pdl340 {
  padding-left: 340px;
}

.pd341 {
  padding: 341px;
}

.pdt341 {
  padding-top: 341px;
}

.pdr341 {
  padding-right: 341px;
}

.pdb341 {
  padding-bottom: 341px;
}

.pdl341 {
  padding-left: 341px;
}

.pd342 {
  padding: 342px;
}

.pdt342 {
  padding-top: 342px;
}

.pdr342 {
  padding-right: 342px;
}

.pdb342 {
  padding-bottom: 342px;
}

.pdl342 {
  padding-left: 342px;
}

.pd343 {
  padding: 343px;
}

.pdt343 {
  padding-top: 343px;
}

.pdr343 {
  padding-right: 343px;
}

.pdb343 {
  padding-bottom: 343px;
}

.pdl343 {
  padding-left: 343px;
}

.pd344 {
  padding: 344px;
}

.pdt344 {
  padding-top: 344px;
}

.pdr344 {
  padding-right: 344px;
}

.pdb344 {
  padding-bottom: 344px;
}

.pdl344 {
  padding-left: 344px;
}

.pd345 {
  padding: 345px;
}

.pdt345 {
  padding-top: 345px;
}

.pdr345 {
  padding-right: 345px;
}

.pdb345 {
  padding-bottom: 345px;
}

.pdl345 {
  padding-left: 345px;
}

.pd346 {
  padding: 346px;
}

.pdt346 {
  padding-top: 346px;
}

.pdr346 {
  padding-right: 346px;
}

.pdb346 {
  padding-bottom: 346px;
}

.pdl346 {
  padding-left: 346px;
}

.pd347 {
  padding: 347px;
}

.pdt347 {
  padding-top: 347px;
}

.pdr347 {
  padding-right: 347px;
}

.pdb347 {
  padding-bottom: 347px;
}

.pdl347 {
  padding-left: 347px;
}

.pd348 {
  padding: 348px;
}

.pdt348 {
  padding-top: 348px;
}

.pdr348 {
  padding-right: 348px;
}

.pdb348 {
  padding-bottom: 348px;
}

.pdl348 {
  padding-left: 348px;
}

.pd349 {
  padding: 349px;
}

.pdt349 {
  padding-top: 349px;
}

.pdr349 {
  padding-right: 349px;
}

.pdb349 {
  padding-bottom: 349px;
}

.pdl349 {
  padding-left: 349px;
}

.pd350 {
  padding: 350px;
}

.pdt350 {
  padding-top: 350px;
}

.pdr350 {
  padding-right: 350px;
}

.pdb350 {
  padding-bottom: 350px;
}

.pdl350 {
  padding-left: 350px;
}

.pd351 {
  padding: 351px;
}

.pdt351 {
  padding-top: 351px;
}

.pdr351 {
  padding-right: 351px;
}

.pdb351 {
  padding-bottom: 351px;
}

.pdl351 {
  padding-left: 351px;
}

.pd352 {
  padding: 352px;
}

.pdt352 {
  padding-top: 352px;
}

.pdr352 {
  padding-right: 352px;
}

.pdb352 {
  padding-bottom: 352px;
}

.pdl352 {
  padding-left: 352px;
}

.pd353 {
  padding: 353px;
}

.pdt353 {
  padding-top: 353px;
}

.pdr353 {
  padding-right: 353px;
}

.pdb353 {
  padding-bottom: 353px;
}

.pdl353 {
  padding-left: 353px;
}

.pd354 {
  padding: 354px;
}

.pdt354 {
  padding-top: 354px;
}

.pdr354 {
  padding-right: 354px;
}

.pdb354 {
  padding-bottom: 354px;
}

.pdl354 {
  padding-left: 354px;
}

.pd355 {
  padding: 355px;
}

.pdt355 {
  padding-top: 355px;
}

.pdr355 {
  padding-right: 355px;
}

.pdb355 {
  padding-bottom: 355px;
}

.pdl355 {
  padding-left: 355px;
}

.pd356 {
  padding: 356px;
}

.pdt356 {
  padding-top: 356px;
}

.pdr356 {
  padding-right: 356px;
}

.pdb356 {
  padding-bottom: 356px;
}

.pdl356 {
  padding-left: 356px;
}

.pd357 {
  padding: 357px;
}

.pdt357 {
  padding-top: 357px;
}

.pdr357 {
  padding-right: 357px;
}

.pdb357 {
  padding-bottom: 357px;
}

.pdl357 {
  padding-left: 357px;
}

.pd358 {
  padding: 358px;
}

.pdt358 {
  padding-top: 358px;
}

.pdr358 {
  padding-right: 358px;
}

.pdb358 {
  padding-bottom: 358px;
}

.pdl358 {
  padding-left: 358px;
}

.pd359 {
  padding: 359px;
}

.pdt359 {
  padding-top: 359px;
}

.pdr359 {
  padding-right: 359px;
}

.pdb359 {
  padding-bottom: 359px;
}

.pdl359 {
  padding-left: 359px;
}

.pd360 {
  padding: 360px;
}

.pdt360 {
  padding-top: 360px;
}

.pdr360 {
  padding-right: 360px;
}

.pdb360 {
  padding-bottom: 360px;
}

.pdl360 {
  padding-left: 360px;
}

.pd361 {
  padding: 361px;
}

.pdt361 {
  padding-top: 361px;
}

.pdr361 {
  padding-right: 361px;
}

.pdb361 {
  padding-bottom: 361px;
}

.pdl361 {
  padding-left: 361px;
}

.pd362 {
  padding: 362px;
}

.pdt362 {
  padding-top: 362px;
}

.pdr362 {
  padding-right: 362px;
}

.pdb362 {
  padding-bottom: 362px;
}

.pdl362 {
  padding-left: 362px;
}

.pd363 {
  padding: 363px;
}

.pdt363 {
  padding-top: 363px;
}

.pdr363 {
  padding-right: 363px;
}

.pdb363 {
  padding-bottom: 363px;
}

.pdl363 {
  padding-left: 363px;
}

.pd364 {
  padding: 364px;
}

.pdt364 {
  padding-top: 364px;
}

.pdr364 {
  padding-right: 364px;
}

.pdb364 {
  padding-bottom: 364px;
}

.pdl364 {
  padding-left: 364px;
}

.pd365 {
  padding: 365px;
}

.pdt365 {
  padding-top: 365px;
}

.pdr365 {
  padding-right: 365px;
}

.pdb365 {
  padding-bottom: 365px;
}

.pdl365 {
  padding-left: 365px;
}

.pd366 {
  padding: 366px;
}

.pdt366 {
  padding-top: 366px;
}

.pdr366 {
  padding-right: 366px;
}

.pdb366 {
  padding-bottom: 366px;
}

.pdl366 {
  padding-left: 366px;
}

.pd367 {
  padding: 367px;
}

.pdt367 {
  padding-top: 367px;
}

.pdr367 {
  padding-right: 367px;
}

.pdb367 {
  padding-bottom: 367px;
}

.pdl367 {
  padding-left: 367px;
}

.pd368 {
  padding: 368px;
}

.pdt368 {
  padding-top: 368px;
}

.pdr368 {
  padding-right: 368px;
}

.pdb368 {
  padding-bottom: 368px;
}

.pdl368 {
  padding-left: 368px;
}

.pd369 {
  padding: 369px;
}

.pdt369 {
  padding-top: 369px;
}

.pdr369 {
  padding-right: 369px;
}

.pdb369 {
  padding-bottom: 369px;
}

.pdl369 {
  padding-left: 369px;
}

.pd370 {
  padding: 370px;
}

.pdt370 {
  padding-top: 370px;
}

.pdr370 {
  padding-right: 370px;
}

.pdb370 {
  padding-bottom: 370px;
}

.pdl370 {
  padding-left: 370px;
}

.pd371 {
  padding: 371px;
}

.pdt371 {
  padding-top: 371px;
}

.pdr371 {
  padding-right: 371px;
}

.pdb371 {
  padding-bottom: 371px;
}

.pdl371 {
  padding-left: 371px;
}

.pd372 {
  padding: 372px;
}

.pdt372 {
  padding-top: 372px;
}

.pdr372 {
  padding-right: 372px;
}

.pdb372 {
  padding-bottom: 372px;
}

.pdl372 {
  padding-left: 372px;
}

.pd373 {
  padding: 373px;
}

.pdt373 {
  padding-top: 373px;
}

.pdr373 {
  padding-right: 373px;
}

.pdb373 {
  padding-bottom: 373px;
}

.pdl373 {
  padding-left: 373px;
}

.pd374 {
  padding: 374px;
}

.pdt374 {
  padding-top: 374px;
}

.pdr374 {
  padding-right: 374px;
}

.pdb374 {
  padding-bottom: 374px;
}

.pdl374 {
  padding-left: 374px;
}

.pd375 {
  padding: 375px;
}

.pdt375 {
  padding-top: 375px;
}

.pdr375 {
  padding-right: 375px;
}

.pdb375 {
  padding-bottom: 375px;
}

.pdl375 {
  padding-left: 375px;
}

.pd376 {
  padding: 376px;
}

.pdt376 {
  padding-top: 376px;
}

.pdr376 {
  padding-right: 376px;
}

.pdb376 {
  padding-bottom: 376px;
}

.pdl376 {
  padding-left: 376px;
}

.pd377 {
  padding: 377px;
}

.pdt377 {
  padding-top: 377px;
}

.pdr377 {
  padding-right: 377px;
}

.pdb377 {
  padding-bottom: 377px;
}

.pdl377 {
  padding-left: 377px;
}

.pd378 {
  padding: 378px;
}

.pdt378 {
  padding-top: 378px;
}

.pdr378 {
  padding-right: 378px;
}

.pdb378 {
  padding-bottom: 378px;
}

.pdl378 {
  padding-left: 378px;
}

.pd379 {
  padding: 379px;
}

.pdt379 {
  padding-top: 379px;
}

.pdr379 {
  padding-right: 379px;
}

.pdb379 {
  padding-bottom: 379px;
}

.pdl379 {
  padding-left: 379px;
}

.pd380 {
  padding: 380px;
}

.pdt380 {
  padding-top: 380px;
}

.pdr380 {
  padding-right: 380px;
}

.pdb380 {
  padding-bottom: 380px;
}

.pdl380 {
  padding-left: 380px;
}

.pd381 {
  padding: 381px;
}

.pdt381 {
  padding-top: 381px;
}

.pdr381 {
  padding-right: 381px;
}

.pdb381 {
  padding-bottom: 381px;
}

.pdl381 {
  padding-left: 381px;
}

.pd382 {
  padding: 382px;
}

.pdt382 {
  padding-top: 382px;
}

.pdr382 {
  padding-right: 382px;
}

.pdb382 {
  padding-bottom: 382px;
}

.pdl382 {
  padding-left: 382px;
}

.pd383 {
  padding: 383px;
}

.pdt383 {
  padding-top: 383px;
}

.pdr383 {
  padding-right: 383px;
}

.pdb383 {
  padding-bottom: 383px;
}

.pdl383 {
  padding-left: 383px;
}

.pd384 {
  padding: 384px;
}

.pdt384 {
  padding-top: 384px;
}

.pdr384 {
  padding-right: 384px;
}

.pdb384 {
  padding-bottom: 384px;
}

.pdl384 {
  padding-left: 384px;
}

.pd385 {
  padding: 385px;
}

.pdt385 {
  padding-top: 385px;
}

.pdr385 {
  padding-right: 385px;
}

.pdb385 {
  padding-bottom: 385px;
}

.pdl385 {
  padding-left: 385px;
}

.pd386 {
  padding: 386px;
}

.pdt386 {
  padding-top: 386px;
}

.pdr386 {
  padding-right: 386px;
}

.pdb386 {
  padding-bottom: 386px;
}

.pdl386 {
  padding-left: 386px;
}

.pd387 {
  padding: 387px;
}

.pdt387 {
  padding-top: 387px;
}

.pdr387 {
  padding-right: 387px;
}

.pdb387 {
  padding-bottom: 387px;
}

.pdl387 {
  padding-left: 387px;
}

.pd388 {
  padding: 388px;
}

.pdt388 {
  padding-top: 388px;
}

.pdr388 {
  padding-right: 388px;
}

.pdb388 {
  padding-bottom: 388px;
}

.pdl388 {
  padding-left: 388px;
}

.pd389 {
  padding: 389px;
}

.pdt389 {
  padding-top: 389px;
}

.pdr389 {
  padding-right: 389px;
}

.pdb389 {
  padding-bottom: 389px;
}

.pdl389 {
  padding-left: 389px;
}

.pd390 {
  padding: 390px;
}

.pdt390 {
  padding-top: 390px;
}

.pdr390 {
  padding-right: 390px;
}

.pdb390 {
  padding-bottom: 390px;
}

.pdl390 {
  padding-left: 390px;
}

.pd391 {
  padding: 391px;
}

.pdt391 {
  padding-top: 391px;
}

.pdr391 {
  padding-right: 391px;
}

.pdb391 {
  padding-bottom: 391px;
}

.pdl391 {
  padding-left: 391px;
}

.pd392 {
  padding: 392px;
}

.pdt392 {
  padding-top: 392px;
}

.pdr392 {
  padding-right: 392px;
}

.pdb392 {
  padding-bottom: 392px;
}

.pdl392 {
  padding-left: 392px;
}

.pd393 {
  padding: 393px;
}

.pdt393 {
  padding-top: 393px;
}

.pdr393 {
  padding-right: 393px;
}

.pdb393 {
  padding-bottom: 393px;
}

.pdl393 {
  padding-left: 393px;
}

.pd394 {
  padding: 394px;
}

.pdt394 {
  padding-top: 394px;
}

.pdr394 {
  padding-right: 394px;
}

.pdb394 {
  padding-bottom: 394px;
}

.pdl394 {
  padding-left: 394px;
}

.pd395 {
  padding: 395px;
}

.pdt395 {
  padding-top: 395px;
}

.pdr395 {
  padding-right: 395px;
}

.pdb395 {
  padding-bottom: 395px;
}

.pdl395 {
  padding-left: 395px;
}

.pd396 {
  padding: 396px;
}

.pdt396 {
  padding-top: 396px;
}

.pdr396 {
  padding-right: 396px;
}

.pdb396 {
  padding-bottom: 396px;
}

.pdl396 {
  padding-left: 396px;
}

.pd397 {
  padding: 397px;
}

.pdt397 {
  padding-top: 397px;
}

.pdr397 {
  padding-right: 397px;
}

.pdb397 {
  padding-bottom: 397px;
}

.pdl397 {
  padding-left: 397px;
}

.pd398 {
  padding: 398px;
}

.pdt398 {
  padding-top: 398px;
}

.pdr398 {
  padding-right: 398px;
}

.pdb398 {
  padding-bottom: 398px;
}

.pdl398 {
  padding-left: 398px;
}

.pd399 {
  padding: 399px;
}

.pdt399 {
  padding-top: 399px;
}

.pdr399 {
  padding-right: 399px;
}

.pdb399 {
  padding-bottom: 399px;
}

.pdl399 {
  padding-left: 399px;
}

.pd400 {
  padding: 400px;
}

.pdt400 {
  padding-top: 400px;
}

.pdr400 {
  padding-right: 400px;
}

.pdb400 {
  padding-bottom: 400px;
}

.pdl400 {
  padding-left: 400px;
}

.pd401 {
  padding: 401px;
}

.pdt401 {
  padding-top: 401px;
}

.pdr401 {
  padding-right: 401px;
}

.pdb401 {
  padding-bottom: 401px;
}

.pdl401 {
  padding-left: 401px;
}

.pd402 {
  padding: 402px;
}

.pdt402 {
  padding-top: 402px;
}

.pdr402 {
  padding-right: 402px;
}

.pdb402 {
  padding-bottom: 402px;
}

.pdl402 {
  padding-left: 402px;
}

.pd403 {
  padding: 403px;
}

.pdt403 {
  padding-top: 403px;
}

.pdr403 {
  padding-right: 403px;
}

.pdb403 {
  padding-bottom: 403px;
}

.pdl403 {
  padding-left: 403px;
}

.pd404 {
  padding: 404px;
}

.pdt404 {
  padding-top: 404px;
}

.pdr404 {
  padding-right: 404px;
}

.pdb404 {
  padding-bottom: 404px;
}

.pdl404 {
  padding-left: 404px;
}

.pd405 {
  padding: 405px;
}

.pdt405 {
  padding-top: 405px;
}

.pdr405 {
  padding-right: 405px;
}

.pdb405 {
  padding-bottom: 405px;
}

.pdl405 {
  padding-left: 405px;
}

.pd406 {
  padding: 406px;
}

.pdt406 {
  padding-top: 406px;
}

.pdr406 {
  padding-right: 406px;
}

.pdb406 {
  padding-bottom: 406px;
}

.pdl406 {
  padding-left: 406px;
}

.pd407 {
  padding: 407px;
}

.pdt407 {
  padding-top: 407px;
}

.pdr407 {
  padding-right: 407px;
}

.pdb407 {
  padding-bottom: 407px;
}

.pdl407 {
  padding-left: 407px;
}

.pd408 {
  padding: 408px;
}

.pdt408 {
  padding-top: 408px;
}

.pdr408 {
  padding-right: 408px;
}

.pdb408 {
  padding-bottom: 408px;
}

.pdl408 {
  padding-left: 408px;
}

.pd409 {
  padding: 409px;
}

.pdt409 {
  padding-top: 409px;
}

.pdr409 {
  padding-right: 409px;
}

.pdb409 {
  padding-bottom: 409px;
}

.pdl409 {
  padding-left: 409px;
}

.pd410 {
  padding: 410px;
}

.pdt410 {
  padding-top: 410px;
}

.pdr410 {
  padding-right: 410px;
}

.pdb410 {
  padding-bottom: 410px;
}

.pdl410 {
  padding-left: 410px;
}

.pd411 {
  padding: 411px;
}

.pdt411 {
  padding-top: 411px;
}

.pdr411 {
  padding-right: 411px;
}

.pdb411 {
  padding-bottom: 411px;
}

.pdl411 {
  padding-left: 411px;
}

.pd412 {
  padding: 412px;
}

.pdt412 {
  padding-top: 412px;
}

.pdr412 {
  padding-right: 412px;
}

.pdb412 {
  padding-bottom: 412px;
}

.pdl412 {
  padding-left: 412px;
}

.pd413 {
  padding: 413px;
}

.pdt413 {
  padding-top: 413px;
}

.pdr413 {
  padding-right: 413px;
}

.pdb413 {
  padding-bottom: 413px;
}

.pdl413 {
  padding-left: 413px;
}

.pd414 {
  padding: 414px;
}

.pdt414 {
  padding-top: 414px;
}

.pdr414 {
  padding-right: 414px;
}

.pdb414 {
  padding-bottom: 414px;
}

.pdl414 {
  padding-left: 414px;
}

.pd415 {
  padding: 415px;
}

.pdt415 {
  padding-top: 415px;
}

.pdr415 {
  padding-right: 415px;
}

.pdb415 {
  padding-bottom: 415px;
}

.pdl415 {
  padding-left: 415px;
}

.pd416 {
  padding: 416px;
}

.pdt416 {
  padding-top: 416px;
}

.pdr416 {
  padding-right: 416px;
}

.pdb416 {
  padding-bottom: 416px;
}

.pdl416 {
  padding-left: 416px;
}

.pd417 {
  padding: 417px;
}

.pdt417 {
  padding-top: 417px;
}

.pdr417 {
  padding-right: 417px;
}

.pdb417 {
  padding-bottom: 417px;
}

.pdl417 {
  padding-left: 417px;
}

.pd418 {
  padding: 418px;
}

.pdt418 {
  padding-top: 418px;
}

.pdr418 {
  padding-right: 418px;
}

.pdb418 {
  padding-bottom: 418px;
}

.pdl418 {
  padding-left: 418px;
}

.pd419 {
  padding: 419px;
}

.pdt419 {
  padding-top: 419px;
}

.pdr419 {
  padding-right: 419px;
}

.pdb419 {
  padding-bottom: 419px;
}

.pdl419 {
  padding-left: 419px;
}

.pd420 {
  padding: 420px;
}

.pdt420 {
  padding-top: 420px;
}

.pdr420 {
  padding-right: 420px;
}

.pdb420 {
  padding-bottom: 420px;
}

.pdl420 {
  padding-left: 420px;
}

.pd421 {
  padding: 421px;
}

.pdt421 {
  padding-top: 421px;
}

.pdr421 {
  padding-right: 421px;
}

.pdb421 {
  padding-bottom: 421px;
}

.pdl421 {
  padding-left: 421px;
}

.pd422 {
  padding: 422px;
}

.pdt422 {
  padding-top: 422px;
}

.pdr422 {
  padding-right: 422px;
}

.pdb422 {
  padding-bottom: 422px;
}

.pdl422 {
  padding-left: 422px;
}

.pd423 {
  padding: 423px;
}

.pdt423 {
  padding-top: 423px;
}

.pdr423 {
  padding-right: 423px;
}

.pdb423 {
  padding-bottom: 423px;
}

.pdl423 {
  padding-left: 423px;
}

.pd424 {
  padding: 424px;
}

.pdt424 {
  padding-top: 424px;
}

.pdr424 {
  padding-right: 424px;
}

.pdb424 {
  padding-bottom: 424px;
}

.pdl424 {
  padding-left: 424px;
}

.pd425 {
  padding: 425px;
}

.pdt425 {
  padding-top: 425px;
}

.pdr425 {
  padding-right: 425px;
}

.pdb425 {
  padding-bottom: 425px;
}

.pdl425 {
  padding-left: 425px;
}

.pd426 {
  padding: 426px;
}

.pdt426 {
  padding-top: 426px;
}

.pdr426 {
  padding-right: 426px;
}

.pdb426 {
  padding-bottom: 426px;
}

.pdl426 {
  padding-left: 426px;
}

.pd427 {
  padding: 427px;
}

.pdt427 {
  padding-top: 427px;
}

.pdr427 {
  padding-right: 427px;
}

.pdb427 {
  padding-bottom: 427px;
}

.pdl427 {
  padding-left: 427px;
}

.pd428 {
  padding: 428px;
}

.pdt428 {
  padding-top: 428px;
}

.pdr428 {
  padding-right: 428px;
}

.pdb428 {
  padding-bottom: 428px;
}

.pdl428 {
  padding-left: 428px;
}

.pd429 {
  padding: 429px;
}

.pdt429 {
  padding-top: 429px;
}

.pdr429 {
  padding-right: 429px;
}

.pdb429 {
  padding-bottom: 429px;
}

.pdl429 {
  padding-left: 429px;
}

.pd430 {
  padding: 430px;
}

.pdt430 {
  padding-top: 430px;
}

.pdr430 {
  padding-right: 430px;
}

.pdb430 {
  padding-bottom: 430px;
}

.pdl430 {
  padding-left: 430px;
}

.pd431 {
  padding: 431px;
}

.pdt431 {
  padding-top: 431px;
}

.pdr431 {
  padding-right: 431px;
}

.pdb431 {
  padding-bottom: 431px;
}

.pdl431 {
  padding-left: 431px;
}

.pd432 {
  padding: 432px;
}

.pdt432 {
  padding-top: 432px;
}

.pdr432 {
  padding-right: 432px;
}

.pdb432 {
  padding-bottom: 432px;
}

.pdl432 {
  padding-left: 432px;
}

.pd433 {
  padding: 433px;
}

.pdt433 {
  padding-top: 433px;
}

.pdr433 {
  padding-right: 433px;
}

.pdb433 {
  padding-bottom: 433px;
}

.pdl433 {
  padding-left: 433px;
}

.pd434 {
  padding: 434px;
}

.pdt434 {
  padding-top: 434px;
}

.pdr434 {
  padding-right: 434px;
}

.pdb434 {
  padding-bottom: 434px;
}

.pdl434 {
  padding-left: 434px;
}

.pd435 {
  padding: 435px;
}

.pdt435 {
  padding-top: 435px;
}

.pdr435 {
  padding-right: 435px;
}

.pdb435 {
  padding-bottom: 435px;
}

.pdl435 {
  padding-left: 435px;
}

.pd436 {
  padding: 436px;
}

.pdt436 {
  padding-top: 436px;
}

.pdr436 {
  padding-right: 436px;
}

.pdb436 {
  padding-bottom: 436px;
}

.pdl436 {
  padding-left: 436px;
}

.pd437 {
  padding: 437px;
}

.pdt437 {
  padding-top: 437px;
}

.pdr437 {
  padding-right: 437px;
}

.pdb437 {
  padding-bottom: 437px;
}

.pdl437 {
  padding-left: 437px;
}

.pd438 {
  padding: 438px;
}

.pdt438 {
  padding-top: 438px;
}

.pdr438 {
  padding-right: 438px;
}

.pdb438 {
  padding-bottom: 438px;
}

.pdl438 {
  padding-left: 438px;
}

.pd439 {
  padding: 439px;
}

.pdt439 {
  padding-top: 439px;
}

.pdr439 {
  padding-right: 439px;
}

.pdb439 {
  padding-bottom: 439px;
}

.pdl439 {
  padding-left: 439px;
}

.pd440 {
  padding: 440px;
}

.pdt440 {
  padding-top: 440px;
}

.pdr440 {
  padding-right: 440px;
}

.pdb440 {
  padding-bottom: 440px;
}

.pdl440 {
  padding-left: 440px;
}

.pd441 {
  padding: 441px;
}

.pdt441 {
  padding-top: 441px;
}

.pdr441 {
  padding-right: 441px;
}

.pdb441 {
  padding-bottom: 441px;
}

.pdl441 {
  padding-left: 441px;
}

.pd442 {
  padding: 442px;
}

.pdt442 {
  padding-top: 442px;
}

.pdr442 {
  padding-right: 442px;
}

.pdb442 {
  padding-bottom: 442px;
}

.pdl442 {
  padding-left: 442px;
}

.pd443 {
  padding: 443px;
}

.pdt443 {
  padding-top: 443px;
}

.pdr443 {
  padding-right: 443px;
}

.pdb443 {
  padding-bottom: 443px;
}

.pdl443 {
  padding-left: 443px;
}

.pd444 {
  padding: 444px;
}

.pdt444 {
  padding-top: 444px;
}

.pdr444 {
  padding-right: 444px;
}

.pdb444 {
  padding-bottom: 444px;
}

.pdl444 {
  padding-left: 444px;
}

.pd445 {
  padding: 445px;
}

.pdt445 {
  padding-top: 445px;
}

.pdr445 {
  padding-right: 445px;
}

.pdb445 {
  padding-bottom: 445px;
}

.pdl445 {
  padding-left: 445px;
}

.pd446 {
  padding: 446px;
}

.pdt446 {
  padding-top: 446px;
}

.pdr446 {
  padding-right: 446px;
}

.pdb446 {
  padding-bottom: 446px;
}

.pdl446 {
  padding-left: 446px;
}

.pd447 {
  padding: 447px;
}

.pdt447 {
  padding-top: 447px;
}

.pdr447 {
  padding-right: 447px;
}

.pdb447 {
  padding-bottom: 447px;
}

.pdl447 {
  padding-left: 447px;
}

.pd448 {
  padding: 448px;
}

.pdt448 {
  padding-top: 448px;
}

.pdr448 {
  padding-right: 448px;
}

.pdb448 {
  padding-bottom: 448px;
}

.pdl448 {
  padding-left: 448px;
}

.pd449 {
  padding: 449px;
}

.pdt449 {
  padding-top: 449px;
}

.pdr449 {
  padding-right: 449px;
}

.pdb449 {
  padding-bottom: 449px;
}

.pdl449 {
  padding-left: 449px;
}

.pd450 {
  padding: 450px;
}

.pdt450 {
  padding-top: 450px;
}

.pdr450 {
  padding-right: 450px;
}

.pdb450 {
  padding-bottom: 450px;
}

.pdl450 {
  padding-left: 450px;
}

.pd451 {
  padding: 451px;
}

.pdt451 {
  padding-top: 451px;
}

.pdr451 {
  padding-right: 451px;
}

.pdb451 {
  padding-bottom: 451px;
}

.pdl451 {
  padding-left: 451px;
}

.pd452 {
  padding: 452px;
}

.pdt452 {
  padding-top: 452px;
}

.pdr452 {
  padding-right: 452px;
}

.pdb452 {
  padding-bottom: 452px;
}

.pdl452 {
  padding-left: 452px;
}

.pd453 {
  padding: 453px;
}

.pdt453 {
  padding-top: 453px;
}

.pdr453 {
  padding-right: 453px;
}

.pdb453 {
  padding-bottom: 453px;
}

.pdl453 {
  padding-left: 453px;
}

.pd454 {
  padding: 454px;
}

.pdt454 {
  padding-top: 454px;
}

.pdr454 {
  padding-right: 454px;
}

.pdb454 {
  padding-bottom: 454px;
}

.pdl454 {
  padding-left: 454px;
}

.pd455 {
  padding: 455px;
}

.pdt455 {
  padding-top: 455px;
}

.pdr455 {
  padding-right: 455px;
}

.pdb455 {
  padding-bottom: 455px;
}

.pdl455 {
  padding-left: 455px;
}

.pd456 {
  padding: 456px;
}

.pdt456 {
  padding-top: 456px;
}

.pdr456 {
  padding-right: 456px;
}

.pdb456 {
  padding-bottom: 456px;
}

.pdl456 {
  padding-left: 456px;
}

.pd457 {
  padding: 457px;
}

.pdt457 {
  padding-top: 457px;
}

.pdr457 {
  padding-right: 457px;
}

.pdb457 {
  padding-bottom: 457px;
}

.pdl457 {
  padding-left: 457px;
}

.pd458 {
  padding: 458px;
}

.pdt458 {
  padding-top: 458px;
}

.pdr458 {
  padding-right: 458px;
}

.pdb458 {
  padding-bottom: 458px;
}

.pdl458 {
  padding-left: 458px;
}

.pd459 {
  padding: 459px;
}

.pdt459 {
  padding-top: 459px;
}

.pdr459 {
  padding-right: 459px;
}

.pdb459 {
  padding-bottom: 459px;
}

.pdl459 {
  padding-left: 459px;
}

.pd460 {
  padding: 460px;
}

.pdt460 {
  padding-top: 460px;
}

.pdr460 {
  padding-right: 460px;
}

.pdb460 {
  padding-bottom: 460px;
}

.pdl460 {
  padding-left: 460px;
}

.pd461 {
  padding: 461px;
}

.pdt461 {
  padding-top: 461px;
}

.pdr461 {
  padding-right: 461px;
}

.pdb461 {
  padding-bottom: 461px;
}

.pdl461 {
  padding-left: 461px;
}

.pd462 {
  padding: 462px;
}

.pdt462 {
  padding-top: 462px;
}

.pdr462 {
  padding-right: 462px;
}

.pdb462 {
  padding-bottom: 462px;
}

.pdl462 {
  padding-left: 462px;
}

.pd463 {
  padding: 463px;
}

.pdt463 {
  padding-top: 463px;
}

.pdr463 {
  padding-right: 463px;
}

.pdb463 {
  padding-bottom: 463px;
}

.pdl463 {
  padding-left: 463px;
}

.pd464 {
  padding: 464px;
}

.pdt464 {
  padding-top: 464px;
}

.pdr464 {
  padding-right: 464px;
}

.pdb464 {
  padding-bottom: 464px;
}

.pdl464 {
  padding-left: 464px;
}

.pd465 {
  padding: 465px;
}

.pdt465 {
  padding-top: 465px;
}

.pdr465 {
  padding-right: 465px;
}

.pdb465 {
  padding-bottom: 465px;
}

.pdl465 {
  padding-left: 465px;
}

.pd466 {
  padding: 466px;
}

.pdt466 {
  padding-top: 466px;
}

.pdr466 {
  padding-right: 466px;
}

.pdb466 {
  padding-bottom: 466px;
}

.pdl466 {
  padding-left: 466px;
}

.pd467 {
  padding: 467px;
}

.pdt467 {
  padding-top: 467px;
}

.pdr467 {
  padding-right: 467px;
}

.pdb467 {
  padding-bottom: 467px;
}

.pdl467 {
  padding-left: 467px;
}

.pd468 {
  padding: 468px;
}

.pdt468 {
  padding-top: 468px;
}

.pdr468 {
  padding-right: 468px;
}

.pdb468 {
  padding-bottom: 468px;
}

.pdl468 {
  padding-left: 468px;
}

.pd469 {
  padding: 469px;
}

.pdt469 {
  padding-top: 469px;
}

.pdr469 {
  padding-right: 469px;
}

.pdb469 {
  padding-bottom: 469px;
}

.pdl469 {
  padding-left: 469px;
}

.pd470 {
  padding: 470px;
}

.pdt470 {
  padding-top: 470px;
}

.pdr470 {
  padding-right: 470px;
}

.pdb470 {
  padding-bottom: 470px;
}

.pdl470 {
  padding-left: 470px;
}

.pd471 {
  padding: 471px;
}

.pdt471 {
  padding-top: 471px;
}

.pdr471 {
  padding-right: 471px;
}

.pdb471 {
  padding-bottom: 471px;
}

.pdl471 {
  padding-left: 471px;
}

.pd472 {
  padding: 472px;
}

.pdt472 {
  padding-top: 472px;
}

.pdr472 {
  padding-right: 472px;
}

.pdb472 {
  padding-bottom: 472px;
}

.pdl472 {
  padding-left: 472px;
}

.pd473 {
  padding: 473px;
}

.pdt473 {
  padding-top: 473px;
}

.pdr473 {
  padding-right: 473px;
}

.pdb473 {
  padding-bottom: 473px;
}

.pdl473 {
  padding-left: 473px;
}

.pd474 {
  padding: 474px;
}

.pdt474 {
  padding-top: 474px;
}

.pdr474 {
  padding-right: 474px;
}

.pdb474 {
  padding-bottom: 474px;
}

.pdl474 {
  padding-left: 474px;
}

.pd475 {
  padding: 475px;
}

.pdt475 {
  padding-top: 475px;
}

.pdr475 {
  padding-right: 475px;
}

.pdb475 {
  padding-bottom: 475px;
}

.pdl475 {
  padding-left: 475px;
}

.pd476 {
  padding: 476px;
}

.pdt476 {
  padding-top: 476px;
}

.pdr476 {
  padding-right: 476px;
}

.pdb476 {
  padding-bottom: 476px;
}

.pdl476 {
  padding-left: 476px;
}

.pd477 {
  padding: 477px;
}

.pdt477 {
  padding-top: 477px;
}

.pdr477 {
  padding-right: 477px;
}

.pdb477 {
  padding-bottom: 477px;
}

.pdl477 {
  padding-left: 477px;
}

.pd478 {
  padding: 478px;
}

.pdt478 {
  padding-top: 478px;
}

.pdr478 {
  padding-right: 478px;
}

.pdb478 {
  padding-bottom: 478px;
}

.pdl478 {
  padding-left: 478px;
}

.pd479 {
  padding: 479px;
}

.pdt479 {
  padding-top: 479px;
}

.pdr479 {
  padding-right: 479px;
}

.pdb479 {
  padding-bottom: 479px;
}

.pdl479 {
  padding-left: 479px;
}

.pd480 {
  padding: 480px;
}

.pdt480 {
  padding-top: 480px;
}

.pdr480 {
  padding-right: 480px;
}

.pdb480 {
  padding-bottom: 480px;
}

.pdl480 {
  padding-left: 480px;
}

.pd481 {
  padding: 481px;
}

.pdt481 {
  padding-top: 481px;
}

.pdr481 {
  padding-right: 481px;
}

.pdb481 {
  padding-bottom: 481px;
}

.pdl481 {
  padding-left: 481px;
}

.pd482 {
  padding: 482px;
}

.pdt482 {
  padding-top: 482px;
}

.pdr482 {
  padding-right: 482px;
}

.pdb482 {
  padding-bottom: 482px;
}

.pdl482 {
  padding-left: 482px;
}

.pd483 {
  padding: 483px;
}

.pdt483 {
  padding-top: 483px;
}

.pdr483 {
  padding-right: 483px;
}

.pdb483 {
  padding-bottom: 483px;
}

.pdl483 {
  padding-left: 483px;
}

.pd484 {
  padding: 484px;
}

.pdt484 {
  padding-top: 484px;
}

.pdr484 {
  padding-right: 484px;
}

.pdb484 {
  padding-bottom: 484px;
}

.pdl484 {
  padding-left: 484px;
}

.pd485 {
  padding: 485px;
}

.pdt485 {
  padding-top: 485px;
}

.pdr485 {
  padding-right: 485px;
}

.pdb485 {
  padding-bottom: 485px;
}

.pdl485 {
  padding-left: 485px;
}

.pd486 {
  padding: 486px;
}

.pdt486 {
  padding-top: 486px;
}

.pdr486 {
  padding-right: 486px;
}

.pdb486 {
  padding-bottom: 486px;
}

.pdl486 {
  padding-left: 486px;
}

.pd487 {
  padding: 487px;
}

.pdt487 {
  padding-top: 487px;
}

.pdr487 {
  padding-right: 487px;
}

.pdb487 {
  padding-bottom: 487px;
}

.pdl487 {
  padding-left: 487px;
}

.pd488 {
  padding: 488px;
}

.pdt488 {
  padding-top: 488px;
}

.pdr488 {
  padding-right: 488px;
}

.pdb488 {
  padding-bottom: 488px;
}

.pdl488 {
  padding-left: 488px;
}

.pd489 {
  padding: 489px;
}

.pdt489 {
  padding-top: 489px;
}

.pdr489 {
  padding-right: 489px;
}

.pdb489 {
  padding-bottom: 489px;
}

.pdl489 {
  padding-left: 489px;
}

.pd490 {
  padding: 490px;
}

.pdt490 {
  padding-top: 490px;
}

.pdr490 {
  padding-right: 490px;
}

.pdb490 {
  padding-bottom: 490px;
}

.pdl490 {
  padding-left: 490px;
}

.pd491 {
  padding: 491px;
}

.pdt491 {
  padding-top: 491px;
}

.pdr491 {
  padding-right: 491px;
}

.pdb491 {
  padding-bottom: 491px;
}

.pdl491 {
  padding-left: 491px;
}

.pd492 {
  padding: 492px;
}

.pdt492 {
  padding-top: 492px;
}

.pdr492 {
  padding-right: 492px;
}

.pdb492 {
  padding-bottom: 492px;
}

.pdl492 {
  padding-left: 492px;
}

.pd493 {
  padding: 493px;
}

.pdt493 {
  padding-top: 493px;
}

.pdr493 {
  padding-right: 493px;
}

.pdb493 {
  padding-bottom: 493px;
}

.pdl493 {
  padding-left: 493px;
}

.pd494 {
  padding: 494px;
}

.pdt494 {
  padding-top: 494px;
}

.pdr494 {
  padding-right: 494px;
}

.pdb494 {
  padding-bottom: 494px;
}

.pdl494 {
  padding-left: 494px;
}

.pd495 {
  padding: 495px;
}

.pdt495 {
  padding-top: 495px;
}

.pdr495 {
  padding-right: 495px;
}

.pdb495 {
  padding-bottom: 495px;
}

.pdl495 {
  padding-left: 495px;
}

.pd496 {
  padding: 496px;
}

.pdt496 {
  padding-top: 496px;
}

.pdr496 {
  padding-right: 496px;
}

.pdb496 {
  padding-bottom: 496px;
}

.pdl496 {
  padding-left: 496px;
}

.pd497 {
  padding: 497px;
}

.pdt497 {
  padding-top: 497px;
}

.pdr497 {
  padding-right: 497px;
}

.pdb497 {
  padding-bottom: 497px;
}

.pdl497 {
  padding-left: 497px;
}

.pd498 {
  padding: 498px;
}

.pdt498 {
  padding-top: 498px;
}

.pdr498 {
  padding-right: 498px;
}

.pdb498 {
  padding-bottom: 498px;
}

.pdl498 {
  padding-left: 498px;
}

.pd499 {
  padding: 499px;
}

.pdt499 {
  padding-top: 499px;
}

.pdr499 {
  padding-right: 499px;
}

.pdb499 {
  padding-bottom: 499px;
}

.pdl499 {
  padding-left: 499px;
}

.pd500 {
  padding: 500px;
}

.pdt500 {
  padding-top: 500px;
}

.pdr500 {
  padding-right: 500px;
}

.pdb500 {
  padding-bottom: 500px;
}

.pdl500 {
  padding-left: 500px;
}

.pd501 {
  padding: 501px;
}

.pdt501 {
  padding-top: 501px;
}

.pdr501 {
  padding-right: 501px;
}

.pdb501 {
  padding-bottom: 501px;
}

.pdl501 {
  padding-left: 501px;
}

.pd502 {
  padding: 502px;
}

.pdt502 {
  padding-top: 502px;
}

.pdr502 {
  padding-right: 502px;
}

.pdb502 {
  padding-bottom: 502px;
}

.pdl502 {
  padding-left: 502px;
}

.pd503 {
  padding: 503px;
}

.pdt503 {
  padding-top: 503px;
}

.pdr503 {
  padding-right: 503px;
}

.pdb503 {
  padding-bottom: 503px;
}

.pdl503 {
  padding-left: 503px;
}

.pd504 {
  padding: 504px;
}

.pdt504 {
  padding-top: 504px;
}

.pdr504 {
  padding-right: 504px;
}

.pdb504 {
  padding-bottom: 504px;
}

.pdl504 {
  padding-left: 504px;
}

.pd505 {
  padding: 505px;
}

.pdt505 {
  padding-top: 505px;
}

.pdr505 {
  padding-right: 505px;
}

.pdb505 {
  padding-bottom: 505px;
}

.pdl505 {
  padding-left: 505px;
}

.pd506 {
  padding: 506px;
}

.pdt506 {
  padding-top: 506px;
}

.pdr506 {
  padding-right: 506px;
}

.pdb506 {
  padding-bottom: 506px;
}

.pdl506 {
  padding-left: 506px;
}

.pd507 {
  padding: 507px;
}

.pdt507 {
  padding-top: 507px;
}

.pdr507 {
  padding-right: 507px;
}

.pdb507 {
  padding-bottom: 507px;
}

.pdl507 {
  padding-left: 507px;
}

.pd508 {
  padding: 508px;
}

.pdt508 {
  padding-top: 508px;
}

.pdr508 {
  padding-right: 508px;
}

.pdb508 {
  padding-bottom: 508px;
}

.pdl508 {
  padding-left: 508px;
}

.pd509 {
  padding: 509px;
}

.pdt509 {
  padding-top: 509px;
}

.pdr509 {
  padding-right: 509px;
}

.pdb509 {
  padding-bottom: 509px;
}

.pdl509 {
  padding-left: 509px;
}

.pd510 {
  padding: 510px;
}

.pdt510 {
  padding-top: 510px;
}

.pdr510 {
  padding-right: 510px;
}

.pdb510 {
  padding-bottom: 510px;
}

.pdl510 {
  padding-left: 510px;
}

.pd511 {
  padding: 511px;
}

.pdt511 {
  padding-top: 511px;
}

.pdr511 {
  padding-right: 511px;
}

.pdb511 {
  padding-bottom: 511px;
}

.pdl511 {
  padding-left: 511px;
}

.pd512 {
  padding: 512px;
}

.pdt512 {
  padding-top: 512px;
}

.pdr512 {
  padding-right: 512px;
}

.pdb512 {
  padding-bottom: 512px;
}

.pdl512 {
  padding-left: 512px;
}

.pd513 {
  padding: 513px;
}

.pdt513 {
  padding-top: 513px;
}

.pdr513 {
  padding-right: 513px;
}

.pdb513 {
  padding-bottom: 513px;
}

.pdl513 {
  padding-left: 513px;
}

.pd514 {
  padding: 514px;
}

.pdt514 {
  padding-top: 514px;
}

.pdr514 {
  padding-right: 514px;
}

.pdb514 {
  padding-bottom: 514px;
}

.pdl514 {
  padding-left: 514px;
}

.pd515 {
  padding: 515px;
}

.pdt515 {
  padding-top: 515px;
}

.pdr515 {
  padding-right: 515px;
}

.pdb515 {
  padding-bottom: 515px;
}

.pdl515 {
  padding-left: 515px;
}

.pd516 {
  padding: 516px;
}

.pdt516 {
  padding-top: 516px;
}

.pdr516 {
  padding-right: 516px;
}

.pdb516 {
  padding-bottom: 516px;
}

.pdl516 {
  padding-left: 516px;
}

.pd517 {
  padding: 517px;
}

.pdt517 {
  padding-top: 517px;
}

.pdr517 {
  padding-right: 517px;
}

.pdb517 {
  padding-bottom: 517px;
}

.pdl517 {
  padding-left: 517px;
}

.pd518 {
  padding: 518px;
}

.pdt518 {
  padding-top: 518px;
}

.pdr518 {
  padding-right: 518px;
}

.pdb518 {
  padding-bottom: 518px;
}

.pdl518 {
  padding-left: 518px;
}

.pd519 {
  padding: 519px;
}

.pdt519 {
  padding-top: 519px;
}

.pdr519 {
  padding-right: 519px;
}

.pdb519 {
  padding-bottom: 519px;
}

.pdl519 {
  padding-left: 519px;
}

.pd520 {
  padding: 520px;
}

.pdt520 {
  padding-top: 520px;
}

.pdr520 {
  padding-right: 520px;
}

.pdb520 {
  padding-bottom: 520px;
}

.pdl520 {
  padding-left: 520px;
}

.pd521 {
  padding: 521px;
}

.pdt521 {
  padding-top: 521px;
}

.pdr521 {
  padding-right: 521px;
}

.pdb521 {
  padding-bottom: 521px;
}

.pdl521 {
  padding-left: 521px;
}

.pd522 {
  padding: 522px;
}

.pdt522 {
  padding-top: 522px;
}

.pdr522 {
  padding-right: 522px;
}

.pdb522 {
  padding-bottom: 522px;
}

.pdl522 {
  padding-left: 522px;
}

.pd523 {
  padding: 523px;
}

.pdt523 {
  padding-top: 523px;
}

.pdr523 {
  padding-right: 523px;
}

.pdb523 {
  padding-bottom: 523px;
}

.pdl523 {
  padding-left: 523px;
}

.pd524 {
  padding: 524px;
}

.pdt524 {
  padding-top: 524px;
}

.pdr524 {
  padding-right: 524px;
}

.pdb524 {
  padding-bottom: 524px;
}

.pdl524 {
  padding-left: 524px;
}

.pd525 {
  padding: 525px;
}

.pdt525 {
  padding-top: 525px;
}

.pdr525 {
  padding-right: 525px;
}

.pdb525 {
  padding-bottom: 525px;
}

.pdl525 {
  padding-left: 525px;
}

.pd526 {
  padding: 526px;
}

.pdt526 {
  padding-top: 526px;
}

.pdr526 {
  padding-right: 526px;
}

.pdb526 {
  padding-bottom: 526px;
}

.pdl526 {
  padding-left: 526px;
}

.pd527 {
  padding: 527px;
}

.pdt527 {
  padding-top: 527px;
}

.pdr527 {
  padding-right: 527px;
}

.pdb527 {
  padding-bottom: 527px;
}

.pdl527 {
  padding-left: 527px;
}

.pd528 {
  padding: 528px;
}

.pdt528 {
  padding-top: 528px;
}

.pdr528 {
  padding-right: 528px;
}

.pdb528 {
  padding-bottom: 528px;
}

.pdl528 {
  padding-left: 528px;
}

.pd529 {
  padding: 529px;
}

.pdt529 {
  padding-top: 529px;
}

.pdr529 {
  padding-right: 529px;
}

.pdb529 {
  padding-bottom: 529px;
}

.pdl529 {
  padding-left: 529px;
}

.pd530 {
  padding: 530px;
}

.pdt530 {
  padding-top: 530px;
}

.pdr530 {
  padding-right: 530px;
}

.pdb530 {
  padding-bottom: 530px;
}

.pdl530 {
  padding-left: 530px;
}

.pd531 {
  padding: 531px;
}

.pdt531 {
  padding-top: 531px;
}

.pdr531 {
  padding-right: 531px;
}

.pdb531 {
  padding-bottom: 531px;
}

.pdl531 {
  padding-left: 531px;
}

.pd532 {
  padding: 532px;
}

.pdt532 {
  padding-top: 532px;
}

.pdr532 {
  padding-right: 532px;
}

.pdb532 {
  padding-bottom: 532px;
}

.pdl532 {
  padding-left: 532px;
}

.pd533 {
  padding: 533px;
}

.pdt533 {
  padding-top: 533px;
}

.pdr533 {
  padding-right: 533px;
}

.pdb533 {
  padding-bottom: 533px;
}

.pdl533 {
  padding-left: 533px;
}

.pd534 {
  padding: 534px;
}

.pdt534 {
  padding-top: 534px;
}

.pdr534 {
  padding-right: 534px;
}

.pdb534 {
  padding-bottom: 534px;
}

.pdl534 {
  padding-left: 534px;
}

.pd535 {
  padding: 535px;
}

.pdt535 {
  padding-top: 535px;
}

.pdr535 {
  padding-right: 535px;
}

.pdb535 {
  padding-bottom: 535px;
}

.pdl535 {
  padding-left: 535px;
}

.pd536 {
  padding: 536px;
}

.pdt536 {
  padding-top: 536px;
}

.pdr536 {
  padding-right: 536px;
}

.pdb536 {
  padding-bottom: 536px;
}

.pdl536 {
  padding-left: 536px;
}

.pd537 {
  padding: 537px;
}

.pdt537 {
  padding-top: 537px;
}

.pdr537 {
  padding-right: 537px;
}

.pdb537 {
  padding-bottom: 537px;
}

.pdl537 {
  padding-left: 537px;
}

.pd538 {
  padding: 538px;
}

.pdt538 {
  padding-top: 538px;
}

.pdr538 {
  padding-right: 538px;
}

.pdb538 {
  padding-bottom: 538px;
}

.pdl538 {
  padding-left: 538px;
}

.pd539 {
  padding: 539px;
}

.pdt539 {
  padding-top: 539px;
}

.pdr539 {
  padding-right: 539px;
}

.pdb539 {
  padding-bottom: 539px;
}

.pdl539 {
  padding-left: 539px;
}

.pd540 {
  padding: 540px;
}

.pdt540 {
  padding-top: 540px;
}

.pdr540 {
  padding-right: 540px;
}

.pdb540 {
  padding-bottom: 540px;
}

.pdl540 {
  padding-left: 540px;
}

.pd541 {
  padding: 541px;
}

.pdt541 {
  padding-top: 541px;
}

.pdr541 {
  padding-right: 541px;
}

.pdb541 {
  padding-bottom: 541px;
}

.pdl541 {
  padding-left: 541px;
}

.pd542 {
  padding: 542px;
}

.pdt542 {
  padding-top: 542px;
}

.pdr542 {
  padding-right: 542px;
}

.pdb542 {
  padding-bottom: 542px;
}

.pdl542 {
  padding-left: 542px;
}

.pd543 {
  padding: 543px;
}

.pdt543 {
  padding-top: 543px;
}

.pdr543 {
  padding-right: 543px;
}

.pdb543 {
  padding-bottom: 543px;
}

.pdl543 {
  padding-left: 543px;
}

.pd544 {
  padding: 544px;
}

.pdt544 {
  padding-top: 544px;
}

.pdr544 {
  padding-right: 544px;
}

.pdb544 {
  padding-bottom: 544px;
}

.pdl544 {
  padding-left: 544px;
}

.pd545 {
  padding: 545px;
}

.pdt545 {
  padding-top: 545px;
}

.pdr545 {
  padding-right: 545px;
}

.pdb545 {
  padding-bottom: 545px;
}

.pdl545 {
  padding-left: 545px;
}

.pd546 {
  padding: 546px;
}

.pdt546 {
  padding-top: 546px;
}

.pdr546 {
  padding-right: 546px;
}

.pdb546 {
  padding-bottom: 546px;
}

.pdl546 {
  padding-left: 546px;
}

.pd547 {
  padding: 547px;
}

.pdt547 {
  padding-top: 547px;
}

.pdr547 {
  padding-right: 547px;
}

.pdb547 {
  padding-bottom: 547px;
}

.pdl547 {
  padding-left: 547px;
}

.pd548 {
  padding: 548px;
}

.pdt548 {
  padding-top: 548px;
}

.pdr548 {
  padding-right: 548px;
}

.pdb548 {
  padding-bottom: 548px;
}

.pdl548 {
  padding-left: 548px;
}

.pd549 {
  padding: 549px;
}

.pdt549 {
  padding-top: 549px;
}

.pdr549 {
  padding-right: 549px;
}

.pdb549 {
  padding-bottom: 549px;
}

.pdl549 {
  padding-left: 549px;
}

.pd550 {
  padding: 550px;
}

.pdt550 {
  padding-top: 550px;
}

.pdr550 {
  padding-right: 550px;
}

.pdb550 {
  padding-bottom: 550px;
}

.pdl550 {
  padding-left: 550px;
}

.pd551 {
  padding: 551px;
}

.pdt551 {
  padding-top: 551px;
}

.pdr551 {
  padding-right: 551px;
}

.pdb551 {
  padding-bottom: 551px;
}

.pdl551 {
  padding-left: 551px;
}

.pd552 {
  padding: 552px;
}

.pdt552 {
  padding-top: 552px;
}

.pdr552 {
  padding-right: 552px;
}

.pdb552 {
  padding-bottom: 552px;
}

.pdl552 {
  padding-left: 552px;
}

.pd553 {
  padding: 553px;
}

.pdt553 {
  padding-top: 553px;
}

.pdr553 {
  padding-right: 553px;
}

.pdb553 {
  padding-bottom: 553px;
}

.pdl553 {
  padding-left: 553px;
}

.pd554 {
  padding: 554px;
}

.pdt554 {
  padding-top: 554px;
}

.pdr554 {
  padding-right: 554px;
}

.pdb554 {
  padding-bottom: 554px;
}

.pdl554 {
  padding-left: 554px;
}

.pd555 {
  padding: 555px;
}

.pdt555 {
  padding-top: 555px;
}

.pdr555 {
  padding-right: 555px;
}

.pdb555 {
  padding-bottom: 555px;
}

.pdl555 {
  padding-left: 555px;
}

.pd556 {
  padding: 556px;
}

.pdt556 {
  padding-top: 556px;
}

.pdr556 {
  padding-right: 556px;
}

.pdb556 {
  padding-bottom: 556px;
}

.pdl556 {
  padding-left: 556px;
}

.pd557 {
  padding: 557px;
}

.pdt557 {
  padding-top: 557px;
}

.pdr557 {
  padding-right: 557px;
}

.pdb557 {
  padding-bottom: 557px;
}

.pdl557 {
  padding-left: 557px;
}

.pd558 {
  padding: 558px;
}

.pdt558 {
  padding-top: 558px;
}

.pdr558 {
  padding-right: 558px;
}

.pdb558 {
  padding-bottom: 558px;
}

.pdl558 {
  padding-left: 558px;
}

.pd559 {
  padding: 559px;
}

.pdt559 {
  padding-top: 559px;
}

.pdr559 {
  padding-right: 559px;
}

.pdb559 {
  padding-bottom: 559px;
}

.pdl559 {
  padding-left: 559px;
}

.pd560 {
  padding: 560px;
}

.pdt560 {
  padding-top: 560px;
}

.pdr560 {
  padding-right: 560px;
}

.pdb560 {
  padding-bottom: 560px;
}

.pdl560 {
  padding-left: 560px;
}

.pd561 {
  padding: 561px;
}

.pdt561 {
  padding-top: 561px;
}

.pdr561 {
  padding-right: 561px;
}

.pdb561 {
  padding-bottom: 561px;
}

.pdl561 {
  padding-left: 561px;
}

.pd562 {
  padding: 562px;
}

.pdt562 {
  padding-top: 562px;
}

.pdr562 {
  padding-right: 562px;
}

.pdb562 {
  padding-bottom: 562px;
}

.pdl562 {
  padding-left: 562px;
}

.pd563 {
  padding: 563px;
}

.pdt563 {
  padding-top: 563px;
}

.pdr563 {
  padding-right: 563px;
}

.pdb563 {
  padding-bottom: 563px;
}

.pdl563 {
  padding-left: 563px;
}

.pd564 {
  padding: 564px;
}

.pdt564 {
  padding-top: 564px;
}

.pdr564 {
  padding-right: 564px;
}

.pdb564 {
  padding-bottom: 564px;
}

.pdl564 {
  padding-left: 564px;
}

.pd565 {
  padding: 565px;
}

.pdt565 {
  padding-top: 565px;
}

.pdr565 {
  padding-right: 565px;
}

.pdb565 {
  padding-bottom: 565px;
}

.pdl565 {
  padding-left: 565px;
}

.pd566 {
  padding: 566px;
}

.pdt566 {
  padding-top: 566px;
}

.pdr566 {
  padding-right: 566px;
}

.pdb566 {
  padding-bottom: 566px;
}

.pdl566 {
  padding-left: 566px;
}

.pd567 {
  padding: 567px;
}

.pdt567 {
  padding-top: 567px;
}

.pdr567 {
  padding-right: 567px;
}

.pdb567 {
  padding-bottom: 567px;
}

.pdl567 {
  padding-left: 567px;
}

.pd568 {
  padding: 568px;
}

.pdt568 {
  padding-top: 568px;
}

.pdr568 {
  padding-right: 568px;
}

.pdb568 {
  padding-bottom: 568px;
}

.pdl568 {
  padding-left: 568px;
}

.pd569 {
  padding: 569px;
}

.pdt569 {
  padding-top: 569px;
}

.pdr569 {
  padding-right: 569px;
}

.pdb569 {
  padding-bottom: 569px;
}

.pdl569 {
  padding-left: 569px;
}

.pd570 {
  padding: 570px;
}

.pdt570 {
  padding-top: 570px;
}

.pdr570 {
  padding-right: 570px;
}

.pdb570 {
  padding-bottom: 570px;
}

.pdl570 {
  padding-left: 570px;
}

.pd571 {
  padding: 571px;
}

.pdt571 {
  padding-top: 571px;
}

.pdr571 {
  padding-right: 571px;
}

.pdb571 {
  padding-bottom: 571px;
}

.pdl571 {
  padding-left: 571px;
}

.pd572 {
  padding: 572px;
}

.pdt572 {
  padding-top: 572px;
}

.pdr572 {
  padding-right: 572px;
}

.pdb572 {
  padding-bottom: 572px;
}

.pdl572 {
  padding-left: 572px;
}

.pd573 {
  padding: 573px;
}

.pdt573 {
  padding-top: 573px;
}

.pdr573 {
  padding-right: 573px;
}

.pdb573 {
  padding-bottom: 573px;
}

.pdl573 {
  padding-left: 573px;
}

.pd574 {
  padding: 574px;
}

.pdt574 {
  padding-top: 574px;
}

.pdr574 {
  padding-right: 574px;
}

.pdb574 {
  padding-bottom: 574px;
}

.pdl574 {
  padding-left: 574px;
}

.pd575 {
  padding: 575px;
}

.pdt575 {
  padding-top: 575px;
}

.pdr575 {
  padding-right: 575px;
}

.pdb575 {
  padding-bottom: 575px;
}

.pdl575 {
  padding-left: 575px;
}

.pd576 {
  padding: 576px;
}

.pdt576 {
  padding-top: 576px;
}

.pdr576 {
  padding-right: 576px;
}

.pdb576 {
  padding-bottom: 576px;
}

.pdl576 {
  padding-left: 576px;
}

.pd577 {
  padding: 577px;
}

.pdt577 {
  padding-top: 577px;
}

.pdr577 {
  padding-right: 577px;
}

.pdb577 {
  padding-bottom: 577px;
}

.pdl577 {
  padding-left: 577px;
}

.pd578 {
  padding: 578px;
}

.pdt578 {
  padding-top: 578px;
}

.pdr578 {
  padding-right: 578px;
}

.pdb578 {
  padding-bottom: 578px;
}

.pdl578 {
  padding-left: 578px;
}

.pd579 {
  padding: 579px;
}

.pdt579 {
  padding-top: 579px;
}

.pdr579 {
  padding-right: 579px;
}

.pdb579 {
  padding-bottom: 579px;
}

.pdl579 {
  padding-left: 579px;
}

.pd580 {
  padding: 580px;
}

.pdt580 {
  padding-top: 580px;
}

.pdr580 {
  padding-right: 580px;
}

.pdb580 {
  padding-bottom: 580px;
}

.pdl580 {
  padding-left: 580px;
}

.pd581 {
  padding: 581px;
}

.pdt581 {
  padding-top: 581px;
}

.pdr581 {
  padding-right: 581px;
}

.pdb581 {
  padding-bottom: 581px;
}

.pdl581 {
  padding-left: 581px;
}

.pd582 {
  padding: 582px;
}

.pdt582 {
  padding-top: 582px;
}

.pdr582 {
  padding-right: 582px;
}

.pdb582 {
  padding-bottom: 582px;
}

.pdl582 {
  padding-left: 582px;
}

.pd583 {
  padding: 583px;
}

.pdt583 {
  padding-top: 583px;
}

.pdr583 {
  padding-right: 583px;
}

.pdb583 {
  padding-bottom: 583px;
}

.pdl583 {
  padding-left: 583px;
}

.pd584 {
  padding: 584px;
}

.pdt584 {
  padding-top: 584px;
}

.pdr584 {
  padding-right: 584px;
}

.pdb584 {
  padding-bottom: 584px;
}

.pdl584 {
  padding-left: 584px;
}

.pd585 {
  padding: 585px;
}

.pdt585 {
  padding-top: 585px;
}

.pdr585 {
  padding-right: 585px;
}

.pdb585 {
  padding-bottom: 585px;
}

.pdl585 {
  padding-left: 585px;
}

.pd586 {
  padding: 586px;
}

.pdt586 {
  padding-top: 586px;
}

.pdr586 {
  padding-right: 586px;
}

.pdb586 {
  padding-bottom: 586px;
}

.pdl586 {
  padding-left: 586px;
}

.pd587 {
  padding: 587px;
}

.pdt587 {
  padding-top: 587px;
}

.pdr587 {
  padding-right: 587px;
}

.pdb587 {
  padding-bottom: 587px;
}

.pdl587 {
  padding-left: 587px;
}

.pd588 {
  padding: 588px;
}

.pdt588 {
  padding-top: 588px;
}

.pdr588 {
  padding-right: 588px;
}

.pdb588 {
  padding-bottom: 588px;
}

.pdl588 {
  padding-left: 588px;
}

.pd589 {
  padding: 589px;
}

.pdt589 {
  padding-top: 589px;
}

.pdr589 {
  padding-right: 589px;
}

.pdb589 {
  padding-bottom: 589px;
}

.pdl589 {
  padding-left: 589px;
}

.pd590 {
  padding: 590px;
}

.pdt590 {
  padding-top: 590px;
}

.pdr590 {
  padding-right: 590px;
}

.pdb590 {
  padding-bottom: 590px;
}

.pdl590 {
  padding-left: 590px;
}

.pd591 {
  padding: 591px;
}

.pdt591 {
  padding-top: 591px;
}

.pdr591 {
  padding-right: 591px;
}

.pdb591 {
  padding-bottom: 591px;
}

.pdl591 {
  padding-left: 591px;
}

.pd592 {
  padding: 592px;
}

.pdt592 {
  padding-top: 592px;
}

.pdr592 {
  padding-right: 592px;
}

.pdb592 {
  padding-bottom: 592px;
}

.pdl592 {
  padding-left: 592px;
}

.pd593 {
  padding: 593px;
}

.pdt593 {
  padding-top: 593px;
}

.pdr593 {
  padding-right: 593px;
}

.pdb593 {
  padding-bottom: 593px;
}

.pdl593 {
  padding-left: 593px;
}

.pd594 {
  padding: 594px;
}

.pdt594 {
  padding-top: 594px;
}

.pdr594 {
  padding-right: 594px;
}

.pdb594 {
  padding-bottom: 594px;
}

.pdl594 {
  padding-left: 594px;
}

.pd595 {
  padding: 595px;
}

.pdt595 {
  padding-top: 595px;
}

.pdr595 {
  padding-right: 595px;
}

.pdb595 {
  padding-bottom: 595px;
}

.pdl595 {
  padding-left: 595px;
}

.pd596 {
  padding: 596px;
}

.pdt596 {
  padding-top: 596px;
}

.pdr596 {
  padding-right: 596px;
}

.pdb596 {
  padding-bottom: 596px;
}

.pdl596 {
  padding-left: 596px;
}

.pd597 {
  padding: 597px;
}

.pdt597 {
  padding-top: 597px;
}

.pdr597 {
  padding-right: 597px;
}

.pdb597 {
  padding-bottom: 597px;
}

.pdl597 {
  padding-left: 597px;
}

.pd598 {
  padding: 598px;
}

.pdt598 {
  padding-top: 598px;
}

.pdr598 {
  padding-right: 598px;
}

.pdb598 {
  padding-bottom: 598px;
}

.pdl598 {
  padding-left: 598px;
}

.pd599 {
  padding: 599px;
}

.pdt599 {
  padding-top: 599px;
}

.pdr599 {
  padding-right: 599px;
}

.pdb599 {
  padding-bottom: 599px;
}

.pdl599 {
  padding-left: 599px;
}

.pd600 {
  padding: 600px;
}

.pdt600 {
  padding-top: 600px;
}

.pdr600 {
  padding-right: 600px;
}

.pdb600 {
  padding-bottom: 600px;
}

.pdl600 {
  padding-left: 600px;
}

.pd601 {
  padding: 601px;
}

.pdt601 {
  padding-top: 601px;
}

.pdr601 {
  padding-right: 601px;
}

.pdb601 {
  padding-bottom: 601px;
}

.pdl601 {
  padding-left: 601px;
}

.pd602 {
  padding: 602px;
}

.pdt602 {
  padding-top: 602px;
}

.pdr602 {
  padding-right: 602px;
}

.pdb602 {
  padding-bottom: 602px;
}

.pdl602 {
  padding-left: 602px;
}

.pd603 {
  padding: 603px;
}

.pdt603 {
  padding-top: 603px;
}

.pdr603 {
  padding-right: 603px;
}

.pdb603 {
  padding-bottom: 603px;
}

.pdl603 {
  padding-left: 603px;
}

.pd604 {
  padding: 604px;
}

.pdt604 {
  padding-top: 604px;
}

.pdr604 {
  padding-right: 604px;
}

.pdb604 {
  padding-bottom: 604px;
}

.pdl604 {
  padding-left: 604px;
}

.pd605 {
  padding: 605px;
}

.pdt605 {
  padding-top: 605px;
}

.pdr605 {
  padding-right: 605px;
}

.pdb605 {
  padding-bottom: 605px;
}

.pdl605 {
  padding-left: 605px;
}

.pd606 {
  padding: 606px;
}

.pdt606 {
  padding-top: 606px;
}

.pdr606 {
  padding-right: 606px;
}

.pdb606 {
  padding-bottom: 606px;
}

.pdl606 {
  padding-left: 606px;
}

.pd607 {
  padding: 607px;
}

.pdt607 {
  padding-top: 607px;
}

.pdr607 {
  padding-right: 607px;
}

.pdb607 {
  padding-bottom: 607px;
}

.pdl607 {
  padding-left: 607px;
}

.pd608 {
  padding: 608px;
}

.pdt608 {
  padding-top: 608px;
}

.pdr608 {
  padding-right: 608px;
}

.pdb608 {
  padding-bottom: 608px;
}

.pdl608 {
  padding-left: 608px;
}

.pd609 {
  padding: 609px;
}

.pdt609 {
  padding-top: 609px;
}

.pdr609 {
  padding-right: 609px;
}

.pdb609 {
  padding-bottom: 609px;
}

.pdl609 {
  padding-left: 609px;
}

.pd610 {
  padding: 610px;
}

.pdt610 {
  padding-top: 610px;
}

.pdr610 {
  padding-right: 610px;
}

.pdb610 {
  padding-bottom: 610px;
}

.pdl610 {
  padding-left: 610px;
}

.pd611 {
  padding: 611px;
}

.pdt611 {
  padding-top: 611px;
}

.pdr611 {
  padding-right: 611px;
}

.pdb611 {
  padding-bottom: 611px;
}

.pdl611 {
  padding-left: 611px;
}

.pd612 {
  padding: 612px;
}

.pdt612 {
  padding-top: 612px;
}

.pdr612 {
  padding-right: 612px;
}

.pdb612 {
  padding-bottom: 612px;
}

.pdl612 {
  padding-left: 612px;
}

.pd613 {
  padding: 613px;
}

.pdt613 {
  padding-top: 613px;
}

.pdr613 {
  padding-right: 613px;
}

.pdb613 {
  padding-bottom: 613px;
}

.pdl613 {
  padding-left: 613px;
}

.pd614 {
  padding: 614px;
}

.pdt614 {
  padding-top: 614px;
}

.pdr614 {
  padding-right: 614px;
}

.pdb614 {
  padding-bottom: 614px;
}

.pdl614 {
  padding-left: 614px;
}

.pd615 {
  padding: 615px;
}

.pdt615 {
  padding-top: 615px;
}

.pdr615 {
  padding-right: 615px;
}

.pdb615 {
  padding-bottom: 615px;
}

.pdl615 {
  padding-left: 615px;
}

.pd616 {
  padding: 616px;
}

.pdt616 {
  padding-top: 616px;
}

.pdr616 {
  padding-right: 616px;
}

.pdb616 {
  padding-bottom: 616px;
}

.pdl616 {
  padding-left: 616px;
}

.pd617 {
  padding: 617px;
}

.pdt617 {
  padding-top: 617px;
}

.pdr617 {
  padding-right: 617px;
}

.pdb617 {
  padding-bottom: 617px;
}

.pdl617 {
  padding-left: 617px;
}

.pd618 {
  padding: 618px;
}

.pdt618 {
  padding-top: 618px;
}

.pdr618 {
  padding-right: 618px;
}

.pdb618 {
  padding-bottom: 618px;
}

.pdl618 {
  padding-left: 618px;
}

.pd619 {
  padding: 619px;
}

.pdt619 {
  padding-top: 619px;
}

.pdr619 {
  padding-right: 619px;
}

.pdb619 {
  padding-bottom: 619px;
}

.pdl619 {
  padding-left: 619px;
}

.pd620 {
  padding: 620px;
}

.pdt620 {
  padding-top: 620px;
}

.pdr620 {
  padding-right: 620px;
}

.pdb620 {
  padding-bottom: 620px;
}

.pdl620 {
  padding-left: 620px;
}

.pd621 {
  padding: 621px;
}

.pdt621 {
  padding-top: 621px;
}

.pdr621 {
  padding-right: 621px;
}

.pdb621 {
  padding-bottom: 621px;
}

.pdl621 {
  padding-left: 621px;
}

.pd622 {
  padding: 622px;
}

.pdt622 {
  padding-top: 622px;
}

.pdr622 {
  padding-right: 622px;
}

.pdb622 {
  padding-bottom: 622px;
}

.pdl622 {
  padding-left: 622px;
}

.pd623 {
  padding: 623px;
}

.pdt623 {
  padding-top: 623px;
}

.pdr623 {
  padding-right: 623px;
}

.pdb623 {
  padding-bottom: 623px;
}

.pdl623 {
  padding-left: 623px;
}

.pd624 {
  padding: 624px;
}

.pdt624 {
  padding-top: 624px;
}

.pdr624 {
  padding-right: 624px;
}

.pdb624 {
  padding-bottom: 624px;
}

.pdl624 {
  padding-left: 624px;
}

.pd625 {
  padding: 625px;
}

.pdt625 {
  padding-top: 625px;
}

.pdr625 {
  padding-right: 625px;
}

.pdb625 {
  padding-bottom: 625px;
}

.pdl625 {
  padding-left: 625px;
}

.pd626 {
  padding: 626px;
}

.pdt626 {
  padding-top: 626px;
}

.pdr626 {
  padding-right: 626px;
}

.pdb626 {
  padding-bottom: 626px;
}

.pdl626 {
  padding-left: 626px;
}

.pd627 {
  padding: 627px;
}

.pdt627 {
  padding-top: 627px;
}

.pdr627 {
  padding-right: 627px;
}

.pdb627 {
  padding-bottom: 627px;
}

.pdl627 {
  padding-left: 627px;
}

.pd628 {
  padding: 628px;
}

.pdt628 {
  padding-top: 628px;
}

.pdr628 {
  padding-right: 628px;
}

.pdb628 {
  padding-bottom: 628px;
}

.pdl628 {
  padding-left: 628px;
}

.pd629 {
  padding: 629px;
}

.pdt629 {
  padding-top: 629px;
}

.pdr629 {
  padding-right: 629px;
}

.pdb629 {
  padding-bottom: 629px;
}

.pdl629 {
  padding-left: 629px;
}

.pd630 {
  padding: 630px;
}

.pdt630 {
  padding-top: 630px;
}

.pdr630 {
  padding-right: 630px;
}

.pdb630 {
  padding-bottom: 630px;
}

.pdl630 {
  padding-left: 630px;
}

.pd631 {
  padding: 631px;
}

.pdt631 {
  padding-top: 631px;
}

.pdr631 {
  padding-right: 631px;
}

.pdb631 {
  padding-bottom: 631px;
}

.pdl631 {
  padding-left: 631px;
}

.pd632 {
  padding: 632px;
}

.pdt632 {
  padding-top: 632px;
}

.pdr632 {
  padding-right: 632px;
}

.pdb632 {
  padding-bottom: 632px;
}

.pdl632 {
  padding-left: 632px;
}

.pd633 {
  padding: 633px;
}

.pdt633 {
  padding-top: 633px;
}

.pdr633 {
  padding-right: 633px;
}

.pdb633 {
  padding-bottom: 633px;
}

.pdl633 {
  padding-left: 633px;
}

.pd634 {
  padding: 634px;
}

.pdt634 {
  padding-top: 634px;
}

.pdr634 {
  padding-right: 634px;
}

.pdb634 {
  padding-bottom: 634px;
}

.pdl634 {
  padding-left: 634px;
}

.pd635 {
  padding: 635px;
}

.pdt635 {
  padding-top: 635px;
}

.pdr635 {
  padding-right: 635px;
}

.pdb635 {
  padding-bottom: 635px;
}

.pdl635 {
  padding-left: 635px;
}

.pd636 {
  padding: 636px;
}

.pdt636 {
  padding-top: 636px;
}

.pdr636 {
  padding-right: 636px;
}

.pdb636 {
  padding-bottom: 636px;
}

.pdl636 {
  padding-left: 636px;
}

.pd637 {
  padding: 637px;
}

.pdt637 {
  padding-top: 637px;
}

.pdr637 {
  padding-right: 637px;
}

.pdb637 {
  padding-bottom: 637px;
}

.pdl637 {
  padding-left: 637px;
}

.pd638 {
  padding: 638px;
}

.pdt638 {
  padding-top: 638px;
}

.pdr638 {
  padding-right: 638px;
}

.pdb638 {
  padding-bottom: 638px;
}

.pdl638 {
  padding-left: 638px;
}

.pd639 {
  padding: 639px;
}

.pdt639 {
  padding-top: 639px;
}

.pdr639 {
  padding-right: 639px;
}

.pdb639 {
  padding-bottom: 639px;
}

.pdl639 {
  padding-left: 639px;
}

.pd640 {
  padding: 640px;
}

.pdt640 {
  padding-top: 640px;
}

.pdr640 {
  padding-right: 640px;
}

.pdb640 {
  padding-bottom: 640px;
}

.pdl640 {
  padding-left: 640px;
}

.pd641 {
  padding: 641px;
}

.pdt641 {
  padding-top: 641px;
}

.pdr641 {
  padding-right: 641px;
}

.pdb641 {
  padding-bottom: 641px;
}

.pdl641 {
  padding-left: 641px;
}

.pd642 {
  padding: 642px;
}

.pdt642 {
  padding-top: 642px;
}

.pdr642 {
  padding-right: 642px;
}

.pdb642 {
  padding-bottom: 642px;
}

.pdl642 {
  padding-left: 642px;
}

.pd643 {
  padding: 643px;
}

.pdt643 {
  padding-top: 643px;
}

.pdr643 {
  padding-right: 643px;
}

.pdb643 {
  padding-bottom: 643px;
}

.pdl643 {
  padding-left: 643px;
}

.pd644 {
  padding: 644px;
}

.pdt644 {
  padding-top: 644px;
}

.pdr644 {
  padding-right: 644px;
}

.pdb644 {
  padding-bottom: 644px;
}

.pdl644 {
  padding-left: 644px;
}

.pd645 {
  padding: 645px;
}

.pdt645 {
  padding-top: 645px;
}

.pdr645 {
  padding-right: 645px;
}

.pdb645 {
  padding-bottom: 645px;
}

.pdl645 {
  padding-left: 645px;
}

.pd646 {
  padding: 646px;
}

.pdt646 {
  padding-top: 646px;
}

.pdr646 {
  padding-right: 646px;
}

.pdb646 {
  padding-bottom: 646px;
}

.pdl646 {
  padding-left: 646px;
}

.pd647 {
  padding: 647px;
}

.pdt647 {
  padding-top: 647px;
}

.pdr647 {
  padding-right: 647px;
}

.pdb647 {
  padding-bottom: 647px;
}

.pdl647 {
  padding-left: 647px;
}

.pd648 {
  padding: 648px;
}

.pdt648 {
  padding-top: 648px;
}

.pdr648 {
  padding-right: 648px;
}

.pdb648 {
  padding-bottom: 648px;
}

.pdl648 {
  padding-left: 648px;
}

.pd649 {
  padding: 649px;
}

.pdt649 {
  padding-top: 649px;
}

.pdr649 {
  padding-right: 649px;
}

.pdb649 {
  padding-bottom: 649px;
}

.pdl649 {
  padding-left: 649px;
}

.pd650 {
  padding: 650px;
}

.pdt650 {
  padding-top: 650px;
}

.pdr650 {
  padding-right: 650px;
}

.pdb650 {
  padding-bottom: 650px;
}

.pdl650 {
  padding-left: 650px;
}

.pd651 {
  padding: 651px;
}

.pdt651 {
  padding-top: 651px;
}

.pdr651 {
  padding-right: 651px;
}

.pdb651 {
  padding-bottom: 651px;
}

.pdl651 {
  padding-left: 651px;
}

.pd652 {
  padding: 652px;
}

.pdt652 {
  padding-top: 652px;
}

.pdr652 {
  padding-right: 652px;
}

.pdb652 {
  padding-bottom: 652px;
}

.pdl652 {
  padding-left: 652px;
}

.pd653 {
  padding: 653px;
}

.pdt653 {
  padding-top: 653px;
}

.pdr653 {
  padding-right: 653px;
}

.pdb653 {
  padding-bottom: 653px;
}

.pdl653 {
  padding-left: 653px;
}

.pd654 {
  padding: 654px;
}

.pdt654 {
  padding-top: 654px;
}

.pdr654 {
  padding-right: 654px;
}

.pdb654 {
  padding-bottom: 654px;
}

.pdl654 {
  padding-left: 654px;
}

.pd655 {
  padding: 655px;
}

.pdt655 {
  padding-top: 655px;
}

.pdr655 {
  padding-right: 655px;
}

.pdb655 {
  padding-bottom: 655px;
}

.pdl655 {
  padding-left: 655px;
}

.pd656 {
  padding: 656px;
}

.pdt656 {
  padding-top: 656px;
}

.pdr656 {
  padding-right: 656px;
}

.pdb656 {
  padding-bottom: 656px;
}

.pdl656 {
  padding-left: 656px;
}

.pd657 {
  padding: 657px;
}

.pdt657 {
  padding-top: 657px;
}

.pdr657 {
  padding-right: 657px;
}

.pdb657 {
  padding-bottom: 657px;
}

.pdl657 {
  padding-left: 657px;
}

.pd658 {
  padding: 658px;
}

.pdt658 {
  padding-top: 658px;
}

.pdr658 {
  padding-right: 658px;
}

.pdb658 {
  padding-bottom: 658px;
}

.pdl658 {
  padding-left: 658px;
}

.pd659 {
  padding: 659px;
}

.pdt659 {
  padding-top: 659px;
}

.pdr659 {
  padding-right: 659px;
}

.pdb659 {
  padding-bottom: 659px;
}

.pdl659 {
  padding-left: 659px;
}

.pd660 {
  padding: 660px;
}

.pdt660 {
  padding-top: 660px;
}

.pdr660 {
  padding-right: 660px;
}

.pdb660 {
  padding-bottom: 660px;
}

.pdl660 {
  padding-left: 660px;
}

.pd661 {
  padding: 661px;
}

.pdt661 {
  padding-top: 661px;
}

.pdr661 {
  padding-right: 661px;
}

.pdb661 {
  padding-bottom: 661px;
}

.pdl661 {
  padding-left: 661px;
}

.pd662 {
  padding: 662px;
}

.pdt662 {
  padding-top: 662px;
}

.pdr662 {
  padding-right: 662px;
}

.pdb662 {
  padding-bottom: 662px;
}

.pdl662 {
  padding-left: 662px;
}

.pd663 {
  padding: 663px;
}

.pdt663 {
  padding-top: 663px;
}

.pdr663 {
  padding-right: 663px;
}

.pdb663 {
  padding-bottom: 663px;
}

.pdl663 {
  padding-left: 663px;
}

.pd664 {
  padding: 664px;
}

.pdt664 {
  padding-top: 664px;
}

.pdr664 {
  padding-right: 664px;
}

.pdb664 {
  padding-bottom: 664px;
}

.pdl664 {
  padding-left: 664px;
}

.pd665 {
  padding: 665px;
}

.pdt665 {
  padding-top: 665px;
}

.pdr665 {
  padding-right: 665px;
}

.pdb665 {
  padding-bottom: 665px;
}

.pdl665 {
  padding-left: 665px;
}

.pd666 {
  padding: 666px;
}

.pdt666 {
  padding-top: 666px;
}

.pdr666 {
  padding-right: 666px;
}

.pdb666 {
  padding-bottom: 666px;
}

.pdl666 {
  padding-left: 666px;
}

.pd667 {
  padding: 667px;
}

.pdt667 {
  padding-top: 667px;
}

.pdr667 {
  padding-right: 667px;
}

.pdb667 {
  padding-bottom: 667px;
}

.pdl667 {
  padding-left: 667px;
}

.pd668 {
  padding: 668px;
}

.pdt668 {
  padding-top: 668px;
}

.pdr668 {
  padding-right: 668px;
}

.pdb668 {
  padding-bottom: 668px;
}

.pdl668 {
  padding-left: 668px;
}

.pd669 {
  padding: 669px;
}

.pdt669 {
  padding-top: 669px;
}

.pdr669 {
  padding-right: 669px;
}

.pdb669 {
  padding-bottom: 669px;
}

.pdl669 {
  padding-left: 669px;
}

.pd670 {
  padding: 670px;
}

.pdt670 {
  padding-top: 670px;
}

.pdr670 {
  padding-right: 670px;
}

.pdb670 {
  padding-bottom: 670px;
}

.pdl670 {
  padding-left: 670px;
}

.pd671 {
  padding: 671px;
}

.pdt671 {
  padding-top: 671px;
}

.pdr671 {
  padding-right: 671px;
}

.pdb671 {
  padding-bottom: 671px;
}

.pdl671 {
  padding-left: 671px;
}

.pd672 {
  padding: 672px;
}

.pdt672 {
  padding-top: 672px;
}

.pdr672 {
  padding-right: 672px;
}

.pdb672 {
  padding-bottom: 672px;
}

.pdl672 {
  padding-left: 672px;
}

.pd673 {
  padding: 673px;
}

.pdt673 {
  padding-top: 673px;
}

.pdr673 {
  padding-right: 673px;
}

.pdb673 {
  padding-bottom: 673px;
}

.pdl673 {
  padding-left: 673px;
}

.pd674 {
  padding: 674px;
}

.pdt674 {
  padding-top: 674px;
}

.pdr674 {
  padding-right: 674px;
}

.pdb674 {
  padding-bottom: 674px;
}

.pdl674 {
  padding-left: 674px;
}

.pd675 {
  padding: 675px;
}

.pdt675 {
  padding-top: 675px;
}

.pdr675 {
  padding-right: 675px;
}

.pdb675 {
  padding-bottom: 675px;
}

.pdl675 {
  padding-left: 675px;
}

.pd676 {
  padding: 676px;
}

.pdt676 {
  padding-top: 676px;
}

.pdr676 {
  padding-right: 676px;
}

.pdb676 {
  padding-bottom: 676px;
}

.pdl676 {
  padding-left: 676px;
}

.pd677 {
  padding: 677px;
}

.pdt677 {
  padding-top: 677px;
}

.pdr677 {
  padding-right: 677px;
}

.pdb677 {
  padding-bottom: 677px;
}

.pdl677 {
  padding-left: 677px;
}

.pd678 {
  padding: 678px;
}

.pdt678 {
  padding-top: 678px;
}

.pdr678 {
  padding-right: 678px;
}

.pdb678 {
  padding-bottom: 678px;
}

.pdl678 {
  padding-left: 678px;
}

.pd679 {
  padding: 679px;
}

.pdt679 {
  padding-top: 679px;
}

.pdr679 {
  padding-right: 679px;
}

.pdb679 {
  padding-bottom: 679px;
}

.pdl679 {
  padding-left: 679px;
}

.pd680 {
  padding: 680px;
}

.pdt680 {
  padding-top: 680px;
}

.pdr680 {
  padding-right: 680px;
}

.pdb680 {
  padding-bottom: 680px;
}

.pdl680 {
  padding-left: 680px;
}

.pd681 {
  padding: 681px;
}

.pdt681 {
  padding-top: 681px;
}

.pdr681 {
  padding-right: 681px;
}

.pdb681 {
  padding-bottom: 681px;
}

.pdl681 {
  padding-left: 681px;
}

.pd682 {
  padding: 682px;
}

.pdt682 {
  padding-top: 682px;
}

.pdr682 {
  padding-right: 682px;
}

.pdb682 {
  padding-bottom: 682px;
}

.pdl682 {
  padding-left: 682px;
}

.pd683 {
  padding: 683px;
}

.pdt683 {
  padding-top: 683px;
}

.pdr683 {
  padding-right: 683px;
}

.pdb683 {
  padding-bottom: 683px;
}

.pdl683 {
  padding-left: 683px;
}

.pd684 {
  padding: 684px;
}

.pdt684 {
  padding-top: 684px;
}

.pdr684 {
  padding-right: 684px;
}

.pdb684 {
  padding-bottom: 684px;
}

.pdl684 {
  padding-left: 684px;
}

.pd685 {
  padding: 685px;
}

.pdt685 {
  padding-top: 685px;
}

.pdr685 {
  padding-right: 685px;
}

.pdb685 {
  padding-bottom: 685px;
}

.pdl685 {
  padding-left: 685px;
}

.pd686 {
  padding: 686px;
}

.pdt686 {
  padding-top: 686px;
}

.pdr686 {
  padding-right: 686px;
}

.pdb686 {
  padding-bottom: 686px;
}

.pdl686 {
  padding-left: 686px;
}

.pd687 {
  padding: 687px;
}

.pdt687 {
  padding-top: 687px;
}

.pdr687 {
  padding-right: 687px;
}

.pdb687 {
  padding-bottom: 687px;
}

.pdl687 {
  padding-left: 687px;
}

.pd688 {
  padding: 688px;
}

.pdt688 {
  padding-top: 688px;
}

.pdr688 {
  padding-right: 688px;
}

.pdb688 {
  padding-bottom: 688px;
}

.pdl688 {
  padding-left: 688px;
}

.pd689 {
  padding: 689px;
}

.pdt689 {
  padding-top: 689px;
}

.pdr689 {
  padding-right: 689px;
}

.pdb689 {
  padding-bottom: 689px;
}

.pdl689 {
  padding-left: 689px;
}

.pd690 {
  padding: 690px;
}

.pdt690 {
  padding-top: 690px;
}

.pdr690 {
  padding-right: 690px;
}

.pdb690 {
  padding-bottom: 690px;
}

.pdl690 {
  padding-left: 690px;
}

.pd691 {
  padding: 691px;
}

.pdt691 {
  padding-top: 691px;
}

.pdr691 {
  padding-right: 691px;
}

.pdb691 {
  padding-bottom: 691px;
}

.pdl691 {
  padding-left: 691px;
}

.pd692 {
  padding: 692px;
}

.pdt692 {
  padding-top: 692px;
}

.pdr692 {
  padding-right: 692px;
}

.pdb692 {
  padding-bottom: 692px;
}

.pdl692 {
  padding-left: 692px;
}

.pd693 {
  padding: 693px;
}

.pdt693 {
  padding-top: 693px;
}

.pdr693 {
  padding-right: 693px;
}

.pdb693 {
  padding-bottom: 693px;
}

.pdl693 {
  padding-left: 693px;
}

.pd694 {
  padding: 694px;
}

.pdt694 {
  padding-top: 694px;
}

.pdr694 {
  padding-right: 694px;
}

.pdb694 {
  padding-bottom: 694px;
}

.pdl694 {
  padding-left: 694px;
}

.pd695 {
  padding: 695px;
}

.pdt695 {
  padding-top: 695px;
}

.pdr695 {
  padding-right: 695px;
}

.pdb695 {
  padding-bottom: 695px;
}

.pdl695 {
  padding-left: 695px;
}

.pd696 {
  padding: 696px;
}

.pdt696 {
  padding-top: 696px;
}

.pdr696 {
  padding-right: 696px;
}

.pdb696 {
  padding-bottom: 696px;
}

.pdl696 {
  padding-left: 696px;
}

.pd697 {
  padding: 697px;
}

.pdt697 {
  padding-top: 697px;
}

.pdr697 {
  padding-right: 697px;
}

.pdb697 {
  padding-bottom: 697px;
}

.pdl697 {
  padding-left: 697px;
}

.pd698 {
  padding: 698px;
}

.pdt698 {
  padding-top: 698px;
}

.pdr698 {
  padding-right: 698px;
}

.pdb698 {
  padding-bottom: 698px;
}

.pdl698 {
  padding-left: 698px;
}

.pd699 {
  padding: 699px;
}

.pdt699 {
  padding-top: 699px;
}

.pdr699 {
  padding-right: 699px;
}

.pdb699 {
  padding-bottom: 699px;
}

.pdl699 {
  padding-left: 699px;
}

.pd700 {
  padding: 700px;
}

.pdt700 {
  padding-top: 700px;
}

.pdr700 {
  padding-right: 700px;
}

.pdb700 {
  padding-bottom: 700px;
}

.pdl700 {
  padding-left: 700px;
}

.pd701 {
  padding: 701px;
}

.pdt701 {
  padding-top: 701px;
}

.pdr701 {
  padding-right: 701px;
}

.pdb701 {
  padding-bottom: 701px;
}

.pdl701 {
  padding-left: 701px;
}

.pd702 {
  padding: 702px;
}

.pdt702 {
  padding-top: 702px;
}

.pdr702 {
  padding-right: 702px;
}

.pdb702 {
  padding-bottom: 702px;
}

.pdl702 {
  padding-left: 702px;
}

.pd703 {
  padding: 703px;
}

.pdt703 {
  padding-top: 703px;
}

.pdr703 {
  padding-right: 703px;
}

.pdb703 {
  padding-bottom: 703px;
}

.pdl703 {
  padding-left: 703px;
}

.pd704 {
  padding: 704px;
}

.pdt704 {
  padding-top: 704px;
}

.pdr704 {
  padding-right: 704px;
}

.pdb704 {
  padding-bottom: 704px;
}

.pdl704 {
  padding-left: 704px;
}

.pd705 {
  padding: 705px;
}

.pdt705 {
  padding-top: 705px;
}

.pdr705 {
  padding-right: 705px;
}

.pdb705 {
  padding-bottom: 705px;
}

.pdl705 {
  padding-left: 705px;
}

.pd706 {
  padding: 706px;
}

.pdt706 {
  padding-top: 706px;
}

.pdr706 {
  padding-right: 706px;
}

.pdb706 {
  padding-bottom: 706px;
}

.pdl706 {
  padding-left: 706px;
}

.pd707 {
  padding: 707px;
}

.pdt707 {
  padding-top: 707px;
}

.pdr707 {
  padding-right: 707px;
}

.pdb707 {
  padding-bottom: 707px;
}

.pdl707 {
  padding-left: 707px;
}

.pd708 {
  padding: 708px;
}

.pdt708 {
  padding-top: 708px;
}

.pdr708 {
  padding-right: 708px;
}

.pdb708 {
  padding-bottom: 708px;
}

.pdl708 {
  padding-left: 708px;
}

.pd709 {
  padding: 709px;
}

.pdt709 {
  padding-top: 709px;
}

.pdr709 {
  padding-right: 709px;
}

.pdb709 {
  padding-bottom: 709px;
}

.pdl709 {
  padding-left: 709px;
}

.pd710 {
  padding: 710px;
}

.pdt710 {
  padding-top: 710px;
}

.pdr710 {
  padding-right: 710px;
}

.pdb710 {
  padding-bottom: 710px;
}

.pdl710 {
  padding-left: 710px;
}

.pd711 {
  padding: 711px;
}

.pdt711 {
  padding-top: 711px;
}

.pdr711 {
  padding-right: 711px;
}

.pdb711 {
  padding-bottom: 711px;
}

.pdl711 {
  padding-left: 711px;
}

.pd712 {
  padding: 712px;
}

.pdt712 {
  padding-top: 712px;
}

.pdr712 {
  padding-right: 712px;
}

.pdb712 {
  padding-bottom: 712px;
}

.pdl712 {
  padding-left: 712px;
}

.pd713 {
  padding: 713px;
}

.pdt713 {
  padding-top: 713px;
}

.pdr713 {
  padding-right: 713px;
}

.pdb713 {
  padding-bottom: 713px;
}

.pdl713 {
  padding-left: 713px;
}

.pd714 {
  padding: 714px;
}

.pdt714 {
  padding-top: 714px;
}

.pdr714 {
  padding-right: 714px;
}

.pdb714 {
  padding-bottom: 714px;
}

.pdl714 {
  padding-left: 714px;
}

.pd715 {
  padding: 715px;
}

.pdt715 {
  padding-top: 715px;
}

.pdr715 {
  padding-right: 715px;
}

.pdb715 {
  padding-bottom: 715px;
}

.pdl715 {
  padding-left: 715px;
}

.pd716 {
  padding: 716px;
}

.pdt716 {
  padding-top: 716px;
}

.pdr716 {
  padding-right: 716px;
}

.pdb716 {
  padding-bottom: 716px;
}

.pdl716 {
  padding-left: 716px;
}

.pd717 {
  padding: 717px;
}

.pdt717 {
  padding-top: 717px;
}

.pdr717 {
  padding-right: 717px;
}

.pdb717 {
  padding-bottom: 717px;
}

.pdl717 {
  padding-left: 717px;
}

.pd718 {
  padding: 718px;
}

.pdt718 {
  padding-top: 718px;
}

.pdr718 {
  padding-right: 718px;
}

.pdb718 {
  padding-bottom: 718px;
}

.pdl718 {
  padding-left: 718px;
}

.pd719 {
  padding: 719px;
}

.pdt719 {
  padding-top: 719px;
}

.pdr719 {
  padding-right: 719px;
}

.pdb719 {
  padding-bottom: 719px;
}

.pdl719 {
  padding-left: 719px;
}

.pd720 {
  padding: 720px;
}

.pdt720 {
  padding-top: 720px;
}

.pdr720 {
  padding-right: 720px;
}

.pdb720 {
  padding-bottom: 720px;
}

.pdl720 {
  padding-left: 720px;
}

.pd721 {
  padding: 721px;
}

.pdt721 {
  padding-top: 721px;
}

.pdr721 {
  padding-right: 721px;
}

.pdb721 {
  padding-bottom: 721px;
}

.pdl721 {
  padding-left: 721px;
}

.pd722 {
  padding: 722px;
}

.pdt722 {
  padding-top: 722px;
}

.pdr722 {
  padding-right: 722px;
}

.pdb722 {
  padding-bottom: 722px;
}

.pdl722 {
  padding-left: 722px;
}

.pd723 {
  padding: 723px;
}

.pdt723 {
  padding-top: 723px;
}

.pdr723 {
  padding-right: 723px;
}

.pdb723 {
  padding-bottom: 723px;
}

.pdl723 {
  padding-left: 723px;
}

.pd724 {
  padding: 724px;
}

.pdt724 {
  padding-top: 724px;
}

.pdr724 {
  padding-right: 724px;
}

.pdb724 {
  padding-bottom: 724px;
}

.pdl724 {
  padding-left: 724px;
}

.pd725 {
  padding: 725px;
}

.pdt725 {
  padding-top: 725px;
}

.pdr725 {
  padding-right: 725px;
}

.pdb725 {
  padding-bottom: 725px;
}

.pdl725 {
  padding-left: 725px;
}

.pd726 {
  padding: 726px;
}

.pdt726 {
  padding-top: 726px;
}

.pdr726 {
  padding-right: 726px;
}

.pdb726 {
  padding-bottom: 726px;
}

.pdl726 {
  padding-left: 726px;
}

.pd727 {
  padding: 727px;
}

.pdt727 {
  padding-top: 727px;
}

.pdr727 {
  padding-right: 727px;
}

.pdb727 {
  padding-bottom: 727px;
}

.pdl727 {
  padding-left: 727px;
}

.pd728 {
  padding: 728px;
}

.pdt728 {
  padding-top: 728px;
}

.pdr728 {
  padding-right: 728px;
}

.pdb728 {
  padding-bottom: 728px;
}

.pdl728 {
  padding-left: 728px;
}

.pd729 {
  padding: 729px;
}

.pdt729 {
  padding-top: 729px;
}

.pdr729 {
  padding-right: 729px;
}

.pdb729 {
  padding-bottom: 729px;
}

.pdl729 {
  padding-left: 729px;
}

.pd730 {
  padding: 730px;
}

.pdt730 {
  padding-top: 730px;
}

.pdr730 {
  padding-right: 730px;
}

.pdb730 {
  padding-bottom: 730px;
}

.pdl730 {
  padding-left: 730px;
}

.pd731 {
  padding: 731px;
}

.pdt731 {
  padding-top: 731px;
}

.pdr731 {
  padding-right: 731px;
}

.pdb731 {
  padding-bottom: 731px;
}

.pdl731 {
  padding-left: 731px;
}

.pd732 {
  padding: 732px;
}

.pdt732 {
  padding-top: 732px;
}

.pdr732 {
  padding-right: 732px;
}

.pdb732 {
  padding-bottom: 732px;
}

.pdl732 {
  padding-left: 732px;
}

.pd733 {
  padding: 733px;
}

.pdt733 {
  padding-top: 733px;
}

.pdr733 {
  padding-right: 733px;
}

.pdb733 {
  padding-bottom: 733px;
}

.pdl733 {
  padding-left: 733px;
}

.pd734 {
  padding: 734px;
}

.pdt734 {
  padding-top: 734px;
}

.pdr734 {
  padding-right: 734px;
}

.pdb734 {
  padding-bottom: 734px;
}

.pdl734 {
  padding-left: 734px;
}

.pd735 {
  padding: 735px;
}

.pdt735 {
  padding-top: 735px;
}

.pdr735 {
  padding-right: 735px;
}

.pdb735 {
  padding-bottom: 735px;
}

.pdl735 {
  padding-left: 735px;
}

.pd736 {
  padding: 736px;
}

.pdt736 {
  padding-top: 736px;
}

.pdr736 {
  padding-right: 736px;
}

.pdb736 {
  padding-bottom: 736px;
}

.pdl736 {
  padding-left: 736px;
}

.pd737 {
  padding: 737px;
}

.pdt737 {
  padding-top: 737px;
}

.pdr737 {
  padding-right: 737px;
}

.pdb737 {
  padding-bottom: 737px;
}

.pdl737 {
  padding-left: 737px;
}

.pd738 {
  padding: 738px;
}

.pdt738 {
  padding-top: 738px;
}

.pdr738 {
  padding-right: 738px;
}

.pdb738 {
  padding-bottom: 738px;
}

.pdl738 {
  padding-left: 738px;
}

.pd739 {
  padding: 739px;
}

.pdt739 {
  padding-top: 739px;
}

.pdr739 {
  padding-right: 739px;
}

.pdb739 {
  padding-bottom: 739px;
}

.pdl739 {
  padding-left: 739px;
}

.pd740 {
  padding: 740px;
}

.pdt740 {
  padding-top: 740px;
}

.pdr740 {
  padding-right: 740px;
}

.pdb740 {
  padding-bottom: 740px;
}

.pdl740 {
  padding-left: 740px;
}

.pd741 {
  padding: 741px;
}

.pdt741 {
  padding-top: 741px;
}

.pdr741 {
  padding-right: 741px;
}

.pdb741 {
  padding-bottom: 741px;
}

.pdl741 {
  padding-left: 741px;
}

.pd742 {
  padding: 742px;
}

.pdt742 {
  padding-top: 742px;
}

.pdr742 {
  padding-right: 742px;
}

.pdb742 {
  padding-bottom: 742px;
}

.pdl742 {
  padding-left: 742px;
}

.pd743 {
  padding: 743px;
}

.pdt743 {
  padding-top: 743px;
}

.pdr743 {
  padding-right: 743px;
}

.pdb743 {
  padding-bottom: 743px;
}

.pdl743 {
  padding-left: 743px;
}

.pd744 {
  padding: 744px;
}

.pdt744 {
  padding-top: 744px;
}

.pdr744 {
  padding-right: 744px;
}

.pdb744 {
  padding-bottom: 744px;
}

.pdl744 {
  padding-left: 744px;
}

.pd745 {
  padding: 745px;
}

.pdt745 {
  padding-top: 745px;
}

.pdr745 {
  padding-right: 745px;
}

.pdb745 {
  padding-bottom: 745px;
}

.pdl745 {
  padding-left: 745px;
}

.pd746 {
  padding: 746px;
}

.pdt746 {
  padding-top: 746px;
}

.pdr746 {
  padding-right: 746px;
}

.pdb746 {
  padding-bottom: 746px;
}

.pdl746 {
  padding-left: 746px;
}

.pd747 {
  padding: 747px;
}

.pdt747 {
  padding-top: 747px;
}

.pdr747 {
  padding-right: 747px;
}

.pdb747 {
  padding-bottom: 747px;
}

.pdl747 {
  padding-left: 747px;
}

.pd748 {
  padding: 748px;
}

.pdt748 {
  padding-top: 748px;
}

.pdr748 {
  padding-right: 748px;
}

.pdb748 {
  padding-bottom: 748px;
}

.pdl748 {
  padding-left: 748px;
}

.pd749 {
  padding: 749px;
}

.pdt749 {
  padding-top: 749px;
}

.pdr749 {
  padding-right: 749px;
}

.pdb749 {
  padding-bottom: 749px;
}

.pdl749 {
  padding-left: 749px;
}

.pd750 {
  padding: 750px;
}

.pdt750 {
  padding-top: 750px;
}

.pdr750 {
  padding-right: 750px;
}

.pdb750 {
  padding-bottom: 750px;
}

.pdl750 {
  padding-left: 750px;
}

.pd751 {
  padding: 751px;
}

.pdt751 {
  padding-top: 751px;
}

.pdr751 {
  padding-right: 751px;
}

.pdb751 {
  padding-bottom: 751px;
}

.pdl751 {
  padding-left: 751px;
}

.pd752 {
  padding: 752px;
}

.pdt752 {
  padding-top: 752px;
}

.pdr752 {
  padding-right: 752px;
}

.pdb752 {
  padding-bottom: 752px;
}

.pdl752 {
  padding-left: 752px;
}

.pd753 {
  padding: 753px;
}

.pdt753 {
  padding-top: 753px;
}

.pdr753 {
  padding-right: 753px;
}

.pdb753 {
  padding-bottom: 753px;
}

.pdl753 {
  padding-left: 753px;
}

.pd754 {
  padding: 754px;
}

.pdt754 {
  padding-top: 754px;
}

.pdr754 {
  padding-right: 754px;
}

.pdb754 {
  padding-bottom: 754px;
}

.pdl754 {
  padding-left: 754px;
}

.pd755 {
  padding: 755px;
}

.pdt755 {
  padding-top: 755px;
}

.pdr755 {
  padding-right: 755px;
}

.pdb755 {
  padding-bottom: 755px;
}

.pdl755 {
  padding-left: 755px;
}

.pd756 {
  padding: 756px;
}

.pdt756 {
  padding-top: 756px;
}

.pdr756 {
  padding-right: 756px;
}

.pdb756 {
  padding-bottom: 756px;
}

.pdl756 {
  padding-left: 756px;
}

.pd757 {
  padding: 757px;
}

.pdt757 {
  padding-top: 757px;
}

.pdr757 {
  padding-right: 757px;
}

.pdb757 {
  padding-bottom: 757px;
}

.pdl757 {
  padding-left: 757px;
}

.pd758 {
  padding: 758px;
}

.pdt758 {
  padding-top: 758px;
}

.pdr758 {
  padding-right: 758px;
}

.pdb758 {
  padding-bottom: 758px;
}

.pdl758 {
  padding-left: 758px;
}

.pd759 {
  padding: 759px;
}

.pdt759 {
  padding-top: 759px;
}

.pdr759 {
  padding-right: 759px;
}

.pdb759 {
  padding-bottom: 759px;
}

.pdl759 {
  padding-left: 759px;
}

.pd760 {
  padding: 760px;
}

.pdt760 {
  padding-top: 760px;
}

.pdr760 {
  padding-right: 760px;
}

.pdb760 {
  padding-bottom: 760px;
}

.pdl760 {
  padding-left: 760px;
}

.pd761 {
  padding: 761px;
}

.pdt761 {
  padding-top: 761px;
}

.pdr761 {
  padding-right: 761px;
}

.pdb761 {
  padding-bottom: 761px;
}

.pdl761 {
  padding-left: 761px;
}

.pd762 {
  padding: 762px;
}

.pdt762 {
  padding-top: 762px;
}

.pdr762 {
  padding-right: 762px;
}

.pdb762 {
  padding-bottom: 762px;
}

.pdl762 {
  padding-left: 762px;
}

.pd763 {
  padding: 763px;
}

.pdt763 {
  padding-top: 763px;
}

.pdr763 {
  padding-right: 763px;
}

.pdb763 {
  padding-bottom: 763px;
}

.pdl763 {
  padding-left: 763px;
}

.pd764 {
  padding: 764px;
}

.pdt764 {
  padding-top: 764px;
}

.pdr764 {
  padding-right: 764px;
}

.pdb764 {
  padding-bottom: 764px;
}

.pdl764 {
  padding-left: 764px;
}

.pd765 {
  padding: 765px;
}

.pdt765 {
  padding-top: 765px;
}

.pdr765 {
  padding-right: 765px;
}

.pdb765 {
  padding-bottom: 765px;
}

.pdl765 {
  padding-left: 765px;
}

.pd766 {
  padding: 766px;
}

.pdt766 {
  padding-top: 766px;
}

.pdr766 {
  padding-right: 766px;
}

.pdb766 {
  padding-bottom: 766px;
}

.pdl766 {
  padding-left: 766px;
}

.pd767 {
  padding: 767px;
}

.pdt767 {
  padding-top: 767px;
}

.pdr767 {
  padding-right: 767px;
}

.pdb767 {
  padding-bottom: 767px;
}

.pdl767 {
  padding-left: 767px;
}

.pd768 {
  padding: 768px;
}

.pdt768 {
  padding-top: 768px;
}

.pdr768 {
  padding-right: 768px;
}

.pdb768 {
  padding-bottom: 768px;
}

.pdl768 {
  padding-left: 768px;
}

.pd769 {
  padding: 769px;
}

.pdt769 {
  padding-top: 769px;
}

.pdr769 {
  padding-right: 769px;
}

.pdb769 {
  padding-bottom: 769px;
}

.pdl769 {
  padding-left: 769px;
}

.pd770 {
  padding: 770px;
}

.pdt770 {
  padding-top: 770px;
}

.pdr770 {
  padding-right: 770px;
}

.pdb770 {
  padding-bottom: 770px;
}

.pdl770 {
  padding-left: 770px;
}

.pd771 {
  padding: 771px;
}

.pdt771 {
  padding-top: 771px;
}

.pdr771 {
  padding-right: 771px;
}

.pdb771 {
  padding-bottom: 771px;
}

.pdl771 {
  padding-left: 771px;
}

.pd772 {
  padding: 772px;
}

.pdt772 {
  padding-top: 772px;
}

.pdr772 {
  padding-right: 772px;
}

.pdb772 {
  padding-bottom: 772px;
}

.pdl772 {
  padding-left: 772px;
}

.pd773 {
  padding: 773px;
}

.pdt773 {
  padding-top: 773px;
}

.pdr773 {
  padding-right: 773px;
}

.pdb773 {
  padding-bottom: 773px;
}

.pdl773 {
  padding-left: 773px;
}

.pd774 {
  padding: 774px;
}

.pdt774 {
  padding-top: 774px;
}

.pdr774 {
  padding-right: 774px;
}

.pdb774 {
  padding-bottom: 774px;
}

.pdl774 {
  padding-left: 774px;
}

.pd775 {
  padding: 775px;
}

.pdt775 {
  padding-top: 775px;
}

.pdr775 {
  padding-right: 775px;
}

.pdb775 {
  padding-bottom: 775px;
}

.pdl775 {
  padding-left: 775px;
}

.pd776 {
  padding: 776px;
}

.pdt776 {
  padding-top: 776px;
}

.pdr776 {
  padding-right: 776px;
}

.pdb776 {
  padding-bottom: 776px;
}

.pdl776 {
  padding-left: 776px;
}

.pd777 {
  padding: 777px;
}

.pdt777 {
  padding-top: 777px;
}

.pdr777 {
  padding-right: 777px;
}

.pdb777 {
  padding-bottom: 777px;
}

.pdl777 {
  padding-left: 777px;
}

.pd778 {
  padding: 778px;
}

.pdt778 {
  padding-top: 778px;
}

.pdr778 {
  padding-right: 778px;
}

.pdb778 {
  padding-bottom: 778px;
}

.pdl778 {
  padding-left: 778px;
}

.pd779 {
  padding: 779px;
}

.pdt779 {
  padding-top: 779px;
}

.pdr779 {
  padding-right: 779px;
}

.pdb779 {
  padding-bottom: 779px;
}

.pdl779 {
  padding-left: 779px;
}

.pd780 {
  padding: 780px;
}

.pdt780 {
  padding-top: 780px;
}

.pdr780 {
  padding-right: 780px;
}

.pdb780 {
  padding-bottom: 780px;
}

.pdl780 {
  padding-left: 780px;
}

.pd781 {
  padding: 781px;
}

.pdt781 {
  padding-top: 781px;
}

.pdr781 {
  padding-right: 781px;
}

.pdb781 {
  padding-bottom: 781px;
}

.pdl781 {
  padding-left: 781px;
}

.pd782 {
  padding: 782px;
}

.pdt782 {
  padding-top: 782px;
}

.pdr782 {
  padding-right: 782px;
}

.pdb782 {
  padding-bottom: 782px;
}

.pdl782 {
  padding-left: 782px;
}

.pd783 {
  padding: 783px;
}

.pdt783 {
  padding-top: 783px;
}

.pdr783 {
  padding-right: 783px;
}

.pdb783 {
  padding-bottom: 783px;
}

.pdl783 {
  padding-left: 783px;
}

.pd784 {
  padding: 784px;
}

.pdt784 {
  padding-top: 784px;
}

.pdr784 {
  padding-right: 784px;
}

.pdb784 {
  padding-bottom: 784px;
}

.pdl784 {
  padding-left: 784px;
}

.pd785 {
  padding: 785px;
}

.pdt785 {
  padding-top: 785px;
}

.pdr785 {
  padding-right: 785px;
}

.pdb785 {
  padding-bottom: 785px;
}

.pdl785 {
  padding-left: 785px;
}

.pd786 {
  padding: 786px;
}

.pdt786 {
  padding-top: 786px;
}

.pdr786 {
  padding-right: 786px;
}

.pdb786 {
  padding-bottom: 786px;
}

.pdl786 {
  padding-left: 786px;
}

.pd787 {
  padding: 787px;
}

.pdt787 {
  padding-top: 787px;
}

.pdr787 {
  padding-right: 787px;
}

.pdb787 {
  padding-bottom: 787px;
}

.pdl787 {
  padding-left: 787px;
}

.pd788 {
  padding: 788px;
}

.pdt788 {
  padding-top: 788px;
}

.pdr788 {
  padding-right: 788px;
}

.pdb788 {
  padding-bottom: 788px;
}

.pdl788 {
  padding-left: 788px;
}

.pd789 {
  padding: 789px;
}

.pdt789 {
  padding-top: 789px;
}

.pdr789 {
  padding-right: 789px;
}

.pdb789 {
  padding-bottom: 789px;
}

.pdl789 {
  padding-left: 789px;
}

.pd790 {
  padding: 790px;
}

.pdt790 {
  padding-top: 790px;
}

.pdr790 {
  padding-right: 790px;
}

.pdb790 {
  padding-bottom: 790px;
}

.pdl790 {
  padding-left: 790px;
}

.pd791 {
  padding: 791px;
}

.pdt791 {
  padding-top: 791px;
}

.pdr791 {
  padding-right: 791px;
}

.pdb791 {
  padding-bottom: 791px;
}

.pdl791 {
  padding-left: 791px;
}

.pd792 {
  padding: 792px;
}

.pdt792 {
  padding-top: 792px;
}

.pdr792 {
  padding-right: 792px;
}

.pdb792 {
  padding-bottom: 792px;
}

.pdl792 {
  padding-left: 792px;
}

.pd793 {
  padding: 793px;
}

.pdt793 {
  padding-top: 793px;
}

.pdr793 {
  padding-right: 793px;
}

.pdb793 {
  padding-bottom: 793px;
}

.pdl793 {
  padding-left: 793px;
}

.pd794 {
  padding: 794px;
}

.pdt794 {
  padding-top: 794px;
}

.pdr794 {
  padding-right: 794px;
}

.pdb794 {
  padding-bottom: 794px;
}

.pdl794 {
  padding-left: 794px;
}

.pd795 {
  padding: 795px;
}

.pdt795 {
  padding-top: 795px;
}

.pdr795 {
  padding-right: 795px;
}

.pdb795 {
  padding-bottom: 795px;
}

.pdl795 {
  padding-left: 795px;
}

.pd796 {
  padding: 796px;
}

.pdt796 {
  padding-top: 796px;
}

.pdr796 {
  padding-right: 796px;
}

.pdb796 {
  padding-bottom: 796px;
}

.pdl796 {
  padding-left: 796px;
}

.pd797 {
  padding: 797px;
}

.pdt797 {
  padding-top: 797px;
}

.pdr797 {
  padding-right: 797px;
}

.pdb797 {
  padding-bottom: 797px;
}

.pdl797 {
  padding-left: 797px;
}

.pd798 {
  padding: 798px;
}

.pdt798 {
  padding-top: 798px;
}

.pdr798 {
  padding-right: 798px;
}

.pdb798 {
  padding-bottom: 798px;
}

.pdl798 {
  padding-left: 798px;
}

.pd799 {
  padding: 799px;
}

.pdt799 {
  padding-top: 799px;
}

.pdr799 {
  padding-right: 799px;
}

.pdb799 {
  padding-bottom: 799px;
}

.pdl799 {
  padding-left: 799px;
}

.pd800 {
  padding: 800px;
}

.pdt800 {
  padding-top: 800px;
}

.pdr800 {
  padding-right: 800px;
}

.pdb800 {
  padding-bottom: 800px;
}

.pdl800 {
  padding-left: 800px;
}

.pd801 {
  padding: 801px;
}

.pdt801 {
  padding-top: 801px;
}

.pdr801 {
  padding-right: 801px;
}

.pdb801 {
  padding-bottom: 801px;
}

.pdl801 {
  padding-left: 801px;
}

.pd802 {
  padding: 802px;
}

.pdt802 {
  padding-top: 802px;
}

.pdr802 {
  padding-right: 802px;
}

.pdb802 {
  padding-bottom: 802px;
}

.pdl802 {
  padding-left: 802px;
}

.pd803 {
  padding: 803px;
}

.pdt803 {
  padding-top: 803px;
}

.pdr803 {
  padding-right: 803px;
}

.pdb803 {
  padding-bottom: 803px;
}

.pdl803 {
  padding-left: 803px;
}

.pd804 {
  padding: 804px;
}

.pdt804 {
  padding-top: 804px;
}

.pdr804 {
  padding-right: 804px;
}

.pdb804 {
  padding-bottom: 804px;
}

.pdl804 {
  padding-left: 804px;
}

.pd805 {
  padding: 805px;
}

.pdt805 {
  padding-top: 805px;
}

.pdr805 {
  padding-right: 805px;
}

.pdb805 {
  padding-bottom: 805px;
}

.pdl805 {
  padding-left: 805px;
}

.pd806 {
  padding: 806px;
}

.pdt806 {
  padding-top: 806px;
}

.pdr806 {
  padding-right: 806px;
}

.pdb806 {
  padding-bottom: 806px;
}

.pdl806 {
  padding-left: 806px;
}

.pd807 {
  padding: 807px;
}

.pdt807 {
  padding-top: 807px;
}

.pdr807 {
  padding-right: 807px;
}

.pdb807 {
  padding-bottom: 807px;
}

.pdl807 {
  padding-left: 807px;
}

.pd808 {
  padding: 808px;
}

.pdt808 {
  padding-top: 808px;
}

.pdr808 {
  padding-right: 808px;
}

.pdb808 {
  padding-bottom: 808px;
}

.pdl808 {
  padding-left: 808px;
}

.pd809 {
  padding: 809px;
}

.pdt809 {
  padding-top: 809px;
}

.pdr809 {
  padding-right: 809px;
}

.pdb809 {
  padding-bottom: 809px;
}

.pdl809 {
  padding-left: 809px;
}

.pd810 {
  padding: 810px;
}

.pdt810 {
  padding-top: 810px;
}

.pdr810 {
  padding-right: 810px;
}

.pdb810 {
  padding-bottom: 810px;
}

.pdl810 {
  padding-left: 810px;
}

.pd811 {
  padding: 811px;
}

.pdt811 {
  padding-top: 811px;
}

.pdr811 {
  padding-right: 811px;
}

.pdb811 {
  padding-bottom: 811px;
}

.pdl811 {
  padding-left: 811px;
}

.pd812 {
  padding: 812px;
}

.pdt812 {
  padding-top: 812px;
}

.pdr812 {
  padding-right: 812px;
}

.pdb812 {
  padding-bottom: 812px;
}

.pdl812 {
  padding-left: 812px;
}

.pd813 {
  padding: 813px;
}

.pdt813 {
  padding-top: 813px;
}

.pdr813 {
  padding-right: 813px;
}

.pdb813 {
  padding-bottom: 813px;
}

.pdl813 {
  padding-left: 813px;
}

.pd814 {
  padding: 814px;
}

.pdt814 {
  padding-top: 814px;
}

.pdr814 {
  padding-right: 814px;
}

.pdb814 {
  padding-bottom: 814px;
}

.pdl814 {
  padding-left: 814px;
}

.pd815 {
  padding: 815px;
}

.pdt815 {
  padding-top: 815px;
}

.pdr815 {
  padding-right: 815px;
}

.pdb815 {
  padding-bottom: 815px;
}

.pdl815 {
  padding-left: 815px;
}

.pd816 {
  padding: 816px;
}

.pdt816 {
  padding-top: 816px;
}

.pdr816 {
  padding-right: 816px;
}

.pdb816 {
  padding-bottom: 816px;
}

.pdl816 {
  padding-left: 816px;
}

.pd817 {
  padding: 817px;
}

.pdt817 {
  padding-top: 817px;
}

.pdr817 {
  padding-right: 817px;
}

.pdb817 {
  padding-bottom: 817px;
}

.pdl817 {
  padding-left: 817px;
}

.pd818 {
  padding: 818px;
}

.pdt818 {
  padding-top: 818px;
}

.pdr818 {
  padding-right: 818px;
}

.pdb818 {
  padding-bottom: 818px;
}

.pdl818 {
  padding-left: 818px;
}

.pd819 {
  padding: 819px;
}

.pdt819 {
  padding-top: 819px;
}

.pdr819 {
  padding-right: 819px;
}

.pdb819 {
  padding-bottom: 819px;
}

.pdl819 {
  padding-left: 819px;
}

.pd820 {
  padding: 820px;
}

.pdt820 {
  padding-top: 820px;
}

.pdr820 {
  padding-right: 820px;
}

.pdb820 {
  padding-bottom: 820px;
}

.pdl820 {
  padding-left: 820px;
}

.pd821 {
  padding: 821px;
}

.pdt821 {
  padding-top: 821px;
}

.pdr821 {
  padding-right: 821px;
}

.pdb821 {
  padding-bottom: 821px;
}

.pdl821 {
  padding-left: 821px;
}

.pd822 {
  padding: 822px;
}

.pdt822 {
  padding-top: 822px;
}

.pdr822 {
  padding-right: 822px;
}

.pdb822 {
  padding-bottom: 822px;
}

.pdl822 {
  padding-left: 822px;
}

.pd823 {
  padding: 823px;
}

.pdt823 {
  padding-top: 823px;
}

.pdr823 {
  padding-right: 823px;
}

.pdb823 {
  padding-bottom: 823px;
}

.pdl823 {
  padding-left: 823px;
}

.pd824 {
  padding: 824px;
}

.pdt824 {
  padding-top: 824px;
}

.pdr824 {
  padding-right: 824px;
}

.pdb824 {
  padding-bottom: 824px;
}

.pdl824 {
  padding-left: 824px;
}

.pd825 {
  padding: 825px;
}

.pdt825 {
  padding-top: 825px;
}

.pdr825 {
  padding-right: 825px;
}

.pdb825 {
  padding-bottom: 825px;
}

.pdl825 {
  padding-left: 825px;
}

.pd826 {
  padding: 826px;
}

.pdt826 {
  padding-top: 826px;
}

.pdr826 {
  padding-right: 826px;
}

.pdb826 {
  padding-bottom: 826px;
}

.pdl826 {
  padding-left: 826px;
}

.pd827 {
  padding: 827px;
}

.pdt827 {
  padding-top: 827px;
}

.pdr827 {
  padding-right: 827px;
}

.pdb827 {
  padding-bottom: 827px;
}

.pdl827 {
  padding-left: 827px;
}

.pd828 {
  padding: 828px;
}

.pdt828 {
  padding-top: 828px;
}

.pdr828 {
  padding-right: 828px;
}

.pdb828 {
  padding-bottom: 828px;
}

.pdl828 {
  padding-left: 828px;
}

.pd829 {
  padding: 829px;
}

.pdt829 {
  padding-top: 829px;
}

.pdr829 {
  padding-right: 829px;
}

.pdb829 {
  padding-bottom: 829px;
}

.pdl829 {
  padding-left: 829px;
}

.pd830 {
  padding: 830px;
}

.pdt830 {
  padding-top: 830px;
}

.pdr830 {
  padding-right: 830px;
}

.pdb830 {
  padding-bottom: 830px;
}

.pdl830 {
  padding-left: 830px;
}

.pd831 {
  padding: 831px;
}

.pdt831 {
  padding-top: 831px;
}

.pdr831 {
  padding-right: 831px;
}

.pdb831 {
  padding-bottom: 831px;
}

.pdl831 {
  padding-left: 831px;
}

.pd832 {
  padding: 832px;
}

.pdt832 {
  padding-top: 832px;
}

.pdr832 {
  padding-right: 832px;
}

.pdb832 {
  padding-bottom: 832px;
}

.pdl832 {
  padding-left: 832px;
}

.pd833 {
  padding: 833px;
}

.pdt833 {
  padding-top: 833px;
}

.pdr833 {
  padding-right: 833px;
}

.pdb833 {
  padding-bottom: 833px;
}

.pdl833 {
  padding-left: 833px;
}

.pd834 {
  padding: 834px;
}

.pdt834 {
  padding-top: 834px;
}

.pdr834 {
  padding-right: 834px;
}

.pdb834 {
  padding-bottom: 834px;
}

.pdl834 {
  padding-left: 834px;
}

.pd835 {
  padding: 835px;
}

.pdt835 {
  padding-top: 835px;
}

.pdr835 {
  padding-right: 835px;
}

.pdb835 {
  padding-bottom: 835px;
}

.pdl835 {
  padding-left: 835px;
}

.pd836 {
  padding: 836px;
}

.pdt836 {
  padding-top: 836px;
}

.pdr836 {
  padding-right: 836px;
}

.pdb836 {
  padding-bottom: 836px;
}

.pdl836 {
  padding-left: 836px;
}

.pd837 {
  padding: 837px;
}

.pdt837 {
  padding-top: 837px;
}

.pdr837 {
  padding-right: 837px;
}

.pdb837 {
  padding-bottom: 837px;
}

.pdl837 {
  padding-left: 837px;
}

.pd838 {
  padding: 838px;
}

.pdt838 {
  padding-top: 838px;
}

.pdr838 {
  padding-right: 838px;
}

.pdb838 {
  padding-bottom: 838px;
}

.pdl838 {
  padding-left: 838px;
}

.pd839 {
  padding: 839px;
}

.pdt839 {
  padding-top: 839px;
}

.pdr839 {
  padding-right: 839px;
}

.pdb839 {
  padding-bottom: 839px;
}

.pdl839 {
  padding-left: 839px;
}

.pd840 {
  padding: 840px;
}

.pdt840 {
  padding-top: 840px;
}

.pdr840 {
  padding-right: 840px;
}

.pdb840 {
  padding-bottom: 840px;
}

.pdl840 {
  padding-left: 840px;
}

.pd841 {
  padding: 841px;
}

.pdt841 {
  padding-top: 841px;
}

.pdr841 {
  padding-right: 841px;
}

.pdb841 {
  padding-bottom: 841px;
}

.pdl841 {
  padding-left: 841px;
}

.pd842 {
  padding: 842px;
}

.pdt842 {
  padding-top: 842px;
}

.pdr842 {
  padding-right: 842px;
}

.pdb842 {
  padding-bottom: 842px;
}

.pdl842 {
  padding-left: 842px;
}

.pd843 {
  padding: 843px;
}

.pdt843 {
  padding-top: 843px;
}

.pdr843 {
  padding-right: 843px;
}

.pdb843 {
  padding-bottom: 843px;
}

.pdl843 {
  padding-left: 843px;
}

.pd844 {
  padding: 844px;
}

.pdt844 {
  padding-top: 844px;
}

.pdr844 {
  padding-right: 844px;
}

.pdb844 {
  padding-bottom: 844px;
}

.pdl844 {
  padding-left: 844px;
}

.pd845 {
  padding: 845px;
}

.pdt845 {
  padding-top: 845px;
}

.pdr845 {
  padding-right: 845px;
}

.pdb845 {
  padding-bottom: 845px;
}

.pdl845 {
  padding-left: 845px;
}

.pd846 {
  padding: 846px;
}

.pdt846 {
  padding-top: 846px;
}

.pdr846 {
  padding-right: 846px;
}

.pdb846 {
  padding-bottom: 846px;
}

.pdl846 {
  padding-left: 846px;
}

.pd847 {
  padding: 847px;
}

.pdt847 {
  padding-top: 847px;
}

.pdr847 {
  padding-right: 847px;
}

.pdb847 {
  padding-bottom: 847px;
}

.pdl847 {
  padding-left: 847px;
}

.pd848 {
  padding: 848px;
}

.pdt848 {
  padding-top: 848px;
}

.pdr848 {
  padding-right: 848px;
}

.pdb848 {
  padding-bottom: 848px;
}

.pdl848 {
  padding-left: 848px;
}

.pd849 {
  padding: 849px;
}

.pdt849 {
  padding-top: 849px;
}

.pdr849 {
  padding-right: 849px;
}

.pdb849 {
  padding-bottom: 849px;
}

.pdl849 {
  padding-left: 849px;
}

.pd850 {
  padding: 850px;
}

.pdt850 {
  padding-top: 850px;
}

.pdr850 {
  padding-right: 850px;
}

.pdb850 {
  padding-bottom: 850px;
}

.pdl850 {
  padding-left: 850px;
}

.pd851 {
  padding: 851px;
}

.pdt851 {
  padding-top: 851px;
}

.pdr851 {
  padding-right: 851px;
}

.pdb851 {
  padding-bottom: 851px;
}

.pdl851 {
  padding-left: 851px;
}

.pd852 {
  padding: 852px;
}

.pdt852 {
  padding-top: 852px;
}

.pdr852 {
  padding-right: 852px;
}

.pdb852 {
  padding-bottom: 852px;
}

.pdl852 {
  padding-left: 852px;
}

.pd853 {
  padding: 853px;
}

.pdt853 {
  padding-top: 853px;
}

.pdr853 {
  padding-right: 853px;
}

.pdb853 {
  padding-bottom: 853px;
}

.pdl853 {
  padding-left: 853px;
}

.pd854 {
  padding: 854px;
}

.pdt854 {
  padding-top: 854px;
}

.pdr854 {
  padding-right: 854px;
}

.pdb854 {
  padding-bottom: 854px;
}

.pdl854 {
  padding-left: 854px;
}

.pd855 {
  padding: 855px;
}

.pdt855 {
  padding-top: 855px;
}

.pdr855 {
  padding-right: 855px;
}

.pdb855 {
  padding-bottom: 855px;
}

.pdl855 {
  padding-left: 855px;
}

.pd856 {
  padding: 856px;
}

.pdt856 {
  padding-top: 856px;
}

.pdr856 {
  padding-right: 856px;
}

.pdb856 {
  padding-bottom: 856px;
}

.pdl856 {
  padding-left: 856px;
}

.pd857 {
  padding: 857px;
}

.pdt857 {
  padding-top: 857px;
}

.pdr857 {
  padding-right: 857px;
}

.pdb857 {
  padding-bottom: 857px;
}

.pdl857 {
  padding-left: 857px;
}

.pd858 {
  padding: 858px;
}

.pdt858 {
  padding-top: 858px;
}

.pdr858 {
  padding-right: 858px;
}

.pdb858 {
  padding-bottom: 858px;
}

.pdl858 {
  padding-left: 858px;
}

.pd859 {
  padding: 859px;
}

.pdt859 {
  padding-top: 859px;
}

.pdr859 {
  padding-right: 859px;
}

.pdb859 {
  padding-bottom: 859px;
}

.pdl859 {
  padding-left: 859px;
}

.pd860 {
  padding: 860px;
}

.pdt860 {
  padding-top: 860px;
}

.pdr860 {
  padding-right: 860px;
}

.pdb860 {
  padding-bottom: 860px;
}

.pdl860 {
  padding-left: 860px;
}

.pd861 {
  padding: 861px;
}

.pdt861 {
  padding-top: 861px;
}

.pdr861 {
  padding-right: 861px;
}

.pdb861 {
  padding-bottom: 861px;
}

.pdl861 {
  padding-left: 861px;
}

.pd862 {
  padding: 862px;
}

.pdt862 {
  padding-top: 862px;
}

.pdr862 {
  padding-right: 862px;
}

.pdb862 {
  padding-bottom: 862px;
}

.pdl862 {
  padding-left: 862px;
}

.pd863 {
  padding: 863px;
}

.pdt863 {
  padding-top: 863px;
}

.pdr863 {
  padding-right: 863px;
}

.pdb863 {
  padding-bottom: 863px;
}

.pdl863 {
  padding-left: 863px;
}

.pd864 {
  padding: 864px;
}

.pdt864 {
  padding-top: 864px;
}

.pdr864 {
  padding-right: 864px;
}

.pdb864 {
  padding-bottom: 864px;
}

.pdl864 {
  padding-left: 864px;
}

.pd865 {
  padding: 865px;
}

.pdt865 {
  padding-top: 865px;
}

.pdr865 {
  padding-right: 865px;
}

.pdb865 {
  padding-bottom: 865px;
}

.pdl865 {
  padding-left: 865px;
}

.pd866 {
  padding: 866px;
}

.pdt866 {
  padding-top: 866px;
}

.pdr866 {
  padding-right: 866px;
}

.pdb866 {
  padding-bottom: 866px;
}

.pdl866 {
  padding-left: 866px;
}

.pd867 {
  padding: 867px;
}

.pdt867 {
  padding-top: 867px;
}

.pdr867 {
  padding-right: 867px;
}

.pdb867 {
  padding-bottom: 867px;
}

.pdl867 {
  padding-left: 867px;
}

.pd868 {
  padding: 868px;
}

.pdt868 {
  padding-top: 868px;
}

.pdr868 {
  padding-right: 868px;
}

.pdb868 {
  padding-bottom: 868px;
}

.pdl868 {
  padding-left: 868px;
}

.pd869 {
  padding: 869px;
}

.pdt869 {
  padding-top: 869px;
}

.pdr869 {
  padding-right: 869px;
}

.pdb869 {
  padding-bottom: 869px;
}

.pdl869 {
  padding-left: 869px;
}

.pd870 {
  padding: 870px;
}

.pdt870 {
  padding-top: 870px;
}

.pdr870 {
  padding-right: 870px;
}

.pdb870 {
  padding-bottom: 870px;
}

.pdl870 {
  padding-left: 870px;
}

.pd871 {
  padding: 871px;
}

.pdt871 {
  padding-top: 871px;
}

.pdr871 {
  padding-right: 871px;
}

.pdb871 {
  padding-bottom: 871px;
}

.pdl871 {
  padding-left: 871px;
}

.pd872 {
  padding: 872px;
}

.pdt872 {
  padding-top: 872px;
}

.pdr872 {
  padding-right: 872px;
}

.pdb872 {
  padding-bottom: 872px;
}

.pdl872 {
  padding-left: 872px;
}

.pd873 {
  padding: 873px;
}

.pdt873 {
  padding-top: 873px;
}

.pdr873 {
  padding-right: 873px;
}

.pdb873 {
  padding-bottom: 873px;
}

.pdl873 {
  padding-left: 873px;
}

.pd874 {
  padding: 874px;
}

.pdt874 {
  padding-top: 874px;
}

.pdr874 {
  padding-right: 874px;
}

.pdb874 {
  padding-bottom: 874px;
}

.pdl874 {
  padding-left: 874px;
}

.pd875 {
  padding: 875px;
}

.pdt875 {
  padding-top: 875px;
}

.pdr875 {
  padding-right: 875px;
}

.pdb875 {
  padding-bottom: 875px;
}

.pdl875 {
  padding-left: 875px;
}

.pd876 {
  padding: 876px;
}

.pdt876 {
  padding-top: 876px;
}

.pdr876 {
  padding-right: 876px;
}

.pdb876 {
  padding-bottom: 876px;
}

.pdl876 {
  padding-left: 876px;
}

.pd877 {
  padding: 877px;
}

.pdt877 {
  padding-top: 877px;
}

.pdr877 {
  padding-right: 877px;
}

.pdb877 {
  padding-bottom: 877px;
}

.pdl877 {
  padding-left: 877px;
}

.pd878 {
  padding: 878px;
}

.pdt878 {
  padding-top: 878px;
}

.pdr878 {
  padding-right: 878px;
}

.pdb878 {
  padding-bottom: 878px;
}

.pdl878 {
  padding-left: 878px;
}

.pd879 {
  padding: 879px;
}

.pdt879 {
  padding-top: 879px;
}

.pdr879 {
  padding-right: 879px;
}

.pdb879 {
  padding-bottom: 879px;
}

.pdl879 {
  padding-left: 879px;
}

.pd880 {
  padding: 880px;
}

.pdt880 {
  padding-top: 880px;
}

.pdr880 {
  padding-right: 880px;
}

.pdb880 {
  padding-bottom: 880px;
}

.pdl880 {
  padding-left: 880px;
}

.pd881 {
  padding: 881px;
}

.pdt881 {
  padding-top: 881px;
}

.pdr881 {
  padding-right: 881px;
}

.pdb881 {
  padding-bottom: 881px;
}

.pdl881 {
  padding-left: 881px;
}

.pd882 {
  padding: 882px;
}

.pdt882 {
  padding-top: 882px;
}

.pdr882 {
  padding-right: 882px;
}

.pdb882 {
  padding-bottom: 882px;
}

.pdl882 {
  padding-left: 882px;
}

.pd883 {
  padding: 883px;
}

.pdt883 {
  padding-top: 883px;
}

.pdr883 {
  padding-right: 883px;
}

.pdb883 {
  padding-bottom: 883px;
}

.pdl883 {
  padding-left: 883px;
}

.pd884 {
  padding: 884px;
}

.pdt884 {
  padding-top: 884px;
}

.pdr884 {
  padding-right: 884px;
}

.pdb884 {
  padding-bottom: 884px;
}

.pdl884 {
  padding-left: 884px;
}

.pd885 {
  padding: 885px;
}

.pdt885 {
  padding-top: 885px;
}

.pdr885 {
  padding-right: 885px;
}

.pdb885 {
  padding-bottom: 885px;
}

.pdl885 {
  padding-left: 885px;
}

.pd886 {
  padding: 886px;
}

.pdt886 {
  padding-top: 886px;
}

.pdr886 {
  padding-right: 886px;
}

.pdb886 {
  padding-bottom: 886px;
}

.pdl886 {
  padding-left: 886px;
}

.pd887 {
  padding: 887px;
}

.pdt887 {
  padding-top: 887px;
}

.pdr887 {
  padding-right: 887px;
}

.pdb887 {
  padding-bottom: 887px;
}

.pdl887 {
  padding-left: 887px;
}

.pd888 {
  padding: 888px;
}

.pdt888 {
  padding-top: 888px;
}

.pdr888 {
  padding-right: 888px;
}

.pdb888 {
  padding-bottom: 888px;
}

.pdl888 {
  padding-left: 888px;
}

.pd889 {
  padding: 889px;
}

.pdt889 {
  padding-top: 889px;
}

.pdr889 {
  padding-right: 889px;
}

.pdb889 {
  padding-bottom: 889px;
}

.pdl889 {
  padding-left: 889px;
}

.pd890 {
  padding: 890px;
}

.pdt890 {
  padding-top: 890px;
}

.pdr890 {
  padding-right: 890px;
}

.pdb890 {
  padding-bottom: 890px;
}

.pdl890 {
  padding-left: 890px;
}

.pd891 {
  padding: 891px;
}

.pdt891 {
  padding-top: 891px;
}

.pdr891 {
  padding-right: 891px;
}

.pdb891 {
  padding-bottom: 891px;
}

.pdl891 {
  padding-left: 891px;
}

.pd892 {
  padding: 892px;
}

.pdt892 {
  padding-top: 892px;
}

.pdr892 {
  padding-right: 892px;
}

.pdb892 {
  padding-bottom: 892px;
}

.pdl892 {
  padding-left: 892px;
}

.pd893 {
  padding: 893px;
}

.pdt893 {
  padding-top: 893px;
}

.pdr893 {
  padding-right: 893px;
}

.pdb893 {
  padding-bottom: 893px;
}

.pdl893 {
  padding-left: 893px;
}

.pd894 {
  padding: 894px;
}

.pdt894 {
  padding-top: 894px;
}

.pdr894 {
  padding-right: 894px;
}

.pdb894 {
  padding-bottom: 894px;
}

.pdl894 {
  padding-left: 894px;
}

.pd895 {
  padding: 895px;
}

.pdt895 {
  padding-top: 895px;
}

.pdr895 {
  padding-right: 895px;
}

.pdb895 {
  padding-bottom: 895px;
}

.pdl895 {
  padding-left: 895px;
}

.pd896 {
  padding: 896px;
}

.pdt896 {
  padding-top: 896px;
}

.pdr896 {
  padding-right: 896px;
}

.pdb896 {
  padding-bottom: 896px;
}

.pdl896 {
  padding-left: 896px;
}

.pd897 {
  padding: 897px;
}

.pdt897 {
  padding-top: 897px;
}

.pdr897 {
  padding-right: 897px;
}

.pdb897 {
  padding-bottom: 897px;
}

.pdl897 {
  padding-left: 897px;
}

.pd898 {
  padding: 898px;
}

.pdt898 {
  padding-top: 898px;
}

.pdr898 {
  padding-right: 898px;
}

.pdb898 {
  padding-bottom: 898px;
}

.pdl898 {
  padding-left: 898px;
}

.pd899 {
  padding: 899px;
}

.pdt899 {
  padding-top: 899px;
}

.pdr899 {
  padding-right: 899px;
}

.pdb899 {
  padding-bottom: 899px;
}

.pdl899 {
  padding-left: 899px;
}

.pd900 {
  padding: 900px;
}

.pdt900 {
  padding-top: 900px;
}

.pdr900 {
  padding-right: 900px;
}

.pdb900 {
  padding-bottom: 900px;
}

.pdl900 {
  padding-left: 900px;
}

.pd901 {
  padding: 901px;
}

.pdt901 {
  padding-top: 901px;
}

.pdr901 {
  padding-right: 901px;
}

.pdb901 {
  padding-bottom: 901px;
}

.pdl901 {
  padding-left: 901px;
}

.pd902 {
  padding: 902px;
}

.pdt902 {
  padding-top: 902px;
}

.pdr902 {
  padding-right: 902px;
}

.pdb902 {
  padding-bottom: 902px;
}

.pdl902 {
  padding-left: 902px;
}

.pd903 {
  padding: 903px;
}

.pdt903 {
  padding-top: 903px;
}

.pdr903 {
  padding-right: 903px;
}

.pdb903 {
  padding-bottom: 903px;
}

.pdl903 {
  padding-left: 903px;
}

.pd904 {
  padding: 904px;
}

.pdt904 {
  padding-top: 904px;
}

.pdr904 {
  padding-right: 904px;
}

.pdb904 {
  padding-bottom: 904px;
}

.pdl904 {
  padding-left: 904px;
}

.pd905 {
  padding: 905px;
}

.pdt905 {
  padding-top: 905px;
}

.pdr905 {
  padding-right: 905px;
}

.pdb905 {
  padding-bottom: 905px;
}

.pdl905 {
  padding-left: 905px;
}

.pd906 {
  padding: 906px;
}

.pdt906 {
  padding-top: 906px;
}

.pdr906 {
  padding-right: 906px;
}

.pdb906 {
  padding-bottom: 906px;
}

.pdl906 {
  padding-left: 906px;
}

.pd907 {
  padding: 907px;
}

.pdt907 {
  padding-top: 907px;
}

.pdr907 {
  padding-right: 907px;
}

.pdb907 {
  padding-bottom: 907px;
}

.pdl907 {
  padding-left: 907px;
}

.pd908 {
  padding: 908px;
}

.pdt908 {
  padding-top: 908px;
}

.pdr908 {
  padding-right: 908px;
}

.pdb908 {
  padding-bottom: 908px;
}

.pdl908 {
  padding-left: 908px;
}

.pd909 {
  padding: 909px;
}

.pdt909 {
  padding-top: 909px;
}

.pdr909 {
  padding-right: 909px;
}

.pdb909 {
  padding-bottom: 909px;
}

.pdl909 {
  padding-left: 909px;
}

.pd910 {
  padding: 910px;
}

.pdt910 {
  padding-top: 910px;
}

.pdr910 {
  padding-right: 910px;
}

.pdb910 {
  padding-bottom: 910px;
}

.pdl910 {
  padding-left: 910px;
}

.pd911 {
  padding: 911px;
}

.pdt911 {
  padding-top: 911px;
}

.pdr911 {
  padding-right: 911px;
}

.pdb911 {
  padding-bottom: 911px;
}

.pdl911 {
  padding-left: 911px;
}

.pd912 {
  padding: 912px;
}

.pdt912 {
  padding-top: 912px;
}

.pdr912 {
  padding-right: 912px;
}

.pdb912 {
  padding-bottom: 912px;
}

.pdl912 {
  padding-left: 912px;
}

.pd913 {
  padding: 913px;
}

.pdt913 {
  padding-top: 913px;
}

.pdr913 {
  padding-right: 913px;
}

.pdb913 {
  padding-bottom: 913px;
}

.pdl913 {
  padding-left: 913px;
}

.pd914 {
  padding: 914px;
}

.pdt914 {
  padding-top: 914px;
}

.pdr914 {
  padding-right: 914px;
}

.pdb914 {
  padding-bottom: 914px;
}

.pdl914 {
  padding-left: 914px;
}

.pd915 {
  padding: 915px;
}

.pdt915 {
  padding-top: 915px;
}

.pdr915 {
  padding-right: 915px;
}

.pdb915 {
  padding-bottom: 915px;
}

.pdl915 {
  padding-left: 915px;
}

.pd916 {
  padding: 916px;
}

.pdt916 {
  padding-top: 916px;
}

.pdr916 {
  padding-right: 916px;
}

.pdb916 {
  padding-bottom: 916px;
}

.pdl916 {
  padding-left: 916px;
}

.pd917 {
  padding: 917px;
}

.pdt917 {
  padding-top: 917px;
}

.pdr917 {
  padding-right: 917px;
}

.pdb917 {
  padding-bottom: 917px;
}

.pdl917 {
  padding-left: 917px;
}

.pd918 {
  padding: 918px;
}

.pdt918 {
  padding-top: 918px;
}

.pdr918 {
  padding-right: 918px;
}

.pdb918 {
  padding-bottom: 918px;
}

.pdl918 {
  padding-left: 918px;
}

.pd919 {
  padding: 919px;
}

.pdt919 {
  padding-top: 919px;
}

.pdr919 {
  padding-right: 919px;
}

.pdb919 {
  padding-bottom: 919px;
}

.pdl919 {
  padding-left: 919px;
}

.pd920 {
  padding: 920px;
}

.pdt920 {
  padding-top: 920px;
}

.pdr920 {
  padding-right: 920px;
}

.pdb920 {
  padding-bottom: 920px;
}

.pdl920 {
  padding-left: 920px;
}

.pd921 {
  padding: 921px;
}

.pdt921 {
  padding-top: 921px;
}

.pdr921 {
  padding-right: 921px;
}

.pdb921 {
  padding-bottom: 921px;
}

.pdl921 {
  padding-left: 921px;
}

.pd922 {
  padding: 922px;
}

.pdt922 {
  padding-top: 922px;
}

.pdr922 {
  padding-right: 922px;
}

.pdb922 {
  padding-bottom: 922px;
}

.pdl922 {
  padding-left: 922px;
}

.pd923 {
  padding: 923px;
}

.pdt923 {
  padding-top: 923px;
}

.pdr923 {
  padding-right: 923px;
}

.pdb923 {
  padding-bottom: 923px;
}

.pdl923 {
  padding-left: 923px;
}

.pd924 {
  padding: 924px;
}

.pdt924 {
  padding-top: 924px;
}

.pdr924 {
  padding-right: 924px;
}

.pdb924 {
  padding-bottom: 924px;
}

.pdl924 {
  padding-left: 924px;
}

.pd925 {
  padding: 925px;
}

.pdt925 {
  padding-top: 925px;
}

.pdr925 {
  padding-right: 925px;
}

.pdb925 {
  padding-bottom: 925px;
}

.pdl925 {
  padding-left: 925px;
}

.pd926 {
  padding: 926px;
}

.pdt926 {
  padding-top: 926px;
}

.pdr926 {
  padding-right: 926px;
}

.pdb926 {
  padding-bottom: 926px;
}

.pdl926 {
  padding-left: 926px;
}

.pd927 {
  padding: 927px;
}

.pdt927 {
  padding-top: 927px;
}

.pdr927 {
  padding-right: 927px;
}

.pdb927 {
  padding-bottom: 927px;
}

.pdl927 {
  padding-left: 927px;
}

.pd928 {
  padding: 928px;
}

.pdt928 {
  padding-top: 928px;
}

.pdr928 {
  padding-right: 928px;
}

.pdb928 {
  padding-bottom: 928px;
}

.pdl928 {
  padding-left: 928px;
}

.pd929 {
  padding: 929px;
}

.pdt929 {
  padding-top: 929px;
}

.pdr929 {
  padding-right: 929px;
}

.pdb929 {
  padding-bottom: 929px;
}

.pdl929 {
  padding-left: 929px;
}

.pd930 {
  padding: 930px;
}

.pdt930 {
  padding-top: 930px;
}

.pdr930 {
  padding-right: 930px;
}

.pdb930 {
  padding-bottom: 930px;
}

.pdl930 {
  padding-left: 930px;
}

.pd931 {
  padding: 931px;
}

.pdt931 {
  padding-top: 931px;
}

.pdr931 {
  padding-right: 931px;
}

.pdb931 {
  padding-bottom: 931px;
}

.pdl931 {
  padding-left: 931px;
}

.pd932 {
  padding: 932px;
}

.pdt932 {
  padding-top: 932px;
}

.pdr932 {
  padding-right: 932px;
}

.pdb932 {
  padding-bottom: 932px;
}

.pdl932 {
  padding-left: 932px;
}

.pd933 {
  padding: 933px;
}

.pdt933 {
  padding-top: 933px;
}

.pdr933 {
  padding-right: 933px;
}

.pdb933 {
  padding-bottom: 933px;
}

.pdl933 {
  padding-left: 933px;
}

.pd934 {
  padding: 934px;
}

.pdt934 {
  padding-top: 934px;
}

.pdr934 {
  padding-right: 934px;
}

.pdb934 {
  padding-bottom: 934px;
}

.pdl934 {
  padding-left: 934px;
}

.pd935 {
  padding: 935px;
}

.pdt935 {
  padding-top: 935px;
}

.pdr935 {
  padding-right: 935px;
}

.pdb935 {
  padding-bottom: 935px;
}

.pdl935 {
  padding-left: 935px;
}

.pd936 {
  padding: 936px;
}

.pdt936 {
  padding-top: 936px;
}

.pdr936 {
  padding-right: 936px;
}

.pdb936 {
  padding-bottom: 936px;
}

.pdl936 {
  padding-left: 936px;
}

.pd937 {
  padding: 937px;
}

.pdt937 {
  padding-top: 937px;
}

.pdr937 {
  padding-right: 937px;
}

.pdb937 {
  padding-bottom: 937px;
}

.pdl937 {
  padding-left: 937px;
}

.pd938 {
  padding: 938px;
}

.pdt938 {
  padding-top: 938px;
}

.pdr938 {
  padding-right: 938px;
}

.pdb938 {
  padding-bottom: 938px;
}

.pdl938 {
  padding-left: 938px;
}

.pd939 {
  padding: 939px;
}

.pdt939 {
  padding-top: 939px;
}

.pdr939 {
  padding-right: 939px;
}

.pdb939 {
  padding-bottom: 939px;
}

.pdl939 {
  padding-left: 939px;
}

.pd940 {
  padding: 940px;
}

.pdt940 {
  padding-top: 940px;
}

.pdr940 {
  padding-right: 940px;
}

.pdb940 {
  padding-bottom: 940px;
}

.pdl940 {
  padding-left: 940px;
}

.pd941 {
  padding: 941px;
}

.pdt941 {
  padding-top: 941px;
}

.pdr941 {
  padding-right: 941px;
}

.pdb941 {
  padding-bottom: 941px;
}

.pdl941 {
  padding-left: 941px;
}

.pd942 {
  padding: 942px;
}

.pdt942 {
  padding-top: 942px;
}

.pdr942 {
  padding-right: 942px;
}

.pdb942 {
  padding-bottom: 942px;
}

.pdl942 {
  padding-left: 942px;
}

.pd943 {
  padding: 943px;
}

.pdt943 {
  padding-top: 943px;
}

.pdr943 {
  padding-right: 943px;
}

.pdb943 {
  padding-bottom: 943px;
}

.pdl943 {
  padding-left: 943px;
}

.pd944 {
  padding: 944px;
}

.pdt944 {
  padding-top: 944px;
}

.pdr944 {
  padding-right: 944px;
}

.pdb944 {
  padding-bottom: 944px;
}

.pdl944 {
  padding-left: 944px;
}

.pd945 {
  padding: 945px;
}

.pdt945 {
  padding-top: 945px;
}

.pdr945 {
  padding-right: 945px;
}

.pdb945 {
  padding-bottom: 945px;
}

.pdl945 {
  padding-left: 945px;
}

.pd946 {
  padding: 946px;
}

.pdt946 {
  padding-top: 946px;
}

.pdr946 {
  padding-right: 946px;
}

.pdb946 {
  padding-bottom: 946px;
}

.pdl946 {
  padding-left: 946px;
}

.pd947 {
  padding: 947px;
}

.pdt947 {
  padding-top: 947px;
}

.pdr947 {
  padding-right: 947px;
}

.pdb947 {
  padding-bottom: 947px;
}

.pdl947 {
  padding-left: 947px;
}

.pd948 {
  padding: 948px;
}

.pdt948 {
  padding-top: 948px;
}

.pdr948 {
  padding-right: 948px;
}

.pdb948 {
  padding-bottom: 948px;
}

.pdl948 {
  padding-left: 948px;
}

.pd949 {
  padding: 949px;
}

.pdt949 {
  padding-top: 949px;
}

.pdr949 {
  padding-right: 949px;
}

.pdb949 {
  padding-bottom: 949px;
}

.pdl949 {
  padding-left: 949px;
}

.pd950 {
  padding: 950px;
}

.pdt950 {
  padding-top: 950px;
}

.pdr950 {
  padding-right: 950px;
}

.pdb950 {
  padding-bottom: 950px;
}

.pdl950 {
  padding-left: 950px;
}

.pd951 {
  padding: 951px;
}

.pdt951 {
  padding-top: 951px;
}

.pdr951 {
  padding-right: 951px;
}

.pdb951 {
  padding-bottom: 951px;
}

.pdl951 {
  padding-left: 951px;
}

.pd952 {
  padding: 952px;
}

.pdt952 {
  padding-top: 952px;
}

.pdr952 {
  padding-right: 952px;
}

.pdb952 {
  padding-bottom: 952px;
}

.pdl952 {
  padding-left: 952px;
}

.pd953 {
  padding: 953px;
}

.pdt953 {
  padding-top: 953px;
}

.pdr953 {
  padding-right: 953px;
}

.pdb953 {
  padding-bottom: 953px;
}

.pdl953 {
  padding-left: 953px;
}

.pd954 {
  padding: 954px;
}

.pdt954 {
  padding-top: 954px;
}

.pdr954 {
  padding-right: 954px;
}

.pdb954 {
  padding-bottom: 954px;
}

.pdl954 {
  padding-left: 954px;
}

.pd955 {
  padding: 955px;
}

.pdt955 {
  padding-top: 955px;
}

.pdr955 {
  padding-right: 955px;
}

.pdb955 {
  padding-bottom: 955px;
}

.pdl955 {
  padding-left: 955px;
}

.pd956 {
  padding: 956px;
}

.pdt956 {
  padding-top: 956px;
}

.pdr956 {
  padding-right: 956px;
}

.pdb956 {
  padding-bottom: 956px;
}

.pdl956 {
  padding-left: 956px;
}

.pd957 {
  padding: 957px;
}

.pdt957 {
  padding-top: 957px;
}

.pdr957 {
  padding-right: 957px;
}

.pdb957 {
  padding-bottom: 957px;
}

.pdl957 {
  padding-left: 957px;
}

.pd958 {
  padding: 958px;
}

.pdt958 {
  padding-top: 958px;
}

.pdr958 {
  padding-right: 958px;
}

.pdb958 {
  padding-bottom: 958px;
}

.pdl958 {
  padding-left: 958px;
}

.pd959 {
  padding: 959px;
}

.pdt959 {
  padding-top: 959px;
}

.pdr959 {
  padding-right: 959px;
}

.pdb959 {
  padding-bottom: 959px;
}

.pdl959 {
  padding-left: 959px;
}

.pd960 {
  padding: 960px;
}

.pdt960 {
  padding-top: 960px;
}

.pdr960 {
  padding-right: 960px;
}

.pdb960 {
  padding-bottom: 960px;
}

.pdl960 {
  padding-left: 960px;
}

.pd961 {
  padding: 961px;
}

.pdt961 {
  padding-top: 961px;
}

.pdr961 {
  padding-right: 961px;
}

.pdb961 {
  padding-bottom: 961px;
}

.pdl961 {
  padding-left: 961px;
}

.pd962 {
  padding: 962px;
}

.pdt962 {
  padding-top: 962px;
}

.pdr962 {
  padding-right: 962px;
}

.pdb962 {
  padding-bottom: 962px;
}

.pdl962 {
  padding-left: 962px;
}

.pd963 {
  padding: 963px;
}

.pdt963 {
  padding-top: 963px;
}

.pdr963 {
  padding-right: 963px;
}

.pdb963 {
  padding-bottom: 963px;
}

.pdl963 {
  padding-left: 963px;
}

.pd964 {
  padding: 964px;
}

.pdt964 {
  padding-top: 964px;
}

.pdr964 {
  padding-right: 964px;
}

.pdb964 {
  padding-bottom: 964px;
}

.pdl964 {
  padding-left: 964px;
}

.pd965 {
  padding: 965px;
}

.pdt965 {
  padding-top: 965px;
}

.pdr965 {
  padding-right: 965px;
}

.pdb965 {
  padding-bottom: 965px;
}

.pdl965 {
  padding-left: 965px;
}

.pd966 {
  padding: 966px;
}

.pdt966 {
  padding-top: 966px;
}

.pdr966 {
  padding-right: 966px;
}

.pdb966 {
  padding-bottom: 966px;
}

.pdl966 {
  padding-left: 966px;
}

.pd967 {
  padding: 967px;
}

.pdt967 {
  padding-top: 967px;
}

.pdr967 {
  padding-right: 967px;
}

.pdb967 {
  padding-bottom: 967px;
}

.pdl967 {
  padding-left: 967px;
}

.pd968 {
  padding: 968px;
}

.pdt968 {
  padding-top: 968px;
}

.pdr968 {
  padding-right: 968px;
}

.pdb968 {
  padding-bottom: 968px;
}

.pdl968 {
  padding-left: 968px;
}

.pd969 {
  padding: 969px;
}

.pdt969 {
  padding-top: 969px;
}

.pdr969 {
  padding-right: 969px;
}

.pdb969 {
  padding-bottom: 969px;
}

.pdl969 {
  padding-left: 969px;
}

.pd970 {
  padding: 970px;
}

.pdt970 {
  padding-top: 970px;
}

.pdr970 {
  padding-right: 970px;
}

.pdb970 {
  padding-bottom: 970px;
}

.pdl970 {
  padding-left: 970px;
}

.pd971 {
  padding: 971px;
}

.pdt971 {
  padding-top: 971px;
}

.pdr971 {
  padding-right: 971px;
}

.pdb971 {
  padding-bottom: 971px;
}

.pdl971 {
  padding-left: 971px;
}

.pd972 {
  padding: 972px;
}

.pdt972 {
  padding-top: 972px;
}

.pdr972 {
  padding-right: 972px;
}

.pdb972 {
  padding-bottom: 972px;
}

.pdl972 {
  padding-left: 972px;
}

.pd973 {
  padding: 973px;
}

.pdt973 {
  padding-top: 973px;
}

.pdr973 {
  padding-right: 973px;
}

.pdb973 {
  padding-bottom: 973px;
}

.pdl973 {
  padding-left: 973px;
}

.pd974 {
  padding: 974px;
}

.pdt974 {
  padding-top: 974px;
}

.pdr974 {
  padding-right: 974px;
}

.pdb974 {
  padding-bottom: 974px;
}

.pdl974 {
  padding-left: 974px;
}

.pd975 {
  padding: 975px;
}

.pdt975 {
  padding-top: 975px;
}

.pdr975 {
  padding-right: 975px;
}

.pdb975 {
  padding-bottom: 975px;
}

.pdl975 {
  padding-left: 975px;
}

.pd976 {
  padding: 976px;
}

.pdt976 {
  padding-top: 976px;
}

.pdr976 {
  padding-right: 976px;
}

.pdb976 {
  padding-bottom: 976px;
}

.pdl976 {
  padding-left: 976px;
}

.pd977 {
  padding: 977px;
}

.pdt977 {
  padding-top: 977px;
}

.pdr977 {
  padding-right: 977px;
}

.pdb977 {
  padding-bottom: 977px;
}

.pdl977 {
  padding-left: 977px;
}

.pd978 {
  padding: 978px;
}

.pdt978 {
  padding-top: 978px;
}

.pdr978 {
  padding-right: 978px;
}

.pdb978 {
  padding-bottom: 978px;
}

.pdl978 {
  padding-left: 978px;
}

.pd979 {
  padding: 979px;
}

.pdt979 {
  padding-top: 979px;
}

.pdr979 {
  padding-right: 979px;
}

.pdb979 {
  padding-bottom: 979px;
}

.pdl979 {
  padding-left: 979px;
}

.pd980 {
  padding: 980px;
}

.pdt980 {
  padding-top: 980px;
}

.pdr980 {
  padding-right: 980px;
}

.pdb980 {
  padding-bottom: 980px;
}

.pdl980 {
  padding-left: 980px;
}

.pd981 {
  padding: 981px;
}

.pdt981 {
  padding-top: 981px;
}

.pdr981 {
  padding-right: 981px;
}

.pdb981 {
  padding-bottom: 981px;
}

.pdl981 {
  padding-left: 981px;
}

.pd982 {
  padding: 982px;
}

.pdt982 {
  padding-top: 982px;
}

.pdr982 {
  padding-right: 982px;
}

.pdb982 {
  padding-bottom: 982px;
}

.pdl982 {
  padding-left: 982px;
}

.pd983 {
  padding: 983px;
}

.pdt983 {
  padding-top: 983px;
}

.pdr983 {
  padding-right: 983px;
}

.pdb983 {
  padding-bottom: 983px;
}

.pdl983 {
  padding-left: 983px;
}

.pd984 {
  padding: 984px;
}

.pdt984 {
  padding-top: 984px;
}

.pdr984 {
  padding-right: 984px;
}

.pdb984 {
  padding-bottom: 984px;
}

.pdl984 {
  padding-left: 984px;
}

.pd985 {
  padding: 985px;
}

.pdt985 {
  padding-top: 985px;
}

.pdr985 {
  padding-right: 985px;
}

.pdb985 {
  padding-bottom: 985px;
}

.pdl985 {
  padding-left: 985px;
}

.pd986 {
  padding: 986px;
}

.pdt986 {
  padding-top: 986px;
}

.pdr986 {
  padding-right: 986px;
}

.pdb986 {
  padding-bottom: 986px;
}

.pdl986 {
  padding-left: 986px;
}

.pd987 {
  padding: 987px;
}

.pdt987 {
  padding-top: 987px;
}

.pdr987 {
  padding-right: 987px;
}

.pdb987 {
  padding-bottom: 987px;
}

.pdl987 {
  padding-left: 987px;
}

.pd988 {
  padding: 988px;
}

.pdt988 {
  padding-top: 988px;
}

.pdr988 {
  padding-right: 988px;
}

.pdb988 {
  padding-bottom: 988px;
}

.pdl988 {
  padding-left: 988px;
}

.pd989 {
  padding: 989px;
}

.pdt989 {
  padding-top: 989px;
}

.pdr989 {
  padding-right: 989px;
}

.pdb989 {
  padding-bottom: 989px;
}

.pdl989 {
  padding-left: 989px;
}

.pd990 {
  padding: 990px;
}

.pdt990 {
  padding-top: 990px;
}

.pdr990 {
  padding-right: 990px;
}

.pdb990 {
  padding-bottom: 990px;
}

.pdl990 {
  padding-left: 990px;
}

.pd991 {
  padding: 991px;
}

.pdt991 {
  padding-top: 991px;
}

.pdr991 {
  padding-right: 991px;
}

.pdb991 {
  padding-bottom: 991px;
}

.pdl991 {
  padding-left: 991px;
}

.pd992 {
  padding: 992px;
}

.pdt992 {
  padding-top: 992px;
}

.pdr992 {
  padding-right: 992px;
}

.pdb992 {
  padding-bottom: 992px;
}

.pdl992 {
  padding-left: 992px;
}

.pd993 {
  padding: 993px;
}

.pdt993 {
  padding-top: 993px;
}

.pdr993 {
  padding-right: 993px;
}

.pdb993 {
  padding-bottom: 993px;
}

.pdl993 {
  padding-left: 993px;
}

.pd994 {
  padding: 994px;
}

.pdt994 {
  padding-top: 994px;
}

.pdr994 {
  padding-right: 994px;
}

.pdb994 {
  padding-bottom: 994px;
}

.pdl994 {
  padding-left: 994px;
}

.pd995 {
  padding: 995px;
}

.pdt995 {
  padding-top: 995px;
}

.pdr995 {
  padding-right: 995px;
}

.pdb995 {
  padding-bottom: 995px;
}

.pdl995 {
  padding-left: 995px;
}

.pd996 {
  padding: 996px;
}

.pdt996 {
  padding-top: 996px;
}

.pdr996 {
  padding-right: 996px;
}

.pdb996 {
  padding-bottom: 996px;
}

.pdl996 {
  padding-left: 996px;
}

.pd997 {
  padding: 997px;
}

.pdt997 {
  padding-top: 997px;
}

.pdr997 {
  padding-right: 997px;
}

.pdb997 {
  padding-bottom: 997px;
}

.pdl997 {
  padding-left: 997px;
}

.pd998 {
  padding: 998px;
}

.pdt998 {
  padding-top: 998px;
}

.pdr998 {
  padding-right: 998px;
}

.pdb998 {
  padding-bottom: 998px;
}

.pdl998 {
  padding-left: 998px;
}

.pd999 {
  padding: 999px;
}

.pdt999 {
  padding-top: 999px;
}

.pdr999 {
  padding-right: 999px;
}

.pdb999 {
  padding-bottom: 999px;
}

.pdl999 {
  padding-left: 999px;
}

.pd0p {
  padding: 0%;
}

.pdt0p {
  padding-top: 0%;
}

.pdr0p {
  padding-right: 0%;
}

.pdb0p {
  padding-bottom: 0%;
}

.pdl0p {
  padding-left: 0%;
}

.pd1p {
  padding: 1%;
}

.pdt1p {
  padding-top: 1%;
}

.pdr1p {
  padding-right: 1%;
}

.pdb1p {
  padding-bottom: 1%;
}

.pdl1p {
  padding-left: 1%;
}

.pd2p {
  padding: 2%;
}

.pdt2p {
  padding-top: 2%;
}

.pdr2p {
  padding-right: 2%;
}

.pdb2p {
  padding-bottom: 2%;
}

.pdl2p {
  padding-left: 2%;
}

.pd3p {
  padding: 3%;
}

.pdt3p {
  padding-top: 3%;
}

.pdr3p {
  padding-right: 3%;
}

.pdb3p {
  padding-bottom: 3%;
}

.pdl3p {
  padding-left: 3%;
}

.pd4p {
  padding: 4%;
}

.pdt4p {
  padding-top: 4%;
}

.pdr4p {
  padding-right: 4%;
}

.pdb4p {
  padding-bottom: 4%;
}

.pdl4p {
  padding-left: 4%;
}

.pd5p {
  padding: 5%;
}

.pdt5p {
  padding-top: 5%;
}

.pdr5p {
  padding-right: 5%;
}

.pdb5p {
  padding-bottom: 5%;
}

.pdl5p {
  padding-left: 5%;
}

.pd6p {
  padding: 6%;
}

.pdt6p {
  padding-top: 6%;
}

.pdr6p {
  padding-right: 6%;
}

.pdb6p {
  padding-bottom: 6%;
}

.pdl6p {
  padding-left: 6%;
}

.pd7p {
  padding: 7%;
}

.pdt7p {
  padding-top: 7%;
}

.pdr7p {
  padding-right: 7%;
}

.pdb7p {
  padding-bottom: 7%;
}

.pdl7p {
  padding-left: 7%;
}

.pd8p {
  padding: 8%;
}

.pdt8p {
  padding-top: 8%;
}

.pdr8p {
  padding-right: 8%;
}

.pdb8p {
  padding-bottom: 8%;
}

.pdl8p {
  padding-left: 8%;
}

.pd9p {
  padding: 9%;
}

.pdt9p {
  padding-top: 9%;
}

.pdr9p {
  padding-right: 9%;
}

.pdb9p {
  padding-bottom: 9%;
}

.pdl9p {
  padding-left: 9%;
}

.pd10p {
  padding: 10%;
}

.pdt10p {
  padding-top: 10%;
}

.pdr10p {
  padding-right: 10%;
}

.pdb10p {
  padding-bottom: 10%;
}

.pdl10p {
  padding-left: 10%;
}

.pd11p {
  padding: 11%;
}

.pdt11p {
  padding-top: 11%;
}

.pdr11p {
  padding-right: 11%;
}

.pdb11p {
  padding-bottom: 11%;
}

.pdl11p {
  padding-left: 11%;
}

.pd12p {
  padding: 12%;
}

.pdt12p {
  padding-top: 12%;
}

.pdr12p {
  padding-right: 12%;
}

.pdb12p {
  padding-bottom: 12%;
}

.pdl12p {
  padding-left: 12%;
}

.pd13p {
  padding: 13%;
}

.pdt13p {
  padding-top: 13%;
}

.pdr13p {
  padding-right: 13%;
}

.pdb13p {
  padding-bottom: 13%;
}

.pdl13p {
  padding-left: 13%;
}

.pd14p {
  padding: 14%;
}

.pdt14p {
  padding-top: 14%;
}

.pdr14p {
  padding-right: 14%;
}

.pdb14p {
  padding-bottom: 14%;
}

.pdl14p {
  padding-left: 14%;
}

.pd15p {
  padding: 15%;
}

.pdt15p {
  padding-top: 15%;
}

.pdr15p {
  padding-right: 15%;
}

.pdb15p {
  padding-bottom: 15%;
}

.pdl15p {
  padding-left: 15%;
}

.pd16p {
  padding: 16%;
}

.pdt16p {
  padding-top: 16%;
}

.pdr16p {
  padding-right: 16%;
}

.pdb16p {
  padding-bottom: 16%;
}

.pdl16p {
  padding-left: 16%;
}

.pd17p {
  padding: 17%;
}

.pdt17p {
  padding-top: 17%;
}

.pdr17p {
  padding-right: 17%;
}

.pdb17p {
  padding-bottom: 17%;
}

.pdl17p {
  padding-left: 17%;
}

.pd18p {
  padding: 18%;
}

.pdt18p {
  padding-top: 18%;
}

.pdr18p {
  padding-right: 18%;
}

.pdb18p {
  padding-bottom: 18%;
}

.pdl18p {
  padding-left: 18%;
}

.pd19p {
  padding: 19%;
}

.pdt19p {
  padding-top: 19%;
}

.pdr19p {
  padding-right: 19%;
}

.pdb19p {
  padding-bottom: 19%;
}

.pdl19p {
  padding-left: 19%;
}

.pd20p {
  padding: 20%;
}

.pdt20p {
  padding-top: 20%;
}

.pdr20p {
  padding-right: 20%;
}

.pdb20p {
  padding-bottom: 20%;
}

.pdl20p {
  padding-left: 20%;
}

.pd21p {
  padding: 21%;
}

.pdt21p {
  padding-top: 21%;
}

.pdr21p {
  padding-right: 21%;
}

.pdb21p {
  padding-bottom: 21%;
}

.pdl21p {
  padding-left: 21%;
}

.pd22p {
  padding: 22%;
}

.pdt22p {
  padding-top: 22%;
}

.pdr22p {
  padding-right: 22%;
}

.pdb22p {
  padding-bottom: 22%;
}

.pdl22p {
  padding-left: 22%;
}

.pd23p {
  padding: 23%;
}

.pdt23p {
  padding-top: 23%;
}

.pdr23p {
  padding-right: 23%;
}

.pdb23p {
  padding-bottom: 23%;
}

.pdl23p {
  padding-left: 23%;
}

.pd24p {
  padding: 24%;
}

.pdt24p {
  padding-top: 24%;
}

.pdr24p {
  padding-right: 24%;
}

.pdb24p {
  padding-bottom: 24%;
}

.pdl24p {
  padding-left: 24%;
}

.pd25p {
  padding: 25%;
}

.pdt25p {
  padding-top: 25%;
}

.pdr25p {
  padding-right: 25%;
}

.pdb25p {
  padding-bottom: 25%;
}

.pdl25p {
  padding-left: 25%;
}

.pd26p {
  padding: 26%;
}

.pdt26p {
  padding-top: 26%;
}

.pdr26p {
  padding-right: 26%;
}

.pdb26p {
  padding-bottom: 26%;
}

.pdl26p {
  padding-left: 26%;
}

.pd27p {
  padding: 27%;
}

.pdt27p {
  padding-top: 27%;
}

.pdr27p {
  padding-right: 27%;
}

.pdb27p {
  padding-bottom: 27%;
}

.pdl27p {
  padding-left: 27%;
}

.pd28p {
  padding: 28%;
}

.pdt28p {
  padding-top: 28%;
}

.pdr28p {
  padding-right: 28%;
}

.pdb28p {
  padding-bottom: 28%;
}

.pdl28p {
  padding-left: 28%;
}

.pd29p {
  padding: 29%;
}

.pdt29p {
  padding-top: 29%;
}

.pdr29p {
  padding-right: 29%;
}

.pdb29p {
  padding-bottom: 29%;
}

.pdl29p {
  padding-left: 29%;
}

.pd30p {
  padding: 30%;
}

.pdt30p {
  padding-top: 30%;
}

.pdr30p {
  padding-right: 30%;
}

.pdb30p {
  padding-bottom: 30%;
}

.pdl30p {
  padding-left: 30%;
}

.pd31p {
  padding: 31%;
}

.pdt31p {
  padding-top: 31%;
}

.pdr31p {
  padding-right: 31%;
}

.pdb31p {
  padding-bottom: 31%;
}

.pdl31p {
  padding-left: 31%;
}

.pd32p {
  padding: 32%;
}

.pdt32p {
  padding-top: 32%;
}

.pdr32p {
  padding-right: 32%;
}

.pdb32p {
  padding-bottom: 32%;
}

.pdl32p {
  padding-left: 32%;
}

.pd33p {
  padding: 33%;
}

.pdt33p {
  padding-top: 33%;
}

.pdr33p {
  padding-right: 33%;
}

.pdb33p {
  padding-bottom: 33%;
}

.pdl33p {
  padding-left: 33%;
}

.pd34p {
  padding: 34%;
}

.pdt34p {
  padding-top: 34%;
}

.pdr34p {
  padding-right: 34%;
}

.pdb34p {
  padding-bottom: 34%;
}

.pdl34p {
  padding-left: 34%;
}

.pd35p {
  padding: 35%;
}

.pdt35p {
  padding-top: 35%;
}

.pdr35p {
  padding-right: 35%;
}

.pdb35p {
  padding-bottom: 35%;
}

.pdl35p {
  padding-left: 35%;
}

.pd36p {
  padding: 36%;
}

.pdt36p {
  padding-top: 36%;
}

.pdr36p {
  padding-right: 36%;
}

.pdb36p {
  padding-bottom: 36%;
}

.pdl36p {
  padding-left: 36%;
}

.pd37p {
  padding: 37%;
}

.pdt37p {
  padding-top: 37%;
}

.pdr37p {
  padding-right: 37%;
}

.pdb37p {
  padding-bottom: 37%;
}

.pdl37p {
  padding-left: 37%;
}

.pd38p {
  padding: 38%;
}

.pdt38p {
  padding-top: 38%;
}

.pdr38p {
  padding-right: 38%;
}

.pdb38p {
  padding-bottom: 38%;
}

.pdl38p {
  padding-left: 38%;
}

.pd39p {
  padding: 39%;
}

.pdt39p {
  padding-top: 39%;
}

.pdr39p {
  padding-right: 39%;
}

.pdb39p {
  padding-bottom: 39%;
}

.pdl39p {
  padding-left: 39%;
}

.pd40p {
  padding: 40%;
}

.pdt40p {
  padding-top: 40%;
}

.pdr40p {
  padding-right: 40%;
}

.pdb40p {
  padding-bottom: 40%;
}

.pdl40p {
  padding-left: 40%;
}

.pd41p {
  padding: 41%;
}

.pdt41p {
  padding-top: 41%;
}

.pdr41p {
  padding-right: 41%;
}

.pdb41p {
  padding-bottom: 41%;
}

.pdl41p {
  padding-left: 41%;
}

.pd42p {
  padding: 42%;
}

.pdt42p {
  padding-top: 42%;
}

.pdr42p {
  padding-right: 42%;
}

.pdb42p {
  padding-bottom: 42%;
}

.pdl42p {
  padding-left: 42%;
}

.pd43p {
  padding: 43%;
}

.pdt43p {
  padding-top: 43%;
}

.pdr43p {
  padding-right: 43%;
}

.pdb43p {
  padding-bottom: 43%;
}

.pdl43p {
  padding-left: 43%;
}

.pd44p {
  padding: 44%;
}

.pdt44p {
  padding-top: 44%;
}

.pdr44p {
  padding-right: 44%;
}

.pdb44p {
  padding-bottom: 44%;
}

.pdl44p {
  padding-left: 44%;
}

.pd45p {
  padding: 45%;
}

.pdt45p {
  padding-top: 45%;
}

.pdr45p {
  padding-right: 45%;
}

.pdb45p {
  padding-bottom: 45%;
}

.pdl45p {
  padding-left: 45%;
}

.pd46p {
  padding: 46%;
}

.pdt46p {
  padding-top: 46%;
}

.pdr46p {
  padding-right: 46%;
}

.pdb46p {
  padding-bottom: 46%;
}

.pdl46p {
  padding-left: 46%;
}

.pd47p {
  padding: 47%;
}

.pdt47p {
  padding-top: 47%;
}

.pdr47p {
  padding-right: 47%;
}

.pdb47p {
  padding-bottom: 47%;
}

.pdl47p {
  padding-left: 47%;
}

.pd48p {
  padding: 48%;
}

.pdt48p {
  padding-top: 48%;
}

.pdr48p {
  padding-right: 48%;
}

.pdb48p {
  padding-bottom: 48%;
}

.pdl48p {
  padding-left: 48%;
}

.pd49p {
  padding: 49%;
}

.pdt49p {
  padding-top: 49%;
}

.pdr49p {
  padding-right: 49%;
}

.pdb49p {
  padding-bottom: 49%;
}

.pdl49p {
  padding-left: 49%;
}

.pd50p {
  padding: 50%;
}

.pdt50p {
  padding-top: 50%;
}

.pdr50p {
  padding-right: 50%;
}

.pdb50p {
  padding-bottom: 50%;
}

.pdl50p {
  padding-left: 50%;
}

.pd51p {
  padding: 51%;
}

.pdt51p {
  padding-top: 51%;
}

.pdr51p {
  padding-right: 51%;
}

.pdb51p {
  padding-bottom: 51%;
}

.pdl51p {
  padding-left: 51%;
}

.pd52p {
  padding: 52%;
}

.pdt52p {
  padding-top: 52%;
}

.pdr52p {
  padding-right: 52%;
}

.pdb52p {
  padding-bottom: 52%;
}

.pdl52p {
  padding-left: 52%;
}

.pd53p {
  padding: 53%;
}

.pdt53p {
  padding-top: 53%;
}

.pdr53p {
  padding-right: 53%;
}

.pdb53p {
  padding-bottom: 53%;
}

.pdl53p {
  padding-left: 53%;
}

.pd54p {
  padding: 54%;
}

.pdt54p {
  padding-top: 54%;
}

.pdr54p {
  padding-right: 54%;
}

.pdb54p {
  padding-bottom: 54%;
}

.pdl54p {
  padding-left: 54%;
}

.pd55p {
  padding: 55%;
}

.pdt55p {
  padding-top: 55%;
}

.pdr55p {
  padding-right: 55%;
}

.pdb55p {
  padding-bottom: 55%;
}

.pdl55p {
  padding-left: 55%;
}

.pd56p {
  padding: 56%;
}

.pdt56p {
  padding-top: 56%;
}

.pdr56p {
  padding-right: 56%;
}

.pdb56p {
  padding-bottom: 56%;
}

.pdl56p {
  padding-left: 56%;
}

.pd57p {
  padding: 57%;
}

.pdt57p {
  padding-top: 57%;
}

.pdr57p {
  padding-right: 57%;
}

.pdb57p {
  padding-bottom: 57%;
}

.pdl57p {
  padding-left: 57%;
}

.pd58p {
  padding: 58%;
}

.pdt58p {
  padding-top: 58%;
}

.pdr58p {
  padding-right: 58%;
}

.pdb58p {
  padding-bottom: 58%;
}

.pdl58p {
  padding-left: 58%;
}

.pd59p {
  padding: 59%;
}

.pdt59p {
  padding-top: 59%;
}

.pdr59p {
  padding-right: 59%;
}

.pdb59p {
  padding-bottom: 59%;
}

.pdl59p {
  padding-left: 59%;
}

.pd60p {
  padding: 60%;
}

.pdt60p {
  padding-top: 60%;
}

.pdr60p {
  padding-right: 60%;
}

.pdb60p {
  padding-bottom: 60%;
}

.pdl60p {
  padding-left: 60%;
}

.pd61p {
  padding: 61%;
}

.pdt61p {
  padding-top: 61%;
}

.pdr61p {
  padding-right: 61%;
}

.pdb61p {
  padding-bottom: 61%;
}

.pdl61p {
  padding-left: 61%;
}

.pd62p {
  padding: 62%;
}

.pdt62p {
  padding-top: 62%;
}

.pdr62p {
  padding-right: 62%;
}

.pdb62p {
  padding-bottom: 62%;
}

.pdl62p {
  padding-left: 62%;
}

.pd63p {
  padding: 63%;
}

.pdt63p {
  padding-top: 63%;
}

.pdr63p {
  padding-right: 63%;
}

.pdb63p {
  padding-bottom: 63%;
}

.pdl63p {
  padding-left: 63%;
}

.pd64p {
  padding: 64%;
}

.pdt64p {
  padding-top: 64%;
}

.pdr64p {
  padding-right: 64%;
}

.pdb64p {
  padding-bottom: 64%;
}

.pdl64p {
  padding-left: 64%;
}

.pd65p {
  padding: 65%;
}

.pdt65p {
  padding-top: 65%;
}

.pdr65p {
  padding-right: 65%;
}

.pdb65p {
  padding-bottom: 65%;
}

.pdl65p {
  padding-left: 65%;
}

.pd66p {
  padding: 66%;
}

.pdt66p {
  padding-top: 66%;
}

.pdr66p {
  padding-right: 66%;
}

.pdb66p {
  padding-bottom: 66%;
}

.pdl66p {
  padding-left: 66%;
}

.pd67p {
  padding: 67%;
}

.pdt67p {
  padding-top: 67%;
}

.pdr67p {
  padding-right: 67%;
}

.pdb67p {
  padding-bottom: 67%;
}

.pdl67p {
  padding-left: 67%;
}

.pd68p {
  padding: 68%;
}

.pdt68p {
  padding-top: 68%;
}

.pdr68p {
  padding-right: 68%;
}

.pdb68p {
  padding-bottom: 68%;
}

.pdl68p {
  padding-left: 68%;
}

.pd69p {
  padding: 69%;
}

.pdt69p {
  padding-top: 69%;
}

.pdr69p {
  padding-right: 69%;
}

.pdb69p {
  padding-bottom: 69%;
}

.pdl69p {
  padding-left: 69%;
}

.pd70p {
  padding: 70%;
}

.pdt70p {
  padding-top: 70%;
}

.pdr70p {
  padding-right: 70%;
}

.pdb70p {
  padding-bottom: 70%;
}

.pdl70p {
  padding-left: 70%;
}

.pd71p {
  padding: 71%;
}

.pdt71p {
  padding-top: 71%;
}

.pdr71p {
  padding-right: 71%;
}

.pdb71p {
  padding-bottom: 71%;
}

.pdl71p {
  padding-left: 71%;
}

.pd72p {
  padding: 72%;
}

.pdt72p {
  padding-top: 72%;
}

.pdr72p {
  padding-right: 72%;
}

.pdb72p {
  padding-bottom: 72%;
}

.pdl72p {
  padding-left: 72%;
}

.pd73p {
  padding: 73%;
}

.pdt73p {
  padding-top: 73%;
}

.pdr73p {
  padding-right: 73%;
}

.pdb73p {
  padding-bottom: 73%;
}

.pdl73p {
  padding-left: 73%;
}

.pd74p {
  padding: 74%;
}

.pdt74p {
  padding-top: 74%;
}

.pdr74p {
  padding-right: 74%;
}

.pdb74p {
  padding-bottom: 74%;
}

.pdl74p {
  padding-left: 74%;
}

.pd75p {
  padding: 75%;
}

.pdt75p {
  padding-top: 75%;
}

.pdr75p {
  padding-right: 75%;
}

.pdb75p {
  padding-bottom: 75%;
}

.pdl75p {
  padding-left: 75%;
}

.pd76p {
  padding: 76%;
}

.pdt76p {
  padding-top: 76%;
}

.pdr76p {
  padding-right: 76%;
}

.pdb76p {
  padding-bottom: 76%;
}

.pdl76p {
  padding-left: 76%;
}

.pd77p {
  padding: 77%;
}

.pdt77p {
  padding-top: 77%;
}

.pdr77p {
  padding-right: 77%;
}

.pdb77p {
  padding-bottom: 77%;
}

.pdl77p {
  padding-left: 77%;
}

.pd78p {
  padding: 78%;
}

.pdt78p {
  padding-top: 78%;
}

.pdr78p {
  padding-right: 78%;
}

.pdb78p {
  padding-bottom: 78%;
}

.pdl78p {
  padding-left: 78%;
}

.pd79p {
  padding: 79%;
}

.pdt79p {
  padding-top: 79%;
}

.pdr79p {
  padding-right: 79%;
}

.pdb79p {
  padding-bottom: 79%;
}

.pdl79p {
  padding-left: 79%;
}

.pd80p {
  padding: 80%;
}

.pdt80p {
  padding-top: 80%;
}

.pdr80p {
  padding-right: 80%;
}

.pdb80p {
  padding-bottom: 80%;
}

.pdl80p {
  padding-left: 80%;
}

.pd81p {
  padding: 81%;
}

.pdt81p {
  padding-top: 81%;
}

.pdr81p {
  padding-right: 81%;
}

.pdb81p {
  padding-bottom: 81%;
}

.pdl81p {
  padding-left: 81%;
}

.pd82p {
  padding: 82%;
}

.pdt82p {
  padding-top: 82%;
}

.pdr82p {
  padding-right: 82%;
}

.pdb82p {
  padding-bottom: 82%;
}

.pdl82p {
  padding-left: 82%;
}

.pd83p {
  padding: 83%;
}

.pdt83p {
  padding-top: 83%;
}

.pdr83p {
  padding-right: 83%;
}

.pdb83p {
  padding-bottom: 83%;
}

.pdl83p {
  padding-left: 83%;
}

.pd84p {
  padding: 84%;
}

.pdt84p {
  padding-top: 84%;
}

.pdr84p {
  padding-right: 84%;
}

.pdb84p {
  padding-bottom: 84%;
}

.pdl84p {
  padding-left: 84%;
}

.pd85p {
  padding: 85%;
}

.pdt85p {
  padding-top: 85%;
}

.pdr85p {
  padding-right: 85%;
}

.pdb85p {
  padding-bottom: 85%;
}

.pdl85p {
  padding-left: 85%;
}

.pd86p {
  padding: 86%;
}

.pdt86p {
  padding-top: 86%;
}

.pdr86p {
  padding-right: 86%;
}

.pdb86p {
  padding-bottom: 86%;
}

.pdl86p {
  padding-left: 86%;
}

.pd87p {
  padding: 87%;
}

.pdt87p {
  padding-top: 87%;
}

.pdr87p {
  padding-right: 87%;
}

.pdb87p {
  padding-bottom: 87%;
}

.pdl87p {
  padding-left: 87%;
}

.pd88p {
  padding: 88%;
}

.pdt88p {
  padding-top: 88%;
}

.pdr88p {
  padding-right: 88%;
}

.pdb88p {
  padding-bottom: 88%;
}

.pdl88p {
  padding-left: 88%;
}

.pd89p {
  padding: 89%;
}

.pdt89p {
  padding-top: 89%;
}

.pdr89p {
  padding-right: 89%;
}

.pdb89p {
  padding-bottom: 89%;
}

.pdl89p {
  padding-left: 89%;
}

.pd90p {
  padding: 90%;
}

.pdt90p {
  padding-top: 90%;
}

.pdr90p {
  padding-right: 90%;
}

.pdb90p {
  padding-bottom: 90%;
}

.pdl90p {
  padding-left: 90%;
}

.pd91p {
  padding: 91%;
}

.pdt91p {
  padding-top: 91%;
}

.pdr91p {
  padding-right: 91%;
}

.pdb91p {
  padding-bottom: 91%;
}

.pdl91p {
  padding-left: 91%;
}

.pd92p {
  padding: 92%;
}

.pdt92p {
  padding-top: 92%;
}

.pdr92p {
  padding-right: 92%;
}

.pdb92p {
  padding-bottom: 92%;
}

.pdl92p {
  padding-left: 92%;
}

.pd93p {
  padding: 93%;
}

.pdt93p {
  padding-top: 93%;
}

.pdr93p {
  padding-right: 93%;
}

.pdb93p {
  padding-bottom: 93%;
}

.pdl93p {
  padding-left: 93%;
}

.pd94p {
  padding: 94%;
}

.pdt94p {
  padding-top: 94%;
}

.pdr94p {
  padding-right: 94%;
}

.pdb94p {
  padding-bottom: 94%;
}

.pdl94p {
  padding-left: 94%;
}

.pd95p {
  padding: 95%;
}

.pdt95p {
  padding-top: 95%;
}

.pdr95p {
  padding-right: 95%;
}

.pdb95p {
  padding-bottom: 95%;
}

.pdl95p {
  padding-left: 95%;
}

.pd96p {
  padding: 96%;
}

.pdt96p {
  padding-top: 96%;
}

.pdr96p {
  padding-right: 96%;
}

.pdb96p {
  padding-bottom: 96%;
}

.pdl96p {
  padding-left: 96%;
}

.pd97p {
  padding: 97%;
}

.pdt97p {
  padding-top: 97%;
}

.pdr97p {
  padding-right: 97%;
}

.pdb97p {
  padding-bottom: 97%;
}

.pdl97p {
  padding-left: 97%;
}

.pd98p {
  padding: 98%;
}

.pdt98p {
  padding-top: 98%;
}

.pdr98p {
  padding-right: 98%;
}

.pdb98p {
  padding-bottom: 98%;
}

.pdl98p {
  padding-left: 98%;
}

.pd99p {
  padding: 99%;
}

.pdt99p {
  padding-top: 99%;
}

.pdr99p {
  padding-right: 99%;
}

.pdb99p {
  padding-bottom: 99%;
}

.pdl99p {
  padding-left: 99%;
}

.pd100p {
  padding: 100%;
}

.pdt100p {
  padding-top: 100%;
}

.pdr100p {
  padding-right: 100%;
}

.pdb100p {
  padding-bottom: 100%;
}

.pdl100p {
  padding-left: 100%;
}

.mg0 {
  margin: 0px;
}

.mgt0 {
  margin-top: 0px;
}

.mgr0 {
  margin-right: 0px;
}

.mgb0 {
  margin-bottom: 0px;
}

.mgl0 {
  margin-left: 0px;
}

.mg1 {
  margin: 1px;
}

.mgt1 {
  margin-top: 1px;
}

.mgr1 {
  margin-right: 1px;
}

.mgb1 {
  margin-bottom: 1px;
}

.mgl1 {
  margin-left: 1px;
}

.mg2 {
  margin: 2px;
}

.mgt2 {
  margin-top: 2px;
}

.mgr2 {
  margin-right: 2px;
}

.mgb2 {
  margin-bottom: 2px;
}

.mgl2 {
  margin-left: 2px;
}

.mg3 {
  margin: 3px;
}

.mgt3 {
  margin-top: 3px;
}

.mgr3 {
  margin-right: 3px;
}

.mgb3 {
  margin-bottom: 3px;
}

.mgl3 {
  margin-left: 3px;
}

.mg4 {
  margin: 4px;
}

.mgt4 {
  margin-top: 4px;
}

.mgr4 {
  margin-right: 4px;
}

.mgb4 {
  margin-bottom: 4px;
}

.mgl4 {
  margin-left: 4px;
}

.mg5 {
  margin: 5px;
}

.mgt5 {
  margin-top: 5px;
}

.mgr5 {
  margin-right: 5px;
}

.mgb5 {
  margin-bottom: 5px;
}

.mgl5 {
  margin-left: 5px;
}

.mg6 {
  margin: 6px;
}

.mgt6 {
  margin-top: 6px;
}

.mgr6 {
  margin-right: 6px;
}

.mgb6 {
  margin-bottom: 6px;
}

.mgl6 {
  margin-left: 6px;
}

.mg7 {
  margin: 7px;
}

.mgt7 {
  margin-top: 7px;
}

.mgr7 {
  margin-right: 7px;
}

.mgb7 {
  margin-bottom: 7px;
}

.mgl7 {
  margin-left: 7px;
}

.mg8 {
  margin: 8px;
}

.mgt8 {
  margin-top: 8px;
}

.mgr8 {
  margin-right: 8px;
}

.mgb8 {
  margin-bottom: 8px;
}

.mgl8 {
  margin-left: 8px;
}

.mg9 {
  margin: 9px;
}

.mgt9 {
  margin-top: 9px;
}

.mgr9 {
  margin-right: 9px;
}

.mgb9 {
  margin-bottom: 9px;
}

.mgl9 {
  margin-left: 9px;
}

.mg10 {
  margin: 10px;
}

.mgt10 {
  margin-top: 10px;
}

.mgr10 {
  margin-right: 10px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgl10 {
  margin-left: 10px;
}

.mg11 {
  margin: 11px;
}

.mgt11 {
  margin-top: 11px;
}

.mgr11 {
  margin-right: 11px;
}

.mgb11 {
  margin-bottom: 11px;
}

.mgl11 {
  margin-left: 11px;
}

.mg12 {
  margin: 12px;
}

.mgt12 {
  margin-top: 12px;
}

.mgr12 {
  margin-right: 12px;
}

.mgb12 {
  margin-bottom: 12px;
}

.mgl12 {
  margin-left: 12px;
}

.mg13 {
  margin: 13px;
}

.mgt13 {
  margin-top: 13px;
}

.mgr13 {
  margin-right: 13px;
}

.mgb13 {
  margin-bottom: 13px;
}

.mgl13 {
  margin-left: 13px;
}

.mg14 {
  margin: 14px;
}

.mgt14 {
  margin-top: 14px;
}

.mgr14 {
  margin-right: 14px;
}

.mgb14 {
  margin-bottom: 14px;
}

.mgl14 {
  margin-left: 14px;
}

.mg15 {
  margin: 15px;
}

.mgt15 {
  margin-top: 15px;
}

.mgr15 {
  margin-right: 15px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgl15 {
  margin-left: 15px;
}

.mg16 {
  margin: 16px;
}

.mgt16 {
  margin-top: 16px;
}

.mgr16 {
  margin-right: 16px;
}

.mgb16 {
  margin-bottom: 16px;
}

.mgl16 {
  margin-left: 16px;
}

.mg17 {
  margin: 17px;
}

.mgt17 {
  margin-top: 17px;
}

.mgr17 {
  margin-right: 17px;
}

.mgb17 {
  margin-bottom: 17px;
}

.mgl17 {
  margin-left: 17px;
}

.mg18 {
  margin: 18px;
}

.mgt18 {
  margin-top: 18px;
}

.mgr18 {
  margin-right: 18px;
}

.mgb18 {
  margin-bottom: 18px;
}

.mgl18 {
  margin-left: 18px;
}

.mg19 {
  margin: 19px;
}

.mgt19 {
  margin-top: 19px;
}

.mgr19 {
  margin-right: 19px;
}

.mgb19 {
  margin-bottom: 19px;
}

.mgl19 {
  margin-left: 19px;
}

.mg20 {
  margin: 20px;
}

.mgt20 {
  margin-top: 20px;
}

.mgr20 {
  margin-right: 20px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgl20 {
  margin-left: 20px;
}

.mg21 {
  margin: 21px;
}

.mgt21 {
  margin-top: 21px;
}

.mgr21 {
  margin-right: 21px;
}

.mgb21 {
  margin-bottom: 21px;
}

.mgl21 {
  margin-left: 21px;
}

.mg22 {
  margin: 22px;
}

.mgt22 {
  margin-top: 22px;
}

.mgr22 {
  margin-right: 22px;
}

.mgb22 {
  margin-bottom: 22px;
}

.mgl22 {
  margin-left: 22px;
}

.mg23 {
  margin: 23px;
}

.mgt23 {
  margin-top: 23px;
}

.mgr23 {
  margin-right: 23px;
}

.mgb23 {
  margin-bottom: 23px;
}

.mgl23 {
  margin-left: 23px;
}

.mg24 {
  margin: 24px;
}

.mgt24 {
  margin-top: 24px;
}

.mgr24 {
  margin-right: 24px;
}

.mgb24 {
  margin-bottom: 24px;
}

.mgl24 {
  margin-left: 24px;
}

.mg25 {
  margin: 25px;
}

.mgt25 {
  margin-top: 25px;
}

.mgr25 {
  margin-right: 25px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgl25 {
  margin-left: 25px;
}

.mg26 {
  margin: 26px;
}

.mgt26 {
  margin-top: 26px;
}

.mgr26 {
  margin-right: 26px;
}

.mgb26 {
  margin-bottom: 26px;
}

.mgl26 {
  margin-left: 26px;
}

.mg27 {
  margin: 27px;
}

.mgt27 {
  margin-top: 27px;
}

.mgr27 {
  margin-right: 27px;
}

.mgb27 {
  margin-bottom: 27px;
}

.mgl27 {
  margin-left: 27px;
}

.mg28 {
  margin: 28px;
}

.mgt28 {
  margin-top: 28px;
}

.mgr28 {
  margin-right: 28px;
}

.mgb28 {
  margin-bottom: 28px;
}

.mgl28 {
  margin-left: 28px;
}

.mg29 {
  margin: 29px;
}

.mgt29 {
  margin-top: 29px;
}

.mgr29 {
  margin-right: 29px;
}

.mgb29 {
  margin-bottom: 29px;
}

.mgl29 {
  margin-left: 29px;
}

.mg30 {
  margin: 30px;
}

.mgt30 {
  margin-top: 30px;
}

.mgr30 {
  margin-right: 30px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgl30 {
  margin-left: 30px;
}

.mg31 {
  margin: 31px;
}

.mgt31 {
  margin-top: 31px;
}

.mgr31 {
  margin-right: 31px;
}

.mgb31 {
  margin-bottom: 31px;
}

.mgl31 {
  margin-left: 31px;
}

.mg32 {
  margin: 32px;
}

.mgt32 {
  margin-top: 32px;
}

.mgr32 {
  margin-right: 32px;
}

.mgb32 {
  margin-bottom: 32px;
}

.mgl32 {
  margin-left: 32px;
}

.mg33 {
  margin: 33px;
}

.mgt33 {
  margin-top: 33px;
}

.mgr33 {
  margin-right: 33px;
}

.mgb33 {
  margin-bottom: 33px;
}

.mgl33 {
  margin-left: 33px;
}

.mg34 {
  margin: 34px;
}

.mgt34 {
  margin-top: 34px;
}

.mgr34 {
  margin-right: 34px;
}

.mgb34 {
  margin-bottom: 34px;
}

.mgl34 {
  margin-left: 34px;
}

.mg35 {
  margin: 35px;
}

.mgt35 {
  margin-top: 35px;
}

.mgr35 {
  margin-right: 35px;
}

.mgb35 {
  margin-bottom: 35px;
}

.mgl35 {
  margin-left: 35px;
}

.mg36 {
  margin: 36px;
}

.mgt36 {
  margin-top: 36px;
}

.mgr36 {
  margin-right: 36px;
}

.mgb36 {
  margin-bottom: 36px;
}

.mgl36 {
  margin-left: 36px;
}

.mg37 {
  margin: 37px;
}

.mgt37 {
  margin-top: 37px;
}

.mgr37 {
  margin-right: 37px;
}

.mgb37 {
  margin-bottom: 37px;
}

.mgl37 {
  margin-left: 37px;
}

.mg38 {
  margin: 38px;
}

.mgt38 {
  margin-top: 38px;
}

.mgr38 {
  margin-right: 38px;
}

.mgb38 {
  margin-bottom: 38px;
}

.mgl38 {
  margin-left: 38px;
}

.mg39 {
  margin: 39px;
}

.mgt39 {
  margin-top: 39px;
}

.mgr39 {
  margin-right: 39px;
}

.mgb39 {
  margin-bottom: 39px;
}

.mgl39 {
  margin-left: 39px;
}

.mg40 {
  margin: 40px;
}

.mgt40 {
  margin-top: 40px;
}

.mgr40 {
  margin-right: 40px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgl40 {
  margin-left: 40px;
}

.mg41 {
  margin: 41px;
}

.mgt41 {
  margin-top: 41px;
}

.mgr41 {
  margin-right: 41px;
}

.mgb41 {
  margin-bottom: 41px;
}

.mgl41 {
  margin-left: 41px;
}

.mg42 {
  margin: 42px;
}

.mgt42 {
  margin-top: 42px;
}

.mgr42 {
  margin-right: 42px;
}

.mgb42 {
  margin-bottom: 42px;
}

.mgl42 {
  margin-left: 42px;
}

.mg43 {
  margin: 43px;
}

.mgt43 {
  margin-top: 43px;
}

.mgr43 {
  margin-right: 43px;
}

.mgb43 {
  margin-bottom: 43px;
}

.mgl43 {
  margin-left: 43px;
}

.mg44 {
  margin: 44px;
}

.mgt44 {
  margin-top: 44px;
}

.mgr44 {
  margin-right: 44px;
}

.mgb44 {
  margin-bottom: 44px;
}

.mgl44 {
  margin-left: 44px;
}

.mg45 {
  margin: 45px;
}

.mgt45 {
  margin-top: 45px;
}

.mgr45 {
  margin-right: 45px;
}

.mgb45 {
  margin-bottom: 45px;
}

.mgl45 {
  margin-left: 45px;
}

.mg46 {
  margin: 46px;
}

.mgt46 {
  margin-top: 46px;
}

.mgr46 {
  margin-right: 46px;
}

.mgb46 {
  margin-bottom: 46px;
}

.mgl46 {
  margin-left: 46px;
}

.mg47 {
  margin: 47px;
}

.mgt47 {
  margin-top: 47px;
}

.mgr47 {
  margin-right: 47px;
}

.mgb47 {
  margin-bottom: 47px;
}

.mgl47 {
  margin-left: 47px;
}

.mg48 {
  margin: 48px;
}

.mgt48 {
  margin-top: 48px;
}

.mgr48 {
  margin-right: 48px;
}

.mgb48 {
  margin-bottom: 48px;
}

.mgl48 {
  margin-left: 48px;
}

.mg49 {
  margin: 49px;
}

.mgt49 {
  margin-top: 49px;
}

.mgr49 {
  margin-right: 49px;
}

.mgb49 {
  margin-bottom: 49px;
}

.mgl49 {
  margin-left: 49px;
}

.mg50 {
  margin: 50px;
}

.mgt50 {
  margin-top: 50px;
}

.mgr50 {
  margin-right: 50px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgl50 {
  margin-left: 50px;
}

.mg51 {
  margin: 51px;
}

.mgt51 {
  margin-top: 51px;
}

.mgr51 {
  margin-right: 51px;
}

.mgb51 {
  margin-bottom: 51px;
}

.mgl51 {
  margin-left: 51px;
}

.mg52 {
  margin: 52px;
}

.mgt52 {
  margin-top: 52px;
}

.mgr52 {
  margin-right: 52px;
}

.mgb52 {
  margin-bottom: 52px;
}

.mgl52 {
  margin-left: 52px;
}

.mg53 {
  margin: 53px;
}

.mgt53 {
  margin-top: 53px;
}

.mgr53 {
  margin-right: 53px;
}

.mgb53 {
  margin-bottom: 53px;
}

.mgl53 {
  margin-left: 53px;
}

.mg54 {
  margin: 54px;
}

.mgt54 {
  margin-top: 54px;
}

.mgr54 {
  margin-right: 54px;
}

.mgb54 {
  margin-bottom: 54px;
}

.mgl54 {
  margin-left: 54px;
}

.mg55 {
  margin: 55px;
}

.mgt55 {
  margin-top: 55px;
}

.mgr55 {
  margin-right: 55px;
}

.mgb55 {
  margin-bottom: 55px;
}

.mgl55 {
  margin-left: 55px;
}

.mg56 {
  margin: 56px;
}

.mgt56 {
  margin-top: 56px;
}

.mgr56 {
  margin-right: 56px;
}

.mgb56 {
  margin-bottom: 56px;
}

.mgl56 {
  margin-left: 56px;
}

.mg57 {
  margin: 57px;
}

.mgt57 {
  margin-top: 57px;
}

.mgr57 {
  margin-right: 57px;
}

.mgb57 {
  margin-bottom: 57px;
}

.mgl57 {
  margin-left: 57px;
}

.mg58 {
  margin: 58px;
}

.mgt58 {
  margin-top: 58px;
}

.mgr58 {
  margin-right: 58px;
}

.mgb58 {
  margin-bottom: 58px;
}

.mgl58 {
  margin-left: 58px;
}

.mg59 {
  margin: 59px;
}

.mgt59 {
  margin-top: 59px;
}

.mgr59 {
  margin-right: 59px;
}

.mgb59 {
  margin-bottom: 59px;
}

.mgl59 {
  margin-left: 59px;
}

.mg60 {
  margin: 60px;
}

.mgt60 {
  margin-top: 60px;
}

.mgr60 {
  margin-right: 60px;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgl60 {
  margin-left: 60px;
}

.mg61 {
  margin: 61px;
}

.mgt61 {
  margin-top: 61px;
}

.mgr61 {
  margin-right: 61px;
}

.mgb61 {
  margin-bottom: 61px;
}

.mgl61 {
  margin-left: 61px;
}

.mg62 {
  margin: 62px;
}

.mgt62 {
  margin-top: 62px;
}

.mgr62 {
  margin-right: 62px;
}

.mgb62 {
  margin-bottom: 62px;
}

.mgl62 {
  margin-left: 62px;
}

.mg63 {
  margin: 63px;
}

.mgt63 {
  margin-top: 63px;
}

.mgr63 {
  margin-right: 63px;
}

.mgb63 {
  margin-bottom: 63px;
}

.mgl63 {
  margin-left: 63px;
}

.mg64 {
  margin: 64px;
}

.mgt64 {
  margin-top: 64px;
}

.mgr64 {
  margin-right: 64px;
}

.mgb64 {
  margin-bottom: 64px;
}

.mgl64 {
  margin-left: 64px;
}

.mg65 {
  margin: 65px;
}

.mgt65 {
  margin-top: 65px;
}

.mgr65 {
  margin-right: 65px;
}

.mgb65 {
  margin-bottom: 65px;
}

.mgl65 {
  margin-left: 65px;
}

.mg66 {
  margin: 66px;
}

.mgt66 {
  margin-top: 66px;
}

.mgr66 {
  margin-right: 66px;
}

.mgb66 {
  margin-bottom: 66px;
}

.mgl66 {
  margin-left: 66px;
}

.mg67 {
  margin: 67px;
}

.mgt67 {
  margin-top: 67px;
}

.mgr67 {
  margin-right: 67px;
}

.mgb67 {
  margin-bottom: 67px;
}

.mgl67 {
  margin-left: 67px;
}

.mg68 {
  margin: 68px;
}

.mgt68 {
  margin-top: 68px;
}

.mgr68 {
  margin-right: 68px;
}

.mgb68 {
  margin-bottom: 68px;
}

.mgl68 {
  margin-left: 68px;
}

.mg69 {
  margin: 69px;
}

.mgt69 {
  margin-top: 69px;
}

.mgr69 {
  margin-right: 69px;
}

.mgb69 {
  margin-bottom: 69px;
}

.mgl69 {
  margin-left: 69px;
}

.mg70 {
  margin: 70px;
}

.mgt70 {
  margin-top: 70px;
}

.mgr70 {
  margin-right: 70px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgl70 {
  margin-left: 70px;
}

.mg71 {
  margin: 71px;
}

.mgt71 {
  margin-top: 71px;
}

.mgr71 {
  margin-right: 71px;
}

.mgb71 {
  margin-bottom: 71px;
}

.mgl71 {
  margin-left: 71px;
}

.mg72 {
  margin: 72px;
}

.mgt72 {
  margin-top: 72px;
}

.mgr72 {
  margin-right: 72px;
}

.mgb72 {
  margin-bottom: 72px;
}

.mgl72 {
  margin-left: 72px;
}

.mg73 {
  margin: 73px;
}

.mgt73 {
  margin-top: 73px;
}

.mgr73 {
  margin-right: 73px;
}

.mgb73 {
  margin-bottom: 73px;
}

.mgl73 {
  margin-left: 73px;
}

.mg74 {
  margin: 74px;
}

.mgt74 {
  margin-top: 74px;
}

.mgr74 {
  margin-right: 74px;
}

.mgb74 {
  margin-bottom: 74px;
}

.mgl74 {
  margin-left: 74px;
}

.mg75 {
  margin: 75px;
}

.mgt75 {
  margin-top: 75px;
}

.mgr75 {
  margin-right: 75px;
}

.mgb75 {
  margin-bottom: 75px;
}

.mgl75 {
  margin-left: 75px;
}

.mg76 {
  margin: 76px;
}

.mgt76 {
  margin-top: 76px;
}

.mgr76 {
  margin-right: 76px;
}

.mgb76 {
  margin-bottom: 76px;
}

.mgl76 {
  margin-left: 76px;
}

.mg77 {
  margin: 77px;
}

.mgt77 {
  margin-top: 77px;
}

.mgr77 {
  margin-right: 77px;
}

.mgb77 {
  margin-bottom: 77px;
}

.mgl77 {
  margin-left: 77px;
}

.mg78 {
  margin: 78px;
}

.mgt78 {
  margin-top: 78px;
}

.mgr78 {
  margin-right: 78px;
}

.mgb78 {
  margin-bottom: 78px;
}

.mgl78 {
  margin-left: 78px;
}

.mg79 {
  margin: 79px;
}

.mgt79 {
  margin-top: 79px;
}

.mgr79 {
  margin-right: 79px;
}

.mgb79 {
  margin-bottom: 79px;
}

.mgl79 {
  margin-left: 79px;
}

.mg80 {
  margin: 80px;
}

.mgt80 {
  margin-top: 80px;
}

.mgr80 {
  margin-right: 80px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgl80 {
  margin-left: 80px;
}

.mg81 {
  margin: 81px;
}

.mgt81 {
  margin-top: 81px;
}

.mgr81 {
  margin-right: 81px;
}

.mgb81 {
  margin-bottom: 81px;
}

.mgl81 {
  margin-left: 81px;
}

.mg82 {
  margin: 82px;
}

.mgt82 {
  margin-top: 82px;
}

.mgr82 {
  margin-right: 82px;
}

.mgb82 {
  margin-bottom: 82px;
}

.mgl82 {
  margin-left: 82px;
}

.mg83 {
  margin: 83px;
}

.mgt83 {
  margin-top: 83px;
}

.mgr83 {
  margin-right: 83px;
}

.mgb83 {
  margin-bottom: 83px;
}

.mgl83 {
  margin-left: 83px;
}

.mg84 {
  margin: 84px;
}

.mgt84 {
  margin-top: 84px;
}

.mgr84 {
  margin-right: 84px;
}

.mgb84 {
  margin-bottom: 84px;
}

.mgl84 {
  margin-left: 84px;
}

.mg85 {
  margin: 85px;
}

.mgt85 {
  margin-top: 85px;
}

.mgr85 {
  margin-right: 85px;
}

.mgb85 {
  margin-bottom: 85px;
}

.mgl85 {
  margin-left: 85px;
}

.mg86 {
  margin: 86px;
}

.mgt86 {
  margin-top: 86px;
}

.mgr86 {
  margin-right: 86px;
}

.mgb86 {
  margin-bottom: 86px;
}

.mgl86 {
  margin-left: 86px;
}

.mg87 {
  margin: 87px;
}

.mgt87 {
  margin-top: 87px;
}

.mgr87 {
  margin-right: 87px;
}

.mgb87 {
  margin-bottom: 87px;
}

.mgl87 {
  margin-left: 87px;
}

.mg88 {
  margin: 88px;
}

.mgt88 {
  margin-top: 88px;
}

.mgr88 {
  margin-right: 88px;
}

.mgb88 {
  margin-bottom: 88px;
}

.mgl88 {
  margin-left: 88px;
}

.mg89 {
  margin: 89px;
}

.mgt89 {
  margin-top: 89px;
}

.mgr89 {
  margin-right: 89px;
}

.mgb89 {
  margin-bottom: 89px;
}

.mgl89 {
  margin-left: 89px;
}

.mg90 {
  margin: 90px;
}

.mgt90 {
  margin-top: 90px;
}

.mgr90 {
  margin-right: 90px;
}

.mgb90 {
  margin-bottom: 90px;
}

.mgl90 {
  margin-left: 90px;
}

.mg91 {
  margin: 91px;
}

.mgt91 {
  margin-top: 91px;
}

.mgr91 {
  margin-right: 91px;
}

.mgb91 {
  margin-bottom: 91px;
}

.mgl91 {
  margin-left: 91px;
}

.mg92 {
  margin: 92px;
}

.mgt92 {
  margin-top: 92px;
}

.mgr92 {
  margin-right: 92px;
}

.mgb92 {
  margin-bottom: 92px;
}

.mgl92 {
  margin-left: 92px;
}

.mg93 {
  margin: 93px;
}

.mgt93 {
  margin-top: 93px;
}

.mgr93 {
  margin-right: 93px;
}

.mgb93 {
  margin-bottom: 93px;
}

.mgl93 {
  margin-left: 93px;
}

.mg94 {
  margin: 94px;
}

.mgt94 {
  margin-top: 94px;
}

.mgr94 {
  margin-right: 94px;
}

.mgb94 {
  margin-bottom: 94px;
}

.mgl94 {
  margin-left: 94px;
}

.mg95 {
  margin: 95px;
}

.mgt95 {
  margin-top: 95px;
}

.mgr95 {
  margin-right: 95px;
}

.mgb95 {
  margin-bottom: 95px;
}

.mgl95 {
  margin-left: 95px;
}

.mg96 {
  margin: 96px;
}

.mgt96 {
  margin-top: 96px;
}

.mgr96 {
  margin-right: 96px;
}

.mgb96 {
  margin-bottom: 96px;
}

.mgl96 {
  margin-left: 96px;
}

.mg97 {
  margin: 97px;
}

.mgt97 {
  margin-top: 97px;
}

.mgr97 {
  margin-right: 97px;
}

.mgb97 {
  margin-bottom: 97px;
}

.mgl97 {
  margin-left: 97px;
}

.mg98 {
  margin: 98px;
}

.mgt98 {
  margin-top: 98px;
}

.mgr98 {
  margin-right: 98px;
}

.mgb98 {
  margin-bottom: 98px;
}

.mgl98 {
  margin-left: 98px;
}

.mg99 {
  margin: 99px;
}

.mgt99 {
  margin-top: 99px;
}

.mgr99 {
  margin-right: 99px;
}

.mgb99 {
  margin-bottom: 99px;
}

.mgl99 {
  margin-left: 99px;
}

.mg100 {
  margin: 100px;
}

.mgt100 {
  margin-top: 100px;
}

.mgr100 {
  margin-right: 100px;
}

.mgb100 {
  margin-bottom: 100px;
}

.mgl100 {
  margin-left: 100px;
}

.mg101 {
  margin: 101px;
}

.mgt101 {
  margin-top: 101px;
}

.mgr101 {
  margin-right: 101px;
}

.mgb101 {
  margin-bottom: 101px;
}

.mgl101 {
  margin-left: 101px;
}

.mg102 {
  margin: 102px;
}

.mgt102 {
  margin-top: 102px;
}

.mgr102 {
  margin-right: 102px;
}

.mgb102 {
  margin-bottom: 102px;
}

.mgl102 {
  margin-left: 102px;
}

.mg103 {
  margin: 103px;
}

.mgt103 {
  margin-top: 103px;
}

.mgr103 {
  margin-right: 103px;
}

.mgb103 {
  margin-bottom: 103px;
}

.mgl103 {
  margin-left: 103px;
}

.mg104 {
  margin: 104px;
}

.mgt104 {
  margin-top: 104px;
}

.mgr104 {
  margin-right: 104px;
}

.mgb104 {
  margin-bottom: 104px;
}

.mgl104 {
  margin-left: 104px;
}

.mg105 {
  margin: 105px;
}

.mgt105 {
  margin-top: 105px;
}

.mgr105 {
  margin-right: 105px;
}

.mgb105 {
  margin-bottom: 105px;
}

.mgl105 {
  margin-left: 105px;
}

.mg106 {
  margin: 106px;
}

.mgt106 {
  margin-top: 106px;
}

.mgr106 {
  margin-right: 106px;
}

.mgb106 {
  margin-bottom: 106px;
}

.mgl106 {
  margin-left: 106px;
}

.mg107 {
  margin: 107px;
}

.mgt107 {
  margin-top: 107px;
}

.mgr107 {
  margin-right: 107px;
}

.mgb107 {
  margin-bottom: 107px;
}

.mgl107 {
  margin-left: 107px;
}

.mg108 {
  margin: 108px;
}

.mgt108 {
  margin-top: 108px;
}

.mgr108 {
  margin-right: 108px;
}

.mgb108 {
  margin-bottom: 108px;
}

.mgl108 {
  margin-left: 108px;
}

.mg109 {
  margin: 109px;
}

.mgt109 {
  margin-top: 109px;
}

.mgr109 {
  margin-right: 109px;
}

.mgb109 {
  margin-bottom: 109px;
}

.mgl109 {
  margin-left: 109px;
}

.mg110 {
  margin: 110px;
}

.mgt110 {
  margin-top: 110px;
}

.mgr110 {
  margin-right: 110px;
}

.mgb110 {
  margin-bottom: 110px;
}

.mgl110 {
  margin-left: 110px;
}

.mg111 {
  margin: 111px;
}

.mgt111 {
  margin-top: 111px;
}

.mgr111 {
  margin-right: 111px;
}

.mgb111 {
  margin-bottom: 111px;
}

.mgl111 {
  margin-left: 111px;
}

.mg112 {
  margin: 112px;
}

.mgt112 {
  margin-top: 112px;
}

.mgr112 {
  margin-right: 112px;
}

.mgb112 {
  margin-bottom: 112px;
}

.mgl112 {
  margin-left: 112px;
}

.mg113 {
  margin: 113px;
}

.mgt113 {
  margin-top: 113px;
}

.mgr113 {
  margin-right: 113px;
}

.mgb113 {
  margin-bottom: 113px;
}

.mgl113 {
  margin-left: 113px;
}

.mg114 {
  margin: 114px;
}

.mgt114 {
  margin-top: 114px;
}

.mgr114 {
  margin-right: 114px;
}

.mgb114 {
  margin-bottom: 114px;
}

.mgl114 {
  margin-left: 114px;
}

.mg115 {
  margin: 115px;
}

.mgt115 {
  margin-top: 115px;
}

.mgr115 {
  margin-right: 115px;
}

.mgb115 {
  margin-bottom: 115px;
}

.mgl115 {
  margin-left: 115px;
}

.mg116 {
  margin: 116px;
}

.mgt116 {
  margin-top: 116px;
}

.mgr116 {
  margin-right: 116px;
}

.mgb116 {
  margin-bottom: 116px;
}

.mgl116 {
  margin-left: 116px;
}

.mg117 {
  margin: 117px;
}

.mgt117 {
  margin-top: 117px;
}

.mgr117 {
  margin-right: 117px;
}

.mgb117 {
  margin-bottom: 117px;
}

.mgl117 {
  margin-left: 117px;
}

.mg118 {
  margin: 118px;
}

.mgt118 {
  margin-top: 118px;
}

.mgr118 {
  margin-right: 118px;
}

.mgb118 {
  margin-bottom: 118px;
}

.mgl118 {
  margin-left: 118px;
}

.mg119 {
  margin: 119px;
}

.mgt119 {
  margin-top: 119px;
}

.mgr119 {
  margin-right: 119px;
}

.mgb119 {
  margin-bottom: 119px;
}

.mgl119 {
  margin-left: 119px;
}

.mg120 {
  margin: 120px;
}

.mgt120 {
  margin-top: 120px;
}

.mgr120 {
  margin-right: 120px;
}

.mgb120 {
  margin-bottom: 120px;
}

.mgl120 {
  margin-left: 120px;
}

.mg121 {
  margin: 121px;
}

.mgt121 {
  margin-top: 121px;
}

.mgr121 {
  margin-right: 121px;
}

.mgb121 {
  margin-bottom: 121px;
}

.mgl121 {
  margin-left: 121px;
}

.mg122 {
  margin: 122px;
}

.mgt122 {
  margin-top: 122px;
}

.mgr122 {
  margin-right: 122px;
}

.mgb122 {
  margin-bottom: 122px;
}

.mgl122 {
  margin-left: 122px;
}

.mg123 {
  margin: 123px;
}

.mgt123 {
  margin-top: 123px;
}

.mgr123 {
  margin-right: 123px;
}

.mgb123 {
  margin-bottom: 123px;
}

.mgl123 {
  margin-left: 123px;
}

.mg124 {
  margin: 124px;
}

.mgt124 {
  margin-top: 124px;
}

.mgr124 {
  margin-right: 124px;
}

.mgb124 {
  margin-bottom: 124px;
}

.mgl124 {
  margin-left: 124px;
}

.mg125 {
  margin: 125px;
}

.mgt125 {
  margin-top: 125px;
}

.mgr125 {
  margin-right: 125px;
}

.mgb125 {
  margin-bottom: 125px;
}

.mgl125 {
  margin-left: 125px;
}

.mg126 {
  margin: 126px;
}

.mgt126 {
  margin-top: 126px;
}

.mgr126 {
  margin-right: 126px;
}

.mgb126 {
  margin-bottom: 126px;
}

.mgl126 {
  margin-left: 126px;
}

.mg127 {
  margin: 127px;
}

.mgt127 {
  margin-top: 127px;
}

.mgr127 {
  margin-right: 127px;
}

.mgb127 {
  margin-bottom: 127px;
}

.mgl127 {
  margin-left: 127px;
}

.mg128 {
  margin: 128px;
}

.mgt128 {
  margin-top: 128px;
}

.mgr128 {
  margin-right: 128px;
}

.mgb128 {
  margin-bottom: 128px;
}

.mgl128 {
  margin-left: 128px;
}

.mg129 {
  margin: 129px;
}

.mgt129 {
  margin-top: 129px;
}

.mgr129 {
  margin-right: 129px;
}

.mgb129 {
  margin-bottom: 129px;
}

.mgl129 {
  margin-left: 129px;
}

.mg130 {
  margin: 130px;
}

.mgt130 {
  margin-top: 130px;
}

.mgr130 {
  margin-right: 130px;
}

.mgb130 {
  margin-bottom: 130px;
}

.mgl130 {
  margin-left: 130px;
}

.mg131 {
  margin: 131px;
}

.mgt131 {
  margin-top: 131px;
}

.mgr131 {
  margin-right: 131px;
}

.mgb131 {
  margin-bottom: 131px;
}

.mgl131 {
  margin-left: 131px;
}

.mg132 {
  margin: 132px;
}

.mgt132 {
  margin-top: 132px;
}

.mgr132 {
  margin-right: 132px;
}

.mgb132 {
  margin-bottom: 132px;
}

.mgl132 {
  margin-left: 132px;
}

.mg133 {
  margin: 133px;
}

.mgt133 {
  margin-top: 133px;
}

.mgr133 {
  margin-right: 133px;
}

.mgb133 {
  margin-bottom: 133px;
}

.mgl133 {
  margin-left: 133px;
}

.mg134 {
  margin: 134px;
}

.mgt134 {
  margin-top: 134px;
}

.mgr134 {
  margin-right: 134px;
}

.mgb134 {
  margin-bottom: 134px;
}

.mgl134 {
  margin-left: 134px;
}

.mg135 {
  margin: 135px;
}

.mgt135 {
  margin-top: 135px;
}

.mgr135 {
  margin-right: 135px;
}

.mgb135 {
  margin-bottom: 135px;
}

.mgl135 {
  margin-left: 135px;
}

.mg136 {
  margin: 136px;
}

.mgt136 {
  margin-top: 136px;
}

.mgr136 {
  margin-right: 136px;
}

.mgb136 {
  margin-bottom: 136px;
}

.mgl136 {
  margin-left: 136px;
}

.mg137 {
  margin: 137px;
}

.mgt137 {
  margin-top: 137px;
}

.mgr137 {
  margin-right: 137px;
}

.mgb137 {
  margin-bottom: 137px;
}

.mgl137 {
  margin-left: 137px;
}

.mg138 {
  margin: 138px;
}

.mgt138 {
  margin-top: 138px;
}

.mgr138 {
  margin-right: 138px;
}

.mgb138 {
  margin-bottom: 138px;
}

.mgl138 {
  margin-left: 138px;
}

.mg139 {
  margin: 139px;
}

.mgt139 {
  margin-top: 139px;
}

.mgr139 {
  margin-right: 139px;
}

.mgb139 {
  margin-bottom: 139px;
}

.mgl139 {
  margin-left: 139px;
}

.mg140 {
  margin: 140px;
}

.mgt140 {
  margin-top: 140px;
}

.mgr140 {
  margin-right: 140px;
}

.mgb140 {
  margin-bottom: 140px;
}

.mgl140 {
  margin-left: 140px;
}

.mg141 {
  margin: 141px;
}

.mgt141 {
  margin-top: 141px;
}

.mgr141 {
  margin-right: 141px;
}

.mgb141 {
  margin-bottom: 141px;
}

.mgl141 {
  margin-left: 141px;
}

.mg142 {
  margin: 142px;
}

.mgt142 {
  margin-top: 142px;
}

.mgr142 {
  margin-right: 142px;
}

.mgb142 {
  margin-bottom: 142px;
}

.mgl142 {
  margin-left: 142px;
}

.mg143 {
  margin: 143px;
}

.mgt143 {
  margin-top: 143px;
}

.mgr143 {
  margin-right: 143px;
}

.mgb143 {
  margin-bottom: 143px;
}

.mgl143 {
  margin-left: 143px;
}

.mg144 {
  margin: 144px;
}

.mgt144 {
  margin-top: 144px;
}

.mgr144 {
  margin-right: 144px;
}

.mgb144 {
  margin-bottom: 144px;
}

.mgl144 {
  margin-left: 144px;
}

.mg145 {
  margin: 145px;
}

.mgt145 {
  margin-top: 145px;
}

.mgr145 {
  margin-right: 145px;
}

.mgb145 {
  margin-bottom: 145px;
}

.mgl145 {
  margin-left: 145px;
}

.mg146 {
  margin: 146px;
}

.mgt146 {
  margin-top: 146px;
}

.mgr146 {
  margin-right: 146px;
}

.mgb146 {
  margin-bottom: 146px;
}

.mgl146 {
  margin-left: 146px;
}

.mg147 {
  margin: 147px;
}

.mgt147 {
  margin-top: 147px;
}

.mgr147 {
  margin-right: 147px;
}

.mgb147 {
  margin-bottom: 147px;
}

.mgl147 {
  margin-left: 147px;
}

.mg148 {
  margin: 148px;
}

.mgt148 {
  margin-top: 148px;
}

.mgr148 {
  margin-right: 148px;
}

.mgb148 {
  margin-bottom: 148px;
}

.mgl148 {
  margin-left: 148px;
}

.mg149 {
  margin: 149px;
}

.mgt149 {
  margin-top: 149px;
}

.mgr149 {
  margin-right: 149px;
}

.mgb149 {
  margin-bottom: 149px;
}

.mgl149 {
  margin-left: 149px;
}

.mg150 {
  margin: 150px;
}

.mgt150 {
  margin-top: 150px;
}

.mgr150 {
  margin-right: 150px;
}

.mgb150 {
  margin-bottom: 150px;
}

.mgl150 {
  margin-left: 150px;
}

.mg151 {
  margin: 151px;
}

.mgt151 {
  margin-top: 151px;
}

.mgr151 {
  margin-right: 151px;
}

.mgb151 {
  margin-bottom: 151px;
}

.mgl151 {
  margin-left: 151px;
}

.mg152 {
  margin: 152px;
}

.mgt152 {
  margin-top: 152px;
}

.mgr152 {
  margin-right: 152px;
}

.mgb152 {
  margin-bottom: 152px;
}

.mgl152 {
  margin-left: 152px;
}

.mg153 {
  margin: 153px;
}

.mgt153 {
  margin-top: 153px;
}

.mgr153 {
  margin-right: 153px;
}

.mgb153 {
  margin-bottom: 153px;
}

.mgl153 {
  margin-left: 153px;
}

.mg154 {
  margin: 154px;
}

.mgt154 {
  margin-top: 154px;
}

.mgr154 {
  margin-right: 154px;
}

.mgb154 {
  margin-bottom: 154px;
}

.mgl154 {
  margin-left: 154px;
}

.mg155 {
  margin: 155px;
}

.mgt155 {
  margin-top: 155px;
}

.mgr155 {
  margin-right: 155px;
}

.mgb155 {
  margin-bottom: 155px;
}

.mgl155 {
  margin-left: 155px;
}

.mg156 {
  margin: 156px;
}

.mgt156 {
  margin-top: 156px;
}

.mgr156 {
  margin-right: 156px;
}

.mgb156 {
  margin-bottom: 156px;
}

.mgl156 {
  margin-left: 156px;
}

.mg157 {
  margin: 157px;
}

.mgt157 {
  margin-top: 157px;
}

.mgr157 {
  margin-right: 157px;
}

.mgb157 {
  margin-bottom: 157px;
}

.mgl157 {
  margin-left: 157px;
}

.mg158 {
  margin: 158px;
}

.mgt158 {
  margin-top: 158px;
}

.mgr158 {
  margin-right: 158px;
}

.mgb158 {
  margin-bottom: 158px;
}

.mgl158 {
  margin-left: 158px;
}

.mg159 {
  margin: 159px;
}

.mgt159 {
  margin-top: 159px;
}

.mgr159 {
  margin-right: 159px;
}

.mgb159 {
  margin-bottom: 159px;
}

.mgl159 {
  margin-left: 159px;
}

.mg160 {
  margin: 160px;
}

.mgt160 {
  margin-top: 160px;
}

.mgr160 {
  margin-right: 160px;
}

.mgb160 {
  margin-bottom: 160px;
}

.mgl160 {
  margin-left: 160px;
}

.mg161 {
  margin: 161px;
}

.mgt161 {
  margin-top: 161px;
}

.mgr161 {
  margin-right: 161px;
}

.mgb161 {
  margin-bottom: 161px;
}

.mgl161 {
  margin-left: 161px;
}

.mg162 {
  margin: 162px;
}

.mgt162 {
  margin-top: 162px;
}

.mgr162 {
  margin-right: 162px;
}

.mgb162 {
  margin-bottom: 162px;
}

.mgl162 {
  margin-left: 162px;
}

.mg163 {
  margin: 163px;
}

.mgt163 {
  margin-top: 163px;
}

.mgr163 {
  margin-right: 163px;
}

.mgb163 {
  margin-bottom: 163px;
}

.mgl163 {
  margin-left: 163px;
}

.mg164 {
  margin: 164px;
}

.mgt164 {
  margin-top: 164px;
}

.mgr164 {
  margin-right: 164px;
}

.mgb164 {
  margin-bottom: 164px;
}

.mgl164 {
  margin-left: 164px;
}

.mg165 {
  margin: 165px;
}

.mgt165 {
  margin-top: 165px;
}

.mgr165 {
  margin-right: 165px;
}

.mgb165 {
  margin-bottom: 165px;
}

.mgl165 {
  margin-left: 165px;
}

.mg166 {
  margin: 166px;
}

.mgt166 {
  margin-top: 166px;
}

.mgr166 {
  margin-right: 166px;
}

.mgb166 {
  margin-bottom: 166px;
}

.mgl166 {
  margin-left: 166px;
}

.mg167 {
  margin: 167px;
}

.mgt167 {
  margin-top: 167px;
}

.mgr167 {
  margin-right: 167px;
}

.mgb167 {
  margin-bottom: 167px;
}

.mgl167 {
  margin-left: 167px;
}

.mg168 {
  margin: 168px;
}

.mgt168 {
  margin-top: 168px;
}

.mgr168 {
  margin-right: 168px;
}

.mgb168 {
  margin-bottom: 168px;
}

.mgl168 {
  margin-left: 168px;
}

.mg169 {
  margin: 169px;
}

.mgt169 {
  margin-top: 169px;
}

.mgr169 {
  margin-right: 169px;
}

.mgb169 {
  margin-bottom: 169px;
}

.mgl169 {
  margin-left: 169px;
}

.mg170 {
  margin: 170px;
}

.mgt170 {
  margin-top: 170px;
}

.mgr170 {
  margin-right: 170px;
}

.mgb170 {
  margin-bottom: 170px;
}

.mgl170 {
  margin-left: 170px;
}

.mg171 {
  margin: 171px;
}

.mgt171 {
  margin-top: 171px;
}

.mgr171 {
  margin-right: 171px;
}

.mgb171 {
  margin-bottom: 171px;
}

.mgl171 {
  margin-left: 171px;
}

.mg172 {
  margin: 172px;
}

.mgt172 {
  margin-top: 172px;
}

.mgr172 {
  margin-right: 172px;
}

.mgb172 {
  margin-bottom: 172px;
}

.mgl172 {
  margin-left: 172px;
}

.mg173 {
  margin: 173px;
}

.mgt173 {
  margin-top: 173px;
}

.mgr173 {
  margin-right: 173px;
}

.mgb173 {
  margin-bottom: 173px;
}

.mgl173 {
  margin-left: 173px;
}

.mg174 {
  margin: 174px;
}

.mgt174 {
  margin-top: 174px;
}

.mgr174 {
  margin-right: 174px;
}

.mgb174 {
  margin-bottom: 174px;
}

.mgl174 {
  margin-left: 174px;
}

.mg175 {
  margin: 175px;
}

.mgt175 {
  margin-top: 175px;
}

.mgr175 {
  margin-right: 175px;
}

.mgb175 {
  margin-bottom: 175px;
}

.mgl175 {
  margin-left: 175px;
}

.mg176 {
  margin: 176px;
}

.mgt176 {
  margin-top: 176px;
}

.mgr176 {
  margin-right: 176px;
}

.mgb176 {
  margin-bottom: 176px;
}

.mgl176 {
  margin-left: 176px;
}

.mg177 {
  margin: 177px;
}

.mgt177 {
  margin-top: 177px;
}

.mgr177 {
  margin-right: 177px;
}

.mgb177 {
  margin-bottom: 177px;
}

.mgl177 {
  margin-left: 177px;
}

.mg178 {
  margin: 178px;
}

.mgt178 {
  margin-top: 178px;
}

.mgr178 {
  margin-right: 178px;
}

.mgb178 {
  margin-bottom: 178px;
}

.mgl178 {
  margin-left: 178px;
}

.mg179 {
  margin: 179px;
}

.mgt179 {
  margin-top: 179px;
}

.mgr179 {
  margin-right: 179px;
}

.mgb179 {
  margin-bottom: 179px;
}

.mgl179 {
  margin-left: 179px;
}

.mg180 {
  margin: 180px;
}

.mgt180 {
  margin-top: 180px;
}

.mgr180 {
  margin-right: 180px;
}

.mgb180 {
  margin-bottom: 180px;
}

.mgl180 {
  margin-left: 180px;
}

.mg181 {
  margin: 181px;
}

.mgt181 {
  margin-top: 181px;
}

.mgr181 {
  margin-right: 181px;
}

.mgb181 {
  margin-bottom: 181px;
}

.mgl181 {
  margin-left: 181px;
}

.mg182 {
  margin: 182px;
}

.mgt182 {
  margin-top: 182px;
}

.mgr182 {
  margin-right: 182px;
}

.mgb182 {
  margin-bottom: 182px;
}

.mgl182 {
  margin-left: 182px;
}

.mg183 {
  margin: 183px;
}

.mgt183 {
  margin-top: 183px;
}

.mgr183 {
  margin-right: 183px;
}

.mgb183 {
  margin-bottom: 183px;
}

.mgl183 {
  margin-left: 183px;
}

.mg184 {
  margin: 184px;
}

.mgt184 {
  margin-top: 184px;
}

.mgr184 {
  margin-right: 184px;
}

.mgb184 {
  margin-bottom: 184px;
}

.mgl184 {
  margin-left: 184px;
}

.mg185 {
  margin: 185px;
}

.mgt185 {
  margin-top: 185px;
}

.mgr185 {
  margin-right: 185px;
}

.mgb185 {
  margin-bottom: 185px;
}

.mgl185 {
  margin-left: 185px;
}

.mg186 {
  margin: 186px;
}

.mgt186 {
  margin-top: 186px;
}

.mgr186 {
  margin-right: 186px;
}

.mgb186 {
  margin-bottom: 186px;
}

.mgl186 {
  margin-left: 186px;
}

.mg187 {
  margin: 187px;
}

.mgt187 {
  margin-top: 187px;
}

.mgr187 {
  margin-right: 187px;
}

.mgb187 {
  margin-bottom: 187px;
}

.mgl187 {
  margin-left: 187px;
}

.mg188 {
  margin: 188px;
}

.mgt188 {
  margin-top: 188px;
}

.mgr188 {
  margin-right: 188px;
}

.mgb188 {
  margin-bottom: 188px;
}

.mgl188 {
  margin-left: 188px;
}

.mg189 {
  margin: 189px;
}

.mgt189 {
  margin-top: 189px;
}

.mgr189 {
  margin-right: 189px;
}

.mgb189 {
  margin-bottom: 189px;
}

.mgl189 {
  margin-left: 189px;
}

.mg190 {
  margin: 190px;
}

.mgt190 {
  margin-top: 190px;
}

.mgr190 {
  margin-right: 190px;
}

.mgb190 {
  margin-bottom: 190px;
}

.mgl190 {
  margin-left: 190px;
}

.mg191 {
  margin: 191px;
}

.mgt191 {
  margin-top: 191px;
}

.mgr191 {
  margin-right: 191px;
}

.mgb191 {
  margin-bottom: 191px;
}

.mgl191 {
  margin-left: 191px;
}

.mg192 {
  margin: 192px;
}

.mgt192 {
  margin-top: 192px;
}

.mgr192 {
  margin-right: 192px;
}

.mgb192 {
  margin-bottom: 192px;
}

.mgl192 {
  margin-left: 192px;
}

.mg193 {
  margin: 193px;
}

.mgt193 {
  margin-top: 193px;
}

.mgr193 {
  margin-right: 193px;
}

.mgb193 {
  margin-bottom: 193px;
}

.mgl193 {
  margin-left: 193px;
}

.mg194 {
  margin: 194px;
}

.mgt194 {
  margin-top: 194px;
}

.mgr194 {
  margin-right: 194px;
}

.mgb194 {
  margin-bottom: 194px;
}

.mgl194 {
  margin-left: 194px;
}

.mg195 {
  margin: 195px;
}

.mgt195 {
  margin-top: 195px;
}

.mgr195 {
  margin-right: 195px;
}

.mgb195 {
  margin-bottom: 195px;
}

.mgl195 {
  margin-left: 195px;
}

.mg196 {
  margin: 196px;
}

.mgt196 {
  margin-top: 196px;
}

.mgr196 {
  margin-right: 196px;
}

.mgb196 {
  margin-bottom: 196px;
}

.mgl196 {
  margin-left: 196px;
}

.mg197 {
  margin: 197px;
}

.mgt197 {
  margin-top: 197px;
}

.mgr197 {
  margin-right: 197px;
}

.mgb197 {
  margin-bottom: 197px;
}

.mgl197 {
  margin-left: 197px;
}

.mg198 {
  margin: 198px;
}

.mgt198 {
  margin-top: 198px;
}

.mgr198 {
  margin-right: 198px;
}

.mgb198 {
  margin-bottom: 198px;
}

.mgl198 {
  margin-left: 198px;
}

.mg199 {
  margin: 199px;
}

.mgt199 {
  margin-top: 199px;
}

.mgr199 {
  margin-right: 199px;
}

.mgb199 {
  margin-bottom: 199px;
}

.mgl199 {
  margin-left: 199px;
}

.mg200 {
  margin: 200px;
}

.mgt200 {
  margin-top: 200px;
}

.mgr200 {
  margin-right: 200px;
}

.mgb200 {
  margin-bottom: 200px;
}

.mgl200 {
  margin-left: 200px;
}

.mg201 {
  margin: 201px;
}

.mgt201 {
  margin-top: 201px;
}

.mgr201 {
  margin-right: 201px;
}

.mgb201 {
  margin-bottom: 201px;
}

.mgl201 {
  margin-left: 201px;
}

.mg202 {
  margin: 202px;
}

.mgt202 {
  margin-top: 202px;
}

.mgr202 {
  margin-right: 202px;
}

.mgb202 {
  margin-bottom: 202px;
}

.mgl202 {
  margin-left: 202px;
}

.mg203 {
  margin: 203px;
}

.mgt203 {
  margin-top: 203px;
}

.mgr203 {
  margin-right: 203px;
}

.mgb203 {
  margin-bottom: 203px;
}

.mgl203 {
  margin-left: 203px;
}

.mg204 {
  margin: 204px;
}

.mgt204 {
  margin-top: 204px;
}

.mgr204 {
  margin-right: 204px;
}

.mgb204 {
  margin-bottom: 204px;
}

.mgl204 {
  margin-left: 204px;
}

.mg205 {
  margin: 205px;
}

.mgt205 {
  margin-top: 205px;
}

.mgr205 {
  margin-right: 205px;
}

.mgb205 {
  margin-bottom: 205px;
}

.mgl205 {
  margin-left: 205px;
}

.mg206 {
  margin: 206px;
}

.mgt206 {
  margin-top: 206px;
}

.mgr206 {
  margin-right: 206px;
}

.mgb206 {
  margin-bottom: 206px;
}

.mgl206 {
  margin-left: 206px;
}

.mg207 {
  margin: 207px;
}

.mgt207 {
  margin-top: 207px;
}

.mgr207 {
  margin-right: 207px;
}

.mgb207 {
  margin-bottom: 207px;
}

.mgl207 {
  margin-left: 207px;
}

.mg208 {
  margin: 208px;
}

.mgt208 {
  margin-top: 208px;
}

.mgr208 {
  margin-right: 208px;
}

.mgb208 {
  margin-bottom: 208px;
}

.mgl208 {
  margin-left: 208px;
}

.mg209 {
  margin: 209px;
}

.mgt209 {
  margin-top: 209px;
}

.mgr209 {
  margin-right: 209px;
}

.mgb209 {
  margin-bottom: 209px;
}

.mgl209 {
  margin-left: 209px;
}

.mg210 {
  margin: 210px;
}

.mgt210 {
  margin-top: 210px;
}

.mgr210 {
  margin-right: 210px;
}

.mgb210 {
  margin-bottom: 210px;
}

.mgl210 {
  margin-left: 210px;
}

.mg211 {
  margin: 211px;
}

.mgt211 {
  margin-top: 211px;
}

.mgr211 {
  margin-right: 211px;
}

.mgb211 {
  margin-bottom: 211px;
}

.mgl211 {
  margin-left: 211px;
}

.mg212 {
  margin: 212px;
}

.mgt212 {
  margin-top: 212px;
}

.mgr212 {
  margin-right: 212px;
}

.mgb212 {
  margin-bottom: 212px;
}

.mgl212 {
  margin-left: 212px;
}

.mg213 {
  margin: 213px;
}

.mgt213 {
  margin-top: 213px;
}

.mgr213 {
  margin-right: 213px;
}

.mgb213 {
  margin-bottom: 213px;
}

.mgl213 {
  margin-left: 213px;
}

.mg214 {
  margin: 214px;
}

.mgt214 {
  margin-top: 214px;
}

.mgr214 {
  margin-right: 214px;
}

.mgb214 {
  margin-bottom: 214px;
}

.mgl214 {
  margin-left: 214px;
}

.mg215 {
  margin: 215px;
}

.mgt215 {
  margin-top: 215px;
}

.mgr215 {
  margin-right: 215px;
}

.mgb215 {
  margin-bottom: 215px;
}

.mgl215 {
  margin-left: 215px;
}

.mg216 {
  margin: 216px;
}

.mgt216 {
  margin-top: 216px;
}

.mgr216 {
  margin-right: 216px;
}

.mgb216 {
  margin-bottom: 216px;
}

.mgl216 {
  margin-left: 216px;
}

.mg217 {
  margin: 217px;
}

.mgt217 {
  margin-top: 217px;
}

.mgr217 {
  margin-right: 217px;
}

.mgb217 {
  margin-bottom: 217px;
}

.mgl217 {
  margin-left: 217px;
}

.mg218 {
  margin: 218px;
}

.mgt218 {
  margin-top: 218px;
}

.mgr218 {
  margin-right: 218px;
}

.mgb218 {
  margin-bottom: 218px;
}

.mgl218 {
  margin-left: 218px;
}

.mg219 {
  margin: 219px;
}

.mgt219 {
  margin-top: 219px;
}

.mgr219 {
  margin-right: 219px;
}

.mgb219 {
  margin-bottom: 219px;
}

.mgl219 {
  margin-left: 219px;
}

.mg220 {
  margin: 220px;
}

.mgt220 {
  margin-top: 220px;
}

.mgr220 {
  margin-right: 220px;
}

.mgb220 {
  margin-bottom: 220px;
}

.mgl220 {
  margin-left: 220px;
}

.mg221 {
  margin: 221px;
}

.mgt221 {
  margin-top: 221px;
}

.mgr221 {
  margin-right: 221px;
}

.mgb221 {
  margin-bottom: 221px;
}

.mgl221 {
  margin-left: 221px;
}

.mg222 {
  margin: 222px;
}

.mgt222 {
  margin-top: 222px;
}

.mgr222 {
  margin-right: 222px;
}

.mgb222 {
  margin-bottom: 222px;
}

.mgl222 {
  margin-left: 222px;
}

.mg223 {
  margin: 223px;
}

.mgt223 {
  margin-top: 223px;
}

.mgr223 {
  margin-right: 223px;
}

.mgb223 {
  margin-bottom: 223px;
}

.mgl223 {
  margin-left: 223px;
}

.mg224 {
  margin: 224px;
}

.mgt224 {
  margin-top: 224px;
}

.mgr224 {
  margin-right: 224px;
}

.mgb224 {
  margin-bottom: 224px;
}

.mgl224 {
  margin-left: 224px;
}

.mg225 {
  margin: 225px;
}

.mgt225 {
  margin-top: 225px;
}

.mgr225 {
  margin-right: 225px;
}

.mgb225 {
  margin-bottom: 225px;
}

.mgl225 {
  margin-left: 225px;
}

.mg226 {
  margin: 226px;
}

.mgt226 {
  margin-top: 226px;
}

.mgr226 {
  margin-right: 226px;
}

.mgb226 {
  margin-bottom: 226px;
}

.mgl226 {
  margin-left: 226px;
}

.mg227 {
  margin: 227px;
}

.mgt227 {
  margin-top: 227px;
}

.mgr227 {
  margin-right: 227px;
}

.mgb227 {
  margin-bottom: 227px;
}

.mgl227 {
  margin-left: 227px;
}

.mg228 {
  margin: 228px;
}

.mgt228 {
  margin-top: 228px;
}

.mgr228 {
  margin-right: 228px;
}

.mgb228 {
  margin-bottom: 228px;
}

.mgl228 {
  margin-left: 228px;
}

.mg229 {
  margin: 229px;
}

.mgt229 {
  margin-top: 229px;
}

.mgr229 {
  margin-right: 229px;
}

.mgb229 {
  margin-bottom: 229px;
}

.mgl229 {
  margin-left: 229px;
}

.mg230 {
  margin: 230px;
}

.mgt230 {
  margin-top: 230px;
}

.mgr230 {
  margin-right: 230px;
}

.mgb230 {
  margin-bottom: 230px;
}

.mgl230 {
  margin-left: 230px;
}

.mg231 {
  margin: 231px;
}

.mgt231 {
  margin-top: 231px;
}

.mgr231 {
  margin-right: 231px;
}

.mgb231 {
  margin-bottom: 231px;
}

.mgl231 {
  margin-left: 231px;
}

.mg232 {
  margin: 232px;
}

.mgt232 {
  margin-top: 232px;
}

.mgr232 {
  margin-right: 232px;
}

.mgb232 {
  margin-bottom: 232px;
}

.mgl232 {
  margin-left: 232px;
}

.mg233 {
  margin: 233px;
}

.mgt233 {
  margin-top: 233px;
}

.mgr233 {
  margin-right: 233px;
}

.mgb233 {
  margin-bottom: 233px;
}

.mgl233 {
  margin-left: 233px;
}

.mg234 {
  margin: 234px;
}

.mgt234 {
  margin-top: 234px;
}

.mgr234 {
  margin-right: 234px;
}

.mgb234 {
  margin-bottom: 234px;
}

.mgl234 {
  margin-left: 234px;
}

.mg235 {
  margin: 235px;
}

.mgt235 {
  margin-top: 235px;
}

.mgr235 {
  margin-right: 235px;
}

.mgb235 {
  margin-bottom: 235px;
}

.mgl235 {
  margin-left: 235px;
}

.mg236 {
  margin: 236px;
}

.mgt236 {
  margin-top: 236px;
}

.mgr236 {
  margin-right: 236px;
}

.mgb236 {
  margin-bottom: 236px;
}

.mgl236 {
  margin-left: 236px;
}

.mg237 {
  margin: 237px;
}

.mgt237 {
  margin-top: 237px;
}

.mgr237 {
  margin-right: 237px;
}

.mgb237 {
  margin-bottom: 237px;
}

.mgl237 {
  margin-left: 237px;
}

.mg238 {
  margin: 238px;
}

.mgt238 {
  margin-top: 238px;
}

.mgr238 {
  margin-right: 238px;
}

.mgb238 {
  margin-bottom: 238px;
}

.mgl238 {
  margin-left: 238px;
}

.mg239 {
  margin: 239px;
}

.mgt239 {
  margin-top: 239px;
}

.mgr239 {
  margin-right: 239px;
}

.mgb239 {
  margin-bottom: 239px;
}

.mgl239 {
  margin-left: 239px;
}

.mg240 {
  margin: 240px;
}

.mgt240 {
  margin-top: 240px;
}

.mgr240 {
  margin-right: 240px;
}

.mgb240 {
  margin-bottom: 240px;
}

.mgl240 {
  margin-left: 240px;
}

.mg241 {
  margin: 241px;
}

.mgt241 {
  margin-top: 241px;
}

.mgr241 {
  margin-right: 241px;
}

.mgb241 {
  margin-bottom: 241px;
}

.mgl241 {
  margin-left: 241px;
}

.mg242 {
  margin: 242px;
}

.mgt242 {
  margin-top: 242px;
}

.mgr242 {
  margin-right: 242px;
}

.mgb242 {
  margin-bottom: 242px;
}

.mgl242 {
  margin-left: 242px;
}

.mg243 {
  margin: 243px;
}

.mgt243 {
  margin-top: 243px;
}

.mgr243 {
  margin-right: 243px;
}

.mgb243 {
  margin-bottom: 243px;
}

.mgl243 {
  margin-left: 243px;
}

.mg244 {
  margin: 244px;
}

.mgt244 {
  margin-top: 244px;
}

.mgr244 {
  margin-right: 244px;
}

.mgb244 {
  margin-bottom: 244px;
}

.mgl244 {
  margin-left: 244px;
}

.mg245 {
  margin: 245px;
}

.mgt245 {
  margin-top: 245px;
}

.mgr245 {
  margin-right: 245px;
}

.mgb245 {
  margin-bottom: 245px;
}

.mgl245 {
  margin-left: 245px;
}

.mg246 {
  margin: 246px;
}

.mgt246 {
  margin-top: 246px;
}

.mgr246 {
  margin-right: 246px;
}

.mgb246 {
  margin-bottom: 246px;
}

.mgl246 {
  margin-left: 246px;
}

.mg247 {
  margin: 247px;
}

.mgt247 {
  margin-top: 247px;
}

.mgr247 {
  margin-right: 247px;
}

.mgb247 {
  margin-bottom: 247px;
}

.mgl247 {
  margin-left: 247px;
}

.mg248 {
  margin: 248px;
}

.mgt248 {
  margin-top: 248px;
}

.mgr248 {
  margin-right: 248px;
}

.mgb248 {
  margin-bottom: 248px;
}

.mgl248 {
  margin-left: 248px;
}

.mg249 {
  margin: 249px;
}

.mgt249 {
  margin-top: 249px;
}

.mgr249 {
  margin-right: 249px;
}

.mgb249 {
  margin-bottom: 249px;
}

.mgl249 {
  margin-left: 249px;
}

.mg250 {
  margin: 250px;
}

.mgt250 {
  margin-top: 250px;
}

.mgr250 {
  margin-right: 250px;
}

.mgb250 {
  margin-bottom: 250px;
}

.mgl250 {
  margin-left: 250px;
}

.mg251 {
  margin: 251px;
}

.mgt251 {
  margin-top: 251px;
}

.mgr251 {
  margin-right: 251px;
}

.mgb251 {
  margin-bottom: 251px;
}

.mgl251 {
  margin-left: 251px;
}

.mg252 {
  margin: 252px;
}

.mgt252 {
  margin-top: 252px;
}

.mgr252 {
  margin-right: 252px;
}

.mgb252 {
  margin-bottom: 252px;
}

.mgl252 {
  margin-left: 252px;
}

.mg253 {
  margin: 253px;
}

.mgt253 {
  margin-top: 253px;
}

.mgr253 {
  margin-right: 253px;
}

.mgb253 {
  margin-bottom: 253px;
}

.mgl253 {
  margin-left: 253px;
}

.mg254 {
  margin: 254px;
}

.mgt254 {
  margin-top: 254px;
}

.mgr254 {
  margin-right: 254px;
}

.mgb254 {
  margin-bottom: 254px;
}

.mgl254 {
  margin-left: 254px;
}

.mg255 {
  margin: 255px;
}

.mgt255 {
  margin-top: 255px;
}

.mgr255 {
  margin-right: 255px;
}

.mgb255 {
  margin-bottom: 255px;
}

.mgl255 {
  margin-left: 255px;
}

.mg256 {
  margin: 256px;
}

.mgt256 {
  margin-top: 256px;
}

.mgr256 {
  margin-right: 256px;
}

.mgb256 {
  margin-bottom: 256px;
}

.mgl256 {
  margin-left: 256px;
}

.mg257 {
  margin: 257px;
}

.mgt257 {
  margin-top: 257px;
}

.mgr257 {
  margin-right: 257px;
}

.mgb257 {
  margin-bottom: 257px;
}

.mgl257 {
  margin-left: 257px;
}

.mg258 {
  margin: 258px;
}

.mgt258 {
  margin-top: 258px;
}

.mgr258 {
  margin-right: 258px;
}

.mgb258 {
  margin-bottom: 258px;
}

.mgl258 {
  margin-left: 258px;
}

.mg259 {
  margin: 259px;
}

.mgt259 {
  margin-top: 259px;
}

.mgr259 {
  margin-right: 259px;
}

.mgb259 {
  margin-bottom: 259px;
}

.mgl259 {
  margin-left: 259px;
}

.mg260 {
  margin: 260px;
}

.mgt260 {
  margin-top: 260px;
}

.mgr260 {
  margin-right: 260px;
}

.mgb260 {
  margin-bottom: 260px;
}

.mgl260 {
  margin-left: 260px;
}

.mg261 {
  margin: 261px;
}

.mgt261 {
  margin-top: 261px;
}

.mgr261 {
  margin-right: 261px;
}

.mgb261 {
  margin-bottom: 261px;
}

.mgl261 {
  margin-left: 261px;
}

.mg262 {
  margin: 262px;
}

.mgt262 {
  margin-top: 262px;
}

.mgr262 {
  margin-right: 262px;
}

.mgb262 {
  margin-bottom: 262px;
}

.mgl262 {
  margin-left: 262px;
}

.mg263 {
  margin: 263px;
}

.mgt263 {
  margin-top: 263px;
}

.mgr263 {
  margin-right: 263px;
}

.mgb263 {
  margin-bottom: 263px;
}

.mgl263 {
  margin-left: 263px;
}

.mg264 {
  margin: 264px;
}

.mgt264 {
  margin-top: 264px;
}

.mgr264 {
  margin-right: 264px;
}

.mgb264 {
  margin-bottom: 264px;
}

.mgl264 {
  margin-left: 264px;
}

.mg265 {
  margin: 265px;
}

.mgt265 {
  margin-top: 265px;
}

.mgr265 {
  margin-right: 265px;
}

.mgb265 {
  margin-bottom: 265px;
}

.mgl265 {
  margin-left: 265px;
}

.mg266 {
  margin: 266px;
}

.mgt266 {
  margin-top: 266px;
}

.mgr266 {
  margin-right: 266px;
}

.mgb266 {
  margin-bottom: 266px;
}

.mgl266 {
  margin-left: 266px;
}

.mg267 {
  margin: 267px;
}

.mgt267 {
  margin-top: 267px;
}

.mgr267 {
  margin-right: 267px;
}

.mgb267 {
  margin-bottom: 267px;
}

.mgl267 {
  margin-left: 267px;
}

.mg268 {
  margin: 268px;
}

.mgt268 {
  margin-top: 268px;
}

.mgr268 {
  margin-right: 268px;
}

.mgb268 {
  margin-bottom: 268px;
}

.mgl268 {
  margin-left: 268px;
}

.mg269 {
  margin: 269px;
}

.mgt269 {
  margin-top: 269px;
}

.mgr269 {
  margin-right: 269px;
}

.mgb269 {
  margin-bottom: 269px;
}

.mgl269 {
  margin-left: 269px;
}

.mg270 {
  margin: 270px;
}

.mgt270 {
  margin-top: 270px;
}

.mgr270 {
  margin-right: 270px;
}

.mgb270 {
  margin-bottom: 270px;
}

.mgl270 {
  margin-left: 270px;
}

.mg271 {
  margin: 271px;
}

.mgt271 {
  margin-top: 271px;
}

.mgr271 {
  margin-right: 271px;
}

.mgb271 {
  margin-bottom: 271px;
}

.mgl271 {
  margin-left: 271px;
}

.mg272 {
  margin: 272px;
}

.mgt272 {
  margin-top: 272px;
}

.mgr272 {
  margin-right: 272px;
}

.mgb272 {
  margin-bottom: 272px;
}

.mgl272 {
  margin-left: 272px;
}

.mg273 {
  margin: 273px;
}

.mgt273 {
  margin-top: 273px;
}

.mgr273 {
  margin-right: 273px;
}

.mgb273 {
  margin-bottom: 273px;
}

.mgl273 {
  margin-left: 273px;
}

.mg274 {
  margin: 274px;
}

.mgt274 {
  margin-top: 274px;
}

.mgr274 {
  margin-right: 274px;
}

.mgb274 {
  margin-bottom: 274px;
}

.mgl274 {
  margin-left: 274px;
}

.mg275 {
  margin: 275px;
}

.mgt275 {
  margin-top: 275px;
}

.mgr275 {
  margin-right: 275px;
}

.mgb275 {
  margin-bottom: 275px;
}

.mgl275 {
  margin-left: 275px;
}

.mg276 {
  margin: 276px;
}

.mgt276 {
  margin-top: 276px;
}

.mgr276 {
  margin-right: 276px;
}

.mgb276 {
  margin-bottom: 276px;
}

.mgl276 {
  margin-left: 276px;
}

.mg277 {
  margin: 277px;
}

.mgt277 {
  margin-top: 277px;
}

.mgr277 {
  margin-right: 277px;
}

.mgb277 {
  margin-bottom: 277px;
}

.mgl277 {
  margin-left: 277px;
}

.mg278 {
  margin: 278px;
}

.mgt278 {
  margin-top: 278px;
}

.mgr278 {
  margin-right: 278px;
}

.mgb278 {
  margin-bottom: 278px;
}

.mgl278 {
  margin-left: 278px;
}

.mg279 {
  margin: 279px;
}

.mgt279 {
  margin-top: 279px;
}

.mgr279 {
  margin-right: 279px;
}

.mgb279 {
  margin-bottom: 279px;
}

.mgl279 {
  margin-left: 279px;
}

.mg280 {
  margin: 280px;
}

.mgt280 {
  margin-top: 280px;
}

.mgr280 {
  margin-right: 280px;
}

.mgb280 {
  margin-bottom: 280px;
}

.mgl280 {
  margin-left: 280px;
}

.mg281 {
  margin: 281px;
}

.mgt281 {
  margin-top: 281px;
}

.mgr281 {
  margin-right: 281px;
}

.mgb281 {
  margin-bottom: 281px;
}

.mgl281 {
  margin-left: 281px;
}

.mg282 {
  margin: 282px;
}

.mgt282 {
  margin-top: 282px;
}

.mgr282 {
  margin-right: 282px;
}

.mgb282 {
  margin-bottom: 282px;
}

.mgl282 {
  margin-left: 282px;
}

.mg283 {
  margin: 283px;
}

.mgt283 {
  margin-top: 283px;
}

.mgr283 {
  margin-right: 283px;
}

.mgb283 {
  margin-bottom: 283px;
}

.mgl283 {
  margin-left: 283px;
}

.mg284 {
  margin: 284px;
}

.mgt284 {
  margin-top: 284px;
}

.mgr284 {
  margin-right: 284px;
}

.mgb284 {
  margin-bottom: 284px;
}

.mgl284 {
  margin-left: 284px;
}

.mg285 {
  margin: 285px;
}

.mgt285 {
  margin-top: 285px;
}

.mgr285 {
  margin-right: 285px;
}

.mgb285 {
  margin-bottom: 285px;
}

.mgl285 {
  margin-left: 285px;
}

.mg286 {
  margin: 286px;
}

.mgt286 {
  margin-top: 286px;
}

.mgr286 {
  margin-right: 286px;
}

.mgb286 {
  margin-bottom: 286px;
}

.mgl286 {
  margin-left: 286px;
}

.mg287 {
  margin: 287px;
}

.mgt287 {
  margin-top: 287px;
}

.mgr287 {
  margin-right: 287px;
}

.mgb287 {
  margin-bottom: 287px;
}

.mgl287 {
  margin-left: 287px;
}

.mg288 {
  margin: 288px;
}

.mgt288 {
  margin-top: 288px;
}

.mgr288 {
  margin-right: 288px;
}

.mgb288 {
  margin-bottom: 288px;
}

.mgl288 {
  margin-left: 288px;
}

.mg289 {
  margin: 289px;
}

.mgt289 {
  margin-top: 289px;
}

.mgr289 {
  margin-right: 289px;
}

.mgb289 {
  margin-bottom: 289px;
}

.mgl289 {
  margin-left: 289px;
}

.mg290 {
  margin: 290px;
}

.mgt290 {
  margin-top: 290px;
}

.mgr290 {
  margin-right: 290px;
}

.mgb290 {
  margin-bottom: 290px;
}

.mgl290 {
  margin-left: 290px;
}

.mg291 {
  margin: 291px;
}

.mgt291 {
  margin-top: 291px;
}

.mgr291 {
  margin-right: 291px;
}

.mgb291 {
  margin-bottom: 291px;
}

.mgl291 {
  margin-left: 291px;
}

.mg292 {
  margin: 292px;
}

.mgt292 {
  margin-top: 292px;
}

.mgr292 {
  margin-right: 292px;
}

.mgb292 {
  margin-bottom: 292px;
}

.mgl292 {
  margin-left: 292px;
}

.mg293 {
  margin: 293px;
}

.mgt293 {
  margin-top: 293px;
}

.mgr293 {
  margin-right: 293px;
}

.mgb293 {
  margin-bottom: 293px;
}

.mgl293 {
  margin-left: 293px;
}

.mg294 {
  margin: 294px;
}

.mgt294 {
  margin-top: 294px;
}

.mgr294 {
  margin-right: 294px;
}

.mgb294 {
  margin-bottom: 294px;
}

.mgl294 {
  margin-left: 294px;
}

.mg295 {
  margin: 295px;
}

.mgt295 {
  margin-top: 295px;
}

.mgr295 {
  margin-right: 295px;
}

.mgb295 {
  margin-bottom: 295px;
}

.mgl295 {
  margin-left: 295px;
}

.mg296 {
  margin: 296px;
}

.mgt296 {
  margin-top: 296px;
}

.mgr296 {
  margin-right: 296px;
}

.mgb296 {
  margin-bottom: 296px;
}

.mgl296 {
  margin-left: 296px;
}

.mg297 {
  margin: 297px;
}

.mgt297 {
  margin-top: 297px;
}

.mgr297 {
  margin-right: 297px;
}

.mgb297 {
  margin-bottom: 297px;
}

.mgl297 {
  margin-left: 297px;
}

.mg298 {
  margin: 298px;
}

.mgt298 {
  margin-top: 298px;
}

.mgr298 {
  margin-right: 298px;
}

.mgb298 {
  margin-bottom: 298px;
}

.mgl298 {
  margin-left: 298px;
}

.mg299 {
  margin: 299px;
}

.mgt299 {
  margin-top: 299px;
}

.mgr299 {
  margin-right: 299px;
}

.mgb299 {
  margin-bottom: 299px;
}

.mgl299 {
  margin-left: 299px;
}

.mg300 {
  margin: 300px;
}

.mgt300 {
  margin-top: 300px;
}

.mgr300 {
  margin-right: 300px;
}

.mgb300 {
  margin-bottom: 300px;
}

.mgl300 {
  margin-left: 300px;
}

.mg301 {
  margin: 301px;
}

.mgt301 {
  margin-top: 301px;
}

.mgr301 {
  margin-right: 301px;
}

.mgb301 {
  margin-bottom: 301px;
}

.mgl301 {
  margin-left: 301px;
}

.mg302 {
  margin: 302px;
}

.mgt302 {
  margin-top: 302px;
}

.mgr302 {
  margin-right: 302px;
}

.mgb302 {
  margin-bottom: 302px;
}

.mgl302 {
  margin-left: 302px;
}

.mg303 {
  margin: 303px;
}

.mgt303 {
  margin-top: 303px;
}

.mgr303 {
  margin-right: 303px;
}

.mgb303 {
  margin-bottom: 303px;
}

.mgl303 {
  margin-left: 303px;
}

.mg304 {
  margin: 304px;
}

.mgt304 {
  margin-top: 304px;
}

.mgr304 {
  margin-right: 304px;
}

.mgb304 {
  margin-bottom: 304px;
}

.mgl304 {
  margin-left: 304px;
}

.mg305 {
  margin: 305px;
}

.mgt305 {
  margin-top: 305px;
}

.mgr305 {
  margin-right: 305px;
}

.mgb305 {
  margin-bottom: 305px;
}

.mgl305 {
  margin-left: 305px;
}

.mg306 {
  margin: 306px;
}

.mgt306 {
  margin-top: 306px;
}

.mgr306 {
  margin-right: 306px;
}

.mgb306 {
  margin-bottom: 306px;
}

.mgl306 {
  margin-left: 306px;
}

.mg307 {
  margin: 307px;
}

.mgt307 {
  margin-top: 307px;
}

.mgr307 {
  margin-right: 307px;
}

.mgb307 {
  margin-bottom: 307px;
}

.mgl307 {
  margin-left: 307px;
}

.mg308 {
  margin: 308px;
}

.mgt308 {
  margin-top: 308px;
}

.mgr308 {
  margin-right: 308px;
}

.mgb308 {
  margin-bottom: 308px;
}

.mgl308 {
  margin-left: 308px;
}

.mg309 {
  margin: 309px;
}

.mgt309 {
  margin-top: 309px;
}

.mgr309 {
  margin-right: 309px;
}

.mgb309 {
  margin-bottom: 309px;
}

.mgl309 {
  margin-left: 309px;
}

.mg310 {
  margin: 310px;
}

.mgt310 {
  margin-top: 310px;
}

.mgr310 {
  margin-right: 310px;
}

.mgb310 {
  margin-bottom: 310px;
}

.mgl310 {
  margin-left: 310px;
}

.mg311 {
  margin: 311px;
}

.mgt311 {
  margin-top: 311px;
}

.mgr311 {
  margin-right: 311px;
}

.mgb311 {
  margin-bottom: 311px;
}

.mgl311 {
  margin-left: 311px;
}

.mg312 {
  margin: 312px;
}

.mgt312 {
  margin-top: 312px;
}

.mgr312 {
  margin-right: 312px;
}

.mgb312 {
  margin-bottom: 312px;
}

.mgl312 {
  margin-left: 312px;
}

.mg313 {
  margin: 313px;
}

.mgt313 {
  margin-top: 313px;
}

.mgr313 {
  margin-right: 313px;
}

.mgb313 {
  margin-bottom: 313px;
}

.mgl313 {
  margin-left: 313px;
}

.mg314 {
  margin: 314px;
}

.mgt314 {
  margin-top: 314px;
}

.mgr314 {
  margin-right: 314px;
}

.mgb314 {
  margin-bottom: 314px;
}

.mgl314 {
  margin-left: 314px;
}

.mg315 {
  margin: 315px;
}

.mgt315 {
  margin-top: 315px;
}

.mgr315 {
  margin-right: 315px;
}

.mgb315 {
  margin-bottom: 315px;
}

.mgl315 {
  margin-left: 315px;
}

.mg316 {
  margin: 316px;
}

.mgt316 {
  margin-top: 316px;
}

.mgr316 {
  margin-right: 316px;
}

.mgb316 {
  margin-bottom: 316px;
}

.mgl316 {
  margin-left: 316px;
}

.mg317 {
  margin: 317px;
}

.mgt317 {
  margin-top: 317px;
}

.mgr317 {
  margin-right: 317px;
}

.mgb317 {
  margin-bottom: 317px;
}

.mgl317 {
  margin-left: 317px;
}

.mg318 {
  margin: 318px;
}

.mgt318 {
  margin-top: 318px;
}

.mgr318 {
  margin-right: 318px;
}

.mgb318 {
  margin-bottom: 318px;
}

.mgl318 {
  margin-left: 318px;
}

.mg319 {
  margin: 319px;
}

.mgt319 {
  margin-top: 319px;
}

.mgr319 {
  margin-right: 319px;
}

.mgb319 {
  margin-bottom: 319px;
}

.mgl319 {
  margin-left: 319px;
}

.mg320 {
  margin: 320px;
}

.mgt320 {
  margin-top: 320px;
}

.mgr320 {
  margin-right: 320px;
}

.mgb320 {
  margin-bottom: 320px;
}

.mgl320 {
  margin-left: 320px;
}

.mg321 {
  margin: 321px;
}

.mgt321 {
  margin-top: 321px;
}

.mgr321 {
  margin-right: 321px;
}

.mgb321 {
  margin-bottom: 321px;
}

.mgl321 {
  margin-left: 321px;
}

.mg322 {
  margin: 322px;
}

.mgt322 {
  margin-top: 322px;
}

.mgr322 {
  margin-right: 322px;
}

.mgb322 {
  margin-bottom: 322px;
}

.mgl322 {
  margin-left: 322px;
}

.mg323 {
  margin: 323px;
}

.mgt323 {
  margin-top: 323px;
}

.mgr323 {
  margin-right: 323px;
}

.mgb323 {
  margin-bottom: 323px;
}

.mgl323 {
  margin-left: 323px;
}

.mg324 {
  margin: 324px;
}

.mgt324 {
  margin-top: 324px;
}

.mgr324 {
  margin-right: 324px;
}

.mgb324 {
  margin-bottom: 324px;
}

.mgl324 {
  margin-left: 324px;
}

.mg325 {
  margin: 325px;
}

.mgt325 {
  margin-top: 325px;
}

.mgr325 {
  margin-right: 325px;
}

.mgb325 {
  margin-bottom: 325px;
}

.mgl325 {
  margin-left: 325px;
}

.mg326 {
  margin: 326px;
}

.mgt326 {
  margin-top: 326px;
}

.mgr326 {
  margin-right: 326px;
}

.mgb326 {
  margin-bottom: 326px;
}

.mgl326 {
  margin-left: 326px;
}

.mg327 {
  margin: 327px;
}

.mgt327 {
  margin-top: 327px;
}

.mgr327 {
  margin-right: 327px;
}

.mgb327 {
  margin-bottom: 327px;
}

.mgl327 {
  margin-left: 327px;
}

.mg328 {
  margin: 328px;
}

.mgt328 {
  margin-top: 328px;
}

.mgr328 {
  margin-right: 328px;
}

.mgb328 {
  margin-bottom: 328px;
}

.mgl328 {
  margin-left: 328px;
}

.mg329 {
  margin: 329px;
}

.mgt329 {
  margin-top: 329px;
}

.mgr329 {
  margin-right: 329px;
}

.mgb329 {
  margin-bottom: 329px;
}

.mgl329 {
  margin-left: 329px;
}

.mg330 {
  margin: 330px;
}

.mgt330 {
  margin-top: 330px;
}

.mgr330 {
  margin-right: 330px;
}

.mgb330 {
  margin-bottom: 330px;
}

.mgl330 {
  margin-left: 330px;
}

.mg331 {
  margin: 331px;
}

.mgt331 {
  margin-top: 331px;
}

.mgr331 {
  margin-right: 331px;
}

.mgb331 {
  margin-bottom: 331px;
}

.mgl331 {
  margin-left: 331px;
}

.mg332 {
  margin: 332px;
}

.mgt332 {
  margin-top: 332px;
}

.mgr332 {
  margin-right: 332px;
}

.mgb332 {
  margin-bottom: 332px;
}

.mgl332 {
  margin-left: 332px;
}

.mg333 {
  margin: 333px;
}

.mgt333 {
  margin-top: 333px;
}

.mgr333 {
  margin-right: 333px;
}

.mgb333 {
  margin-bottom: 333px;
}

.mgl333 {
  margin-left: 333px;
}

.mg334 {
  margin: 334px;
}

.mgt334 {
  margin-top: 334px;
}

.mgr334 {
  margin-right: 334px;
}

.mgb334 {
  margin-bottom: 334px;
}

.mgl334 {
  margin-left: 334px;
}

.mg335 {
  margin: 335px;
}

.mgt335 {
  margin-top: 335px;
}

.mgr335 {
  margin-right: 335px;
}

.mgb335 {
  margin-bottom: 335px;
}

.mgl335 {
  margin-left: 335px;
}

.mg336 {
  margin: 336px;
}

.mgt336 {
  margin-top: 336px;
}

.mgr336 {
  margin-right: 336px;
}

.mgb336 {
  margin-bottom: 336px;
}

.mgl336 {
  margin-left: 336px;
}

.mg337 {
  margin: 337px;
}

.mgt337 {
  margin-top: 337px;
}

.mgr337 {
  margin-right: 337px;
}

.mgb337 {
  margin-bottom: 337px;
}

.mgl337 {
  margin-left: 337px;
}

.mg338 {
  margin: 338px;
}

.mgt338 {
  margin-top: 338px;
}

.mgr338 {
  margin-right: 338px;
}

.mgb338 {
  margin-bottom: 338px;
}

.mgl338 {
  margin-left: 338px;
}

.mg339 {
  margin: 339px;
}

.mgt339 {
  margin-top: 339px;
}

.mgr339 {
  margin-right: 339px;
}

.mgb339 {
  margin-bottom: 339px;
}

.mgl339 {
  margin-left: 339px;
}

.mg340 {
  margin: 340px;
}

.mgt340 {
  margin-top: 340px;
}

.mgr340 {
  margin-right: 340px;
}

.mgb340 {
  margin-bottom: 340px;
}

.mgl340 {
  margin-left: 340px;
}

.mg341 {
  margin: 341px;
}

.mgt341 {
  margin-top: 341px;
}

.mgr341 {
  margin-right: 341px;
}

.mgb341 {
  margin-bottom: 341px;
}

.mgl341 {
  margin-left: 341px;
}

.mg342 {
  margin: 342px;
}

.mgt342 {
  margin-top: 342px;
}

.mgr342 {
  margin-right: 342px;
}

.mgb342 {
  margin-bottom: 342px;
}

.mgl342 {
  margin-left: 342px;
}

.mg343 {
  margin: 343px;
}

.mgt343 {
  margin-top: 343px;
}

.mgr343 {
  margin-right: 343px;
}

.mgb343 {
  margin-bottom: 343px;
}

.mgl343 {
  margin-left: 343px;
}

.mg344 {
  margin: 344px;
}

.mgt344 {
  margin-top: 344px;
}

.mgr344 {
  margin-right: 344px;
}

.mgb344 {
  margin-bottom: 344px;
}

.mgl344 {
  margin-left: 344px;
}

.mg345 {
  margin: 345px;
}

.mgt345 {
  margin-top: 345px;
}

.mgr345 {
  margin-right: 345px;
}

.mgb345 {
  margin-bottom: 345px;
}

.mgl345 {
  margin-left: 345px;
}

.mg346 {
  margin: 346px;
}

.mgt346 {
  margin-top: 346px;
}

.mgr346 {
  margin-right: 346px;
}

.mgb346 {
  margin-bottom: 346px;
}

.mgl346 {
  margin-left: 346px;
}

.mg347 {
  margin: 347px;
}

.mgt347 {
  margin-top: 347px;
}

.mgr347 {
  margin-right: 347px;
}

.mgb347 {
  margin-bottom: 347px;
}

.mgl347 {
  margin-left: 347px;
}

.mg348 {
  margin: 348px;
}

.mgt348 {
  margin-top: 348px;
}

.mgr348 {
  margin-right: 348px;
}

.mgb348 {
  margin-bottom: 348px;
}

.mgl348 {
  margin-left: 348px;
}

.mg349 {
  margin: 349px;
}

.mgt349 {
  margin-top: 349px;
}

.mgr349 {
  margin-right: 349px;
}

.mgb349 {
  margin-bottom: 349px;
}

.mgl349 {
  margin-left: 349px;
}

.mg350 {
  margin: 350px;
}

.mgt350 {
  margin-top: 350px;
}

.mgr350 {
  margin-right: 350px;
}

.mgb350 {
  margin-bottom: 350px;
}

.mgl350 {
  margin-left: 350px;
}

.mg351 {
  margin: 351px;
}

.mgt351 {
  margin-top: 351px;
}

.mgr351 {
  margin-right: 351px;
}

.mgb351 {
  margin-bottom: 351px;
}

.mgl351 {
  margin-left: 351px;
}

.mg352 {
  margin: 352px;
}

.mgt352 {
  margin-top: 352px;
}

.mgr352 {
  margin-right: 352px;
}

.mgb352 {
  margin-bottom: 352px;
}

.mgl352 {
  margin-left: 352px;
}

.mg353 {
  margin: 353px;
}

.mgt353 {
  margin-top: 353px;
}

.mgr353 {
  margin-right: 353px;
}

.mgb353 {
  margin-bottom: 353px;
}

.mgl353 {
  margin-left: 353px;
}

.mg354 {
  margin: 354px;
}

.mgt354 {
  margin-top: 354px;
}

.mgr354 {
  margin-right: 354px;
}

.mgb354 {
  margin-bottom: 354px;
}

.mgl354 {
  margin-left: 354px;
}

.mg355 {
  margin: 355px;
}

.mgt355 {
  margin-top: 355px;
}

.mgr355 {
  margin-right: 355px;
}

.mgb355 {
  margin-bottom: 355px;
}

.mgl355 {
  margin-left: 355px;
}

.mg356 {
  margin: 356px;
}

.mgt356 {
  margin-top: 356px;
}

.mgr356 {
  margin-right: 356px;
}

.mgb356 {
  margin-bottom: 356px;
}

.mgl356 {
  margin-left: 356px;
}

.mg357 {
  margin: 357px;
}

.mgt357 {
  margin-top: 357px;
}

.mgr357 {
  margin-right: 357px;
}

.mgb357 {
  margin-bottom: 357px;
}

.mgl357 {
  margin-left: 357px;
}

.mg358 {
  margin: 358px;
}

.mgt358 {
  margin-top: 358px;
}

.mgr358 {
  margin-right: 358px;
}

.mgb358 {
  margin-bottom: 358px;
}

.mgl358 {
  margin-left: 358px;
}

.mg359 {
  margin: 359px;
}

.mgt359 {
  margin-top: 359px;
}

.mgr359 {
  margin-right: 359px;
}

.mgb359 {
  margin-bottom: 359px;
}

.mgl359 {
  margin-left: 359px;
}

.mg360 {
  margin: 360px;
}

.mgt360 {
  margin-top: 360px;
}

.mgr360 {
  margin-right: 360px;
}

.mgb360 {
  margin-bottom: 360px;
}

.mgl360 {
  margin-left: 360px;
}

.mg361 {
  margin: 361px;
}

.mgt361 {
  margin-top: 361px;
}

.mgr361 {
  margin-right: 361px;
}

.mgb361 {
  margin-bottom: 361px;
}

.mgl361 {
  margin-left: 361px;
}

.mg362 {
  margin: 362px;
}

.mgt362 {
  margin-top: 362px;
}

.mgr362 {
  margin-right: 362px;
}

.mgb362 {
  margin-bottom: 362px;
}

.mgl362 {
  margin-left: 362px;
}

.mg363 {
  margin: 363px;
}

.mgt363 {
  margin-top: 363px;
}

.mgr363 {
  margin-right: 363px;
}

.mgb363 {
  margin-bottom: 363px;
}

.mgl363 {
  margin-left: 363px;
}

.mg364 {
  margin: 364px;
}

.mgt364 {
  margin-top: 364px;
}

.mgr364 {
  margin-right: 364px;
}

.mgb364 {
  margin-bottom: 364px;
}

.mgl364 {
  margin-left: 364px;
}

.mg365 {
  margin: 365px;
}

.mgt365 {
  margin-top: 365px;
}

.mgr365 {
  margin-right: 365px;
}

.mgb365 {
  margin-bottom: 365px;
}

.mgl365 {
  margin-left: 365px;
}

.mg366 {
  margin: 366px;
}

.mgt366 {
  margin-top: 366px;
}

.mgr366 {
  margin-right: 366px;
}

.mgb366 {
  margin-bottom: 366px;
}

.mgl366 {
  margin-left: 366px;
}

.mg367 {
  margin: 367px;
}

.mgt367 {
  margin-top: 367px;
}

.mgr367 {
  margin-right: 367px;
}

.mgb367 {
  margin-bottom: 367px;
}

.mgl367 {
  margin-left: 367px;
}

.mg368 {
  margin: 368px;
}

.mgt368 {
  margin-top: 368px;
}

.mgr368 {
  margin-right: 368px;
}

.mgb368 {
  margin-bottom: 368px;
}

.mgl368 {
  margin-left: 368px;
}

.mg369 {
  margin: 369px;
}

.mgt369 {
  margin-top: 369px;
}

.mgr369 {
  margin-right: 369px;
}

.mgb369 {
  margin-bottom: 369px;
}

.mgl369 {
  margin-left: 369px;
}

.mg370 {
  margin: 370px;
}

.mgt370 {
  margin-top: 370px;
}

.mgr370 {
  margin-right: 370px;
}

.mgb370 {
  margin-bottom: 370px;
}

.mgl370 {
  margin-left: 370px;
}

.mg371 {
  margin: 371px;
}

.mgt371 {
  margin-top: 371px;
}

.mgr371 {
  margin-right: 371px;
}

.mgb371 {
  margin-bottom: 371px;
}

.mgl371 {
  margin-left: 371px;
}

.mg372 {
  margin: 372px;
}

.mgt372 {
  margin-top: 372px;
}

.mgr372 {
  margin-right: 372px;
}

.mgb372 {
  margin-bottom: 372px;
}

.mgl372 {
  margin-left: 372px;
}

.mg373 {
  margin: 373px;
}

.mgt373 {
  margin-top: 373px;
}

.mgr373 {
  margin-right: 373px;
}

.mgb373 {
  margin-bottom: 373px;
}

.mgl373 {
  margin-left: 373px;
}

.mg374 {
  margin: 374px;
}

.mgt374 {
  margin-top: 374px;
}

.mgr374 {
  margin-right: 374px;
}

.mgb374 {
  margin-bottom: 374px;
}

.mgl374 {
  margin-left: 374px;
}

.mg375 {
  margin: 375px;
}

.mgt375 {
  margin-top: 375px;
}

.mgr375 {
  margin-right: 375px;
}

.mgb375 {
  margin-bottom: 375px;
}

.mgl375 {
  margin-left: 375px;
}

.mg376 {
  margin: 376px;
}

.mgt376 {
  margin-top: 376px;
}

.mgr376 {
  margin-right: 376px;
}

.mgb376 {
  margin-bottom: 376px;
}

.mgl376 {
  margin-left: 376px;
}

.mg377 {
  margin: 377px;
}

.mgt377 {
  margin-top: 377px;
}

.mgr377 {
  margin-right: 377px;
}

.mgb377 {
  margin-bottom: 377px;
}

.mgl377 {
  margin-left: 377px;
}

.mg378 {
  margin: 378px;
}

.mgt378 {
  margin-top: 378px;
}

.mgr378 {
  margin-right: 378px;
}

.mgb378 {
  margin-bottom: 378px;
}

.mgl378 {
  margin-left: 378px;
}

.mg379 {
  margin: 379px;
}

.mgt379 {
  margin-top: 379px;
}

.mgr379 {
  margin-right: 379px;
}

.mgb379 {
  margin-bottom: 379px;
}

.mgl379 {
  margin-left: 379px;
}

.mg380 {
  margin: 380px;
}

.mgt380 {
  margin-top: 380px;
}

.mgr380 {
  margin-right: 380px;
}

.mgb380 {
  margin-bottom: 380px;
}

.mgl380 {
  margin-left: 380px;
}

.mg381 {
  margin: 381px;
}

.mgt381 {
  margin-top: 381px;
}

.mgr381 {
  margin-right: 381px;
}

.mgb381 {
  margin-bottom: 381px;
}

.mgl381 {
  margin-left: 381px;
}

.mg382 {
  margin: 382px;
}

.mgt382 {
  margin-top: 382px;
}

.mgr382 {
  margin-right: 382px;
}

.mgb382 {
  margin-bottom: 382px;
}

.mgl382 {
  margin-left: 382px;
}

.mg383 {
  margin: 383px;
}

.mgt383 {
  margin-top: 383px;
}

.mgr383 {
  margin-right: 383px;
}

.mgb383 {
  margin-bottom: 383px;
}

.mgl383 {
  margin-left: 383px;
}

.mg384 {
  margin: 384px;
}

.mgt384 {
  margin-top: 384px;
}

.mgr384 {
  margin-right: 384px;
}

.mgb384 {
  margin-bottom: 384px;
}

.mgl384 {
  margin-left: 384px;
}

.mg385 {
  margin: 385px;
}

.mgt385 {
  margin-top: 385px;
}

.mgr385 {
  margin-right: 385px;
}

.mgb385 {
  margin-bottom: 385px;
}

.mgl385 {
  margin-left: 385px;
}

.mg386 {
  margin: 386px;
}

.mgt386 {
  margin-top: 386px;
}

.mgr386 {
  margin-right: 386px;
}

.mgb386 {
  margin-bottom: 386px;
}

.mgl386 {
  margin-left: 386px;
}

.mg387 {
  margin: 387px;
}

.mgt387 {
  margin-top: 387px;
}

.mgr387 {
  margin-right: 387px;
}

.mgb387 {
  margin-bottom: 387px;
}

.mgl387 {
  margin-left: 387px;
}

.mg388 {
  margin: 388px;
}

.mgt388 {
  margin-top: 388px;
}

.mgr388 {
  margin-right: 388px;
}

.mgb388 {
  margin-bottom: 388px;
}

.mgl388 {
  margin-left: 388px;
}

.mg389 {
  margin: 389px;
}

.mgt389 {
  margin-top: 389px;
}

.mgr389 {
  margin-right: 389px;
}

.mgb389 {
  margin-bottom: 389px;
}

.mgl389 {
  margin-left: 389px;
}

.mg390 {
  margin: 390px;
}

.mgt390 {
  margin-top: 390px;
}

.mgr390 {
  margin-right: 390px;
}

.mgb390 {
  margin-bottom: 390px;
}

.mgl390 {
  margin-left: 390px;
}

.mg391 {
  margin: 391px;
}

.mgt391 {
  margin-top: 391px;
}

.mgr391 {
  margin-right: 391px;
}

.mgb391 {
  margin-bottom: 391px;
}

.mgl391 {
  margin-left: 391px;
}

.mg392 {
  margin: 392px;
}

.mgt392 {
  margin-top: 392px;
}

.mgr392 {
  margin-right: 392px;
}

.mgb392 {
  margin-bottom: 392px;
}

.mgl392 {
  margin-left: 392px;
}

.mg393 {
  margin: 393px;
}

.mgt393 {
  margin-top: 393px;
}

.mgr393 {
  margin-right: 393px;
}

.mgb393 {
  margin-bottom: 393px;
}

.mgl393 {
  margin-left: 393px;
}

.mg394 {
  margin: 394px;
}

.mgt394 {
  margin-top: 394px;
}

.mgr394 {
  margin-right: 394px;
}

.mgb394 {
  margin-bottom: 394px;
}

.mgl394 {
  margin-left: 394px;
}

.mg395 {
  margin: 395px;
}

.mgt395 {
  margin-top: 395px;
}

.mgr395 {
  margin-right: 395px;
}

.mgb395 {
  margin-bottom: 395px;
}

.mgl395 {
  margin-left: 395px;
}

.mg396 {
  margin: 396px;
}

.mgt396 {
  margin-top: 396px;
}

.mgr396 {
  margin-right: 396px;
}

.mgb396 {
  margin-bottom: 396px;
}

.mgl396 {
  margin-left: 396px;
}

.mg397 {
  margin: 397px;
}

.mgt397 {
  margin-top: 397px;
}

.mgr397 {
  margin-right: 397px;
}

.mgb397 {
  margin-bottom: 397px;
}

.mgl397 {
  margin-left: 397px;
}

.mg398 {
  margin: 398px;
}

.mgt398 {
  margin-top: 398px;
}

.mgr398 {
  margin-right: 398px;
}

.mgb398 {
  margin-bottom: 398px;
}

.mgl398 {
  margin-left: 398px;
}

.mg399 {
  margin: 399px;
}

.mgt399 {
  margin-top: 399px;
}

.mgr399 {
  margin-right: 399px;
}

.mgb399 {
  margin-bottom: 399px;
}

.mgl399 {
  margin-left: 399px;
}

.mg400 {
  margin: 400px;
}

.mgt400 {
  margin-top: 400px;
}

.mgr400 {
  margin-right: 400px;
}

.mgb400 {
  margin-bottom: 400px;
}

.mgl400 {
  margin-left: 400px;
}

.mg401 {
  margin: 401px;
}

.mgt401 {
  margin-top: 401px;
}

.mgr401 {
  margin-right: 401px;
}

.mgb401 {
  margin-bottom: 401px;
}

.mgl401 {
  margin-left: 401px;
}

.mg402 {
  margin: 402px;
}

.mgt402 {
  margin-top: 402px;
}

.mgr402 {
  margin-right: 402px;
}

.mgb402 {
  margin-bottom: 402px;
}

.mgl402 {
  margin-left: 402px;
}

.mg403 {
  margin: 403px;
}

.mgt403 {
  margin-top: 403px;
}

.mgr403 {
  margin-right: 403px;
}

.mgb403 {
  margin-bottom: 403px;
}

.mgl403 {
  margin-left: 403px;
}

.mg404 {
  margin: 404px;
}

.mgt404 {
  margin-top: 404px;
}

.mgr404 {
  margin-right: 404px;
}

.mgb404 {
  margin-bottom: 404px;
}

.mgl404 {
  margin-left: 404px;
}

.mg405 {
  margin: 405px;
}

.mgt405 {
  margin-top: 405px;
}

.mgr405 {
  margin-right: 405px;
}

.mgb405 {
  margin-bottom: 405px;
}

.mgl405 {
  margin-left: 405px;
}

.mg406 {
  margin: 406px;
}

.mgt406 {
  margin-top: 406px;
}

.mgr406 {
  margin-right: 406px;
}

.mgb406 {
  margin-bottom: 406px;
}

.mgl406 {
  margin-left: 406px;
}

.mg407 {
  margin: 407px;
}

.mgt407 {
  margin-top: 407px;
}

.mgr407 {
  margin-right: 407px;
}

.mgb407 {
  margin-bottom: 407px;
}

.mgl407 {
  margin-left: 407px;
}

.mg408 {
  margin: 408px;
}

.mgt408 {
  margin-top: 408px;
}

.mgr408 {
  margin-right: 408px;
}

.mgb408 {
  margin-bottom: 408px;
}

.mgl408 {
  margin-left: 408px;
}

.mg409 {
  margin: 409px;
}

.mgt409 {
  margin-top: 409px;
}

.mgr409 {
  margin-right: 409px;
}

.mgb409 {
  margin-bottom: 409px;
}

.mgl409 {
  margin-left: 409px;
}

.mg410 {
  margin: 410px;
}

.mgt410 {
  margin-top: 410px;
}

.mgr410 {
  margin-right: 410px;
}

.mgb410 {
  margin-bottom: 410px;
}

.mgl410 {
  margin-left: 410px;
}

.mg411 {
  margin: 411px;
}

.mgt411 {
  margin-top: 411px;
}

.mgr411 {
  margin-right: 411px;
}

.mgb411 {
  margin-bottom: 411px;
}

.mgl411 {
  margin-left: 411px;
}

.mg412 {
  margin: 412px;
}

.mgt412 {
  margin-top: 412px;
}

.mgr412 {
  margin-right: 412px;
}

.mgb412 {
  margin-bottom: 412px;
}

.mgl412 {
  margin-left: 412px;
}

.mg413 {
  margin: 413px;
}

.mgt413 {
  margin-top: 413px;
}

.mgr413 {
  margin-right: 413px;
}

.mgb413 {
  margin-bottom: 413px;
}

.mgl413 {
  margin-left: 413px;
}

.mg414 {
  margin: 414px;
}

.mgt414 {
  margin-top: 414px;
}

.mgr414 {
  margin-right: 414px;
}

.mgb414 {
  margin-bottom: 414px;
}

.mgl414 {
  margin-left: 414px;
}

.mg415 {
  margin: 415px;
}

.mgt415 {
  margin-top: 415px;
}

.mgr415 {
  margin-right: 415px;
}

.mgb415 {
  margin-bottom: 415px;
}

.mgl415 {
  margin-left: 415px;
}

.mg416 {
  margin: 416px;
}

.mgt416 {
  margin-top: 416px;
}

.mgr416 {
  margin-right: 416px;
}

.mgb416 {
  margin-bottom: 416px;
}

.mgl416 {
  margin-left: 416px;
}

.mg417 {
  margin: 417px;
}

.mgt417 {
  margin-top: 417px;
}

.mgr417 {
  margin-right: 417px;
}

.mgb417 {
  margin-bottom: 417px;
}

.mgl417 {
  margin-left: 417px;
}

.mg418 {
  margin: 418px;
}

.mgt418 {
  margin-top: 418px;
}

.mgr418 {
  margin-right: 418px;
}

.mgb418 {
  margin-bottom: 418px;
}

.mgl418 {
  margin-left: 418px;
}

.mg419 {
  margin: 419px;
}

.mgt419 {
  margin-top: 419px;
}

.mgr419 {
  margin-right: 419px;
}

.mgb419 {
  margin-bottom: 419px;
}

.mgl419 {
  margin-left: 419px;
}

.mg420 {
  margin: 420px;
}

.mgt420 {
  margin-top: 420px;
}

.mgr420 {
  margin-right: 420px;
}

.mgb420 {
  margin-bottom: 420px;
}

.mgl420 {
  margin-left: 420px;
}

.mg421 {
  margin: 421px;
}

.mgt421 {
  margin-top: 421px;
}

.mgr421 {
  margin-right: 421px;
}

.mgb421 {
  margin-bottom: 421px;
}

.mgl421 {
  margin-left: 421px;
}

.mg422 {
  margin: 422px;
}

.mgt422 {
  margin-top: 422px;
}

.mgr422 {
  margin-right: 422px;
}

.mgb422 {
  margin-bottom: 422px;
}

.mgl422 {
  margin-left: 422px;
}

.mg423 {
  margin: 423px;
}

.mgt423 {
  margin-top: 423px;
}

.mgr423 {
  margin-right: 423px;
}

.mgb423 {
  margin-bottom: 423px;
}

.mgl423 {
  margin-left: 423px;
}

.mg424 {
  margin: 424px;
}

.mgt424 {
  margin-top: 424px;
}

.mgr424 {
  margin-right: 424px;
}

.mgb424 {
  margin-bottom: 424px;
}

.mgl424 {
  margin-left: 424px;
}

.mg425 {
  margin: 425px;
}

.mgt425 {
  margin-top: 425px;
}

.mgr425 {
  margin-right: 425px;
}

.mgb425 {
  margin-bottom: 425px;
}

.mgl425 {
  margin-left: 425px;
}

.mg426 {
  margin: 426px;
}

.mgt426 {
  margin-top: 426px;
}

.mgr426 {
  margin-right: 426px;
}

.mgb426 {
  margin-bottom: 426px;
}

.mgl426 {
  margin-left: 426px;
}

.mg427 {
  margin: 427px;
}

.mgt427 {
  margin-top: 427px;
}

.mgr427 {
  margin-right: 427px;
}

.mgb427 {
  margin-bottom: 427px;
}

.mgl427 {
  margin-left: 427px;
}

.mg428 {
  margin: 428px;
}

.mgt428 {
  margin-top: 428px;
}

.mgr428 {
  margin-right: 428px;
}

.mgb428 {
  margin-bottom: 428px;
}

.mgl428 {
  margin-left: 428px;
}

.mg429 {
  margin: 429px;
}

.mgt429 {
  margin-top: 429px;
}

.mgr429 {
  margin-right: 429px;
}

.mgb429 {
  margin-bottom: 429px;
}

.mgl429 {
  margin-left: 429px;
}

.mg430 {
  margin: 430px;
}

.mgt430 {
  margin-top: 430px;
}

.mgr430 {
  margin-right: 430px;
}

.mgb430 {
  margin-bottom: 430px;
}

.mgl430 {
  margin-left: 430px;
}

.mg431 {
  margin: 431px;
}

.mgt431 {
  margin-top: 431px;
}

.mgr431 {
  margin-right: 431px;
}

.mgb431 {
  margin-bottom: 431px;
}

.mgl431 {
  margin-left: 431px;
}

.mg432 {
  margin: 432px;
}

.mgt432 {
  margin-top: 432px;
}

.mgr432 {
  margin-right: 432px;
}

.mgb432 {
  margin-bottom: 432px;
}

.mgl432 {
  margin-left: 432px;
}

.mg433 {
  margin: 433px;
}

.mgt433 {
  margin-top: 433px;
}

.mgr433 {
  margin-right: 433px;
}

.mgb433 {
  margin-bottom: 433px;
}

.mgl433 {
  margin-left: 433px;
}

.mg434 {
  margin: 434px;
}

.mgt434 {
  margin-top: 434px;
}

.mgr434 {
  margin-right: 434px;
}

.mgb434 {
  margin-bottom: 434px;
}

.mgl434 {
  margin-left: 434px;
}

.mg435 {
  margin: 435px;
}

.mgt435 {
  margin-top: 435px;
}

.mgr435 {
  margin-right: 435px;
}

.mgb435 {
  margin-bottom: 435px;
}

.mgl435 {
  margin-left: 435px;
}

.mg436 {
  margin: 436px;
}

.mgt436 {
  margin-top: 436px;
}

.mgr436 {
  margin-right: 436px;
}

.mgb436 {
  margin-bottom: 436px;
}

.mgl436 {
  margin-left: 436px;
}

.mg437 {
  margin: 437px;
}

.mgt437 {
  margin-top: 437px;
}

.mgr437 {
  margin-right: 437px;
}

.mgb437 {
  margin-bottom: 437px;
}

.mgl437 {
  margin-left: 437px;
}

.mg438 {
  margin: 438px;
}

.mgt438 {
  margin-top: 438px;
}

.mgr438 {
  margin-right: 438px;
}

.mgb438 {
  margin-bottom: 438px;
}

.mgl438 {
  margin-left: 438px;
}

.mg439 {
  margin: 439px;
}

.mgt439 {
  margin-top: 439px;
}

.mgr439 {
  margin-right: 439px;
}

.mgb439 {
  margin-bottom: 439px;
}

.mgl439 {
  margin-left: 439px;
}

.mg440 {
  margin: 440px;
}

.mgt440 {
  margin-top: 440px;
}

.mgr440 {
  margin-right: 440px;
}

.mgb440 {
  margin-bottom: 440px;
}

.mgl440 {
  margin-left: 440px;
}

.mg441 {
  margin: 441px;
}

.mgt441 {
  margin-top: 441px;
}

.mgr441 {
  margin-right: 441px;
}

.mgb441 {
  margin-bottom: 441px;
}

.mgl441 {
  margin-left: 441px;
}

.mg442 {
  margin: 442px;
}

.mgt442 {
  margin-top: 442px;
}

.mgr442 {
  margin-right: 442px;
}

.mgb442 {
  margin-bottom: 442px;
}

.mgl442 {
  margin-left: 442px;
}

.mg443 {
  margin: 443px;
}

.mgt443 {
  margin-top: 443px;
}

.mgr443 {
  margin-right: 443px;
}

.mgb443 {
  margin-bottom: 443px;
}

.mgl443 {
  margin-left: 443px;
}

.mg444 {
  margin: 444px;
}

.mgt444 {
  margin-top: 444px;
}

.mgr444 {
  margin-right: 444px;
}

.mgb444 {
  margin-bottom: 444px;
}

.mgl444 {
  margin-left: 444px;
}

.mg445 {
  margin: 445px;
}

.mgt445 {
  margin-top: 445px;
}

.mgr445 {
  margin-right: 445px;
}

.mgb445 {
  margin-bottom: 445px;
}

.mgl445 {
  margin-left: 445px;
}

.mg446 {
  margin: 446px;
}

.mgt446 {
  margin-top: 446px;
}

.mgr446 {
  margin-right: 446px;
}

.mgb446 {
  margin-bottom: 446px;
}

.mgl446 {
  margin-left: 446px;
}

.mg447 {
  margin: 447px;
}

.mgt447 {
  margin-top: 447px;
}

.mgr447 {
  margin-right: 447px;
}

.mgb447 {
  margin-bottom: 447px;
}

.mgl447 {
  margin-left: 447px;
}

.mg448 {
  margin: 448px;
}

.mgt448 {
  margin-top: 448px;
}

.mgr448 {
  margin-right: 448px;
}

.mgb448 {
  margin-bottom: 448px;
}

.mgl448 {
  margin-left: 448px;
}

.mg449 {
  margin: 449px;
}

.mgt449 {
  margin-top: 449px;
}

.mgr449 {
  margin-right: 449px;
}

.mgb449 {
  margin-bottom: 449px;
}

.mgl449 {
  margin-left: 449px;
}

.mg450 {
  margin: 450px;
}

.mgt450 {
  margin-top: 450px;
}

.mgr450 {
  margin-right: 450px;
}

.mgb450 {
  margin-bottom: 450px;
}

.mgl450 {
  margin-left: 450px;
}

.mg451 {
  margin: 451px;
}

.mgt451 {
  margin-top: 451px;
}

.mgr451 {
  margin-right: 451px;
}

.mgb451 {
  margin-bottom: 451px;
}

.mgl451 {
  margin-left: 451px;
}

.mg452 {
  margin: 452px;
}

.mgt452 {
  margin-top: 452px;
}

.mgr452 {
  margin-right: 452px;
}

.mgb452 {
  margin-bottom: 452px;
}

.mgl452 {
  margin-left: 452px;
}

.mg453 {
  margin: 453px;
}

.mgt453 {
  margin-top: 453px;
}

.mgr453 {
  margin-right: 453px;
}

.mgb453 {
  margin-bottom: 453px;
}

.mgl453 {
  margin-left: 453px;
}

.mg454 {
  margin: 454px;
}

.mgt454 {
  margin-top: 454px;
}

.mgr454 {
  margin-right: 454px;
}

.mgb454 {
  margin-bottom: 454px;
}

.mgl454 {
  margin-left: 454px;
}

.mg455 {
  margin: 455px;
}

.mgt455 {
  margin-top: 455px;
}

.mgr455 {
  margin-right: 455px;
}

.mgb455 {
  margin-bottom: 455px;
}

.mgl455 {
  margin-left: 455px;
}

.mg456 {
  margin: 456px;
}

.mgt456 {
  margin-top: 456px;
}

.mgr456 {
  margin-right: 456px;
}

.mgb456 {
  margin-bottom: 456px;
}

.mgl456 {
  margin-left: 456px;
}

.mg457 {
  margin: 457px;
}

.mgt457 {
  margin-top: 457px;
}

.mgr457 {
  margin-right: 457px;
}

.mgb457 {
  margin-bottom: 457px;
}

.mgl457 {
  margin-left: 457px;
}

.mg458 {
  margin: 458px;
}

.mgt458 {
  margin-top: 458px;
}

.mgr458 {
  margin-right: 458px;
}

.mgb458 {
  margin-bottom: 458px;
}

.mgl458 {
  margin-left: 458px;
}

.mg459 {
  margin: 459px;
}

.mgt459 {
  margin-top: 459px;
}

.mgr459 {
  margin-right: 459px;
}

.mgb459 {
  margin-bottom: 459px;
}

.mgl459 {
  margin-left: 459px;
}

.mg460 {
  margin: 460px;
}

.mgt460 {
  margin-top: 460px;
}

.mgr460 {
  margin-right: 460px;
}

.mgb460 {
  margin-bottom: 460px;
}

.mgl460 {
  margin-left: 460px;
}

.mg461 {
  margin: 461px;
}

.mgt461 {
  margin-top: 461px;
}

.mgr461 {
  margin-right: 461px;
}

.mgb461 {
  margin-bottom: 461px;
}

.mgl461 {
  margin-left: 461px;
}

.mg462 {
  margin: 462px;
}

.mgt462 {
  margin-top: 462px;
}

.mgr462 {
  margin-right: 462px;
}

.mgb462 {
  margin-bottom: 462px;
}

.mgl462 {
  margin-left: 462px;
}

.mg463 {
  margin: 463px;
}

.mgt463 {
  margin-top: 463px;
}

.mgr463 {
  margin-right: 463px;
}

.mgb463 {
  margin-bottom: 463px;
}

.mgl463 {
  margin-left: 463px;
}

.mg464 {
  margin: 464px;
}

.mgt464 {
  margin-top: 464px;
}

.mgr464 {
  margin-right: 464px;
}

.mgb464 {
  margin-bottom: 464px;
}

.mgl464 {
  margin-left: 464px;
}

.mg465 {
  margin: 465px;
}

.mgt465 {
  margin-top: 465px;
}

.mgr465 {
  margin-right: 465px;
}

.mgb465 {
  margin-bottom: 465px;
}

.mgl465 {
  margin-left: 465px;
}

.mg466 {
  margin: 466px;
}

.mgt466 {
  margin-top: 466px;
}

.mgr466 {
  margin-right: 466px;
}

.mgb466 {
  margin-bottom: 466px;
}

.mgl466 {
  margin-left: 466px;
}

.mg467 {
  margin: 467px;
}

.mgt467 {
  margin-top: 467px;
}

.mgr467 {
  margin-right: 467px;
}

.mgb467 {
  margin-bottom: 467px;
}

.mgl467 {
  margin-left: 467px;
}

.mg468 {
  margin: 468px;
}

.mgt468 {
  margin-top: 468px;
}

.mgr468 {
  margin-right: 468px;
}

.mgb468 {
  margin-bottom: 468px;
}

.mgl468 {
  margin-left: 468px;
}

.mg469 {
  margin: 469px;
}

.mgt469 {
  margin-top: 469px;
}

.mgr469 {
  margin-right: 469px;
}

.mgb469 {
  margin-bottom: 469px;
}

.mgl469 {
  margin-left: 469px;
}

.mg470 {
  margin: 470px;
}

.mgt470 {
  margin-top: 470px;
}

.mgr470 {
  margin-right: 470px;
}

.mgb470 {
  margin-bottom: 470px;
}

.mgl470 {
  margin-left: 470px;
}

.mg471 {
  margin: 471px;
}

.mgt471 {
  margin-top: 471px;
}

.mgr471 {
  margin-right: 471px;
}

.mgb471 {
  margin-bottom: 471px;
}

.mgl471 {
  margin-left: 471px;
}

.mg472 {
  margin: 472px;
}

.mgt472 {
  margin-top: 472px;
}

.mgr472 {
  margin-right: 472px;
}

.mgb472 {
  margin-bottom: 472px;
}

.mgl472 {
  margin-left: 472px;
}

.mg473 {
  margin: 473px;
}

.mgt473 {
  margin-top: 473px;
}

.mgr473 {
  margin-right: 473px;
}

.mgb473 {
  margin-bottom: 473px;
}

.mgl473 {
  margin-left: 473px;
}

.mg474 {
  margin: 474px;
}

.mgt474 {
  margin-top: 474px;
}

.mgr474 {
  margin-right: 474px;
}

.mgb474 {
  margin-bottom: 474px;
}

.mgl474 {
  margin-left: 474px;
}

.mg475 {
  margin: 475px;
}

.mgt475 {
  margin-top: 475px;
}

.mgr475 {
  margin-right: 475px;
}

.mgb475 {
  margin-bottom: 475px;
}

.mgl475 {
  margin-left: 475px;
}

.mg476 {
  margin: 476px;
}

.mgt476 {
  margin-top: 476px;
}

.mgr476 {
  margin-right: 476px;
}

.mgb476 {
  margin-bottom: 476px;
}

.mgl476 {
  margin-left: 476px;
}

.mg477 {
  margin: 477px;
}

.mgt477 {
  margin-top: 477px;
}

.mgr477 {
  margin-right: 477px;
}

.mgb477 {
  margin-bottom: 477px;
}

.mgl477 {
  margin-left: 477px;
}

.mg478 {
  margin: 478px;
}

.mgt478 {
  margin-top: 478px;
}

.mgr478 {
  margin-right: 478px;
}

.mgb478 {
  margin-bottom: 478px;
}

.mgl478 {
  margin-left: 478px;
}

.mg479 {
  margin: 479px;
}

.mgt479 {
  margin-top: 479px;
}

.mgr479 {
  margin-right: 479px;
}

.mgb479 {
  margin-bottom: 479px;
}

.mgl479 {
  margin-left: 479px;
}

.mg480 {
  margin: 480px;
}

.mgt480 {
  margin-top: 480px;
}

.mgr480 {
  margin-right: 480px;
}

.mgb480 {
  margin-bottom: 480px;
}

.mgl480 {
  margin-left: 480px;
}

.mg481 {
  margin: 481px;
}

.mgt481 {
  margin-top: 481px;
}

.mgr481 {
  margin-right: 481px;
}

.mgb481 {
  margin-bottom: 481px;
}

.mgl481 {
  margin-left: 481px;
}

.mg482 {
  margin: 482px;
}

.mgt482 {
  margin-top: 482px;
}

.mgr482 {
  margin-right: 482px;
}

.mgb482 {
  margin-bottom: 482px;
}

.mgl482 {
  margin-left: 482px;
}

.mg483 {
  margin: 483px;
}

.mgt483 {
  margin-top: 483px;
}

.mgr483 {
  margin-right: 483px;
}

.mgb483 {
  margin-bottom: 483px;
}

.mgl483 {
  margin-left: 483px;
}

.mg484 {
  margin: 484px;
}

.mgt484 {
  margin-top: 484px;
}

.mgr484 {
  margin-right: 484px;
}

.mgb484 {
  margin-bottom: 484px;
}

.mgl484 {
  margin-left: 484px;
}

.mg485 {
  margin: 485px;
}

.mgt485 {
  margin-top: 485px;
}

.mgr485 {
  margin-right: 485px;
}

.mgb485 {
  margin-bottom: 485px;
}

.mgl485 {
  margin-left: 485px;
}

.mg486 {
  margin: 486px;
}

.mgt486 {
  margin-top: 486px;
}

.mgr486 {
  margin-right: 486px;
}

.mgb486 {
  margin-bottom: 486px;
}

.mgl486 {
  margin-left: 486px;
}

.mg487 {
  margin: 487px;
}

.mgt487 {
  margin-top: 487px;
}

.mgr487 {
  margin-right: 487px;
}

.mgb487 {
  margin-bottom: 487px;
}

.mgl487 {
  margin-left: 487px;
}

.mg488 {
  margin: 488px;
}

.mgt488 {
  margin-top: 488px;
}

.mgr488 {
  margin-right: 488px;
}

.mgb488 {
  margin-bottom: 488px;
}

.mgl488 {
  margin-left: 488px;
}

.mg489 {
  margin: 489px;
}

.mgt489 {
  margin-top: 489px;
}

.mgr489 {
  margin-right: 489px;
}

.mgb489 {
  margin-bottom: 489px;
}

.mgl489 {
  margin-left: 489px;
}

.mg490 {
  margin: 490px;
}

.mgt490 {
  margin-top: 490px;
}

.mgr490 {
  margin-right: 490px;
}

.mgb490 {
  margin-bottom: 490px;
}

.mgl490 {
  margin-left: 490px;
}

.mg491 {
  margin: 491px;
}

.mgt491 {
  margin-top: 491px;
}

.mgr491 {
  margin-right: 491px;
}

.mgb491 {
  margin-bottom: 491px;
}

.mgl491 {
  margin-left: 491px;
}

.mg492 {
  margin: 492px;
}

.mgt492 {
  margin-top: 492px;
}

.mgr492 {
  margin-right: 492px;
}

.mgb492 {
  margin-bottom: 492px;
}

.mgl492 {
  margin-left: 492px;
}

.mg493 {
  margin: 493px;
}

.mgt493 {
  margin-top: 493px;
}

.mgr493 {
  margin-right: 493px;
}

.mgb493 {
  margin-bottom: 493px;
}

.mgl493 {
  margin-left: 493px;
}

.mg494 {
  margin: 494px;
}

.mgt494 {
  margin-top: 494px;
}

.mgr494 {
  margin-right: 494px;
}

.mgb494 {
  margin-bottom: 494px;
}

.mgl494 {
  margin-left: 494px;
}

.mg495 {
  margin: 495px;
}

.mgt495 {
  margin-top: 495px;
}

.mgr495 {
  margin-right: 495px;
}

.mgb495 {
  margin-bottom: 495px;
}

.mgl495 {
  margin-left: 495px;
}

.mg496 {
  margin: 496px;
}

.mgt496 {
  margin-top: 496px;
}

.mgr496 {
  margin-right: 496px;
}

.mgb496 {
  margin-bottom: 496px;
}

.mgl496 {
  margin-left: 496px;
}

.mg497 {
  margin: 497px;
}

.mgt497 {
  margin-top: 497px;
}

.mgr497 {
  margin-right: 497px;
}

.mgb497 {
  margin-bottom: 497px;
}

.mgl497 {
  margin-left: 497px;
}

.mg498 {
  margin: 498px;
}

.mgt498 {
  margin-top: 498px;
}

.mgr498 {
  margin-right: 498px;
}

.mgb498 {
  margin-bottom: 498px;
}

.mgl498 {
  margin-left: 498px;
}

.mg499 {
  margin: 499px;
}

.mgt499 {
  margin-top: 499px;
}

.mgr499 {
  margin-right: 499px;
}

.mgb499 {
  margin-bottom: 499px;
}

.mgl499 {
  margin-left: 499px;
}

.mg500 {
  margin: 500px;
}

.mgt500 {
  margin-top: 500px;
}

.mgr500 {
  margin-right: 500px;
}

.mgb500 {
  margin-bottom: 500px;
}

.mgl500 {
  margin-left: 500px;
}

.mg501 {
  margin: 501px;
}

.mgt501 {
  margin-top: 501px;
}

.mgr501 {
  margin-right: 501px;
}

.mgb501 {
  margin-bottom: 501px;
}

.mgl501 {
  margin-left: 501px;
}

.mg502 {
  margin: 502px;
}

.mgt502 {
  margin-top: 502px;
}

.mgr502 {
  margin-right: 502px;
}

.mgb502 {
  margin-bottom: 502px;
}

.mgl502 {
  margin-left: 502px;
}

.mg503 {
  margin: 503px;
}

.mgt503 {
  margin-top: 503px;
}

.mgr503 {
  margin-right: 503px;
}

.mgb503 {
  margin-bottom: 503px;
}

.mgl503 {
  margin-left: 503px;
}

.mg504 {
  margin: 504px;
}

.mgt504 {
  margin-top: 504px;
}

.mgr504 {
  margin-right: 504px;
}

.mgb504 {
  margin-bottom: 504px;
}

.mgl504 {
  margin-left: 504px;
}

.mg505 {
  margin: 505px;
}

.mgt505 {
  margin-top: 505px;
}

.mgr505 {
  margin-right: 505px;
}

.mgb505 {
  margin-bottom: 505px;
}

.mgl505 {
  margin-left: 505px;
}

.mg506 {
  margin: 506px;
}

.mgt506 {
  margin-top: 506px;
}

.mgr506 {
  margin-right: 506px;
}

.mgb506 {
  margin-bottom: 506px;
}

.mgl506 {
  margin-left: 506px;
}

.mg507 {
  margin: 507px;
}

.mgt507 {
  margin-top: 507px;
}

.mgr507 {
  margin-right: 507px;
}

.mgb507 {
  margin-bottom: 507px;
}

.mgl507 {
  margin-left: 507px;
}

.mg508 {
  margin: 508px;
}

.mgt508 {
  margin-top: 508px;
}

.mgr508 {
  margin-right: 508px;
}

.mgb508 {
  margin-bottom: 508px;
}

.mgl508 {
  margin-left: 508px;
}

.mg509 {
  margin: 509px;
}

.mgt509 {
  margin-top: 509px;
}

.mgr509 {
  margin-right: 509px;
}

.mgb509 {
  margin-bottom: 509px;
}

.mgl509 {
  margin-left: 509px;
}

.mg510 {
  margin: 510px;
}

.mgt510 {
  margin-top: 510px;
}

.mgr510 {
  margin-right: 510px;
}

.mgb510 {
  margin-bottom: 510px;
}

.mgl510 {
  margin-left: 510px;
}

.mg511 {
  margin: 511px;
}

.mgt511 {
  margin-top: 511px;
}

.mgr511 {
  margin-right: 511px;
}

.mgb511 {
  margin-bottom: 511px;
}

.mgl511 {
  margin-left: 511px;
}

.mg512 {
  margin: 512px;
}

.mgt512 {
  margin-top: 512px;
}

.mgr512 {
  margin-right: 512px;
}

.mgb512 {
  margin-bottom: 512px;
}

.mgl512 {
  margin-left: 512px;
}

.mg513 {
  margin: 513px;
}

.mgt513 {
  margin-top: 513px;
}

.mgr513 {
  margin-right: 513px;
}

.mgb513 {
  margin-bottom: 513px;
}

.mgl513 {
  margin-left: 513px;
}

.mg514 {
  margin: 514px;
}

.mgt514 {
  margin-top: 514px;
}

.mgr514 {
  margin-right: 514px;
}

.mgb514 {
  margin-bottom: 514px;
}

.mgl514 {
  margin-left: 514px;
}

.mg515 {
  margin: 515px;
}

.mgt515 {
  margin-top: 515px;
}

.mgr515 {
  margin-right: 515px;
}

.mgb515 {
  margin-bottom: 515px;
}

.mgl515 {
  margin-left: 515px;
}

.mg516 {
  margin: 516px;
}

.mgt516 {
  margin-top: 516px;
}

.mgr516 {
  margin-right: 516px;
}

.mgb516 {
  margin-bottom: 516px;
}

.mgl516 {
  margin-left: 516px;
}

.mg517 {
  margin: 517px;
}

.mgt517 {
  margin-top: 517px;
}

.mgr517 {
  margin-right: 517px;
}

.mgb517 {
  margin-bottom: 517px;
}

.mgl517 {
  margin-left: 517px;
}

.mg518 {
  margin: 518px;
}

.mgt518 {
  margin-top: 518px;
}

.mgr518 {
  margin-right: 518px;
}

.mgb518 {
  margin-bottom: 518px;
}

.mgl518 {
  margin-left: 518px;
}

.mg519 {
  margin: 519px;
}

.mgt519 {
  margin-top: 519px;
}

.mgr519 {
  margin-right: 519px;
}

.mgb519 {
  margin-bottom: 519px;
}

.mgl519 {
  margin-left: 519px;
}

.mg520 {
  margin: 520px;
}

.mgt520 {
  margin-top: 520px;
}

.mgr520 {
  margin-right: 520px;
}

.mgb520 {
  margin-bottom: 520px;
}

.mgl520 {
  margin-left: 520px;
}

.mg521 {
  margin: 521px;
}

.mgt521 {
  margin-top: 521px;
}

.mgr521 {
  margin-right: 521px;
}

.mgb521 {
  margin-bottom: 521px;
}

.mgl521 {
  margin-left: 521px;
}

.mg522 {
  margin: 522px;
}

.mgt522 {
  margin-top: 522px;
}

.mgr522 {
  margin-right: 522px;
}

.mgb522 {
  margin-bottom: 522px;
}

.mgl522 {
  margin-left: 522px;
}

.mg523 {
  margin: 523px;
}

.mgt523 {
  margin-top: 523px;
}

.mgr523 {
  margin-right: 523px;
}

.mgb523 {
  margin-bottom: 523px;
}

.mgl523 {
  margin-left: 523px;
}

.mg524 {
  margin: 524px;
}

.mgt524 {
  margin-top: 524px;
}

.mgr524 {
  margin-right: 524px;
}

.mgb524 {
  margin-bottom: 524px;
}

.mgl524 {
  margin-left: 524px;
}

.mg525 {
  margin: 525px;
}

.mgt525 {
  margin-top: 525px;
}

.mgr525 {
  margin-right: 525px;
}

.mgb525 {
  margin-bottom: 525px;
}

.mgl525 {
  margin-left: 525px;
}

.mg526 {
  margin: 526px;
}

.mgt526 {
  margin-top: 526px;
}

.mgr526 {
  margin-right: 526px;
}

.mgb526 {
  margin-bottom: 526px;
}

.mgl526 {
  margin-left: 526px;
}

.mg527 {
  margin: 527px;
}

.mgt527 {
  margin-top: 527px;
}

.mgr527 {
  margin-right: 527px;
}

.mgb527 {
  margin-bottom: 527px;
}

.mgl527 {
  margin-left: 527px;
}

.mg528 {
  margin: 528px;
}

.mgt528 {
  margin-top: 528px;
}

.mgr528 {
  margin-right: 528px;
}

.mgb528 {
  margin-bottom: 528px;
}

.mgl528 {
  margin-left: 528px;
}

.mg529 {
  margin: 529px;
}

.mgt529 {
  margin-top: 529px;
}

.mgr529 {
  margin-right: 529px;
}

.mgb529 {
  margin-bottom: 529px;
}

.mgl529 {
  margin-left: 529px;
}

.mg530 {
  margin: 530px;
}

.mgt530 {
  margin-top: 530px;
}

.mgr530 {
  margin-right: 530px;
}

.mgb530 {
  margin-bottom: 530px;
}

.mgl530 {
  margin-left: 530px;
}

.mg531 {
  margin: 531px;
}

.mgt531 {
  margin-top: 531px;
}

.mgr531 {
  margin-right: 531px;
}

.mgb531 {
  margin-bottom: 531px;
}

.mgl531 {
  margin-left: 531px;
}

.mg532 {
  margin: 532px;
}

.mgt532 {
  margin-top: 532px;
}

.mgr532 {
  margin-right: 532px;
}

.mgb532 {
  margin-bottom: 532px;
}

.mgl532 {
  margin-left: 532px;
}

.mg533 {
  margin: 533px;
}

.mgt533 {
  margin-top: 533px;
}

.mgr533 {
  margin-right: 533px;
}

.mgb533 {
  margin-bottom: 533px;
}

.mgl533 {
  margin-left: 533px;
}

.mg534 {
  margin: 534px;
}

.mgt534 {
  margin-top: 534px;
}

.mgr534 {
  margin-right: 534px;
}

.mgb534 {
  margin-bottom: 534px;
}

.mgl534 {
  margin-left: 534px;
}

.mg535 {
  margin: 535px;
}

.mgt535 {
  margin-top: 535px;
}

.mgr535 {
  margin-right: 535px;
}

.mgb535 {
  margin-bottom: 535px;
}

.mgl535 {
  margin-left: 535px;
}

.mg536 {
  margin: 536px;
}

.mgt536 {
  margin-top: 536px;
}

.mgr536 {
  margin-right: 536px;
}

.mgb536 {
  margin-bottom: 536px;
}

.mgl536 {
  margin-left: 536px;
}

.mg537 {
  margin: 537px;
}

.mgt537 {
  margin-top: 537px;
}

.mgr537 {
  margin-right: 537px;
}

.mgb537 {
  margin-bottom: 537px;
}

.mgl537 {
  margin-left: 537px;
}

.mg538 {
  margin: 538px;
}

.mgt538 {
  margin-top: 538px;
}

.mgr538 {
  margin-right: 538px;
}

.mgb538 {
  margin-bottom: 538px;
}

.mgl538 {
  margin-left: 538px;
}

.mg539 {
  margin: 539px;
}

.mgt539 {
  margin-top: 539px;
}

.mgr539 {
  margin-right: 539px;
}

.mgb539 {
  margin-bottom: 539px;
}

.mgl539 {
  margin-left: 539px;
}

.mg540 {
  margin: 540px;
}

.mgt540 {
  margin-top: 540px;
}

.mgr540 {
  margin-right: 540px;
}

.mgb540 {
  margin-bottom: 540px;
}

.mgl540 {
  margin-left: 540px;
}

.mg541 {
  margin: 541px;
}

.mgt541 {
  margin-top: 541px;
}

.mgr541 {
  margin-right: 541px;
}

.mgb541 {
  margin-bottom: 541px;
}

.mgl541 {
  margin-left: 541px;
}

.mg542 {
  margin: 542px;
}

.mgt542 {
  margin-top: 542px;
}

.mgr542 {
  margin-right: 542px;
}

.mgb542 {
  margin-bottom: 542px;
}

.mgl542 {
  margin-left: 542px;
}

.mg543 {
  margin: 543px;
}

.mgt543 {
  margin-top: 543px;
}

.mgr543 {
  margin-right: 543px;
}

.mgb543 {
  margin-bottom: 543px;
}

.mgl543 {
  margin-left: 543px;
}

.mg544 {
  margin: 544px;
}

.mgt544 {
  margin-top: 544px;
}

.mgr544 {
  margin-right: 544px;
}

.mgb544 {
  margin-bottom: 544px;
}

.mgl544 {
  margin-left: 544px;
}

.mg545 {
  margin: 545px;
}

.mgt545 {
  margin-top: 545px;
}

.mgr545 {
  margin-right: 545px;
}

.mgb545 {
  margin-bottom: 545px;
}

.mgl545 {
  margin-left: 545px;
}

.mg546 {
  margin: 546px;
}

.mgt546 {
  margin-top: 546px;
}

.mgr546 {
  margin-right: 546px;
}

.mgb546 {
  margin-bottom: 546px;
}

.mgl546 {
  margin-left: 546px;
}

.mg547 {
  margin: 547px;
}

.mgt547 {
  margin-top: 547px;
}

.mgr547 {
  margin-right: 547px;
}

.mgb547 {
  margin-bottom: 547px;
}

.mgl547 {
  margin-left: 547px;
}

.mg548 {
  margin: 548px;
}

.mgt548 {
  margin-top: 548px;
}

.mgr548 {
  margin-right: 548px;
}

.mgb548 {
  margin-bottom: 548px;
}

.mgl548 {
  margin-left: 548px;
}

.mg549 {
  margin: 549px;
}

.mgt549 {
  margin-top: 549px;
}

.mgr549 {
  margin-right: 549px;
}

.mgb549 {
  margin-bottom: 549px;
}

.mgl549 {
  margin-left: 549px;
}

.mg550 {
  margin: 550px;
}

.mgt550 {
  margin-top: 550px;
}

.mgr550 {
  margin-right: 550px;
}

.mgb550 {
  margin-bottom: 550px;
}

.mgl550 {
  margin-left: 550px;
}

.mg551 {
  margin: 551px;
}

.mgt551 {
  margin-top: 551px;
}

.mgr551 {
  margin-right: 551px;
}

.mgb551 {
  margin-bottom: 551px;
}

.mgl551 {
  margin-left: 551px;
}

.mg552 {
  margin: 552px;
}

.mgt552 {
  margin-top: 552px;
}

.mgr552 {
  margin-right: 552px;
}

.mgb552 {
  margin-bottom: 552px;
}

.mgl552 {
  margin-left: 552px;
}

.mg553 {
  margin: 553px;
}

.mgt553 {
  margin-top: 553px;
}

.mgr553 {
  margin-right: 553px;
}

.mgb553 {
  margin-bottom: 553px;
}

.mgl553 {
  margin-left: 553px;
}

.mg554 {
  margin: 554px;
}

.mgt554 {
  margin-top: 554px;
}

.mgr554 {
  margin-right: 554px;
}

.mgb554 {
  margin-bottom: 554px;
}

.mgl554 {
  margin-left: 554px;
}

.mg555 {
  margin: 555px;
}

.mgt555 {
  margin-top: 555px;
}

.mgr555 {
  margin-right: 555px;
}

.mgb555 {
  margin-bottom: 555px;
}

.mgl555 {
  margin-left: 555px;
}

.mg556 {
  margin: 556px;
}

.mgt556 {
  margin-top: 556px;
}

.mgr556 {
  margin-right: 556px;
}

.mgb556 {
  margin-bottom: 556px;
}

.mgl556 {
  margin-left: 556px;
}

.mg557 {
  margin: 557px;
}

.mgt557 {
  margin-top: 557px;
}

.mgr557 {
  margin-right: 557px;
}

.mgb557 {
  margin-bottom: 557px;
}

.mgl557 {
  margin-left: 557px;
}

.mg558 {
  margin: 558px;
}

.mgt558 {
  margin-top: 558px;
}

.mgr558 {
  margin-right: 558px;
}

.mgb558 {
  margin-bottom: 558px;
}

.mgl558 {
  margin-left: 558px;
}

.mg559 {
  margin: 559px;
}

.mgt559 {
  margin-top: 559px;
}

.mgr559 {
  margin-right: 559px;
}

.mgb559 {
  margin-bottom: 559px;
}

.mgl559 {
  margin-left: 559px;
}

.mg560 {
  margin: 560px;
}

.mgt560 {
  margin-top: 560px;
}

.mgr560 {
  margin-right: 560px;
}

.mgb560 {
  margin-bottom: 560px;
}

.mgl560 {
  margin-left: 560px;
}

.mg561 {
  margin: 561px;
}

.mgt561 {
  margin-top: 561px;
}

.mgr561 {
  margin-right: 561px;
}

.mgb561 {
  margin-bottom: 561px;
}

.mgl561 {
  margin-left: 561px;
}

.mg562 {
  margin: 562px;
}

.mgt562 {
  margin-top: 562px;
}

.mgr562 {
  margin-right: 562px;
}

.mgb562 {
  margin-bottom: 562px;
}

.mgl562 {
  margin-left: 562px;
}

.mg563 {
  margin: 563px;
}

.mgt563 {
  margin-top: 563px;
}

.mgr563 {
  margin-right: 563px;
}

.mgb563 {
  margin-bottom: 563px;
}

.mgl563 {
  margin-left: 563px;
}

.mg564 {
  margin: 564px;
}

.mgt564 {
  margin-top: 564px;
}

.mgr564 {
  margin-right: 564px;
}

.mgb564 {
  margin-bottom: 564px;
}

.mgl564 {
  margin-left: 564px;
}

.mg565 {
  margin: 565px;
}

.mgt565 {
  margin-top: 565px;
}

.mgr565 {
  margin-right: 565px;
}

.mgb565 {
  margin-bottom: 565px;
}

.mgl565 {
  margin-left: 565px;
}

.mg566 {
  margin: 566px;
}

.mgt566 {
  margin-top: 566px;
}

.mgr566 {
  margin-right: 566px;
}

.mgb566 {
  margin-bottom: 566px;
}

.mgl566 {
  margin-left: 566px;
}

.mg567 {
  margin: 567px;
}

.mgt567 {
  margin-top: 567px;
}

.mgr567 {
  margin-right: 567px;
}

.mgb567 {
  margin-bottom: 567px;
}

.mgl567 {
  margin-left: 567px;
}

.mg568 {
  margin: 568px;
}

.mgt568 {
  margin-top: 568px;
}

.mgr568 {
  margin-right: 568px;
}

.mgb568 {
  margin-bottom: 568px;
}

.mgl568 {
  margin-left: 568px;
}

.mg569 {
  margin: 569px;
}

.mgt569 {
  margin-top: 569px;
}

.mgr569 {
  margin-right: 569px;
}

.mgb569 {
  margin-bottom: 569px;
}

.mgl569 {
  margin-left: 569px;
}

.mg570 {
  margin: 570px;
}

.mgt570 {
  margin-top: 570px;
}

.mgr570 {
  margin-right: 570px;
}

.mgb570 {
  margin-bottom: 570px;
}

.mgl570 {
  margin-left: 570px;
}

.mg571 {
  margin: 571px;
}

.mgt571 {
  margin-top: 571px;
}

.mgr571 {
  margin-right: 571px;
}

.mgb571 {
  margin-bottom: 571px;
}

.mgl571 {
  margin-left: 571px;
}

.mg572 {
  margin: 572px;
}

.mgt572 {
  margin-top: 572px;
}

.mgr572 {
  margin-right: 572px;
}

.mgb572 {
  margin-bottom: 572px;
}

.mgl572 {
  margin-left: 572px;
}

.mg573 {
  margin: 573px;
}

.mgt573 {
  margin-top: 573px;
}

.mgr573 {
  margin-right: 573px;
}

.mgb573 {
  margin-bottom: 573px;
}

.mgl573 {
  margin-left: 573px;
}

.mg574 {
  margin: 574px;
}

.mgt574 {
  margin-top: 574px;
}

.mgr574 {
  margin-right: 574px;
}

.mgb574 {
  margin-bottom: 574px;
}

.mgl574 {
  margin-left: 574px;
}

.mg575 {
  margin: 575px;
}

.mgt575 {
  margin-top: 575px;
}

.mgr575 {
  margin-right: 575px;
}

.mgb575 {
  margin-bottom: 575px;
}

.mgl575 {
  margin-left: 575px;
}

.mg576 {
  margin: 576px;
}

.mgt576 {
  margin-top: 576px;
}

.mgr576 {
  margin-right: 576px;
}

.mgb576 {
  margin-bottom: 576px;
}

.mgl576 {
  margin-left: 576px;
}

.mg577 {
  margin: 577px;
}

.mgt577 {
  margin-top: 577px;
}

.mgr577 {
  margin-right: 577px;
}

.mgb577 {
  margin-bottom: 577px;
}

.mgl577 {
  margin-left: 577px;
}

.mg578 {
  margin: 578px;
}

.mgt578 {
  margin-top: 578px;
}

.mgr578 {
  margin-right: 578px;
}

.mgb578 {
  margin-bottom: 578px;
}

.mgl578 {
  margin-left: 578px;
}

.mg579 {
  margin: 579px;
}

.mgt579 {
  margin-top: 579px;
}

.mgr579 {
  margin-right: 579px;
}

.mgb579 {
  margin-bottom: 579px;
}

.mgl579 {
  margin-left: 579px;
}

.mg580 {
  margin: 580px;
}

.mgt580 {
  margin-top: 580px;
}

.mgr580 {
  margin-right: 580px;
}

.mgb580 {
  margin-bottom: 580px;
}

.mgl580 {
  margin-left: 580px;
}

.mg581 {
  margin: 581px;
}

.mgt581 {
  margin-top: 581px;
}

.mgr581 {
  margin-right: 581px;
}

.mgb581 {
  margin-bottom: 581px;
}

.mgl581 {
  margin-left: 581px;
}

.mg582 {
  margin: 582px;
}

.mgt582 {
  margin-top: 582px;
}

.mgr582 {
  margin-right: 582px;
}

.mgb582 {
  margin-bottom: 582px;
}

.mgl582 {
  margin-left: 582px;
}

.mg583 {
  margin: 583px;
}

.mgt583 {
  margin-top: 583px;
}

.mgr583 {
  margin-right: 583px;
}

.mgb583 {
  margin-bottom: 583px;
}

.mgl583 {
  margin-left: 583px;
}

.mg584 {
  margin: 584px;
}

.mgt584 {
  margin-top: 584px;
}

.mgr584 {
  margin-right: 584px;
}

.mgb584 {
  margin-bottom: 584px;
}

.mgl584 {
  margin-left: 584px;
}

.mg585 {
  margin: 585px;
}

.mgt585 {
  margin-top: 585px;
}

.mgr585 {
  margin-right: 585px;
}

.mgb585 {
  margin-bottom: 585px;
}

.mgl585 {
  margin-left: 585px;
}

.mg586 {
  margin: 586px;
}

.mgt586 {
  margin-top: 586px;
}

.mgr586 {
  margin-right: 586px;
}

.mgb586 {
  margin-bottom: 586px;
}

.mgl586 {
  margin-left: 586px;
}

.mg587 {
  margin: 587px;
}

.mgt587 {
  margin-top: 587px;
}

.mgr587 {
  margin-right: 587px;
}

.mgb587 {
  margin-bottom: 587px;
}

.mgl587 {
  margin-left: 587px;
}

.mg588 {
  margin: 588px;
}

.mgt588 {
  margin-top: 588px;
}

.mgr588 {
  margin-right: 588px;
}

.mgb588 {
  margin-bottom: 588px;
}

.mgl588 {
  margin-left: 588px;
}

.mg589 {
  margin: 589px;
}

.mgt589 {
  margin-top: 589px;
}

.mgr589 {
  margin-right: 589px;
}

.mgb589 {
  margin-bottom: 589px;
}

.mgl589 {
  margin-left: 589px;
}

.mg590 {
  margin: 590px;
}

.mgt590 {
  margin-top: 590px;
}

.mgr590 {
  margin-right: 590px;
}

.mgb590 {
  margin-bottom: 590px;
}

.mgl590 {
  margin-left: 590px;
}

.mg591 {
  margin: 591px;
}

.mgt591 {
  margin-top: 591px;
}

.mgr591 {
  margin-right: 591px;
}

.mgb591 {
  margin-bottom: 591px;
}

.mgl591 {
  margin-left: 591px;
}

.mg592 {
  margin: 592px;
}

.mgt592 {
  margin-top: 592px;
}

.mgr592 {
  margin-right: 592px;
}

.mgb592 {
  margin-bottom: 592px;
}

.mgl592 {
  margin-left: 592px;
}

.mg593 {
  margin: 593px;
}

.mgt593 {
  margin-top: 593px;
}

.mgr593 {
  margin-right: 593px;
}

.mgb593 {
  margin-bottom: 593px;
}

.mgl593 {
  margin-left: 593px;
}

.mg594 {
  margin: 594px;
}

.mgt594 {
  margin-top: 594px;
}

.mgr594 {
  margin-right: 594px;
}

.mgb594 {
  margin-bottom: 594px;
}

.mgl594 {
  margin-left: 594px;
}

.mg595 {
  margin: 595px;
}

.mgt595 {
  margin-top: 595px;
}

.mgr595 {
  margin-right: 595px;
}

.mgb595 {
  margin-bottom: 595px;
}

.mgl595 {
  margin-left: 595px;
}

.mg596 {
  margin: 596px;
}

.mgt596 {
  margin-top: 596px;
}

.mgr596 {
  margin-right: 596px;
}

.mgb596 {
  margin-bottom: 596px;
}

.mgl596 {
  margin-left: 596px;
}

.mg597 {
  margin: 597px;
}

.mgt597 {
  margin-top: 597px;
}

.mgr597 {
  margin-right: 597px;
}

.mgb597 {
  margin-bottom: 597px;
}

.mgl597 {
  margin-left: 597px;
}

.mg598 {
  margin: 598px;
}

.mgt598 {
  margin-top: 598px;
}

.mgr598 {
  margin-right: 598px;
}

.mgb598 {
  margin-bottom: 598px;
}

.mgl598 {
  margin-left: 598px;
}

.mg599 {
  margin: 599px;
}

.mgt599 {
  margin-top: 599px;
}

.mgr599 {
  margin-right: 599px;
}

.mgb599 {
  margin-bottom: 599px;
}

.mgl599 {
  margin-left: 599px;
}

.mg600 {
  margin: 600px;
}

.mgt600 {
  margin-top: 600px;
}

.mgr600 {
  margin-right: 600px;
}

.mgb600 {
  margin-bottom: 600px;
}

.mgl600 {
  margin-left: 600px;
}

.mg601 {
  margin: 601px;
}

.mgt601 {
  margin-top: 601px;
}

.mgr601 {
  margin-right: 601px;
}

.mgb601 {
  margin-bottom: 601px;
}

.mgl601 {
  margin-left: 601px;
}

.mg602 {
  margin: 602px;
}

.mgt602 {
  margin-top: 602px;
}

.mgr602 {
  margin-right: 602px;
}

.mgb602 {
  margin-bottom: 602px;
}

.mgl602 {
  margin-left: 602px;
}

.mg603 {
  margin: 603px;
}

.mgt603 {
  margin-top: 603px;
}

.mgr603 {
  margin-right: 603px;
}

.mgb603 {
  margin-bottom: 603px;
}

.mgl603 {
  margin-left: 603px;
}

.mg604 {
  margin: 604px;
}

.mgt604 {
  margin-top: 604px;
}

.mgr604 {
  margin-right: 604px;
}

.mgb604 {
  margin-bottom: 604px;
}

.mgl604 {
  margin-left: 604px;
}

.mg605 {
  margin: 605px;
}

.mgt605 {
  margin-top: 605px;
}

.mgr605 {
  margin-right: 605px;
}

.mgb605 {
  margin-bottom: 605px;
}

.mgl605 {
  margin-left: 605px;
}

.mg606 {
  margin: 606px;
}

.mgt606 {
  margin-top: 606px;
}

.mgr606 {
  margin-right: 606px;
}

.mgb606 {
  margin-bottom: 606px;
}

.mgl606 {
  margin-left: 606px;
}

.mg607 {
  margin: 607px;
}

.mgt607 {
  margin-top: 607px;
}

.mgr607 {
  margin-right: 607px;
}

.mgb607 {
  margin-bottom: 607px;
}

.mgl607 {
  margin-left: 607px;
}

.mg608 {
  margin: 608px;
}

.mgt608 {
  margin-top: 608px;
}

.mgr608 {
  margin-right: 608px;
}

.mgb608 {
  margin-bottom: 608px;
}

.mgl608 {
  margin-left: 608px;
}

.mg609 {
  margin: 609px;
}

.mgt609 {
  margin-top: 609px;
}

.mgr609 {
  margin-right: 609px;
}

.mgb609 {
  margin-bottom: 609px;
}

.mgl609 {
  margin-left: 609px;
}

.mg610 {
  margin: 610px;
}

.mgt610 {
  margin-top: 610px;
}

.mgr610 {
  margin-right: 610px;
}

.mgb610 {
  margin-bottom: 610px;
}

.mgl610 {
  margin-left: 610px;
}

.mg611 {
  margin: 611px;
}

.mgt611 {
  margin-top: 611px;
}

.mgr611 {
  margin-right: 611px;
}

.mgb611 {
  margin-bottom: 611px;
}

.mgl611 {
  margin-left: 611px;
}

.mg612 {
  margin: 612px;
}

.mgt612 {
  margin-top: 612px;
}

.mgr612 {
  margin-right: 612px;
}

.mgb612 {
  margin-bottom: 612px;
}

.mgl612 {
  margin-left: 612px;
}

.mg613 {
  margin: 613px;
}

.mgt613 {
  margin-top: 613px;
}

.mgr613 {
  margin-right: 613px;
}

.mgb613 {
  margin-bottom: 613px;
}

.mgl613 {
  margin-left: 613px;
}

.mg614 {
  margin: 614px;
}

.mgt614 {
  margin-top: 614px;
}

.mgr614 {
  margin-right: 614px;
}

.mgb614 {
  margin-bottom: 614px;
}

.mgl614 {
  margin-left: 614px;
}

.mg615 {
  margin: 615px;
}

.mgt615 {
  margin-top: 615px;
}

.mgr615 {
  margin-right: 615px;
}

.mgb615 {
  margin-bottom: 615px;
}

.mgl615 {
  margin-left: 615px;
}

.mg616 {
  margin: 616px;
}

.mgt616 {
  margin-top: 616px;
}

.mgr616 {
  margin-right: 616px;
}

.mgb616 {
  margin-bottom: 616px;
}

.mgl616 {
  margin-left: 616px;
}

.mg617 {
  margin: 617px;
}

.mgt617 {
  margin-top: 617px;
}

.mgr617 {
  margin-right: 617px;
}

.mgb617 {
  margin-bottom: 617px;
}

.mgl617 {
  margin-left: 617px;
}

.mg618 {
  margin: 618px;
}

.mgt618 {
  margin-top: 618px;
}

.mgr618 {
  margin-right: 618px;
}

.mgb618 {
  margin-bottom: 618px;
}

.mgl618 {
  margin-left: 618px;
}

.mg619 {
  margin: 619px;
}

.mgt619 {
  margin-top: 619px;
}

.mgr619 {
  margin-right: 619px;
}

.mgb619 {
  margin-bottom: 619px;
}

.mgl619 {
  margin-left: 619px;
}

.mg620 {
  margin: 620px;
}

.mgt620 {
  margin-top: 620px;
}

.mgr620 {
  margin-right: 620px;
}

.mgb620 {
  margin-bottom: 620px;
}

.mgl620 {
  margin-left: 620px;
}

.mg621 {
  margin: 621px;
}

.mgt621 {
  margin-top: 621px;
}

.mgr621 {
  margin-right: 621px;
}

.mgb621 {
  margin-bottom: 621px;
}

.mgl621 {
  margin-left: 621px;
}

.mg622 {
  margin: 622px;
}

.mgt622 {
  margin-top: 622px;
}

.mgr622 {
  margin-right: 622px;
}

.mgb622 {
  margin-bottom: 622px;
}

.mgl622 {
  margin-left: 622px;
}

.mg623 {
  margin: 623px;
}

.mgt623 {
  margin-top: 623px;
}

.mgr623 {
  margin-right: 623px;
}

.mgb623 {
  margin-bottom: 623px;
}

.mgl623 {
  margin-left: 623px;
}

.mg624 {
  margin: 624px;
}

.mgt624 {
  margin-top: 624px;
}

.mgr624 {
  margin-right: 624px;
}

.mgb624 {
  margin-bottom: 624px;
}

.mgl624 {
  margin-left: 624px;
}

.mg625 {
  margin: 625px;
}

.mgt625 {
  margin-top: 625px;
}

.mgr625 {
  margin-right: 625px;
}

.mgb625 {
  margin-bottom: 625px;
}

.mgl625 {
  margin-left: 625px;
}

.mg626 {
  margin: 626px;
}

.mgt626 {
  margin-top: 626px;
}

.mgr626 {
  margin-right: 626px;
}

.mgb626 {
  margin-bottom: 626px;
}

.mgl626 {
  margin-left: 626px;
}

.mg627 {
  margin: 627px;
}

.mgt627 {
  margin-top: 627px;
}

.mgr627 {
  margin-right: 627px;
}

.mgb627 {
  margin-bottom: 627px;
}

.mgl627 {
  margin-left: 627px;
}

.mg628 {
  margin: 628px;
}

.mgt628 {
  margin-top: 628px;
}

.mgr628 {
  margin-right: 628px;
}

.mgb628 {
  margin-bottom: 628px;
}

.mgl628 {
  margin-left: 628px;
}

.mg629 {
  margin: 629px;
}

.mgt629 {
  margin-top: 629px;
}

.mgr629 {
  margin-right: 629px;
}

.mgb629 {
  margin-bottom: 629px;
}

.mgl629 {
  margin-left: 629px;
}

.mg630 {
  margin: 630px;
}

.mgt630 {
  margin-top: 630px;
}

.mgr630 {
  margin-right: 630px;
}

.mgb630 {
  margin-bottom: 630px;
}

.mgl630 {
  margin-left: 630px;
}

.mg631 {
  margin: 631px;
}

.mgt631 {
  margin-top: 631px;
}

.mgr631 {
  margin-right: 631px;
}

.mgb631 {
  margin-bottom: 631px;
}

.mgl631 {
  margin-left: 631px;
}

.mg632 {
  margin: 632px;
}

.mgt632 {
  margin-top: 632px;
}

.mgr632 {
  margin-right: 632px;
}

.mgb632 {
  margin-bottom: 632px;
}

.mgl632 {
  margin-left: 632px;
}

.mg633 {
  margin: 633px;
}

.mgt633 {
  margin-top: 633px;
}

.mgr633 {
  margin-right: 633px;
}

.mgb633 {
  margin-bottom: 633px;
}

.mgl633 {
  margin-left: 633px;
}

.mg634 {
  margin: 634px;
}

.mgt634 {
  margin-top: 634px;
}

.mgr634 {
  margin-right: 634px;
}

.mgb634 {
  margin-bottom: 634px;
}

.mgl634 {
  margin-left: 634px;
}

.mg635 {
  margin: 635px;
}

.mgt635 {
  margin-top: 635px;
}

.mgr635 {
  margin-right: 635px;
}

.mgb635 {
  margin-bottom: 635px;
}

.mgl635 {
  margin-left: 635px;
}

.mg636 {
  margin: 636px;
}

.mgt636 {
  margin-top: 636px;
}

.mgr636 {
  margin-right: 636px;
}

.mgb636 {
  margin-bottom: 636px;
}

.mgl636 {
  margin-left: 636px;
}

.mg637 {
  margin: 637px;
}

.mgt637 {
  margin-top: 637px;
}

.mgr637 {
  margin-right: 637px;
}

.mgb637 {
  margin-bottom: 637px;
}

.mgl637 {
  margin-left: 637px;
}

.mg638 {
  margin: 638px;
}

.mgt638 {
  margin-top: 638px;
}

.mgr638 {
  margin-right: 638px;
}

.mgb638 {
  margin-bottom: 638px;
}

.mgl638 {
  margin-left: 638px;
}

.mg639 {
  margin: 639px;
}

.mgt639 {
  margin-top: 639px;
}

.mgr639 {
  margin-right: 639px;
}

.mgb639 {
  margin-bottom: 639px;
}

.mgl639 {
  margin-left: 639px;
}

.mg640 {
  margin: 640px;
}

.mgt640 {
  margin-top: 640px;
}

.mgr640 {
  margin-right: 640px;
}

.mgb640 {
  margin-bottom: 640px;
}

.mgl640 {
  margin-left: 640px;
}

.mg641 {
  margin: 641px;
}

.mgt641 {
  margin-top: 641px;
}

.mgr641 {
  margin-right: 641px;
}

.mgb641 {
  margin-bottom: 641px;
}

.mgl641 {
  margin-left: 641px;
}

.mg642 {
  margin: 642px;
}

.mgt642 {
  margin-top: 642px;
}

.mgr642 {
  margin-right: 642px;
}

.mgb642 {
  margin-bottom: 642px;
}

.mgl642 {
  margin-left: 642px;
}

.mg643 {
  margin: 643px;
}

.mgt643 {
  margin-top: 643px;
}

.mgr643 {
  margin-right: 643px;
}

.mgb643 {
  margin-bottom: 643px;
}

.mgl643 {
  margin-left: 643px;
}

.mg644 {
  margin: 644px;
}

.mgt644 {
  margin-top: 644px;
}

.mgr644 {
  margin-right: 644px;
}

.mgb644 {
  margin-bottom: 644px;
}

.mgl644 {
  margin-left: 644px;
}

.mg645 {
  margin: 645px;
}

.mgt645 {
  margin-top: 645px;
}

.mgr645 {
  margin-right: 645px;
}

.mgb645 {
  margin-bottom: 645px;
}

.mgl645 {
  margin-left: 645px;
}

.mg646 {
  margin: 646px;
}

.mgt646 {
  margin-top: 646px;
}

.mgr646 {
  margin-right: 646px;
}

.mgb646 {
  margin-bottom: 646px;
}

.mgl646 {
  margin-left: 646px;
}

.mg647 {
  margin: 647px;
}

.mgt647 {
  margin-top: 647px;
}

.mgr647 {
  margin-right: 647px;
}

.mgb647 {
  margin-bottom: 647px;
}

.mgl647 {
  margin-left: 647px;
}

.mg648 {
  margin: 648px;
}

.mgt648 {
  margin-top: 648px;
}

.mgr648 {
  margin-right: 648px;
}

.mgb648 {
  margin-bottom: 648px;
}

.mgl648 {
  margin-left: 648px;
}

.mg649 {
  margin: 649px;
}

.mgt649 {
  margin-top: 649px;
}

.mgr649 {
  margin-right: 649px;
}

.mgb649 {
  margin-bottom: 649px;
}

.mgl649 {
  margin-left: 649px;
}

.mg650 {
  margin: 650px;
}

.mgt650 {
  margin-top: 650px;
}

.mgr650 {
  margin-right: 650px;
}

.mgb650 {
  margin-bottom: 650px;
}

.mgl650 {
  margin-left: 650px;
}

.mg651 {
  margin: 651px;
}

.mgt651 {
  margin-top: 651px;
}

.mgr651 {
  margin-right: 651px;
}

.mgb651 {
  margin-bottom: 651px;
}

.mgl651 {
  margin-left: 651px;
}

.mg652 {
  margin: 652px;
}

.mgt652 {
  margin-top: 652px;
}

.mgr652 {
  margin-right: 652px;
}

.mgb652 {
  margin-bottom: 652px;
}

.mgl652 {
  margin-left: 652px;
}

.mg653 {
  margin: 653px;
}

.mgt653 {
  margin-top: 653px;
}

.mgr653 {
  margin-right: 653px;
}

.mgb653 {
  margin-bottom: 653px;
}

.mgl653 {
  margin-left: 653px;
}

.mg654 {
  margin: 654px;
}

.mgt654 {
  margin-top: 654px;
}

.mgr654 {
  margin-right: 654px;
}

.mgb654 {
  margin-bottom: 654px;
}

.mgl654 {
  margin-left: 654px;
}

.mg655 {
  margin: 655px;
}

.mgt655 {
  margin-top: 655px;
}

.mgr655 {
  margin-right: 655px;
}

.mgb655 {
  margin-bottom: 655px;
}

.mgl655 {
  margin-left: 655px;
}

.mg656 {
  margin: 656px;
}

.mgt656 {
  margin-top: 656px;
}

.mgr656 {
  margin-right: 656px;
}

.mgb656 {
  margin-bottom: 656px;
}

.mgl656 {
  margin-left: 656px;
}

.mg657 {
  margin: 657px;
}

.mgt657 {
  margin-top: 657px;
}

.mgr657 {
  margin-right: 657px;
}

.mgb657 {
  margin-bottom: 657px;
}

.mgl657 {
  margin-left: 657px;
}

.mg658 {
  margin: 658px;
}

.mgt658 {
  margin-top: 658px;
}

.mgr658 {
  margin-right: 658px;
}

.mgb658 {
  margin-bottom: 658px;
}

.mgl658 {
  margin-left: 658px;
}

.mg659 {
  margin: 659px;
}

.mgt659 {
  margin-top: 659px;
}

.mgr659 {
  margin-right: 659px;
}

.mgb659 {
  margin-bottom: 659px;
}

.mgl659 {
  margin-left: 659px;
}

.mg660 {
  margin: 660px;
}

.mgt660 {
  margin-top: 660px;
}

.mgr660 {
  margin-right: 660px;
}

.mgb660 {
  margin-bottom: 660px;
}

.mgl660 {
  margin-left: 660px;
}

.mg661 {
  margin: 661px;
}

.mgt661 {
  margin-top: 661px;
}

.mgr661 {
  margin-right: 661px;
}

.mgb661 {
  margin-bottom: 661px;
}

.mgl661 {
  margin-left: 661px;
}

.mg662 {
  margin: 662px;
}

.mgt662 {
  margin-top: 662px;
}

.mgr662 {
  margin-right: 662px;
}

.mgb662 {
  margin-bottom: 662px;
}

.mgl662 {
  margin-left: 662px;
}

.mg663 {
  margin: 663px;
}

.mgt663 {
  margin-top: 663px;
}

.mgr663 {
  margin-right: 663px;
}

.mgb663 {
  margin-bottom: 663px;
}

.mgl663 {
  margin-left: 663px;
}

.mg664 {
  margin: 664px;
}

.mgt664 {
  margin-top: 664px;
}

.mgr664 {
  margin-right: 664px;
}

.mgb664 {
  margin-bottom: 664px;
}

.mgl664 {
  margin-left: 664px;
}

.mg665 {
  margin: 665px;
}

.mgt665 {
  margin-top: 665px;
}

.mgr665 {
  margin-right: 665px;
}

.mgb665 {
  margin-bottom: 665px;
}

.mgl665 {
  margin-left: 665px;
}

.mg666 {
  margin: 666px;
}

.mgt666 {
  margin-top: 666px;
}

.mgr666 {
  margin-right: 666px;
}

.mgb666 {
  margin-bottom: 666px;
}

.mgl666 {
  margin-left: 666px;
}

.mg667 {
  margin: 667px;
}

.mgt667 {
  margin-top: 667px;
}

.mgr667 {
  margin-right: 667px;
}

.mgb667 {
  margin-bottom: 667px;
}

.mgl667 {
  margin-left: 667px;
}

.mg668 {
  margin: 668px;
}

.mgt668 {
  margin-top: 668px;
}

.mgr668 {
  margin-right: 668px;
}

.mgb668 {
  margin-bottom: 668px;
}

.mgl668 {
  margin-left: 668px;
}

.mg669 {
  margin: 669px;
}

.mgt669 {
  margin-top: 669px;
}

.mgr669 {
  margin-right: 669px;
}

.mgb669 {
  margin-bottom: 669px;
}

.mgl669 {
  margin-left: 669px;
}

.mg670 {
  margin: 670px;
}

.mgt670 {
  margin-top: 670px;
}

.mgr670 {
  margin-right: 670px;
}

.mgb670 {
  margin-bottom: 670px;
}

.mgl670 {
  margin-left: 670px;
}

.mg671 {
  margin: 671px;
}

.mgt671 {
  margin-top: 671px;
}

.mgr671 {
  margin-right: 671px;
}

.mgb671 {
  margin-bottom: 671px;
}

.mgl671 {
  margin-left: 671px;
}

.mg672 {
  margin: 672px;
}

.mgt672 {
  margin-top: 672px;
}

.mgr672 {
  margin-right: 672px;
}

.mgb672 {
  margin-bottom: 672px;
}

.mgl672 {
  margin-left: 672px;
}

.mg673 {
  margin: 673px;
}

.mgt673 {
  margin-top: 673px;
}

.mgr673 {
  margin-right: 673px;
}

.mgb673 {
  margin-bottom: 673px;
}

.mgl673 {
  margin-left: 673px;
}

.mg674 {
  margin: 674px;
}

.mgt674 {
  margin-top: 674px;
}

.mgr674 {
  margin-right: 674px;
}

.mgb674 {
  margin-bottom: 674px;
}

.mgl674 {
  margin-left: 674px;
}

.mg675 {
  margin: 675px;
}

.mgt675 {
  margin-top: 675px;
}

.mgr675 {
  margin-right: 675px;
}

.mgb675 {
  margin-bottom: 675px;
}

.mgl675 {
  margin-left: 675px;
}

.mg676 {
  margin: 676px;
}

.mgt676 {
  margin-top: 676px;
}

.mgr676 {
  margin-right: 676px;
}

.mgb676 {
  margin-bottom: 676px;
}

.mgl676 {
  margin-left: 676px;
}

.mg677 {
  margin: 677px;
}

.mgt677 {
  margin-top: 677px;
}

.mgr677 {
  margin-right: 677px;
}

.mgb677 {
  margin-bottom: 677px;
}

.mgl677 {
  margin-left: 677px;
}

.mg678 {
  margin: 678px;
}

.mgt678 {
  margin-top: 678px;
}

.mgr678 {
  margin-right: 678px;
}

.mgb678 {
  margin-bottom: 678px;
}

.mgl678 {
  margin-left: 678px;
}

.mg679 {
  margin: 679px;
}

.mgt679 {
  margin-top: 679px;
}

.mgr679 {
  margin-right: 679px;
}

.mgb679 {
  margin-bottom: 679px;
}

.mgl679 {
  margin-left: 679px;
}

.mg680 {
  margin: 680px;
}

.mgt680 {
  margin-top: 680px;
}

.mgr680 {
  margin-right: 680px;
}

.mgb680 {
  margin-bottom: 680px;
}

.mgl680 {
  margin-left: 680px;
}

.mg681 {
  margin: 681px;
}

.mgt681 {
  margin-top: 681px;
}

.mgr681 {
  margin-right: 681px;
}

.mgb681 {
  margin-bottom: 681px;
}

.mgl681 {
  margin-left: 681px;
}

.mg682 {
  margin: 682px;
}

.mgt682 {
  margin-top: 682px;
}

.mgr682 {
  margin-right: 682px;
}

.mgb682 {
  margin-bottom: 682px;
}

.mgl682 {
  margin-left: 682px;
}

.mg683 {
  margin: 683px;
}

.mgt683 {
  margin-top: 683px;
}

.mgr683 {
  margin-right: 683px;
}

.mgb683 {
  margin-bottom: 683px;
}

.mgl683 {
  margin-left: 683px;
}

.mg684 {
  margin: 684px;
}

.mgt684 {
  margin-top: 684px;
}

.mgr684 {
  margin-right: 684px;
}

.mgb684 {
  margin-bottom: 684px;
}

.mgl684 {
  margin-left: 684px;
}

.mg685 {
  margin: 685px;
}

.mgt685 {
  margin-top: 685px;
}

.mgr685 {
  margin-right: 685px;
}

.mgb685 {
  margin-bottom: 685px;
}

.mgl685 {
  margin-left: 685px;
}

.mg686 {
  margin: 686px;
}

.mgt686 {
  margin-top: 686px;
}

.mgr686 {
  margin-right: 686px;
}

.mgb686 {
  margin-bottom: 686px;
}

.mgl686 {
  margin-left: 686px;
}

.mg687 {
  margin: 687px;
}

.mgt687 {
  margin-top: 687px;
}

.mgr687 {
  margin-right: 687px;
}

.mgb687 {
  margin-bottom: 687px;
}

.mgl687 {
  margin-left: 687px;
}

.mg688 {
  margin: 688px;
}

.mgt688 {
  margin-top: 688px;
}

.mgr688 {
  margin-right: 688px;
}

.mgb688 {
  margin-bottom: 688px;
}

.mgl688 {
  margin-left: 688px;
}

.mg689 {
  margin: 689px;
}

.mgt689 {
  margin-top: 689px;
}

.mgr689 {
  margin-right: 689px;
}

.mgb689 {
  margin-bottom: 689px;
}

.mgl689 {
  margin-left: 689px;
}

.mg690 {
  margin: 690px;
}

.mgt690 {
  margin-top: 690px;
}

.mgr690 {
  margin-right: 690px;
}

.mgb690 {
  margin-bottom: 690px;
}

.mgl690 {
  margin-left: 690px;
}

.mg691 {
  margin: 691px;
}

.mgt691 {
  margin-top: 691px;
}

.mgr691 {
  margin-right: 691px;
}

.mgb691 {
  margin-bottom: 691px;
}

.mgl691 {
  margin-left: 691px;
}

.mg692 {
  margin: 692px;
}

.mgt692 {
  margin-top: 692px;
}

.mgr692 {
  margin-right: 692px;
}

.mgb692 {
  margin-bottom: 692px;
}

.mgl692 {
  margin-left: 692px;
}

.mg693 {
  margin: 693px;
}

.mgt693 {
  margin-top: 693px;
}

.mgr693 {
  margin-right: 693px;
}

.mgb693 {
  margin-bottom: 693px;
}

.mgl693 {
  margin-left: 693px;
}

.mg694 {
  margin: 694px;
}

.mgt694 {
  margin-top: 694px;
}

.mgr694 {
  margin-right: 694px;
}

.mgb694 {
  margin-bottom: 694px;
}

.mgl694 {
  margin-left: 694px;
}

.mg695 {
  margin: 695px;
}

.mgt695 {
  margin-top: 695px;
}

.mgr695 {
  margin-right: 695px;
}

.mgb695 {
  margin-bottom: 695px;
}

.mgl695 {
  margin-left: 695px;
}

.mg696 {
  margin: 696px;
}

.mgt696 {
  margin-top: 696px;
}

.mgr696 {
  margin-right: 696px;
}

.mgb696 {
  margin-bottom: 696px;
}

.mgl696 {
  margin-left: 696px;
}

.mg697 {
  margin: 697px;
}

.mgt697 {
  margin-top: 697px;
}

.mgr697 {
  margin-right: 697px;
}

.mgb697 {
  margin-bottom: 697px;
}

.mgl697 {
  margin-left: 697px;
}

.mg698 {
  margin: 698px;
}

.mgt698 {
  margin-top: 698px;
}

.mgr698 {
  margin-right: 698px;
}

.mgb698 {
  margin-bottom: 698px;
}

.mgl698 {
  margin-left: 698px;
}

.mg699 {
  margin: 699px;
}

.mgt699 {
  margin-top: 699px;
}

.mgr699 {
  margin-right: 699px;
}

.mgb699 {
  margin-bottom: 699px;
}

.mgl699 {
  margin-left: 699px;
}

.mg700 {
  margin: 700px;
}

.mgt700 {
  margin-top: 700px;
}

.mgr700 {
  margin-right: 700px;
}

.mgb700 {
  margin-bottom: 700px;
}

.mgl700 {
  margin-left: 700px;
}

.mg701 {
  margin: 701px;
}

.mgt701 {
  margin-top: 701px;
}

.mgr701 {
  margin-right: 701px;
}

.mgb701 {
  margin-bottom: 701px;
}

.mgl701 {
  margin-left: 701px;
}

.mg702 {
  margin: 702px;
}

.mgt702 {
  margin-top: 702px;
}

.mgr702 {
  margin-right: 702px;
}

.mgb702 {
  margin-bottom: 702px;
}

.mgl702 {
  margin-left: 702px;
}

.mg703 {
  margin: 703px;
}

.mgt703 {
  margin-top: 703px;
}

.mgr703 {
  margin-right: 703px;
}

.mgb703 {
  margin-bottom: 703px;
}

.mgl703 {
  margin-left: 703px;
}

.mg704 {
  margin: 704px;
}

.mgt704 {
  margin-top: 704px;
}

.mgr704 {
  margin-right: 704px;
}

.mgb704 {
  margin-bottom: 704px;
}

.mgl704 {
  margin-left: 704px;
}

.mg705 {
  margin: 705px;
}

.mgt705 {
  margin-top: 705px;
}

.mgr705 {
  margin-right: 705px;
}

.mgb705 {
  margin-bottom: 705px;
}

.mgl705 {
  margin-left: 705px;
}

.mg706 {
  margin: 706px;
}

.mgt706 {
  margin-top: 706px;
}

.mgr706 {
  margin-right: 706px;
}

.mgb706 {
  margin-bottom: 706px;
}

.mgl706 {
  margin-left: 706px;
}

.mg707 {
  margin: 707px;
}

.mgt707 {
  margin-top: 707px;
}

.mgr707 {
  margin-right: 707px;
}

.mgb707 {
  margin-bottom: 707px;
}

.mgl707 {
  margin-left: 707px;
}

.mg708 {
  margin: 708px;
}

.mgt708 {
  margin-top: 708px;
}

.mgr708 {
  margin-right: 708px;
}

.mgb708 {
  margin-bottom: 708px;
}

.mgl708 {
  margin-left: 708px;
}

.mg709 {
  margin: 709px;
}

.mgt709 {
  margin-top: 709px;
}

.mgr709 {
  margin-right: 709px;
}

.mgb709 {
  margin-bottom: 709px;
}

.mgl709 {
  margin-left: 709px;
}

.mg710 {
  margin: 710px;
}

.mgt710 {
  margin-top: 710px;
}

.mgr710 {
  margin-right: 710px;
}

.mgb710 {
  margin-bottom: 710px;
}

.mgl710 {
  margin-left: 710px;
}

.mg711 {
  margin: 711px;
}

.mgt711 {
  margin-top: 711px;
}

.mgr711 {
  margin-right: 711px;
}

.mgb711 {
  margin-bottom: 711px;
}

.mgl711 {
  margin-left: 711px;
}

.mg712 {
  margin: 712px;
}

.mgt712 {
  margin-top: 712px;
}

.mgr712 {
  margin-right: 712px;
}

.mgb712 {
  margin-bottom: 712px;
}

.mgl712 {
  margin-left: 712px;
}

.mg713 {
  margin: 713px;
}

.mgt713 {
  margin-top: 713px;
}

.mgr713 {
  margin-right: 713px;
}

.mgb713 {
  margin-bottom: 713px;
}

.mgl713 {
  margin-left: 713px;
}

.mg714 {
  margin: 714px;
}

.mgt714 {
  margin-top: 714px;
}

.mgr714 {
  margin-right: 714px;
}

.mgb714 {
  margin-bottom: 714px;
}

.mgl714 {
  margin-left: 714px;
}

.mg715 {
  margin: 715px;
}

.mgt715 {
  margin-top: 715px;
}

.mgr715 {
  margin-right: 715px;
}

.mgb715 {
  margin-bottom: 715px;
}

.mgl715 {
  margin-left: 715px;
}

.mg716 {
  margin: 716px;
}

.mgt716 {
  margin-top: 716px;
}

.mgr716 {
  margin-right: 716px;
}

.mgb716 {
  margin-bottom: 716px;
}

.mgl716 {
  margin-left: 716px;
}

.mg717 {
  margin: 717px;
}

.mgt717 {
  margin-top: 717px;
}

.mgr717 {
  margin-right: 717px;
}

.mgb717 {
  margin-bottom: 717px;
}

.mgl717 {
  margin-left: 717px;
}

.mg718 {
  margin: 718px;
}

.mgt718 {
  margin-top: 718px;
}

.mgr718 {
  margin-right: 718px;
}

.mgb718 {
  margin-bottom: 718px;
}

.mgl718 {
  margin-left: 718px;
}

.mg719 {
  margin: 719px;
}

.mgt719 {
  margin-top: 719px;
}

.mgr719 {
  margin-right: 719px;
}

.mgb719 {
  margin-bottom: 719px;
}

.mgl719 {
  margin-left: 719px;
}

.mg720 {
  margin: 720px;
}

.mgt720 {
  margin-top: 720px;
}

.mgr720 {
  margin-right: 720px;
}

.mgb720 {
  margin-bottom: 720px;
}

.mgl720 {
  margin-left: 720px;
}

.mg721 {
  margin: 721px;
}

.mgt721 {
  margin-top: 721px;
}

.mgr721 {
  margin-right: 721px;
}

.mgb721 {
  margin-bottom: 721px;
}

.mgl721 {
  margin-left: 721px;
}

.mg722 {
  margin: 722px;
}

.mgt722 {
  margin-top: 722px;
}

.mgr722 {
  margin-right: 722px;
}

.mgb722 {
  margin-bottom: 722px;
}

.mgl722 {
  margin-left: 722px;
}

.mg723 {
  margin: 723px;
}

.mgt723 {
  margin-top: 723px;
}

.mgr723 {
  margin-right: 723px;
}

.mgb723 {
  margin-bottom: 723px;
}

.mgl723 {
  margin-left: 723px;
}

.mg724 {
  margin: 724px;
}

.mgt724 {
  margin-top: 724px;
}

.mgr724 {
  margin-right: 724px;
}

.mgb724 {
  margin-bottom: 724px;
}

.mgl724 {
  margin-left: 724px;
}

.mg725 {
  margin: 725px;
}

.mgt725 {
  margin-top: 725px;
}

.mgr725 {
  margin-right: 725px;
}

.mgb725 {
  margin-bottom: 725px;
}

.mgl725 {
  margin-left: 725px;
}

.mg726 {
  margin: 726px;
}

.mgt726 {
  margin-top: 726px;
}

.mgr726 {
  margin-right: 726px;
}

.mgb726 {
  margin-bottom: 726px;
}

.mgl726 {
  margin-left: 726px;
}

.mg727 {
  margin: 727px;
}

.mgt727 {
  margin-top: 727px;
}

.mgr727 {
  margin-right: 727px;
}

.mgb727 {
  margin-bottom: 727px;
}

.mgl727 {
  margin-left: 727px;
}

.mg728 {
  margin: 728px;
}

.mgt728 {
  margin-top: 728px;
}

.mgr728 {
  margin-right: 728px;
}

.mgb728 {
  margin-bottom: 728px;
}

.mgl728 {
  margin-left: 728px;
}

.mg729 {
  margin: 729px;
}

.mgt729 {
  margin-top: 729px;
}

.mgr729 {
  margin-right: 729px;
}

.mgb729 {
  margin-bottom: 729px;
}

.mgl729 {
  margin-left: 729px;
}

.mg730 {
  margin: 730px;
}

.mgt730 {
  margin-top: 730px;
}

.mgr730 {
  margin-right: 730px;
}

.mgb730 {
  margin-bottom: 730px;
}

.mgl730 {
  margin-left: 730px;
}

.mg731 {
  margin: 731px;
}

.mgt731 {
  margin-top: 731px;
}

.mgr731 {
  margin-right: 731px;
}

.mgb731 {
  margin-bottom: 731px;
}

.mgl731 {
  margin-left: 731px;
}

.mg732 {
  margin: 732px;
}

.mgt732 {
  margin-top: 732px;
}

.mgr732 {
  margin-right: 732px;
}

.mgb732 {
  margin-bottom: 732px;
}

.mgl732 {
  margin-left: 732px;
}

.mg733 {
  margin: 733px;
}

.mgt733 {
  margin-top: 733px;
}

.mgr733 {
  margin-right: 733px;
}

.mgb733 {
  margin-bottom: 733px;
}

.mgl733 {
  margin-left: 733px;
}

.mg734 {
  margin: 734px;
}

.mgt734 {
  margin-top: 734px;
}

.mgr734 {
  margin-right: 734px;
}

.mgb734 {
  margin-bottom: 734px;
}

.mgl734 {
  margin-left: 734px;
}

.mg735 {
  margin: 735px;
}

.mgt735 {
  margin-top: 735px;
}

.mgr735 {
  margin-right: 735px;
}

.mgb735 {
  margin-bottom: 735px;
}

.mgl735 {
  margin-left: 735px;
}

.mg736 {
  margin: 736px;
}

.mgt736 {
  margin-top: 736px;
}

.mgr736 {
  margin-right: 736px;
}

.mgb736 {
  margin-bottom: 736px;
}

.mgl736 {
  margin-left: 736px;
}

.mg737 {
  margin: 737px;
}

.mgt737 {
  margin-top: 737px;
}

.mgr737 {
  margin-right: 737px;
}

.mgb737 {
  margin-bottom: 737px;
}

.mgl737 {
  margin-left: 737px;
}

.mg738 {
  margin: 738px;
}

.mgt738 {
  margin-top: 738px;
}

.mgr738 {
  margin-right: 738px;
}

.mgb738 {
  margin-bottom: 738px;
}

.mgl738 {
  margin-left: 738px;
}

.mg739 {
  margin: 739px;
}

.mgt739 {
  margin-top: 739px;
}

.mgr739 {
  margin-right: 739px;
}

.mgb739 {
  margin-bottom: 739px;
}

.mgl739 {
  margin-left: 739px;
}

.mg740 {
  margin: 740px;
}

.mgt740 {
  margin-top: 740px;
}

.mgr740 {
  margin-right: 740px;
}

.mgb740 {
  margin-bottom: 740px;
}

.mgl740 {
  margin-left: 740px;
}

.mg741 {
  margin: 741px;
}

.mgt741 {
  margin-top: 741px;
}

.mgr741 {
  margin-right: 741px;
}

.mgb741 {
  margin-bottom: 741px;
}

.mgl741 {
  margin-left: 741px;
}

.mg742 {
  margin: 742px;
}

.mgt742 {
  margin-top: 742px;
}

.mgr742 {
  margin-right: 742px;
}

.mgb742 {
  margin-bottom: 742px;
}

.mgl742 {
  margin-left: 742px;
}

.mg743 {
  margin: 743px;
}

.mgt743 {
  margin-top: 743px;
}

.mgr743 {
  margin-right: 743px;
}

.mgb743 {
  margin-bottom: 743px;
}

.mgl743 {
  margin-left: 743px;
}

.mg744 {
  margin: 744px;
}

.mgt744 {
  margin-top: 744px;
}

.mgr744 {
  margin-right: 744px;
}

.mgb744 {
  margin-bottom: 744px;
}

.mgl744 {
  margin-left: 744px;
}

.mg745 {
  margin: 745px;
}

.mgt745 {
  margin-top: 745px;
}

.mgr745 {
  margin-right: 745px;
}

.mgb745 {
  margin-bottom: 745px;
}

.mgl745 {
  margin-left: 745px;
}

.mg746 {
  margin: 746px;
}

.mgt746 {
  margin-top: 746px;
}

.mgr746 {
  margin-right: 746px;
}

.mgb746 {
  margin-bottom: 746px;
}

.mgl746 {
  margin-left: 746px;
}

.mg747 {
  margin: 747px;
}

.mgt747 {
  margin-top: 747px;
}

.mgr747 {
  margin-right: 747px;
}

.mgb747 {
  margin-bottom: 747px;
}

.mgl747 {
  margin-left: 747px;
}

.mg748 {
  margin: 748px;
}

.mgt748 {
  margin-top: 748px;
}

.mgr748 {
  margin-right: 748px;
}

.mgb748 {
  margin-bottom: 748px;
}

.mgl748 {
  margin-left: 748px;
}

.mg749 {
  margin: 749px;
}

.mgt749 {
  margin-top: 749px;
}

.mgr749 {
  margin-right: 749px;
}

.mgb749 {
  margin-bottom: 749px;
}

.mgl749 {
  margin-left: 749px;
}

.mg750 {
  margin: 750px;
}

.mgt750 {
  margin-top: 750px;
}

.mgr750 {
  margin-right: 750px;
}

.mgb750 {
  margin-bottom: 750px;
}

.mgl750 {
  margin-left: 750px;
}

.mg751 {
  margin: 751px;
}

.mgt751 {
  margin-top: 751px;
}

.mgr751 {
  margin-right: 751px;
}

.mgb751 {
  margin-bottom: 751px;
}

.mgl751 {
  margin-left: 751px;
}

.mg752 {
  margin: 752px;
}

.mgt752 {
  margin-top: 752px;
}

.mgr752 {
  margin-right: 752px;
}

.mgb752 {
  margin-bottom: 752px;
}

.mgl752 {
  margin-left: 752px;
}

.mg753 {
  margin: 753px;
}

.mgt753 {
  margin-top: 753px;
}

.mgr753 {
  margin-right: 753px;
}

.mgb753 {
  margin-bottom: 753px;
}

.mgl753 {
  margin-left: 753px;
}

.mg754 {
  margin: 754px;
}

.mgt754 {
  margin-top: 754px;
}

.mgr754 {
  margin-right: 754px;
}

.mgb754 {
  margin-bottom: 754px;
}

.mgl754 {
  margin-left: 754px;
}

.mg755 {
  margin: 755px;
}

.mgt755 {
  margin-top: 755px;
}

.mgr755 {
  margin-right: 755px;
}

.mgb755 {
  margin-bottom: 755px;
}

.mgl755 {
  margin-left: 755px;
}

.mg756 {
  margin: 756px;
}

.mgt756 {
  margin-top: 756px;
}

.mgr756 {
  margin-right: 756px;
}

.mgb756 {
  margin-bottom: 756px;
}

.mgl756 {
  margin-left: 756px;
}

.mg757 {
  margin: 757px;
}

.mgt757 {
  margin-top: 757px;
}

.mgr757 {
  margin-right: 757px;
}

.mgb757 {
  margin-bottom: 757px;
}

.mgl757 {
  margin-left: 757px;
}

.mg758 {
  margin: 758px;
}

.mgt758 {
  margin-top: 758px;
}

.mgr758 {
  margin-right: 758px;
}

.mgb758 {
  margin-bottom: 758px;
}

.mgl758 {
  margin-left: 758px;
}

.mg759 {
  margin: 759px;
}

.mgt759 {
  margin-top: 759px;
}

.mgr759 {
  margin-right: 759px;
}

.mgb759 {
  margin-bottom: 759px;
}

.mgl759 {
  margin-left: 759px;
}

.mg760 {
  margin: 760px;
}

.mgt760 {
  margin-top: 760px;
}

.mgr760 {
  margin-right: 760px;
}

.mgb760 {
  margin-bottom: 760px;
}

.mgl760 {
  margin-left: 760px;
}

.mg761 {
  margin: 761px;
}

.mgt761 {
  margin-top: 761px;
}

.mgr761 {
  margin-right: 761px;
}

.mgb761 {
  margin-bottom: 761px;
}

.mgl761 {
  margin-left: 761px;
}

.mg762 {
  margin: 762px;
}

.mgt762 {
  margin-top: 762px;
}

.mgr762 {
  margin-right: 762px;
}

.mgb762 {
  margin-bottom: 762px;
}

.mgl762 {
  margin-left: 762px;
}

.mg763 {
  margin: 763px;
}

.mgt763 {
  margin-top: 763px;
}

.mgr763 {
  margin-right: 763px;
}

.mgb763 {
  margin-bottom: 763px;
}

.mgl763 {
  margin-left: 763px;
}

.mg764 {
  margin: 764px;
}

.mgt764 {
  margin-top: 764px;
}

.mgr764 {
  margin-right: 764px;
}

.mgb764 {
  margin-bottom: 764px;
}

.mgl764 {
  margin-left: 764px;
}

.mg765 {
  margin: 765px;
}

.mgt765 {
  margin-top: 765px;
}

.mgr765 {
  margin-right: 765px;
}

.mgb765 {
  margin-bottom: 765px;
}

.mgl765 {
  margin-left: 765px;
}

.mg766 {
  margin: 766px;
}

.mgt766 {
  margin-top: 766px;
}

.mgr766 {
  margin-right: 766px;
}

.mgb766 {
  margin-bottom: 766px;
}

.mgl766 {
  margin-left: 766px;
}

.mg767 {
  margin: 767px;
}

.mgt767 {
  margin-top: 767px;
}

.mgr767 {
  margin-right: 767px;
}

.mgb767 {
  margin-bottom: 767px;
}

.mgl767 {
  margin-left: 767px;
}

.mg768 {
  margin: 768px;
}

.mgt768 {
  margin-top: 768px;
}

.mgr768 {
  margin-right: 768px;
}

.mgb768 {
  margin-bottom: 768px;
}

.mgl768 {
  margin-left: 768px;
}

.mg769 {
  margin: 769px;
}

.mgt769 {
  margin-top: 769px;
}

.mgr769 {
  margin-right: 769px;
}

.mgb769 {
  margin-bottom: 769px;
}

.mgl769 {
  margin-left: 769px;
}

.mg770 {
  margin: 770px;
}

.mgt770 {
  margin-top: 770px;
}

.mgr770 {
  margin-right: 770px;
}

.mgb770 {
  margin-bottom: 770px;
}

.mgl770 {
  margin-left: 770px;
}

.mg771 {
  margin: 771px;
}

.mgt771 {
  margin-top: 771px;
}

.mgr771 {
  margin-right: 771px;
}

.mgb771 {
  margin-bottom: 771px;
}

.mgl771 {
  margin-left: 771px;
}

.mg772 {
  margin: 772px;
}

.mgt772 {
  margin-top: 772px;
}

.mgr772 {
  margin-right: 772px;
}

.mgb772 {
  margin-bottom: 772px;
}

.mgl772 {
  margin-left: 772px;
}

.mg773 {
  margin: 773px;
}

.mgt773 {
  margin-top: 773px;
}

.mgr773 {
  margin-right: 773px;
}

.mgb773 {
  margin-bottom: 773px;
}

.mgl773 {
  margin-left: 773px;
}

.mg774 {
  margin: 774px;
}

.mgt774 {
  margin-top: 774px;
}

.mgr774 {
  margin-right: 774px;
}

.mgb774 {
  margin-bottom: 774px;
}

.mgl774 {
  margin-left: 774px;
}

.mg775 {
  margin: 775px;
}

.mgt775 {
  margin-top: 775px;
}

.mgr775 {
  margin-right: 775px;
}

.mgb775 {
  margin-bottom: 775px;
}

.mgl775 {
  margin-left: 775px;
}

.mg776 {
  margin: 776px;
}

.mgt776 {
  margin-top: 776px;
}

.mgr776 {
  margin-right: 776px;
}

.mgb776 {
  margin-bottom: 776px;
}

.mgl776 {
  margin-left: 776px;
}

.mg777 {
  margin: 777px;
}

.mgt777 {
  margin-top: 777px;
}

.mgr777 {
  margin-right: 777px;
}

.mgb777 {
  margin-bottom: 777px;
}

.mgl777 {
  margin-left: 777px;
}

.mg778 {
  margin: 778px;
}

.mgt778 {
  margin-top: 778px;
}

.mgr778 {
  margin-right: 778px;
}

.mgb778 {
  margin-bottom: 778px;
}

.mgl778 {
  margin-left: 778px;
}

.mg779 {
  margin: 779px;
}

.mgt779 {
  margin-top: 779px;
}

.mgr779 {
  margin-right: 779px;
}

.mgb779 {
  margin-bottom: 779px;
}

.mgl779 {
  margin-left: 779px;
}

.mg780 {
  margin: 780px;
}

.mgt780 {
  margin-top: 780px;
}

.mgr780 {
  margin-right: 780px;
}

.mgb780 {
  margin-bottom: 780px;
}

.mgl780 {
  margin-left: 780px;
}

.mg781 {
  margin: 781px;
}

.mgt781 {
  margin-top: 781px;
}

.mgr781 {
  margin-right: 781px;
}

.mgb781 {
  margin-bottom: 781px;
}

.mgl781 {
  margin-left: 781px;
}

.mg782 {
  margin: 782px;
}

.mgt782 {
  margin-top: 782px;
}

.mgr782 {
  margin-right: 782px;
}

.mgb782 {
  margin-bottom: 782px;
}

.mgl782 {
  margin-left: 782px;
}

.mg783 {
  margin: 783px;
}

.mgt783 {
  margin-top: 783px;
}

.mgr783 {
  margin-right: 783px;
}

.mgb783 {
  margin-bottom: 783px;
}

.mgl783 {
  margin-left: 783px;
}

.mg784 {
  margin: 784px;
}

.mgt784 {
  margin-top: 784px;
}

.mgr784 {
  margin-right: 784px;
}

.mgb784 {
  margin-bottom: 784px;
}

.mgl784 {
  margin-left: 784px;
}

.mg785 {
  margin: 785px;
}

.mgt785 {
  margin-top: 785px;
}

.mgr785 {
  margin-right: 785px;
}

.mgb785 {
  margin-bottom: 785px;
}

.mgl785 {
  margin-left: 785px;
}

.mg786 {
  margin: 786px;
}

.mgt786 {
  margin-top: 786px;
}

.mgr786 {
  margin-right: 786px;
}

.mgb786 {
  margin-bottom: 786px;
}

.mgl786 {
  margin-left: 786px;
}

.mg787 {
  margin: 787px;
}

.mgt787 {
  margin-top: 787px;
}

.mgr787 {
  margin-right: 787px;
}

.mgb787 {
  margin-bottom: 787px;
}

.mgl787 {
  margin-left: 787px;
}

.mg788 {
  margin: 788px;
}

.mgt788 {
  margin-top: 788px;
}

.mgr788 {
  margin-right: 788px;
}

.mgb788 {
  margin-bottom: 788px;
}

.mgl788 {
  margin-left: 788px;
}

.mg789 {
  margin: 789px;
}

.mgt789 {
  margin-top: 789px;
}

.mgr789 {
  margin-right: 789px;
}

.mgb789 {
  margin-bottom: 789px;
}

.mgl789 {
  margin-left: 789px;
}

.mg790 {
  margin: 790px;
}

.mgt790 {
  margin-top: 790px;
}

.mgr790 {
  margin-right: 790px;
}

.mgb790 {
  margin-bottom: 790px;
}

.mgl790 {
  margin-left: 790px;
}

.mg791 {
  margin: 791px;
}

.mgt791 {
  margin-top: 791px;
}

.mgr791 {
  margin-right: 791px;
}

.mgb791 {
  margin-bottom: 791px;
}

.mgl791 {
  margin-left: 791px;
}

.mg792 {
  margin: 792px;
}

.mgt792 {
  margin-top: 792px;
}

.mgr792 {
  margin-right: 792px;
}

.mgb792 {
  margin-bottom: 792px;
}

.mgl792 {
  margin-left: 792px;
}

.mg793 {
  margin: 793px;
}

.mgt793 {
  margin-top: 793px;
}

.mgr793 {
  margin-right: 793px;
}

.mgb793 {
  margin-bottom: 793px;
}

.mgl793 {
  margin-left: 793px;
}

.mg794 {
  margin: 794px;
}

.mgt794 {
  margin-top: 794px;
}

.mgr794 {
  margin-right: 794px;
}

.mgb794 {
  margin-bottom: 794px;
}

.mgl794 {
  margin-left: 794px;
}

.mg795 {
  margin: 795px;
}

.mgt795 {
  margin-top: 795px;
}

.mgr795 {
  margin-right: 795px;
}

.mgb795 {
  margin-bottom: 795px;
}

.mgl795 {
  margin-left: 795px;
}

.mg796 {
  margin: 796px;
}

.mgt796 {
  margin-top: 796px;
}

.mgr796 {
  margin-right: 796px;
}

.mgb796 {
  margin-bottom: 796px;
}

.mgl796 {
  margin-left: 796px;
}

.mg797 {
  margin: 797px;
}

.mgt797 {
  margin-top: 797px;
}

.mgr797 {
  margin-right: 797px;
}

.mgb797 {
  margin-bottom: 797px;
}

.mgl797 {
  margin-left: 797px;
}

.mg798 {
  margin: 798px;
}

.mgt798 {
  margin-top: 798px;
}

.mgr798 {
  margin-right: 798px;
}

.mgb798 {
  margin-bottom: 798px;
}

.mgl798 {
  margin-left: 798px;
}

.mg799 {
  margin: 799px;
}

.mgt799 {
  margin-top: 799px;
}

.mgr799 {
  margin-right: 799px;
}

.mgb799 {
  margin-bottom: 799px;
}

.mgl799 {
  margin-left: 799px;
}

.mg800 {
  margin: 800px;
}

.mgt800 {
  margin-top: 800px;
}

.mgr800 {
  margin-right: 800px;
}

.mgb800 {
  margin-bottom: 800px;
}

.mgl800 {
  margin-left: 800px;
}

.mg801 {
  margin: 801px;
}

.mgt801 {
  margin-top: 801px;
}

.mgr801 {
  margin-right: 801px;
}

.mgb801 {
  margin-bottom: 801px;
}

.mgl801 {
  margin-left: 801px;
}

.mg802 {
  margin: 802px;
}

.mgt802 {
  margin-top: 802px;
}

.mgr802 {
  margin-right: 802px;
}

.mgb802 {
  margin-bottom: 802px;
}

.mgl802 {
  margin-left: 802px;
}

.mg803 {
  margin: 803px;
}

.mgt803 {
  margin-top: 803px;
}

.mgr803 {
  margin-right: 803px;
}

.mgb803 {
  margin-bottom: 803px;
}

.mgl803 {
  margin-left: 803px;
}

.mg804 {
  margin: 804px;
}

.mgt804 {
  margin-top: 804px;
}

.mgr804 {
  margin-right: 804px;
}

.mgb804 {
  margin-bottom: 804px;
}

.mgl804 {
  margin-left: 804px;
}

.mg805 {
  margin: 805px;
}

.mgt805 {
  margin-top: 805px;
}

.mgr805 {
  margin-right: 805px;
}

.mgb805 {
  margin-bottom: 805px;
}

.mgl805 {
  margin-left: 805px;
}

.mg806 {
  margin: 806px;
}

.mgt806 {
  margin-top: 806px;
}

.mgr806 {
  margin-right: 806px;
}

.mgb806 {
  margin-bottom: 806px;
}

.mgl806 {
  margin-left: 806px;
}

.mg807 {
  margin: 807px;
}

.mgt807 {
  margin-top: 807px;
}

.mgr807 {
  margin-right: 807px;
}

.mgb807 {
  margin-bottom: 807px;
}

.mgl807 {
  margin-left: 807px;
}

.mg808 {
  margin: 808px;
}

.mgt808 {
  margin-top: 808px;
}

.mgr808 {
  margin-right: 808px;
}

.mgb808 {
  margin-bottom: 808px;
}

.mgl808 {
  margin-left: 808px;
}

.mg809 {
  margin: 809px;
}

.mgt809 {
  margin-top: 809px;
}

.mgr809 {
  margin-right: 809px;
}

.mgb809 {
  margin-bottom: 809px;
}

.mgl809 {
  margin-left: 809px;
}

.mg810 {
  margin: 810px;
}

.mgt810 {
  margin-top: 810px;
}

.mgr810 {
  margin-right: 810px;
}

.mgb810 {
  margin-bottom: 810px;
}

.mgl810 {
  margin-left: 810px;
}

.mg811 {
  margin: 811px;
}

.mgt811 {
  margin-top: 811px;
}

.mgr811 {
  margin-right: 811px;
}

.mgb811 {
  margin-bottom: 811px;
}

.mgl811 {
  margin-left: 811px;
}

.mg812 {
  margin: 812px;
}

.mgt812 {
  margin-top: 812px;
}

.mgr812 {
  margin-right: 812px;
}

.mgb812 {
  margin-bottom: 812px;
}

.mgl812 {
  margin-left: 812px;
}

.mg813 {
  margin: 813px;
}

.mgt813 {
  margin-top: 813px;
}

.mgr813 {
  margin-right: 813px;
}

.mgb813 {
  margin-bottom: 813px;
}

.mgl813 {
  margin-left: 813px;
}

.mg814 {
  margin: 814px;
}

.mgt814 {
  margin-top: 814px;
}

.mgr814 {
  margin-right: 814px;
}

.mgb814 {
  margin-bottom: 814px;
}

.mgl814 {
  margin-left: 814px;
}

.mg815 {
  margin: 815px;
}

.mgt815 {
  margin-top: 815px;
}

.mgr815 {
  margin-right: 815px;
}

.mgb815 {
  margin-bottom: 815px;
}

.mgl815 {
  margin-left: 815px;
}

.mg816 {
  margin: 816px;
}

.mgt816 {
  margin-top: 816px;
}

.mgr816 {
  margin-right: 816px;
}

.mgb816 {
  margin-bottom: 816px;
}

.mgl816 {
  margin-left: 816px;
}

.mg817 {
  margin: 817px;
}

.mgt817 {
  margin-top: 817px;
}

.mgr817 {
  margin-right: 817px;
}

.mgb817 {
  margin-bottom: 817px;
}

.mgl817 {
  margin-left: 817px;
}

.mg818 {
  margin: 818px;
}

.mgt818 {
  margin-top: 818px;
}

.mgr818 {
  margin-right: 818px;
}

.mgb818 {
  margin-bottom: 818px;
}

.mgl818 {
  margin-left: 818px;
}

.mg819 {
  margin: 819px;
}

.mgt819 {
  margin-top: 819px;
}

.mgr819 {
  margin-right: 819px;
}

.mgb819 {
  margin-bottom: 819px;
}

.mgl819 {
  margin-left: 819px;
}

.mg820 {
  margin: 820px;
}

.mgt820 {
  margin-top: 820px;
}

.mgr820 {
  margin-right: 820px;
}

.mgb820 {
  margin-bottom: 820px;
}

.mgl820 {
  margin-left: 820px;
}

.mg821 {
  margin: 821px;
}

.mgt821 {
  margin-top: 821px;
}

.mgr821 {
  margin-right: 821px;
}

.mgb821 {
  margin-bottom: 821px;
}

.mgl821 {
  margin-left: 821px;
}

.mg822 {
  margin: 822px;
}

.mgt822 {
  margin-top: 822px;
}

.mgr822 {
  margin-right: 822px;
}

.mgb822 {
  margin-bottom: 822px;
}

.mgl822 {
  margin-left: 822px;
}

.mg823 {
  margin: 823px;
}

.mgt823 {
  margin-top: 823px;
}

.mgr823 {
  margin-right: 823px;
}

.mgb823 {
  margin-bottom: 823px;
}

.mgl823 {
  margin-left: 823px;
}

.mg824 {
  margin: 824px;
}

.mgt824 {
  margin-top: 824px;
}

.mgr824 {
  margin-right: 824px;
}

.mgb824 {
  margin-bottom: 824px;
}

.mgl824 {
  margin-left: 824px;
}

.mg825 {
  margin: 825px;
}

.mgt825 {
  margin-top: 825px;
}

.mgr825 {
  margin-right: 825px;
}

.mgb825 {
  margin-bottom: 825px;
}

.mgl825 {
  margin-left: 825px;
}

.mg826 {
  margin: 826px;
}

.mgt826 {
  margin-top: 826px;
}

.mgr826 {
  margin-right: 826px;
}

.mgb826 {
  margin-bottom: 826px;
}

.mgl826 {
  margin-left: 826px;
}

.mg827 {
  margin: 827px;
}

.mgt827 {
  margin-top: 827px;
}

.mgr827 {
  margin-right: 827px;
}

.mgb827 {
  margin-bottom: 827px;
}

.mgl827 {
  margin-left: 827px;
}

.mg828 {
  margin: 828px;
}

.mgt828 {
  margin-top: 828px;
}

.mgr828 {
  margin-right: 828px;
}

.mgb828 {
  margin-bottom: 828px;
}

.mgl828 {
  margin-left: 828px;
}

.mg829 {
  margin: 829px;
}

.mgt829 {
  margin-top: 829px;
}

.mgr829 {
  margin-right: 829px;
}

.mgb829 {
  margin-bottom: 829px;
}

.mgl829 {
  margin-left: 829px;
}

.mg830 {
  margin: 830px;
}

.mgt830 {
  margin-top: 830px;
}

.mgr830 {
  margin-right: 830px;
}

.mgb830 {
  margin-bottom: 830px;
}

.mgl830 {
  margin-left: 830px;
}

.mg831 {
  margin: 831px;
}

.mgt831 {
  margin-top: 831px;
}

.mgr831 {
  margin-right: 831px;
}

.mgb831 {
  margin-bottom: 831px;
}

.mgl831 {
  margin-left: 831px;
}

.mg832 {
  margin: 832px;
}

.mgt832 {
  margin-top: 832px;
}

.mgr832 {
  margin-right: 832px;
}

.mgb832 {
  margin-bottom: 832px;
}

.mgl832 {
  margin-left: 832px;
}

.mg833 {
  margin: 833px;
}

.mgt833 {
  margin-top: 833px;
}

.mgr833 {
  margin-right: 833px;
}

.mgb833 {
  margin-bottom: 833px;
}

.mgl833 {
  margin-left: 833px;
}

.mg834 {
  margin: 834px;
}

.mgt834 {
  margin-top: 834px;
}

.mgr834 {
  margin-right: 834px;
}

.mgb834 {
  margin-bottom: 834px;
}

.mgl834 {
  margin-left: 834px;
}

.mg835 {
  margin: 835px;
}

.mgt835 {
  margin-top: 835px;
}

.mgr835 {
  margin-right: 835px;
}

.mgb835 {
  margin-bottom: 835px;
}

.mgl835 {
  margin-left: 835px;
}

.mg836 {
  margin: 836px;
}

.mgt836 {
  margin-top: 836px;
}

.mgr836 {
  margin-right: 836px;
}

.mgb836 {
  margin-bottom: 836px;
}

.mgl836 {
  margin-left: 836px;
}

.mg837 {
  margin: 837px;
}

.mgt837 {
  margin-top: 837px;
}

.mgr837 {
  margin-right: 837px;
}

.mgb837 {
  margin-bottom: 837px;
}

.mgl837 {
  margin-left: 837px;
}

.mg838 {
  margin: 838px;
}

.mgt838 {
  margin-top: 838px;
}

.mgr838 {
  margin-right: 838px;
}

.mgb838 {
  margin-bottom: 838px;
}

.mgl838 {
  margin-left: 838px;
}

.mg839 {
  margin: 839px;
}

.mgt839 {
  margin-top: 839px;
}

.mgr839 {
  margin-right: 839px;
}

.mgb839 {
  margin-bottom: 839px;
}

.mgl839 {
  margin-left: 839px;
}

.mg840 {
  margin: 840px;
}

.mgt840 {
  margin-top: 840px;
}

.mgr840 {
  margin-right: 840px;
}

.mgb840 {
  margin-bottom: 840px;
}

.mgl840 {
  margin-left: 840px;
}

.mg841 {
  margin: 841px;
}

.mgt841 {
  margin-top: 841px;
}

.mgr841 {
  margin-right: 841px;
}

.mgb841 {
  margin-bottom: 841px;
}

.mgl841 {
  margin-left: 841px;
}

.mg842 {
  margin: 842px;
}

.mgt842 {
  margin-top: 842px;
}

.mgr842 {
  margin-right: 842px;
}

.mgb842 {
  margin-bottom: 842px;
}

.mgl842 {
  margin-left: 842px;
}

.mg843 {
  margin: 843px;
}

.mgt843 {
  margin-top: 843px;
}

.mgr843 {
  margin-right: 843px;
}

.mgb843 {
  margin-bottom: 843px;
}

.mgl843 {
  margin-left: 843px;
}

.mg844 {
  margin: 844px;
}

.mgt844 {
  margin-top: 844px;
}

.mgr844 {
  margin-right: 844px;
}

.mgb844 {
  margin-bottom: 844px;
}

.mgl844 {
  margin-left: 844px;
}

.mg845 {
  margin: 845px;
}

.mgt845 {
  margin-top: 845px;
}

.mgr845 {
  margin-right: 845px;
}

.mgb845 {
  margin-bottom: 845px;
}

.mgl845 {
  margin-left: 845px;
}

.mg846 {
  margin: 846px;
}

.mgt846 {
  margin-top: 846px;
}

.mgr846 {
  margin-right: 846px;
}

.mgb846 {
  margin-bottom: 846px;
}

.mgl846 {
  margin-left: 846px;
}

.mg847 {
  margin: 847px;
}

.mgt847 {
  margin-top: 847px;
}

.mgr847 {
  margin-right: 847px;
}

.mgb847 {
  margin-bottom: 847px;
}

.mgl847 {
  margin-left: 847px;
}

.mg848 {
  margin: 848px;
}

.mgt848 {
  margin-top: 848px;
}

.mgr848 {
  margin-right: 848px;
}

.mgb848 {
  margin-bottom: 848px;
}

.mgl848 {
  margin-left: 848px;
}

.mg849 {
  margin: 849px;
}

.mgt849 {
  margin-top: 849px;
}

.mgr849 {
  margin-right: 849px;
}

.mgb849 {
  margin-bottom: 849px;
}

.mgl849 {
  margin-left: 849px;
}

.mg850 {
  margin: 850px;
}

.mgt850 {
  margin-top: 850px;
}

.mgr850 {
  margin-right: 850px;
}

.mgb850 {
  margin-bottom: 850px;
}

.mgl850 {
  margin-left: 850px;
}

.mg851 {
  margin: 851px;
}

.mgt851 {
  margin-top: 851px;
}

.mgr851 {
  margin-right: 851px;
}

.mgb851 {
  margin-bottom: 851px;
}

.mgl851 {
  margin-left: 851px;
}

.mg852 {
  margin: 852px;
}

.mgt852 {
  margin-top: 852px;
}

.mgr852 {
  margin-right: 852px;
}

.mgb852 {
  margin-bottom: 852px;
}

.mgl852 {
  margin-left: 852px;
}

.mg853 {
  margin: 853px;
}

.mgt853 {
  margin-top: 853px;
}

.mgr853 {
  margin-right: 853px;
}

.mgb853 {
  margin-bottom: 853px;
}

.mgl853 {
  margin-left: 853px;
}

.mg854 {
  margin: 854px;
}

.mgt854 {
  margin-top: 854px;
}

.mgr854 {
  margin-right: 854px;
}

.mgb854 {
  margin-bottom: 854px;
}

.mgl854 {
  margin-left: 854px;
}

.mg855 {
  margin: 855px;
}

.mgt855 {
  margin-top: 855px;
}

.mgr855 {
  margin-right: 855px;
}

.mgb855 {
  margin-bottom: 855px;
}

.mgl855 {
  margin-left: 855px;
}

.mg856 {
  margin: 856px;
}

.mgt856 {
  margin-top: 856px;
}

.mgr856 {
  margin-right: 856px;
}

.mgb856 {
  margin-bottom: 856px;
}

.mgl856 {
  margin-left: 856px;
}

.mg857 {
  margin: 857px;
}

.mgt857 {
  margin-top: 857px;
}

.mgr857 {
  margin-right: 857px;
}

.mgb857 {
  margin-bottom: 857px;
}

.mgl857 {
  margin-left: 857px;
}

.mg858 {
  margin: 858px;
}

.mgt858 {
  margin-top: 858px;
}

.mgr858 {
  margin-right: 858px;
}

.mgb858 {
  margin-bottom: 858px;
}

.mgl858 {
  margin-left: 858px;
}

.mg859 {
  margin: 859px;
}

.mgt859 {
  margin-top: 859px;
}

.mgr859 {
  margin-right: 859px;
}

.mgb859 {
  margin-bottom: 859px;
}

.mgl859 {
  margin-left: 859px;
}

.mg860 {
  margin: 860px;
}

.mgt860 {
  margin-top: 860px;
}

.mgr860 {
  margin-right: 860px;
}

.mgb860 {
  margin-bottom: 860px;
}

.mgl860 {
  margin-left: 860px;
}

.mg861 {
  margin: 861px;
}

.mgt861 {
  margin-top: 861px;
}

.mgr861 {
  margin-right: 861px;
}

.mgb861 {
  margin-bottom: 861px;
}

.mgl861 {
  margin-left: 861px;
}

.mg862 {
  margin: 862px;
}

.mgt862 {
  margin-top: 862px;
}

.mgr862 {
  margin-right: 862px;
}

.mgb862 {
  margin-bottom: 862px;
}

.mgl862 {
  margin-left: 862px;
}

.mg863 {
  margin: 863px;
}

.mgt863 {
  margin-top: 863px;
}

.mgr863 {
  margin-right: 863px;
}

.mgb863 {
  margin-bottom: 863px;
}

.mgl863 {
  margin-left: 863px;
}

.mg864 {
  margin: 864px;
}

.mgt864 {
  margin-top: 864px;
}

.mgr864 {
  margin-right: 864px;
}

.mgb864 {
  margin-bottom: 864px;
}

.mgl864 {
  margin-left: 864px;
}

.mg865 {
  margin: 865px;
}

.mgt865 {
  margin-top: 865px;
}

.mgr865 {
  margin-right: 865px;
}

.mgb865 {
  margin-bottom: 865px;
}

.mgl865 {
  margin-left: 865px;
}

.mg866 {
  margin: 866px;
}

.mgt866 {
  margin-top: 866px;
}

.mgr866 {
  margin-right: 866px;
}

.mgb866 {
  margin-bottom: 866px;
}

.mgl866 {
  margin-left: 866px;
}

.mg867 {
  margin: 867px;
}

.mgt867 {
  margin-top: 867px;
}

.mgr867 {
  margin-right: 867px;
}

.mgb867 {
  margin-bottom: 867px;
}

.mgl867 {
  margin-left: 867px;
}

.mg868 {
  margin: 868px;
}

.mgt868 {
  margin-top: 868px;
}

.mgr868 {
  margin-right: 868px;
}

.mgb868 {
  margin-bottom: 868px;
}

.mgl868 {
  margin-left: 868px;
}

.mg869 {
  margin: 869px;
}

.mgt869 {
  margin-top: 869px;
}

.mgr869 {
  margin-right: 869px;
}

.mgb869 {
  margin-bottom: 869px;
}

.mgl869 {
  margin-left: 869px;
}

.mg870 {
  margin: 870px;
}

.mgt870 {
  margin-top: 870px;
}

.mgr870 {
  margin-right: 870px;
}

.mgb870 {
  margin-bottom: 870px;
}

.mgl870 {
  margin-left: 870px;
}

.mg871 {
  margin: 871px;
}

.mgt871 {
  margin-top: 871px;
}

.mgr871 {
  margin-right: 871px;
}

.mgb871 {
  margin-bottom: 871px;
}

.mgl871 {
  margin-left: 871px;
}

.mg872 {
  margin: 872px;
}

.mgt872 {
  margin-top: 872px;
}

.mgr872 {
  margin-right: 872px;
}

.mgb872 {
  margin-bottom: 872px;
}

.mgl872 {
  margin-left: 872px;
}

.mg873 {
  margin: 873px;
}

.mgt873 {
  margin-top: 873px;
}

.mgr873 {
  margin-right: 873px;
}

.mgb873 {
  margin-bottom: 873px;
}

.mgl873 {
  margin-left: 873px;
}

.mg874 {
  margin: 874px;
}

.mgt874 {
  margin-top: 874px;
}

.mgr874 {
  margin-right: 874px;
}

.mgb874 {
  margin-bottom: 874px;
}

.mgl874 {
  margin-left: 874px;
}

.mg875 {
  margin: 875px;
}

.mgt875 {
  margin-top: 875px;
}

.mgr875 {
  margin-right: 875px;
}

.mgb875 {
  margin-bottom: 875px;
}

.mgl875 {
  margin-left: 875px;
}

.mg876 {
  margin: 876px;
}

.mgt876 {
  margin-top: 876px;
}

.mgr876 {
  margin-right: 876px;
}

.mgb876 {
  margin-bottom: 876px;
}

.mgl876 {
  margin-left: 876px;
}

.mg877 {
  margin: 877px;
}

.mgt877 {
  margin-top: 877px;
}

.mgr877 {
  margin-right: 877px;
}

.mgb877 {
  margin-bottom: 877px;
}

.mgl877 {
  margin-left: 877px;
}

.mg878 {
  margin: 878px;
}

.mgt878 {
  margin-top: 878px;
}

.mgr878 {
  margin-right: 878px;
}

.mgb878 {
  margin-bottom: 878px;
}

.mgl878 {
  margin-left: 878px;
}

.mg879 {
  margin: 879px;
}

.mgt879 {
  margin-top: 879px;
}

.mgr879 {
  margin-right: 879px;
}

.mgb879 {
  margin-bottom: 879px;
}

.mgl879 {
  margin-left: 879px;
}

.mg880 {
  margin: 880px;
}

.mgt880 {
  margin-top: 880px;
}

.mgr880 {
  margin-right: 880px;
}

.mgb880 {
  margin-bottom: 880px;
}

.mgl880 {
  margin-left: 880px;
}

.mg881 {
  margin: 881px;
}

.mgt881 {
  margin-top: 881px;
}

.mgr881 {
  margin-right: 881px;
}

.mgb881 {
  margin-bottom: 881px;
}

.mgl881 {
  margin-left: 881px;
}

.mg882 {
  margin: 882px;
}

.mgt882 {
  margin-top: 882px;
}

.mgr882 {
  margin-right: 882px;
}

.mgb882 {
  margin-bottom: 882px;
}

.mgl882 {
  margin-left: 882px;
}

.mg883 {
  margin: 883px;
}

.mgt883 {
  margin-top: 883px;
}

.mgr883 {
  margin-right: 883px;
}

.mgb883 {
  margin-bottom: 883px;
}

.mgl883 {
  margin-left: 883px;
}

.mg884 {
  margin: 884px;
}

.mgt884 {
  margin-top: 884px;
}

.mgr884 {
  margin-right: 884px;
}

.mgb884 {
  margin-bottom: 884px;
}

.mgl884 {
  margin-left: 884px;
}

.mg885 {
  margin: 885px;
}

.mgt885 {
  margin-top: 885px;
}

.mgr885 {
  margin-right: 885px;
}

.mgb885 {
  margin-bottom: 885px;
}

.mgl885 {
  margin-left: 885px;
}

.mg886 {
  margin: 886px;
}

.mgt886 {
  margin-top: 886px;
}

.mgr886 {
  margin-right: 886px;
}

.mgb886 {
  margin-bottom: 886px;
}

.mgl886 {
  margin-left: 886px;
}

.mg887 {
  margin: 887px;
}

.mgt887 {
  margin-top: 887px;
}

.mgr887 {
  margin-right: 887px;
}

.mgb887 {
  margin-bottom: 887px;
}

.mgl887 {
  margin-left: 887px;
}

.mg888 {
  margin: 888px;
}

.mgt888 {
  margin-top: 888px;
}

.mgr888 {
  margin-right: 888px;
}

.mgb888 {
  margin-bottom: 888px;
}

.mgl888 {
  margin-left: 888px;
}

.mg889 {
  margin: 889px;
}

.mgt889 {
  margin-top: 889px;
}

.mgr889 {
  margin-right: 889px;
}

.mgb889 {
  margin-bottom: 889px;
}

.mgl889 {
  margin-left: 889px;
}

.mg890 {
  margin: 890px;
}

.mgt890 {
  margin-top: 890px;
}

.mgr890 {
  margin-right: 890px;
}

.mgb890 {
  margin-bottom: 890px;
}

.mgl890 {
  margin-left: 890px;
}

.mg891 {
  margin: 891px;
}

.mgt891 {
  margin-top: 891px;
}

.mgr891 {
  margin-right: 891px;
}

.mgb891 {
  margin-bottom: 891px;
}

.mgl891 {
  margin-left: 891px;
}

.mg892 {
  margin: 892px;
}

.mgt892 {
  margin-top: 892px;
}

.mgr892 {
  margin-right: 892px;
}

.mgb892 {
  margin-bottom: 892px;
}

.mgl892 {
  margin-left: 892px;
}

.mg893 {
  margin: 893px;
}

.mgt893 {
  margin-top: 893px;
}

.mgr893 {
  margin-right: 893px;
}

.mgb893 {
  margin-bottom: 893px;
}

.mgl893 {
  margin-left: 893px;
}

.mg894 {
  margin: 894px;
}

.mgt894 {
  margin-top: 894px;
}

.mgr894 {
  margin-right: 894px;
}

.mgb894 {
  margin-bottom: 894px;
}

.mgl894 {
  margin-left: 894px;
}

.mg895 {
  margin: 895px;
}

.mgt895 {
  margin-top: 895px;
}

.mgr895 {
  margin-right: 895px;
}

.mgb895 {
  margin-bottom: 895px;
}

.mgl895 {
  margin-left: 895px;
}

.mg896 {
  margin: 896px;
}

.mgt896 {
  margin-top: 896px;
}

.mgr896 {
  margin-right: 896px;
}

.mgb896 {
  margin-bottom: 896px;
}

.mgl896 {
  margin-left: 896px;
}

.mg897 {
  margin: 897px;
}

.mgt897 {
  margin-top: 897px;
}

.mgr897 {
  margin-right: 897px;
}

.mgb897 {
  margin-bottom: 897px;
}

.mgl897 {
  margin-left: 897px;
}

.mg898 {
  margin: 898px;
}

.mgt898 {
  margin-top: 898px;
}

.mgr898 {
  margin-right: 898px;
}

.mgb898 {
  margin-bottom: 898px;
}

.mgl898 {
  margin-left: 898px;
}

.mg899 {
  margin: 899px;
}

.mgt899 {
  margin-top: 899px;
}

.mgr899 {
  margin-right: 899px;
}

.mgb899 {
  margin-bottom: 899px;
}

.mgl899 {
  margin-left: 899px;
}

.mg900 {
  margin: 900px;
}

.mgt900 {
  margin-top: 900px;
}

.mgr900 {
  margin-right: 900px;
}

.mgb900 {
  margin-bottom: 900px;
}

.mgl900 {
  margin-left: 900px;
}

.mg901 {
  margin: 901px;
}

.mgt901 {
  margin-top: 901px;
}

.mgr901 {
  margin-right: 901px;
}

.mgb901 {
  margin-bottom: 901px;
}

.mgl901 {
  margin-left: 901px;
}

.mg902 {
  margin: 902px;
}

.mgt902 {
  margin-top: 902px;
}

.mgr902 {
  margin-right: 902px;
}

.mgb902 {
  margin-bottom: 902px;
}

.mgl902 {
  margin-left: 902px;
}

.mg903 {
  margin: 903px;
}

.mgt903 {
  margin-top: 903px;
}

.mgr903 {
  margin-right: 903px;
}

.mgb903 {
  margin-bottom: 903px;
}

.mgl903 {
  margin-left: 903px;
}

.mg904 {
  margin: 904px;
}

.mgt904 {
  margin-top: 904px;
}

.mgr904 {
  margin-right: 904px;
}

.mgb904 {
  margin-bottom: 904px;
}

.mgl904 {
  margin-left: 904px;
}

.mg905 {
  margin: 905px;
}

.mgt905 {
  margin-top: 905px;
}

.mgr905 {
  margin-right: 905px;
}

.mgb905 {
  margin-bottom: 905px;
}

.mgl905 {
  margin-left: 905px;
}

.mg906 {
  margin: 906px;
}

.mgt906 {
  margin-top: 906px;
}

.mgr906 {
  margin-right: 906px;
}

.mgb906 {
  margin-bottom: 906px;
}

.mgl906 {
  margin-left: 906px;
}

.mg907 {
  margin: 907px;
}

.mgt907 {
  margin-top: 907px;
}

.mgr907 {
  margin-right: 907px;
}

.mgb907 {
  margin-bottom: 907px;
}

.mgl907 {
  margin-left: 907px;
}

.mg908 {
  margin: 908px;
}

.mgt908 {
  margin-top: 908px;
}

.mgr908 {
  margin-right: 908px;
}

.mgb908 {
  margin-bottom: 908px;
}

.mgl908 {
  margin-left: 908px;
}

.mg909 {
  margin: 909px;
}

.mgt909 {
  margin-top: 909px;
}

.mgr909 {
  margin-right: 909px;
}

.mgb909 {
  margin-bottom: 909px;
}

.mgl909 {
  margin-left: 909px;
}

.mg910 {
  margin: 910px;
}

.mgt910 {
  margin-top: 910px;
}

.mgr910 {
  margin-right: 910px;
}

.mgb910 {
  margin-bottom: 910px;
}

.mgl910 {
  margin-left: 910px;
}

.mg911 {
  margin: 911px;
}

.mgt911 {
  margin-top: 911px;
}

.mgr911 {
  margin-right: 911px;
}

.mgb911 {
  margin-bottom: 911px;
}

.mgl911 {
  margin-left: 911px;
}

.mg912 {
  margin: 912px;
}

.mgt912 {
  margin-top: 912px;
}

.mgr912 {
  margin-right: 912px;
}

.mgb912 {
  margin-bottom: 912px;
}

.mgl912 {
  margin-left: 912px;
}

.mg913 {
  margin: 913px;
}

.mgt913 {
  margin-top: 913px;
}

.mgr913 {
  margin-right: 913px;
}

.mgb913 {
  margin-bottom: 913px;
}

.mgl913 {
  margin-left: 913px;
}

.mg914 {
  margin: 914px;
}

.mgt914 {
  margin-top: 914px;
}

.mgr914 {
  margin-right: 914px;
}

.mgb914 {
  margin-bottom: 914px;
}

.mgl914 {
  margin-left: 914px;
}

.mg915 {
  margin: 915px;
}

.mgt915 {
  margin-top: 915px;
}

.mgr915 {
  margin-right: 915px;
}

.mgb915 {
  margin-bottom: 915px;
}

.mgl915 {
  margin-left: 915px;
}

.mg916 {
  margin: 916px;
}

.mgt916 {
  margin-top: 916px;
}

.mgr916 {
  margin-right: 916px;
}

.mgb916 {
  margin-bottom: 916px;
}

.mgl916 {
  margin-left: 916px;
}

.mg917 {
  margin: 917px;
}

.mgt917 {
  margin-top: 917px;
}

.mgr917 {
  margin-right: 917px;
}

.mgb917 {
  margin-bottom: 917px;
}

.mgl917 {
  margin-left: 917px;
}

.mg918 {
  margin: 918px;
}

.mgt918 {
  margin-top: 918px;
}

.mgr918 {
  margin-right: 918px;
}

.mgb918 {
  margin-bottom: 918px;
}

.mgl918 {
  margin-left: 918px;
}

.mg919 {
  margin: 919px;
}

.mgt919 {
  margin-top: 919px;
}

.mgr919 {
  margin-right: 919px;
}

.mgb919 {
  margin-bottom: 919px;
}

.mgl919 {
  margin-left: 919px;
}

.mg920 {
  margin: 920px;
}

.mgt920 {
  margin-top: 920px;
}

.mgr920 {
  margin-right: 920px;
}

.mgb920 {
  margin-bottom: 920px;
}

.mgl920 {
  margin-left: 920px;
}

.mg921 {
  margin: 921px;
}

.mgt921 {
  margin-top: 921px;
}

.mgr921 {
  margin-right: 921px;
}

.mgb921 {
  margin-bottom: 921px;
}

.mgl921 {
  margin-left: 921px;
}

.mg922 {
  margin: 922px;
}

.mgt922 {
  margin-top: 922px;
}

.mgr922 {
  margin-right: 922px;
}

.mgb922 {
  margin-bottom: 922px;
}

.mgl922 {
  margin-left: 922px;
}

.mg923 {
  margin: 923px;
}

.mgt923 {
  margin-top: 923px;
}

.mgr923 {
  margin-right: 923px;
}

.mgb923 {
  margin-bottom: 923px;
}

.mgl923 {
  margin-left: 923px;
}

.mg924 {
  margin: 924px;
}

.mgt924 {
  margin-top: 924px;
}

.mgr924 {
  margin-right: 924px;
}

.mgb924 {
  margin-bottom: 924px;
}

.mgl924 {
  margin-left: 924px;
}

.mg925 {
  margin: 925px;
}

.mgt925 {
  margin-top: 925px;
}

.mgr925 {
  margin-right: 925px;
}

.mgb925 {
  margin-bottom: 925px;
}

.mgl925 {
  margin-left: 925px;
}

.mg926 {
  margin: 926px;
}

.mgt926 {
  margin-top: 926px;
}

.mgr926 {
  margin-right: 926px;
}

.mgb926 {
  margin-bottom: 926px;
}

.mgl926 {
  margin-left: 926px;
}

.mg927 {
  margin: 927px;
}

.mgt927 {
  margin-top: 927px;
}

.mgr927 {
  margin-right: 927px;
}

.mgb927 {
  margin-bottom: 927px;
}

.mgl927 {
  margin-left: 927px;
}

.mg928 {
  margin: 928px;
}

.mgt928 {
  margin-top: 928px;
}

.mgr928 {
  margin-right: 928px;
}

.mgb928 {
  margin-bottom: 928px;
}

.mgl928 {
  margin-left: 928px;
}

.mg929 {
  margin: 929px;
}

.mgt929 {
  margin-top: 929px;
}

.mgr929 {
  margin-right: 929px;
}

.mgb929 {
  margin-bottom: 929px;
}

.mgl929 {
  margin-left: 929px;
}

.mg930 {
  margin: 930px;
}

.mgt930 {
  margin-top: 930px;
}

.mgr930 {
  margin-right: 930px;
}

.mgb930 {
  margin-bottom: 930px;
}

.mgl930 {
  margin-left: 930px;
}

.mg931 {
  margin: 931px;
}

.mgt931 {
  margin-top: 931px;
}

.mgr931 {
  margin-right: 931px;
}

.mgb931 {
  margin-bottom: 931px;
}

.mgl931 {
  margin-left: 931px;
}

.mg932 {
  margin: 932px;
}

.mgt932 {
  margin-top: 932px;
}

.mgr932 {
  margin-right: 932px;
}

.mgb932 {
  margin-bottom: 932px;
}

.mgl932 {
  margin-left: 932px;
}

.mg933 {
  margin: 933px;
}

.mgt933 {
  margin-top: 933px;
}

.mgr933 {
  margin-right: 933px;
}

.mgb933 {
  margin-bottom: 933px;
}

.mgl933 {
  margin-left: 933px;
}

.mg934 {
  margin: 934px;
}

.mgt934 {
  margin-top: 934px;
}

.mgr934 {
  margin-right: 934px;
}

.mgb934 {
  margin-bottom: 934px;
}

.mgl934 {
  margin-left: 934px;
}

.mg935 {
  margin: 935px;
}

.mgt935 {
  margin-top: 935px;
}

.mgr935 {
  margin-right: 935px;
}

.mgb935 {
  margin-bottom: 935px;
}

.mgl935 {
  margin-left: 935px;
}

.mg936 {
  margin: 936px;
}

.mgt936 {
  margin-top: 936px;
}

.mgr936 {
  margin-right: 936px;
}

.mgb936 {
  margin-bottom: 936px;
}

.mgl936 {
  margin-left: 936px;
}

.mg937 {
  margin: 937px;
}

.mgt937 {
  margin-top: 937px;
}

.mgr937 {
  margin-right: 937px;
}

.mgb937 {
  margin-bottom: 937px;
}

.mgl937 {
  margin-left: 937px;
}

.mg938 {
  margin: 938px;
}

.mgt938 {
  margin-top: 938px;
}

.mgr938 {
  margin-right: 938px;
}

.mgb938 {
  margin-bottom: 938px;
}

.mgl938 {
  margin-left: 938px;
}

.mg939 {
  margin: 939px;
}

.mgt939 {
  margin-top: 939px;
}

.mgr939 {
  margin-right: 939px;
}

.mgb939 {
  margin-bottom: 939px;
}

.mgl939 {
  margin-left: 939px;
}

.mg940 {
  margin: 940px;
}

.mgt940 {
  margin-top: 940px;
}

.mgr940 {
  margin-right: 940px;
}

.mgb940 {
  margin-bottom: 940px;
}

.mgl940 {
  margin-left: 940px;
}

.mg941 {
  margin: 941px;
}

.mgt941 {
  margin-top: 941px;
}

.mgr941 {
  margin-right: 941px;
}

.mgb941 {
  margin-bottom: 941px;
}

.mgl941 {
  margin-left: 941px;
}

.mg942 {
  margin: 942px;
}

.mgt942 {
  margin-top: 942px;
}

.mgr942 {
  margin-right: 942px;
}

.mgb942 {
  margin-bottom: 942px;
}

.mgl942 {
  margin-left: 942px;
}

.mg943 {
  margin: 943px;
}

.mgt943 {
  margin-top: 943px;
}

.mgr943 {
  margin-right: 943px;
}

.mgb943 {
  margin-bottom: 943px;
}

.mgl943 {
  margin-left: 943px;
}

.mg944 {
  margin: 944px;
}

.mgt944 {
  margin-top: 944px;
}

.mgr944 {
  margin-right: 944px;
}

.mgb944 {
  margin-bottom: 944px;
}

.mgl944 {
  margin-left: 944px;
}

.mg945 {
  margin: 945px;
}

.mgt945 {
  margin-top: 945px;
}

.mgr945 {
  margin-right: 945px;
}

.mgb945 {
  margin-bottom: 945px;
}

.mgl945 {
  margin-left: 945px;
}

.mg946 {
  margin: 946px;
}

.mgt946 {
  margin-top: 946px;
}

.mgr946 {
  margin-right: 946px;
}

.mgb946 {
  margin-bottom: 946px;
}

.mgl946 {
  margin-left: 946px;
}

.mg947 {
  margin: 947px;
}

.mgt947 {
  margin-top: 947px;
}

.mgr947 {
  margin-right: 947px;
}

.mgb947 {
  margin-bottom: 947px;
}

.mgl947 {
  margin-left: 947px;
}

.mg948 {
  margin: 948px;
}

.mgt948 {
  margin-top: 948px;
}

.mgr948 {
  margin-right: 948px;
}

.mgb948 {
  margin-bottom: 948px;
}

.mgl948 {
  margin-left: 948px;
}

.mg949 {
  margin: 949px;
}

.mgt949 {
  margin-top: 949px;
}

.mgr949 {
  margin-right: 949px;
}

.mgb949 {
  margin-bottom: 949px;
}

.mgl949 {
  margin-left: 949px;
}

.mg950 {
  margin: 950px;
}

.mgt950 {
  margin-top: 950px;
}

.mgr950 {
  margin-right: 950px;
}

.mgb950 {
  margin-bottom: 950px;
}

.mgl950 {
  margin-left: 950px;
}

.mg951 {
  margin: 951px;
}

.mgt951 {
  margin-top: 951px;
}

.mgr951 {
  margin-right: 951px;
}

.mgb951 {
  margin-bottom: 951px;
}

.mgl951 {
  margin-left: 951px;
}

.mg952 {
  margin: 952px;
}

.mgt952 {
  margin-top: 952px;
}

.mgr952 {
  margin-right: 952px;
}

.mgb952 {
  margin-bottom: 952px;
}

.mgl952 {
  margin-left: 952px;
}

.mg953 {
  margin: 953px;
}

.mgt953 {
  margin-top: 953px;
}

.mgr953 {
  margin-right: 953px;
}

.mgb953 {
  margin-bottom: 953px;
}

.mgl953 {
  margin-left: 953px;
}

.mg954 {
  margin: 954px;
}

.mgt954 {
  margin-top: 954px;
}

.mgr954 {
  margin-right: 954px;
}

.mgb954 {
  margin-bottom: 954px;
}

.mgl954 {
  margin-left: 954px;
}

.mg955 {
  margin: 955px;
}

.mgt955 {
  margin-top: 955px;
}

.mgr955 {
  margin-right: 955px;
}

.mgb955 {
  margin-bottom: 955px;
}

.mgl955 {
  margin-left: 955px;
}

.mg956 {
  margin: 956px;
}

.mgt956 {
  margin-top: 956px;
}

.mgr956 {
  margin-right: 956px;
}

.mgb956 {
  margin-bottom: 956px;
}

.mgl956 {
  margin-left: 956px;
}

.mg957 {
  margin: 957px;
}

.mgt957 {
  margin-top: 957px;
}

.mgr957 {
  margin-right: 957px;
}

.mgb957 {
  margin-bottom: 957px;
}

.mgl957 {
  margin-left: 957px;
}

.mg958 {
  margin: 958px;
}

.mgt958 {
  margin-top: 958px;
}

.mgr958 {
  margin-right: 958px;
}

.mgb958 {
  margin-bottom: 958px;
}

.mgl958 {
  margin-left: 958px;
}

.mg959 {
  margin: 959px;
}

.mgt959 {
  margin-top: 959px;
}

.mgr959 {
  margin-right: 959px;
}

.mgb959 {
  margin-bottom: 959px;
}

.mgl959 {
  margin-left: 959px;
}

.mg960 {
  margin: 960px;
}

.mgt960 {
  margin-top: 960px;
}

.mgr960 {
  margin-right: 960px;
}

.mgb960 {
  margin-bottom: 960px;
}

.mgl960 {
  margin-left: 960px;
}

.mg961 {
  margin: 961px;
}

.mgt961 {
  margin-top: 961px;
}

.mgr961 {
  margin-right: 961px;
}

.mgb961 {
  margin-bottom: 961px;
}

.mgl961 {
  margin-left: 961px;
}

.mg962 {
  margin: 962px;
}

.mgt962 {
  margin-top: 962px;
}

.mgr962 {
  margin-right: 962px;
}

.mgb962 {
  margin-bottom: 962px;
}

.mgl962 {
  margin-left: 962px;
}

.mg963 {
  margin: 963px;
}

.mgt963 {
  margin-top: 963px;
}

.mgr963 {
  margin-right: 963px;
}

.mgb963 {
  margin-bottom: 963px;
}

.mgl963 {
  margin-left: 963px;
}

.mg964 {
  margin: 964px;
}

.mgt964 {
  margin-top: 964px;
}

.mgr964 {
  margin-right: 964px;
}

.mgb964 {
  margin-bottom: 964px;
}

.mgl964 {
  margin-left: 964px;
}

.mg965 {
  margin: 965px;
}

.mgt965 {
  margin-top: 965px;
}

.mgr965 {
  margin-right: 965px;
}

.mgb965 {
  margin-bottom: 965px;
}

.mgl965 {
  margin-left: 965px;
}

.mg966 {
  margin: 966px;
}

.mgt966 {
  margin-top: 966px;
}

.mgr966 {
  margin-right: 966px;
}

.mgb966 {
  margin-bottom: 966px;
}

.mgl966 {
  margin-left: 966px;
}

.mg967 {
  margin: 967px;
}

.mgt967 {
  margin-top: 967px;
}

.mgr967 {
  margin-right: 967px;
}

.mgb967 {
  margin-bottom: 967px;
}

.mgl967 {
  margin-left: 967px;
}

.mg968 {
  margin: 968px;
}

.mgt968 {
  margin-top: 968px;
}

.mgr968 {
  margin-right: 968px;
}

.mgb968 {
  margin-bottom: 968px;
}

.mgl968 {
  margin-left: 968px;
}

.mg969 {
  margin: 969px;
}

.mgt969 {
  margin-top: 969px;
}

.mgr969 {
  margin-right: 969px;
}

.mgb969 {
  margin-bottom: 969px;
}

.mgl969 {
  margin-left: 969px;
}

.mg970 {
  margin: 970px;
}

.mgt970 {
  margin-top: 970px;
}

.mgr970 {
  margin-right: 970px;
}

.mgb970 {
  margin-bottom: 970px;
}

.mgl970 {
  margin-left: 970px;
}

.mg971 {
  margin: 971px;
}

.mgt971 {
  margin-top: 971px;
}

.mgr971 {
  margin-right: 971px;
}

.mgb971 {
  margin-bottom: 971px;
}

.mgl971 {
  margin-left: 971px;
}

.mg972 {
  margin: 972px;
}

.mgt972 {
  margin-top: 972px;
}

.mgr972 {
  margin-right: 972px;
}

.mgb972 {
  margin-bottom: 972px;
}

.mgl972 {
  margin-left: 972px;
}

.mg973 {
  margin: 973px;
}

.mgt973 {
  margin-top: 973px;
}

.mgr973 {
  margin-right: 973px;
}

.mgb973 {
  margin-bottom: 973px;
}

.mgl973 {
  margin-left: 973px;
}

.mg974 {
  margin: 974px;
}

.mgt974 {
  margin-top: 974px;
}

.mgr974 {
  margin-right: 974px;
}

.mgb974 {
  margin-bottom: 974px;
}

.mgl974 {
  margin-left: 974px;
}

.mg975 {
  margin: 975px;
}

.mgt975 {
  margin-top: 975px;
}

.mgr975 {
  margin-right: 975px;
}

.mgb975 {
  margin-bottom: 975px;
}

.mgl975 {
  margin-left: 975px;
}

.mg976 {
  margin: 976px;
}

.mgt976 {
  margin-top: 976px;
}

.mgr976 {
  margin-right: 976px;
}

.mgb976 {
  margin-bottom: 976px;
}

.mgl976 {
  margin-left: 976px;
}

.mg977 {
  margin: 977px;
}

.mgt977 {
  margin-top: 977px;
}

.mgr977 {
  margin-right: 977px;
}

.mgb977 {
  margin-bottom: 977px;
}

.mgl977 {
  margin-left: 977px;
}

.mg978 {
  margin: 978px;
}

.mgt978 {
  margin-top: 978px;
}

.mgr978 {
  margin-right: 978px;
}

.mgb978 {
  margin-bottom: 978px;
}

.mgl978 {
  margin-left: 978px;
}

.mg979 {
  margin: 979px;
}

.mgt979 {
  margin-top: 979px;
}

.mgr979 {
  margin-right: 979px;
}

.mgb979 {
  margin-bottom: 979px;
}

.mgl979 {
  margin-left: 979px;
}

.mg980 {
  margin: 980px;
}

.mgt980 {
  margin-top: 980px;
}

.mgr980 {
  margin-right: 980px;
}

.mgb980 {
  margin-bottom: 980px;
}

.mgl980 {
  margin-left: 980px;
}

.mg981 {
  margin: 981px;
}

.mgt981 {
  margin-top: 981px;
}

.mgr981 {
  margin-right: 981px;
}

.mgb981 {
  margin-bottom: 981px;
}

.mgl981 {
  margin-left: 981px;
}

.mg982 {
  margin: 982px;
}

.mgt982 {
  margin-top: 982px;
}

.mgr982 {
  margin-right: 982px;
}

.mgb982 {
  margin-bottom: 982px;
}

.mgl982 {
  margin-left: 982px;
}

.mg983 {
  margin: 983px;
}

.mgt983 {
  margin-top: 983px;
}

.mgr983 {
  margin-right: 983px;
}

.mgb983 {
  margin-bottom: 983px;
}

.mgl983 {
  margin-left: 983px;
}

.mg984 {
  margin: 984px;
}

.mgt984 {
  margin-top: 984px;
}

.mgr984 {
  margin-right: 984px;
}

.mgb984 {
  margin-bottom: 984px;
}

.mgl984 {
  margin-left: 984px;
}

.mg985 {
  margin: 985px;
}

.mgt985 {
  margin-top: 985px;
}

.mgr985 {
  margin-right: 985px;
}

.mgb985 {
  margin-bottom: 985px;
}

.mgl985 {
  margin-left: 985px;
}

.mg986 {
  margin: 986px;
}

.mgt986 {
  margin-top: 986px;
}

.mgr986 {
  margin-right: 986px;
}

.mgb986 {
  margin-bottom: 986px;
}

.mgl986 {
  margin-left: 986px;
}

.mg987 {
  margin: 987px;
}

.mgt987 {
  margin-top: 987px;
}

.mgr987 {
  margin-right: 987px;
}

.mgb987 {
  margin-bottom: 987px;
}

.mgl987 {
  margin-left: 987px;
}

.mg988 {
  margin: 988px;
}

.mgt988 {
  margin-top: 988px;
}

.mgr988 {
  margin-right: 988px;
}

.mgb988 {
  margin-bottom: 988px;
}

.mgl988 {
  margin-left: 988px;
}

.mg989 {
  margin: 989px;
}

.mgt989 {
  margin-top: 989px;
}

.mgr989 {
  margin-right: 989px;
}

.mgb989 {
  margin-bottom: 989px;
}

.mgl989 {
  margin-left: 989px;
}

.mg990 {
  margin: 990px;
}

.mgt990 {
  margin-top: 990px;
}

.mgr990 {
  margin-right: 990px;
}

.mgb990 {
  margin-bottom: 990px;
}

.mgl990 {
  margin-left: 990px;
}

.mg991 {
  margin: 991px;
}

.mgt991 {
  margin-top: 991px;
}

.mgr991 {
  margin-right: 991px;
}

.mgb991 {
  margin-bottom: 991px;
}

.mgl991 {
  margin-left: 991px;
}

.mg992 {
  margin: 992px;
}

.mgt992 {
  margin-top: 992px;
}

.mgr992 {
  margin-right: 992px;
}

.mgb992 {
  margin-bottom: 992px;
}

.mgl992 {
  margin-left: 992px;
}

.mg993 {
  margin: 993px;
}

.mgt993 {
  margin-top: 993px;
}

.mgr993 {
  margin-right: 993px;
}

.mgb993 {
  margin-bottom: 993px;
}

.mgl993 {
  margin-left: 993px;
}

.mg994 {
  margin: 994px;
}

.mgt994 {
  margin-top: 994px;
}

.mgr994 {
  margin-right: 994px;
}

.mgb994 {
  margin-bottom: 994px;
}

.mgl994 {
  margin-left: 994px;
}

.mg995 {
  margin: 995px;
}

.mgt995 {
  margin-top: 995px;
}

.mgr995 {
  margin-right: 995px;
}

.mgb995 {
  margin-bottom: 995px;
}

.mgl995 {
  margin-left: 995px;
}

.mg996 {
  margin: 996px;
}

.mgt996 {
  margin-top: 996px;
}

.mgr996 {
  margin-right: 996px;
}

.mgb996 {
  margin-bottom: 996px;
}

.mgl996 {
  margin-left: 996px;
}

.mg997 {
  margin: 997px;
}

.mgt997 {
  margin-top: 997px;
}

.mgr997 {
  margin-right: 997px;
}

.mgb997 {
  margin-bottom: 997px;
}

.mgl997 {
  margin-left: 997px;
}

.mg998 {
  margin: 998px;
}

.mgt998 {
  margin-top: 998px;
}

.mgr998 {
  margin-right: 998px;
}

.mgb998 {
  margin-bottom: 998px;
}

.mgl998 {
  margin-left: 998px;
}

.mg999 {
  margin: 999px;
}

.mgt999 {
  margin-top: 999px;
}

.mgr999 {
  margin-right: 999px;
}

.mgb999 {
  margin-bottom: 999px;
}

.mgl999 {
  margin-left: 999px;
}

.mg0p {
  margin: 0%;
}

.mgt0p {
  margin-top: 0%;
}

.mgr0p {
  margin-right: 0%;
}

.mgb0p {
  margin-bottom: 0%;
}

.mgl0p {
  margin-left: 0%;
}

.mg1p {
  margin: 1%;
}

.mgt1p {
  margin-top: 1%;
}

.mgr1p {
  margin-right: 1%;
}

.mgb1p {
  margin-bottom: 1%;
}

.mgl1p {
  margin-left: 1%;
}

.mg2p {
  margin: 2%;
}

.mgt2p {
  margin-top: 2%;
}

.mgr2p {
  margin-right: 2%;
}

.mgb2p {
  margin-bottom: 2%;
}

.mgl2p {
  margin-left: 2%;
}

.mg3p {
  margin: 3%;
}

.mgt3p {
  margin-top: 3%;
}

.mgr3p {
  margin-right: 3%;
}

.mgb3p {
  margin-bottom: 3%;
}

.mgl3p {
  margin-left: 3%;
}

.mg4p {
  margin: 4%;
}

.mgt4p {
  margin-top: 4%;
}

.mgr4p {
  margin-right: 4%;
}

.mgb4p {
  margin-bottom: 4%;
}

.mgl4p {
  margin-left: 4%;
}

.mg5p {
  margin: 5%;
}

.mgt5p {
  margin-top: 5%;
}

.mgr5p {
  margin-right: 5%;
}

.mgb5p {
  margin-bottom: 5%;
}

.mgl5p {
  margin-left: 5%;
}

.mg6p {
  margin: 6%;
}

.mgt6p {
  margin-top: 6%;
}

.mgr6p {
  margin-right: 6%;
}

.mgb6p {
  margin-bottom: 6%;
}

.mgl6p {
  margin-left: 6%;
}

.mg7p {
  margin: 7%;
}

.mgt7p {
  margin-top: 7%;
}

.mgr7p {
  margin-right: 7%;
}

.mgb7p {
  margin-bottom: 7%;
}

.mgl7p {
  margin-left: 7%;
}

.mg8p {
  margin: 8%;
}

.mgt8p {
  margin-top: 8%;
}

.mgr8p {
  margin-right: 8%;
}

.mgb8p {
  margin-bottom: 8%;
}

.mgl8p {
  margin-left: 8%;
}

.mg9p {
  margin: 9%;
}

.mgt9p {
  margin-top: 9%;
}

.mgr9p {
  margin-right: 9%;
}

.mgb9p {
  margin-bottom: 9%;
}

.mgl9p {
  margin-left: 9%;
}

.mg10p {
  margin: 10%;
}

.mgt10p {
  margin-top: 10%;
}

.mgr10p {
  margin-right: 10%;
}

.mgb10p {
  margin-bottom: 10%;
}

.mgl10p {
  margin-left: 10%;
}

.mg11p {
  margin: 11%;
}

.mgt11p {
  margin-top: 11%;
}

.mgr11p {
  margin-right: 11%;
}

.mgb11p {
  margin-bottom: 11%;
}

.mgl11p {
  margin-left: 11%;
}

.mg12p {
  margin: 12%;
}

.mgt12p {
  margin-top: 12%;
}

.mgr12p {
  margin-right: 12%;
}

.mgb12p {
  margin-bottom: 12%;
}

.mgl12p {
  margin-left: 12%;
}

.mg13p {
  margin: 13%;
}

.mgt13p {
  margin-top: 13%;
}

.mgr13p {
  margin-right: 13%;
}

.mgb13p {
  margin-bottom: 13%;
}

.mgl13p {
  margin-left: 13%;
}

.mg14p {
  margin: 14%;
}

.mgt14p {
  margin-top: 14%;
}

.mgr14p {
  margin-right: 14%;
}

.mgb14p {
  margin-bottom: 14%;
}

.mgl14p {
  margin-left: 14%;
}

.mg15p {
  margin: 15%;
}

.mgt15p {
  margin-top: 15%;
}

.mgr15p {
  margin-right: 15%;
}

.mgb15p {
  margin-bottom: 15%;
}

.mgl15p {
  margin-left: 15%;
}

.mg16p {
  margin: 16%;
}

.mgt16p {
  margin-top: 16%;
}

.mgr16p {
  margin-right: 16%;
}

.mgb16p {
  margin-bottom: 16%;
}

.mgl16p {
  margin-left: 16%;
}

.mg17p {
  margin: 17%;
}

.mgt17p {
  margin-top: 17%;
}

.mgr17p {
  margin-right: 17%;
}

.mgb17p {
  margin-bottom: 17%;
}

.mgl17p {
  margin-left: 17%;
}

.mg18p {
  margin: 18%;
}

.mgt18p {
  margin-top: 18%;
}

.mgr18p {
  margin-right: 18%;
}

.mgb18p {
  margin-bottom: 18%;
}

.mgl18p {
  margin-left: 18%;
}

.mg19p {
  margin: 19%;
}

.mgt19p {
  margin-top: 19%;
}

.mgr19p {
  margin-right: 19%;
}

.mgb19p {
  margin-bottom: 19%;
}

.mgl19p {
  margin-left: 19%;
}

.mg20p {
  margin: 20%;
}

.mgt20p {
  margin-top: 20%;
}

.mgr20p {
  margin-right: 20%;
}

.mgb20p {
  margin-bottom: 20%;
}

.mgl20p {
  margin-left: 20%;
}

.mg21p {
  margin: 21%;
}

.mgt21p {
  margin-top: 21%;
}

.mgr21p {
  margin-right: 21%;
}

.mgb21p {
  margin-bottom: 21%;
}

.mgl21p {
  margin-left: 21%;
}

.mg22p {
  margin: 22%;
}

.mgt22p {
  margin-top: 22%;
}

.mgr22p {
  margin-right: 22%;
}

.mgb22p {
  margin-bottom: 22%;
}

.mgl22p {
  margin-left: 22%;
}

.mg23p {
  margin: 23%;
}

.mgt23p {
  margin-top: 23%;
}

.mgr23p {
  margin-right: 23%;
}

.mgb23p {
  margin-bottom: 23%;
}

.mgl23p {
  margin-left: 23%;
}

.mg24p {
  margin: 24%;
}

.mgt24p {
  margin-top: 24%;
}

.mgr24p {
  margin-right: 24%;
}

.mgb24p {
  margin-bottom: 24%;
}

.mgl24p {
  margin-left: 24%;
}

.mg25p {
  margin: 25%;
}

.mgt25p {
  margin-top: 25%;
}

.mgr25p {
  margin-right: 25%;
}

.mgb25p {
  margin-bottom: 25%;
}

.mgl25p {
  margin-left: 25%;
}

.mg26p {
  margin: 26%;
}

.mgt26p {
  margin-top: 26%;
}

.mgr26p {
  margin-right: 26%;
}

.mgb26p {
  margin-bottom: 26%;
}

.mgl26p {
  margin-left: 26%;
}

.mg27p {
  margin: 27%;
}

.mgt27p {
  margin-top: 27%;
}

.mgr27p {
  margin-right: 27%;
}

.mgb27p {
  margin-bottom: 27%;
}

.mgl27p {
  margin-left: 27%;
}

.mg28p {
  margin: 28%;
}

.mgt28p {
  margin-top: 28%;
}

.mgr28p {
  margin-right: 28%;
}

.mgb28p {
  margin-bottom: 28%;
}

.mgl28p {
  margin-left: 28%;
}

.mg29p {
  margin: 29%;
}

.mgt29p {
  margin-top: 29%;
}

.mgr29p {
  margin-right: 29%;
}

.mgb29p {
  margin-bottom: 29%;
}

.mgl29p {
  margin-left: 29%;
}

.mg30p {
  margin: 30%;
}

.mgt30p {
  margin-top: 30%;
}

.mgr30p {
  margin-right: 30%;
}

.mgb30p {
  margin-bottom: 30%;
}

.mgl30p {
  margin-left: 30%;
}

.mg31p {
  margin: 31%;
}

.mgt31p {
  margin-top: 31%;
}

.mgr31p {
  margin-right: 31%;
}

.mgb31p {
  margin-bottom: 31%;
}

.mgl31p {
  margin-left: 31%;
}

.mg32p {
  margin: 32%;
}

.mgt32p {
  margin-top: 32%;
}

.mgr32p {
  margin-right: 32%;
}

.mgb32p {
  margin-bottom: 32%;
}

.mgl32p {
  margin-left: 32%;
}

.mg33p {
  margin: 33%;
}

.mgt33p {
  margin-top: 33%;
}

.mgr33p {
  margin-right: 33%;
}

.mgb33p {
  margin-bottom: 33%;
}

.mgl33p {
  margin-left: 33%;
}

.mg34p {
  margin: 34%;
}

.mgt34p {
  margin-top: 34%;
}

.mgr34p {
  margin-right: 34%;
}

.mgb34p {
  margin-bottom: 34%;
}

.mgl34p {
  margin-left: 34%;
}

.mg35p {
  margin: 35%;
}

.mgt35p {
  margin-top: 35%;
}

.mgr35p {
  margin-right: 35%;
}

.mgb35p {
  margin-bottom: 35%;
}

.mgl35p {
  margin-left: 35%;
}

.mg36p {
  margin: 36%;
}

.mgt36p {
  margin-top: 36%;
}

.mgr36p {
  margin-right: 36%;
}

.mgb36p {
  margin-bottom: 36%;
}

.mgl36p {
  margin-left: 36%;
}

.mg37p {
  margin: 37%;
}

.mgt37p {
  margin-top: 37%;
}

.mgr37p {
  margin-right: 37%;
}

.mgb37p {
  margin-bottom: 37%;
}

.mgl37p {
  margin-left: 37%;
}

.mg38p {
  margin: 38%;
}

.mgt38p {
  margin-top: 38%;
}

.mgr38p {
  margin-right: 38%;
}

.mgb38p {
  margin-bottom: 38%;
}

.mgl38p {
  margin-left: 38%;
}

.mg39p {
  margin: 39%;
}

.mgt39p {
  margin-top: 39%;
}

.mgr39p {
  margin-right: 39%;
}

.mgb39p {
  margin-bottom: 39%;
}

.mgl39p {
  margin-left: 39%;
}

.mg40p {
  margin: 40%;
}

.mgt40p {
  margin-top: 40%;
}

.mgr40p {
  margin-right: 40%;
}

.mgb40p {
  margin-bottom: 40%;
}

.mgl40p {
  margin-left: 40%;
}

.mg41p {
  margin: 41%;
}

.mgt41p {
  margin-top: 41%;
}

.mgr41p {
  margin-right: 41%;
}

.mgb41p {
  margin-bottom: 41%;
}

.mgl41p {
  margin-left: 41%;
}

.mg42p {
  margin: 42%;
}

.mgt42p {
  margin-top: 42%;
}

.mgr42p {
  margin-right: 42%;
}

.mgb42p {
  margin-bottom: 42%;
}

.mgl42p {
  margin-left: 42%;
}

.mg43p {
  margin: 43%;
}

.mgt43p {
  margin-top: 43%;
}

.mgr43p {
  margin-right: 43%;
}

.mgb43p {
  margin-bottom: 43%;
}

.mgl43p {
  margin-left: 43%;
}

.mg44p {
  margin: 44%;
}

.mgt44p {
  margin-top: 44%;
}

.mgr44p {
  margin-right: 44%;
}

.mgb44p {
  margin-bottom: 44%;
}

.mgl44p {
  margin-left: 44%;
}

.mg45p {
  margin: 45%;
}

.mgt45p {
  margin-top: 45%;
}

.mgr45p {
  margin-right: 45%;
}

.mgb45p {
  margin-bottom: 45%;
}

.mgl45p {
  margin-left: 45%;
}

.mg46p {
  margin: 46%;
}

.mgt46p {
  margin-top: 46%;
}

.mgr46p {
  margin-right: 46%;
}

.mgb46p {
  margin-bottom: 46%;
}

.mgl46p {
  margin-left: 46%;
}

.mg47p {
  margin: 47%;
}

.mgt47p {
  margin-top: 47%;
}

.mgr47p {
  margin-right: 47%;
}

.mgb47p {
  margin-bottom: 47%;
}

.mgl47p {
  margin-left: 47%;
}

.mg48p {
  margin: 48%;
}

.mgt48p {
  margin-top: 48%;
}

.mgr48p {
  margin-right: 48%;
}

.mgb48p {
  margin-bottom: 48%;
}

.mgl48p {
  margin-left: 48%;
}

.mg49p {
  margin: 49%;
}

.mgt49p {
  margin-top: 49%;
}

.mgr49p {
  margin-right: 49%;
}

.mgb49p {
  margin-bottom: 49%;
}

.mgl49p {
  margin-left: 49%;
}

.mg50p {
  margin: 50%;
}

.mgt50p {
  margin-top: 50%;
}

.mgr50p {
  margin-right: 50%;
}

.mgb50p {
  margin-bottom: 50%;
}

.mgl50p {
  margin-left: 50%;
}

.mg51p {
  margin: 51%;
}

.mgt51p {
  margin-top: 51%;
}

.mgr51p {
  margin-right: 51%;
}

.mgb51p {
  margin-bottom: 51%;
}

.mgl51p {
  margin-left: 51%;
}

.mg52p {
  margin: 52%;
}

.mgt52p {
  margin-top: 52%;
}

.mgr52p {
  margin-right: 52%;
}

.mgb52p {
  margin-bottom: 52%;
}

.mgl52p {
  margin-left: 52%;
}

.mg53p {
  margin: 53%;
}

.mgt53p {
  margin-top: 53%;
}

.mgr53p {
  margin-right: 53%;
}

.mgb53p {
  margin-bottom: 53%;
}

.mgl53p {
  margin-left: 53%;
}

.mg54p {
  margin: 54%;
}

.mgt54p {
  margin-top: 54%;
}

.mgr54p {
  margin-right: 54%;
}

.mgb54p {
  margin-bottom: 54%;
}

.mgl54p {
  margin-left: 54%;
}

.mg55p {
  margin: 55%;
}

.mgt55p {
  margin-top: 55%;
}

.mgr55p {
  margin-right: 55%;
}

.mgb55p {
  margin-bottom: 55%;
}

.mgl55p {
  margin-left: 55%;
}

.mg56p {
  margin: 56%;
}

.mgt56p {
  margin-top: 56%;
}

.mgr56p {
  margin-right: 56%;
}

.mgb56p {
  margin-bottom: 56%;
}

.mgl56p {
  margin-left: 56%;
}

.mg57p {
  margin: 57%;
}

.mgt57p {
  margin-top: 57%;
}

.mgr57p {
  margin-right: 57%;
}

.mgb57p {
  margin-bottom: 57%;
}

.mgl57p {
  margin-left: 57%;
}

.mg58p {
  margin: 58%;
}

.mgt58p {
  margin-top: 58%;
}

.mgr58p {
  margin-right: 58%;
}

.mgb58p {
  margin-bottom: 58%;
}

.mgl58p {
  margin-left: 58%;
}

.mg59p {
  margin: 59%;
}

.mgt59p {
  margin-top: 59%;
}

.mgr59p {
  margin-right: 59%;
}

.mgb59p {
  margin-bottom: 59%;
}

.mgl59p {
  margin-left: 59%;
}

.mg60p {
  margin: 60%;
}

.mgt60p {
  margin-top: 60%;
}

.mgr60p {
  margin-right: 60%;
}

.mgb60p {
  margin-bottom: 60%;
}

.mgl60p {
  margin-left: 60%;
}

.mg61p {
  margin: 61%;
}

.mgt61p {
  margin-top: 61%;
}

.mgr61p {
  margin-right: 61%;
}

.mgb61p {
  margin-bottom: 61%;
}

.mgl61p {
  margin-left: 61%;
}

.mg62p {
  margin: 62%;
}

.mgt62p {
  margin-top: 62%;
}

.mgr62p {
  margin-right: 62%;
}

.mgb62p {
  margin-bottom: 62%;
}

.mgl62p {
  margin-left: 62%;
}

.mg63p {
  margin: 63%;
}

.mgt63p {
  margin-top: 63%;
}

.mgr63p {
  margin-right: 63%;
}

.mgb63p {
  margin-bottom: 63%;
}

.mgl63p {
  margin-left: 63%;
}

.mg64p {
  margin: 64%;
}

.mgt64p {
  margin-top: 64%;
}

.mgr64p {
  margin-right: 64%;
}

.mgb64p {
  margin-bottom: 64%;
}

.mgl64p {
  margin-left: 64%;
}

.mg65p {
  margin: 65%;
}

.mgt65p {
  margin-top: 65%;
}

.mgr65p {
  margin-right: 65%;
}

.mgb65p {
  margin-bottom: 65%;
}

.mgl65p {
  margin-left: 65%;
}

.mg66p {
  margin: 66%;
}

.mgt66p {
  margin-top: 66%;
}

.mgr66p {
  margin-right: 66%;
}

.mgb66p {
  margin-bottom: 66%;
}

.mgl66p {
  margin-left: 66%;
}

.mg67p {
  margin: 67%;
}

.mgt67p {
  margin-top: 67%;
}

.mgr67p {
  margin-right: 67%;
}

.mgb67p {
  margin-bottom: 67%;
}

.mgl67p {
  margin-left: 67%;
}

.mg68p {
  margin: 68%;
}

.mgt68p {
  margin-top: 68%;
}

.mgr68p {
  margin-right: 68%;
}

.mgb68p {
  margin-bottom: 68%;
}

.mgl68p {
  margin-left: 68%;
}

.mg69p {
  margin: 69%;
}

.mgt69p {
  margin-top: 69%;
}

.mgr69p {
  margin-right: 69%;
}

.mgb69p {
  margin-bottom: 69%;
}

.mgl69p {
  margin-left: 69%;
}

.mg70p {
  margin: 70%;
}

.mgt70p {
  margin-top: 70%;
}

.mgr70p {
  margin-right: 70%;
}

.mgb70p {
  margin-bottom: 70%;
}

.mgl70p {
  margin-left: 70%;
}

.mg71p {
  margin: 71%;
}

.mgt71p {
  margin-top: 71%;
}

.mgr71p {
  margin-right: 71%;
}

.mgb71p {
  margin-bottom: 71%;
}

.mgl71p {
  margin-left: 71%;
}

.mg72p {
  margin: 72%;
}

.mgt72p {
  margin-top: 72%;
}

.mgr72p {
  margin-right: 72%;
}

.mgb72p {
  margin-bottom: 72%;
}

.mgl72p {
  margin-left: 72%;
}

.mg73p {
  margin: 73%;
}

.mgt73p {
  margin-top: 73%;
}

.mgr73p {
  margin-right: 73%;
}

.mgb73p {
  margin-bottom: 73%;
}

.mgl73p {
  margin-left: 73%;
}

.mg74p {
  margin: 74%;
}

.mgt74p {
  margin-top: 74%;
}

.mgr74p {
  margin-right: 74%;
}

.mgb74p {
  margin-bottom: 74%;
}

.mgl74p {
  margin-left: 74%;
}

.mg75p {
  margin: 75%;
}

.mgt75p {
  margin-top: 75%;
}

.mgr75p {
  margin-right: 75%;
}

.mgb75p {
  margin-bottom: 75%;
}

.mgl75p {
  margin-left: 75%;
}

.mg76p {
  margin: 76%;
}

.mgt76p {
  margin-top: 76%;
}

.mgr76p {
  margin-right: 76%;
}

.mgb76p {
  margin-bottom: 76%;
}

.mgl76p {
  margin-left: 76%;
}

.mg77p {
  margin: 77%;
}

.mgt77p {
  margin-top: 77%;
}

.mgr77p {
  margin-right: 77%;
}

.mgb77p {
  margin-bottom: 77%;
}

.mgl77p {
  margin-left: 77%;
}

.mg78p {
  margin: 78%;
}

.mgt78p {
  margin-top: 78%;
}

.mgr78p {
  margin-right: 78%;
}

.mgb78p {
  margin-bottom: 78%;
}

.mgl78p {
  margin-left: 78%;
}

.mg79p {
  margin: 79%;
}

.mgt79p {
  margin-top: 79%;
}

.mgr79p {
  margin-right: 79%;
}

.mgb79p {
  margin-bottom: 79%;
}

.mgl79p {
  margin-left: 79%;
}

.mg80p {
  margin: 80%;
}

.mgt80p {
  margin-top: 80%;
}

.mgr80p {
  margin-right: 80%;
}

.mgb80p {
  margin-bottom: 80%;
}

.mgl80p {
  margin-left: 80%;
}

.mg81p {
  margin: 81%;
}

.mgt81p {
  margin-top: 81%;
}

.mgr81p {
  margin-right: 81%;
}

.mgb81p {
  margin-bottom: 81%;
}

.mgl81p {
  margin-left: 81%;
}

.mg82p {
  margin: 82%;
}

.mgt82p {
  margin-top: 82%;
}

.mgr82p {
  margin-right: 82%;
}

.mgb82p {
  margin-bottom: 82%;
}

.mgl82p {
  margin-left: 82%;
}

.mg83p {
  margin: 83%;
}

.mgt83p {
  margin-top: 83%;
}

.mgr83p {
  margin-right: 83%;
}

.mgb83p {
  margin-bottom: 83%;
}

.mgl83p {
  margin-left: 83%;
}

.mg84p {
  margin: 84%;
}

.mgt84p {
  margin-top: 84%;
}

.mgr84p {
  margin-right: 84%;
}

.mgb84p {
  margin-bottom: 84%;
}

.mgl84p {
  margin-left: 84%;
}

.mg85p {
  margin: 85%;
}

.mgt85p {
  margin-top: 85%;
}

.mgr85p {
  margin-right: 85%;
}

.mgb85p {
  margin-bottom: 85%;
}

.mgl85p {
  margin-left: 85%;
}

.mg86p {
  margin: 86%;
}

.mgt86p {
  margin-top: 86%;
}

.mgr86p {
  margin-right: 86%;
}

.mgb86p {
  margin-bottom: 86%;
}

.mgl86p {
  margin-left: 86%;
}

.mg87p {
  margin: 87%;
}

.mgt87p {
  margin-top: 87%;
}

.mgr87p {
  margin-right: 87%;
}

.mgb87p {
  margin-bottom: 87%;
}

.mgl87p {
  margin-left: 87%;
}

.mg88p {
  margin: 88%;
}

.mgt88p {
  margin-top: 88%;
}

.mgr88p {
  margin-right: 88%;
}

.mgb88p {
  margin-bottom: 88%;
}

.mgl88p {
  margin-left: 88%;
}

.mg89p {
  margin: 89%;
}

.mgt89p {
  margin-top: 89%;
}

.mgr89p {
  margin-right: 89%;
}

.mgb89p {
  margin-bottom: 89%;
}

.mgl89p {
  margin-left: 89%;
}

.mg90p {
  margin: 90%;
}

.mgt90p {
  margin-top: 90%;
}

.mgr90p {
  margin-right: 90%;
}

.mgb90p {
  margin-bottom: 90%;
}

.mgl90p {
  margin-left: 90%;
}

.mg91p {
  margin: 91%;
}

.mgt91p {
  margin-top: 91%;
}

.mgr91p {
  margin-right: 91%;
}

.mgb91p {
  margin-bottom: 91%;
}

.mgl91p {
  margin-left: 91%;
}

.mg92p {
  margin: 92%;
}

.mgt92p {
  margin-top: 92%;
}

.mgr92p {
  margin-right: 92%;
}

.mgb92p {
  margin-bottom: 92%;
}

.mgl92p {
  margin-left: 92%;
}

.mg93p {
  margin: 93%;
}

.mgt93p {
  margin-top: 93%;
}

.mgr93p {
  margin-right: 93%;
}

.mgb93p {
  margin-bottom: 93%;
}

.mgl93p {
  margin-left: 93%;
}

.mg94p {
  margin: 94%;
}

.mgt94p {
  margin-top: 94%;
}

.mgr94p {
  margin-right: 94%;
}

.mgb94p {
  margin-bottom: 94%;
}

.mgl94p {
  margin-left: 94%;
}

.mg95p {
  margin: 95%;
}

.mgt95p {
  margin-top: 95%;
}

.mgr95p {
  margin-right: 95%;
}

.mgb95p {
  margin-bottom: 95%;
}

.mgl95p {
  margin-left: 95%;
}

.mg96p {
  margin: 96%;
}

.mgt96p {
  margin-top: 96%;
}

.mgr96p {
  margin-right: 96%;
}

.mgb96p {
  margin-bottom: 96%;
}

.mgl96p {
  margin-left: 96%;
}

.mg97p {
  margin: 97%;
}

.mgt97p {
  margin-top: 97%;
}

.mgr97p {
  margin-right: 97%;
}

.mgb97p {
  margin-bottom: 97%;
}

.mgl97p {
  margin-left: 97%;
}

.mg98p {
  margin: 98%;
}

.mgt98p {
  margin-top: 98%;
}

.mgr98p {
  margin-right: 98%;
}

.mgb98p {
  margin-bottom: 98%;
}

.mgl98p {
  margin-left: 98%;
}

.mg99p {
  margin: 99%;
}

.mgt99p {
  margin-top: 99%;
}

.mgr99p {
  margin-right: 99%;
}

.mgb99p {
  margin-bottom: 99%;
}

.mgl99p {
  margin-left: 99%;
}

.mg100p {
  margin: 100%;
}

.mgt100p {
  margin-top: 100%;
}

.mgr100p {
  margin-right: 100%;
}

.mgb100p {
  margin-bottom: 100%;
}

.mgl100p {
  margin-left: 100%;
}

.mg-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.category-case .container {
  font-size: 14px;
}
body.category-case .container .case figure.item {
  -webkit-box-shadow: 5px 5px 0px 0px rgb(251, 168, 141);
          box-shadow: 5px 5px 0px 0px rgb(251, 168, 141);
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.category-case .container .case figure.item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40%;
  background-color: rgb(180, 180, 180);
  -webkit-clip-path: circle(110px at 10% 50%);
          clip-path: circle(110px at 10% 50%);
}
body.category-case .container .case figure.item figcaption {
  padding: 4% 2% 20px 0;
  position: relative;
}
body.category-case .container .case figure.item figcaption .pencil {
  font-size: 1em;
}
body.category-case .container .case figure.item figcaption .pencil span {
  color: rgb(250, 130, 90);
}
body.category-case .container .case figure.item figcaption h3, body.category-case .container .case figure.item figcaption .h3 {
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgb(250, 130, 90);
}
body.category-case .container .case figure.item figcaption p {
  font-size: 0.9em;
}
body.category-case .container .case figure.item figcaption p.read-more {
  position: absolute;
  right: 16px;
  bottom: -5px;
  text-align: right;
}
body.category-case .container .case figure.item figcaption p.read-more a {
  color: rgb(250, 130, 90);
  text-decoration: none;
}
@media (min-width: 768px) {
  body.category-case .container {
    font-size: 14px;
  }
  body.category-case .container .case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.category-case .container .case figure.item {
    width: 48%;
  }
  body.category-case .container .case figure.item img {
    width: 38%;
    background-color: rgb(180, 180, 180);
    -webkit-clip-path: circle(100px at 10% 50%);
            clip-path: circle(100px at 10% 50%);
  }
  body.category-case .container .case figure.item figcaption {
    width: 56%;
  }
}
@media (min-width: 992px) {
  body.category-case .container {
    font-size: 16px;
  }
  body.category-case .container .case figure.item img {
    -webkit-clip-path: circle(120px at 20% 50%);
            clip-path: circle(120px at 20% 50%);
  }
}
@media (min-width: 1200px) {
  body.category-case .container {
    font-size: 18px;
  }
  body.category-case .container .case figure.item img {
    -webkit-clip-path: circle(140px at 20% 50%);
            clip-path: circle(140px at 20% 50%);
  }
}

.tag {
  padding: 3px 8px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  background-color: rgb(180, 180, 180);
  font-size: 0.9em;
}
@media (min-width: 576px) {
  .tag {
    font-size: 0.8em;
  }
}

.tag.voice {
  background-color: rgb(72, 209, 204);
}

.tag.info {
  background-color: #52baef;
}

.tag.car {
  background-color: rgb(243, 40, 87);
}

.tag.case {
  background-color: #f65f9c;
}

.tag.blog {
  background-color: rgb(243, 40, 87);
}

.tag.house {
  background-color: rgb(250, 130, 90);
}

.tag.insurance {
  background-color: #52baef;
}

.tag.pension {
  background-color: #3b4db4;
}

.tag.inheritance {
  background-color: #f65f9c;
}

.tag.budget {
  background-color: #34b47f;
}

.tag.assets {
  background-color: #3b4db4;
}

article.category-list {
  margin-top: 40px;
  margin-bottom: 60px;
}

.category-item {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgb(180, 180, 180);
}
.category-item .category-item-head {
  margin-bottom: 10px;
}
.category-item .category-item-head .item-date {
  color: rgb(180, 180, 180);
  font-size: 0.9em;
}
.category-item .category-item-body .item-title {
  font-size: 1em;
}

@media (min-width: 576px) {
  .category-item .category-item-head .item-date {
    font-size: 1rem;
  }
  .category-item .category-item-body .item-title {
    font-size: 1.1rem;
  }
}
#badge {
  display: none;
}

@media (min-width: 576px) {
  #badge {
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #badge a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 20px;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 14px 8px 14px 8px;
    margin-bottom: 5px;
  }
  #badge a.reserve {
    background-color: #fc8b61;
  }
  #badge a.inquery {
    background-color: #42bcf3;
  }
  #badge a.advertise {
    background-color: rgb(98, 201, 84);
  }
}
body &gt; footer {
  padding-top: 10vw;
  margin-bottom: 70px;
  position: relative;
  font-size: 14px;
}
body &gt; footer::after {
  content: "";
  width: 46px;
  height: 46px;
  background-image: url(../js/../css/images/277d2d7d83eb5eff6267.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 23px;
  right: 6%;
}
body &gt; footer .copyright {
  padding: 0;
  margin-top: 40px;
  font-size: 0.8em;
  line-height: 30px;
  text-align: center;
  height: 30px;
  background-color: rgb(255, 162, 133);
}
body &gt; footer .footer-content {
  padding: 0;
}
body &gt; footer .footer-content .information {
  text-align: center;
}
body &gt; footer .footer-content .information .logo {
  width: 80%;
  margin: 0 auto;
}
body &gt; footer .footer-content .information .logo a &gt; img {
  width: 100%;
}
body &gt; footer .footer-content .information .telephone {
  margin: 0 auto;
  width: 300px;
  display: block;
  width: 300px;
}
body &gt; footer .footer-content .information .telephone div:nth-child(1) {
  font-size: 26px;
}
body &gt; footer .footer-content .information .telephone div:nth-child(1) svg {
  color: #3b4db4;
  font-size: 20.8px;
}
body &gt; footer .footer-content .information .telephone div:nth-child(2) {
  font-size: 13.52px;
  text-align: center;
}
body &gt; footer .footer-content .information p.address {
  font-size: 0.8em;
}
body &gt; footer .footer-content .sitemap {
  padding: 0 5% 0 0;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body &gt; footer .footer-content .sitemap a {
  display: block;
  white-space: unset;
}
body &gt; footer .footer-content .sitemap a:link, body &gt; footer .footer-content .sitemap a:visited, body &gt; footer .footer-content .sitemap a:hover, body &gt; footer .footer-content .sitemap a:active {
  color: rgb(50, 50, 50);
  text-decoration: none;
}
body &gt; footer .footer-content .sitemap .sitemap-left {
  margin-right: 2em;
}
body &gt; footer .footer-content .sitemap p.privacy {
  font-size: 10px;
}
@media (min-width: 576px) {
  body &gt; footer {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  body &gt; footer {
    padding-top: 100px;
    font-size: 20px;
  }
  body &gt; footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body &gt; footer .footer-content .information {
    width: 40%;
  }
  body &gt; footer .footer-content p.privacy {
    font-size: inherit;
  }
}
#always-position {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
}
#always-position #always-below {
  width: 100%;
  height: 70px;
  margin: 0 auto;
}
#always-position #always-below .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#always-position #always-below .banner .item {
  width: 50%;
  height: 70px;
  padding: 2% 0 3% 0;
}
#always-position #always-below .banner .item a {
  height: 95%;
  color: rgb(255, 255, 255);
}
#always-position #always-below .banner .item a span.icon {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70%;
}
#always-position #always-below .banner .item a span.title {
  display: block;
  text-align: center;
  height: 30%;
}
#always-position #always-below .banner .item.lady {
  background-color: rgb(252, 139, 97);
}
#always-position #always-below .banner .item.lady a span.icon img {
  width: 24px;
}
#always-position #always-below .banner .item.line {
  background-color: rgb(43, 163, 41);
}
#always-position #always-below .banner .item.line a span.icon img {
  width: 32px;
}
#always-position #always-below .banner .item.hama {
  background-color: rgb(66, 188, 243);
}
#always-position #always-below .banner .item.hama a span.icon img {
  width: 38px;
}

body {
  padding-top: 100px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}
@media (min-width: 576px) {
  body {
    padding-top: 91px;
  }
}
@media (min-width: 768px) {
  body {
    padding-top: 147px;
  }
}
body main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body &gt; header {
  position: fixed;
  top: 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100px;
  z-index: 9999;
  border-top: 10px solid rgb(250, 130, 90);
  -webkit-box-shadow: 0 2px 2px 2px rgba(240, 240, 240, 0.6);
          box-shadow: 0 2px 2px 2px rgba(240, 240, 240, 0.6);
}
body &gt; header #signboard.container {
  padding: 3px 0 0 10px;
}
body &gt; header #signboard.container .slogan {
  display: inline-block;
  border-bottom: 1px dotted #f65f9c;
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 0 0 5px 0;
  padding: 0;
}
@media (max-width: 434px) {
  body &gt; header #signboard.container .globaltop picture.yuryo {
    display: none;
  }
}
@media (max-width: 575.98px) {
  body &gt; header #signboard.container .globaltop picture.yuryo img {
    width: 60px;
  }
}
@media (max-width: 991.98px) {
  body &gt; header #signboard.container .globaltop picture.yuryo img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  body &gt; header #signboard.container .globaltop .logo picture img {
    width: 220px;
  }
}
body &gt; header #signboard.container .globaltop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body &gt; header #signboard.container .globaltop .logo {
  margin-left: 2vw;
}
body &gt; header #signboard.container .globaltop .logo a.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body &gt; header #signboard.container .globaltop .logo a.header-logo .hamanasu {
  width: 70vw;
  max-width: 300px;
}
body &gt; header #signboard.container .globaltop .information {
  display: none;
}
@media (min-width: 576px) {
  body &gt; header {
    height: 91px;
    border-top: 5px solid rgb(250, 130, 90);
  }
  body &gt; header #signboard.container {
    padding: 0 0 0 10px;
  }
  body &gt; header #signboard.container .slogan {
    display: inline-block;
    border-bottom: 1px dotted #f65f9c;
    font-size: 0.9rem;
    line-height: 1.2;
    margin: 0 0 5px 0;
    padding: 10px 0 0 0;
  }
  body &gt; header #signboard.container .globaltop .logo {
    width: 50%;
  }
  body &gt; header #signboard.container .globaltop .logo a.header-logo .hamanasu {
    width: 96%;
    max-width: 240px;
  }
  body &gt; header #signboard.container .globaltop .logo a.header-logo picture img {
    min-width: 60px;
    max-width: 220px;
  }
  body &gt; header #signboard.container .globaltop .information {
    width: 50%;
    max-width: 660px;
    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;
  }
  body &gt; header #signboard.container .globaltop .information .telephone {
    display: none;
  }
  body &gt; header #signboard.container .globaltop button {
    min-width: 60%;
    height: 11.5384615385%;
    min-height: 30px;
    max-height: 40px;
    background-color: rgb(250, 130, 90);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  body &gt; header {
    height: inherit;
  }
  body &gt; header #signboard.container .globaltop .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body &gt; header #signboard.container .globaltop .information .telephone {
    display: block;
    min-width: 180px;
  }
  body &gt; header #signboard.container .globaltop .information .telephone div:nth-child(1) {
    font-size: 20px;
  }
  body &gt; header #signboard.container .globaltop .information .telephone div:nth-child(2) {
    font-size: 11px;
    text-align: center;
  }
  body &gt; header #signboard.container .globaltop button {
    min-width: 18vw;
    font-size: 1.2857142857vw;
    height: 3.4615384615vw;
    max-height: 40px;
    background-color: rgb(250, 130, 90);
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 2px;
  }
}
body &gt; header #mainmenu.container {
  padding: 0;
}
body &gt; header #mainmenu.container .opener {
  position: fixed;
  top: 30px;
  right: 16px;
}
body &gt; header #mainmenu.container .opener p {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 2vw;
}
body &gt; header #mainmenu.container .opener .header-menu-sp-opener {
  border: 1px solid rgb(28, 15, 15);
  border-radius: 5px;
  width: 46px;
  height: 46px;
  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;
}
body &gt; header #mainmenu.container #menu-sp {
  position: absolute;
  z-index: 10;
  top: 90px;
  left: 0;
  width: 100%;
  padding-top: 16px;
  background-color: rgba(250, 130, 90, 0.9);
  color: white;
}
body &gt; header #mainmenu.container #menu-sp a {
  color: white;
  text-decoration: none;
}
body &gt; header #mainmenu.container #menu-sp &gt; ul {
  overflow-y: scroll;
  list-style: none;
}
body &gt; header #mainmenu.container #menu-sp &gt; ul &gt; li {
  font-size: 20px;
  line-height: 2.25rem;
  margin-bottom: 0.25rem;
}
body &gt; header #mainmenu.container #menu-sp &gt; ul &gt; li br {
  display: none;
}
@media (min-width: 576px) {
  body &gt; header #mainmenu.container #menu-sp {
    top: 86px;
  }
}
body &gt; header #mainmenu.container nav {
  display: none;
}
@media (min-width: 576px) {
  body &gt; header #mainmenu.container .opener {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  body &gt; header #mainmenu.container .opener .header-menu-sp-opener {
    width: 52px;
    height: 52px;
  }
  body &gt; header #mainmenu.container nav {
    width: 100%;
    height: 56px;
    padding: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body &gt; header #mainmenu.container nav a.menu-item {
    width: 100%;
  }
  body &gt; header #mainmenu.container nav a.menu-item:last-child {
    border-right: 1px solid #aaa;
  }
  body &gt; header #mainmenu.container nav a.menu-item {
    border-left: 1px solid #aaa;
    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;
    text-decoration: none;
    color: rgb(50, 50, 50);
  }
  body &gt; header #mainmenu.container nav a.menu-item span:nth-child(1) {
    font-size: 0.8rem;
    font-weight: 600;
  }
  body &gt; header #mainmenu.container nav a.menu-item span:nth-child(2) {
    font-size: 0.6rem;
    color: rgb(250, 130, 90);
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  body &gt; header #mainmenu.container nav a.menu-item span:nth-child(1) {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  body &gt; header #mainmenu.container nav a.menu-item.active {
    border-bottom: 1px solid rgb(250, 130, 90);
  }
}
@media (min-width: 768px) {
  body &gt; header #mainmenu.container .opener,
  body &gt; header #mainmenu.container #menu-sp {
    display: none;
  }
}

/*=============================
.btn-trigger
https://125naroom.com/web/2958
=============================*/
.btn-trigger {
  position: relative;
  width: 32.2px;
  height: 25.76px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.6px;
  background-color: rgb(28, 15, 15);
  border-radius: 1.6px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 11.4184397163px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(11.4184397163px) rotate(45deg);
          transform: translateY(11.4184397163px) rotate(45deg);
}

#menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}

#menu-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11.4184397163px) rotate(-45deg);
          transform: translateY(-11.4184397163px) rotate(-45deg);
}

/*=============================
.btn-shutter
=============================*/
.btn-shutter {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

.btn-shutter span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f60307;
  border-radius: 2px;
}

.btn-shutter,
.btn-shutter span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-shutter span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(10px) rotate(90deg);
          transform: translateY(10px) rotate(90deg);
}

.btn-shutter span:nth-of-type(2) {
  top: 10px;
}

.btn-shutter.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(225deg);
          transform: translateY(10px) rotate(225deg);
}

.btn-shutter.active span:nth-of-type(2) {
  -webkit-transform: translateX(0) rotate(-225deg);
          transform: translateX(0) rotate(-225deg);
}

.kv-header.corporation {
  background-color: rgb(222, 243, 255);
}

.kv-header {
  background-color: rgb(255, 247, 136);
  width: 100%;
  height: 96px;
  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;
}
.kv-header .kv-title {
  height: 34.2857142857px;
  margin: 0 auto;
}
.kv-header .kv-title h1, .kv-header .kv-title .h1 {
  padding-top: 6.8571428571px;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.kv-header .kv-title h1:after, .kv-header .kv-title .h1:after {
  content: " ";
  display: block;
  width: 100%;
  height: 16px;
  margin-top: 10px;
  background-image: url(../js/../css/images/b49aa84def46c7b5d723.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media (min-width: 576px) {
  .kv-header {
    height: 120px;
  }
  .kv-header .kv-title {
    height: 46.1538461538px;
  }
  .kv-header .kv-title h1, .kv-header .kv-title .h1 {
    font-size: 24px;
  }
  .kv-header .kv-title h1:after, .kv-header .kv-title .h1:after {
    height: 16px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .kv-header {
    height: 144px;
  }
  .kv-header .kv-title {
    height: 55.3846153846px;
  }
  .kv-header .kv-title h1, .kv-header .kv-title .h1 {
    font-size: 28px;
  }
  .kv-header .kv-title h1:after, .kv-header .kv-title .h1:after {
    height: 16px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .kv-header {
    height: 168px;
  }
  .kv-header .kv-title {
    height: 64.6153846154px;
  }
  .kv-header .kv-title h1, .kv-header .kv-title .h1 {
    font-size: 32px;
  }
  .kv-header .kv-title h1:after, .kv-header .kv-title .h1:after {
    height: 20px;
    margin-top: 12px;
  }
}
@media (min-width: 1200px) {
  .kv-header {
    height: 192px;
  }
  .kv-header .kv-title {
    height: 73.8461538462px;
  }
  .kv-header .kv-title h1, .kv-header .kv-title .h1 {
    font-size: 40px;
  }
  .kv-header .kv-title h1:after, .kv-header .kv-title .h1:after {
    height: 26px;
    margin-top: 16px;
  }
}

.kv-header.stripe {
  position: relative;
}
.kv-header.stripe::before, .kv-header.stripe::after {
  position: absolute;
  content: " ";
  top: 0;
  width: 40vw;
  height: 32px;
  background-image: -webkit-repeating-linear-gradient(left, rgb(250, 207, 107), rgb(250, 207, 107) 12px, rgb(255, 247, 136) 12px, rgb(255, 247, 136) 24px);
  background-image: repeating-linear-gradient(90deg, rgb(250, 207, 107), rgb(250, 207, 107) 12px, rgb(255, 247, 136) 12px, rgb(255, 247, 136) 24px);
}
.kv-header.stripe::before {
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.kv-header.stripe::after {
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media (min-width: 576px) {
  .kv-header.stripe::before, .kv-header.stripe::after {
    width: 30vw;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .kv-header.stripe::before, .kv-header.stripe::after {
    width: 30vw;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .kv-header.stripe::before, .kv-header.stripe::after {
    width: 30vw;
    height: 56px;
  }
}
@media (min-width: 1200px) {
  .kv-header.stripe::before, .kv-header.stripe::after {
    width: 30vw;
    height: 64px;
  }
}

.paginator {
  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;
  color: rgb(250, 130, 90);
}
.paginator a {
  color: inherit;
  text-decoration: none;
}
.paginator .paginator-item {
  margin-left: 4px;
  margin-right: 4px;
}
.paginator .paginator-item.paginator-number {
  text-align: center;
  border: 2px solid rgb(250, 130, 90);
  width: 42px;
}
.paginator .paginator-item.paginator-number:hover, .paginator .paginator-item.paginator-number.paginator-item-active {
  background-color: rgb(250, 130, 90);
  color: white;
}
.paginator .paginator-item.paginator-first {
  margin-right: 16px;
}
.paginator .paginator-item.paginator-last {
  margin-left: 16px;
}

a {
  text-decoration: none;
}

a[href="0257-23-6162"],
a[href="tel:0120-256-110"],
a[href="tel:0120-258-365"],
a[href="tel:0120-119-110"] {
  color: rgb(50, 50, 50);
}

.more-look a {
  border-radius: 2rem;
  width: inherit;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
          box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
  color: rgb(50, 50, 50);
  display: inline-block;
  margin: -10px auto 0;
  background-color: rgb(255, 255, 255);
  padding: 10px 20px 8px;
  color: rgb(50, 50, 50);
}
.more-look a:hover {
  color: rgb(50, 50, 50);
  text-decoration: none;
}

.more-look.bigger a {
  border-radius: 2rem;
  width: inherit;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
          box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
  color: rgb(50, 50, 50);
}

.shade-square {
  border: 1px solid rgb(28, 15, 15);
  -webkit-box-shadow: 6px 6px 0px 0px rgb(251, 168, 141);
          box-shadow: 6px 6px 0px 0px rgb(251, 168, 141);
}
.shade-square figure {
  margin-bottom: 0;
}

.shade-diagonal {
  margin: 0 auto 0;
  width: 100%;
  padding: 10px;
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(245, 198, 88), rgb(245, 198, 88) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  background-image: repeating-linear-gradient(-45deg, rgb(245, 198, 88), rgb(245, 198, 88) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  position: relative;
}
.shade-diagonal::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "&amp;nbsp;";
  width: 100%;
  height: 100%;
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(249, 128, 84), rgb(249, 128, 84) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  background-image: repeating-linear-gradient(-45deg, rgb(249, 128, 84), rgb(249, 128, 84) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.shade-diagonal .inner {
  position: relative;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0;
}

.circle {
  display: inline-block;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  background-color: rgb(251, 168, 141);
  text-align: center;
}

.btn-flat-ellipse {
  width: 100%;
  background-color: rgb(250, 130, 90);
  font-size: 1rem;
  padding: 5px;
  color: rgb(255, 255, 255);
  text-align: center;
  border: none;
  display: inline-block;
  border: 1px solid rgb(250, 130, 90);
  border-radius: 30px;
  text-decoration: none;
}

.breadcrumbs.container {
  margin-top: 10px;
  font-size: 14px;
  color: rgb(180, 180, 180);
}

@media (max-width: 991.98px) {
  .breadcrumbs.container {
    max-width: inherit;
  }
  .breadcrumbs.container div {
    text-align: left;
  }
}
body.category-voice .category-voice.container {
  font-size: 14px;
}
body.category-voice .category-voice.container div.items .item {
  width: 100%;
  margin: 0 auto 20px;
  width: 90%;
  padding: 10px;
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(245, 198, 88), rgb(245, 198, 88) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  background-image: repeating-linear-gradient(-45deg, rgb(245, 198, 88), rgb(245, 198, 88) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  position: relative;
}
body.category-voice .category-voice.container div.items .item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "&amp;nbsp;";
  width: 100%;
  height: 100%;
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(249, 128, 84), rgb(249, 128, 84) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  background-image: repeating-linear-gradient(-45deg, rgb(249, 128, 84), rgb(249, 128, 84) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
body.category-voice .category-voice.container div.items .item .inner {
  position: relative;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0;
}
body.category-voice .category-voice.container div.items .item &gt; .item-content {
  position: relative;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  padding: 10px 10px 30px 10px;
}
body.category-voice .category-voice.container div.items .item &gt; .item-content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.category-voice .category-voice.container div.items .item &gt; .item-content figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 36%;
  height: 80px;
  margin-right: 4%;
  background-color: #eee;
}
body.category-voice .category-voice.container div.items .item &gt; .item-content figure figcaption {
  width: 60%;
}
body.category-voice .category-voice.container div.items .item &gt; .item-content figure figcaption h3, body.category-voice .category-voice.container div.items .item &gt; .item-content figure figcaption .h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
body.category-voice .category-voice.container div.items .item &gt; .item-content figure figcaption p {
  font-size: 1rem;
  margin-bottom: 0px;
}
body.category-voice .category-voice.container div.items .item &gt; .item-content &gt; p {
  font-size: 1rem;
  margin-bottom: 0;
}
body.category-voice .category-voice.container div.items .item &gt; .item-content &gt; p.read-more {
  position: absolute;
  right: 10px;
  bottom: 5px;
  text-align: right;
}
body.category-voice .category-voice.container div.items .item &gt; .item-content &gt; p.read-more a {
  color: rgb(250, 130, 90);
  text-decoration: none;
}
@media (min-width: 576px) {
  body.category-voice .category-voice.container div.items .item .item-content figure img {
    height: 120px;
  }
}
@media (min-width: 768px) {
  body.category-voice .category-voice.container {
    font-size: 12px;
  }
  body.category-voice .category-voice.container div.items {
    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;
  }
  body.category-voice .category-voice.container div.items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 48%;
  }
  body.category-voice .category-voice.container div.items .item .item-content figure img {
    height: 80px;
  }
  body.category-voice .category-voice.container div.items .item .item-content figure figcaption h3, body.category-voice .category-voice.container div.items .item .item-content figure figcaption .h3 {
    font-size: 1.2rem;
  }
  body.category-voice .category-voice.container div.items .item .item-content figure figcaption p {
    font-size: 1rem;
  }
  body.category-voice .category-voice.container div.items .item .item-content &gt; p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  body.category-voice .category-voice.container {
    font-size: 14px;
  }
  body.category-voice .category-voice.container div.items .item .item-content figure img {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  body.category-voice .category-voice.container {
    font-size: 16px;
  }
  body.category-voice .category-voice.container div.items .item {
    width: 32%;
  }
  body.category-voice .category-voice.container div.items .item .item-content figure img {
    height: 90px;
  }
}
@media (min-width: 1400px) {
  body.category-voice .category-voice.container {
    font-size: 18px;
  }
  body.category-voice .category-voice.container div.items .item .item-content figure img {
    height: 90px;
  }
}

@media (max-width: 991.98px) {
  body.home .home-accident &gt; .container {
    max-width: inherit;
  }
}
body.home .home-accident &gt; .container {
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 0;
}
body.home .home-accident &gt; .container h2, body.home .home-accident &gt; .container .h2 {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 1.4em;
  padding: 5px 0;
  text-align: center;
  background-color: rgb(250, 130, 90);
  color: rgb(255, 255, 255);
  border-radius: 20px;
}
body.home .home-accident &gt; .container p {
  text-align: center;
}
body.home .home-accident &gt; .container .accident div.item {
  border-bottom: 1px dotted rgb(107, 107, 107);
  padding: 20px 0;
  width: 90%;
  margin: 0 auto;
  height: 100%;
}
body.home .home-accident &gt; .container .accident div.item div.banner {
  height: 80%;
  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;
}
body.home .home-accident &gt; .container .accident div.item div.banner img {
  width: 80%;
  margin: 0 auto;
  background-color: rgb(231, 230, 230);
}
body.home .home-accident &gt; .container .accident div.item div.telephone {
  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;
  height: 20%;
}
body.home .home-accident &gt; .container .accident div.item div.telephone img {
  width: 12%;
  height: initial;
}
body.home .home-accident &gt; .container .accident div.item div.telephone a {
  font-size: 1.8rem;
}
body.home .home-accident &gt; .container .accident div:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  body.home .home-accident &gt; .container {
    font-size: 16px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  body.home .home-accident &gt; .container h2, body.home .home-accident &gt; .container .h2 {
    width: 80%;
  }
  body.home .home-accident &gt; .container .accident {
    height: 200px;
    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;
  }
  body.home .home-accident &gt; .container .accident div.item {
    width: 30%;
    border-bottom: none;
    border-right: 1px dotted rgb(107, 107, 107);
    padding: 0 2%;
  }
  body.home .home-accident &gt; .container .accident div.item div.telephone {
    height: initial;
  }
  body.home .home-accident &gt; .container .accident div:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  body.home .home-accident &gt; .container {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  body.home .home-accident &gt; .container {
    font-size: 26px;
  }
}

@media (max-width: 991.98px) {
  body.home .home-advertise &gt; .container {
    max-width: inherit;
  }
}
body.home .home-advertise &gt; .container {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.home .home-advertise &gt; .container h2, body.home .home-advertise &gt; .container .h2 {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 1.4em;
  padding: 5px 0;
  text-align: center;
  background-color: rgb(250, 130, 90);
  color: rgb(255, 255, 255);
  border-radius: 20px;
}
body.home .home-advertise &gt; .container .advertise {
  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;
}
body.home .home-advertise &gt; .container .advertise div.item {
  width: 96%;
  margin: 0 auto 10px;
}
body.home .home-advertise &gt; .container .advertise div.item a img {
  width: 100%;
}
@media (min-width: 768px) {
  body.home .home-advertise &gt; .container {
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.home .home-advertise &gt; .container h2, body.home .home-advertise &gt; .container .h2 {
    width: 80%;
  }
  body.home .home-advertise &gt; .container .advertise {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.home .home-advertise &gt; .container .advertise div.item {
    width: 300px;
    margin: 0 10px 10px 0;
  }
  body.home .home-advertise &gt; .container .advertise div.item a img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.home .home-advertise &gt; .container {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  body.home .home-advertise &gt; .container {
    font-size: 26px;
  }
}

body .home-banner {
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(245, 235, 225), rgb(245, 235, 225) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
  background-image: repeating-linear-gradient(-45deg, rgb(245, 235, 225), rgb(245, 235, 225) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
  padding-top: 20px;
  padding-bottom: 20px;
}
body .home-banner .splide {
  max-width: 900px;
}
body .home-banner .splide .splide__track {
  width: 100%;
}
body .home-banner .splide .splide__track .banner {
  text-align: center;
  height: 140px;
}
body .home-banner .splide .splide__track .banner .splide__slide img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #fixed-position {
  position: static;
  bottom: 0;
  z-index: 999;
}
body #fixed-below {
  width: 94%;
  margin: 0 auto;
}
body #fixed-below .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body #fixed-below .banner img {
  width: 90%;
  margin: 0 5%;
}
@media (min-width: 576px) {
  body .home-banner .splide .splide__track .banner {
    height: 160px;
  }
}
@media (min-width: 768px) {
  body .home-banner .splide .splide__track .banner {
    height: 180px;
  }
}

@media (min-width: 1200px) {
  body.home .home-case &gt; .container {
    max-width: 1200px;
  }
}
body.home .home-case {
  background-image: -webkit-repeating-linear-gradient(left, rgb(255, 255, 255), rgb(255, 255, 255) 1px, transparent 1px, transparent 8px), -webkit-repeating-linear-gradient(bottom, rgb(255, 255, 255), rgb(255, 255, 255) 1px, rgb(231, 248, 254) 1px, rgb(231, 248, 254) 8px);
  background-image: repeating-linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255) 1px, transparent 1px, transparent 8px), repeating-linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255) 1px, rgb(231, 248, 254) 1px, rgb(231, 248, 254) 8px);
}
body.home .home-case &gt; .container {
  margin-top: 20px;
  padding: 20px 5% 30px;
  font-size: 14px;
}
body.home .home-case &gt; .container h2, body.home .home-case &gt; .container .h2 {
  width: 36%;
  max-width: 260px;
  margin: 10px auto 30px;
  text-align: center;
}
body.home .home-case &gt; .container h2 img, body.home .home-case &gt; .container .h2 img {
  width: 100%;
}
body.home .home-case &gt; .container .case figure.item {
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.home .home-case &gt; .container .case figure.item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40%;
  background-color: rgb(180, 180, 180);
  -webkit-clip-path: circle(110px at 10% 50%);
          clip-path: circle(110px at 10% 50%);
}
body.home .home-case &gt; .container .case figure.item figcaption {
  padding: 4% 2% 20px 0;
  position: relative;
}
body.home .home-case &gt; .container .case figure.item figcaption .pencil {
  font-size: 1em;
}
body.home .home-case &gt; .container .case figure.item figcaption .pencil span {
  color: rgb(250, 130, 90);
}
body.home .home-case &gt; .container .case figure.item figcaption h3, body.home .home-case &gt; .container .case figure.item figcaption .h3 {
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgb(250, 130, 90);
}
body.home .home-case &gt; .container .case figure.item figcaption p {
  font-size: 0.9em;
}
body.home .home-case &gt; .container .case figure.item figcaption p.read-more {
  position: absolute;
  right: 16px;
  bottom: -5px;
  text-align: right;
}
body.home .home-case &gt; .container .case figure.item figcaption p.read-more a {
  color: rgb(250, 130, 90);
  text-decoration: none;
}
body.home .home-case &gt; .container button {
  border-radius: 2rem;
  width: 260px;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 6px 0px 0px rgb(106, 160, 180);
          box-shadow: 3px 6px 0px 0px rgb(106, 160, 180);
  color: rgb(50, 50, 50);
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  background-color: rgb(255, 255, 255);
  padding: 10px 20px 8px;
}
body.home .home-case &gt; .container button::after {
  content: "â–¶";
  font-size: 0.8rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  body.home .home-case &gt; .container {
    margin-top: 60px;
    padding-top: 40px;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  body.home .home-case &gt; .container .case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.home .home-case &gt; .container .case figure.item {
    width: 48%;
  }
  body.home .home-case &gt; .container .case figure.item img {
    width: 38%;
    background-color: rgb(180, 180, 180);
    -webkit-clip-path: circle(100px at 10% 50%);
            clip-path: circle(100px at 10% 50%);
  }
  body.home .home-case &gt; .container .case figure.item figcaption {
    width: 56%;
  }
  body.home .home-case &gt; .container button {
    border-radius: 2rem;
    width: 300px;
    font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid rgb(28, 15, 15);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 3px 6px 0px 0px rgb(106, 160, 180);
            box-shadow: 3px 6px 0px 0px rgb(106, 160, 180);
    color: rgb(50, 50, 50);
    margin-top: 20px;
    margin-bottom: 26px;
  }
}
@media (min-width: 992px) {
  body.home .home-case &gt; .container {
    font-size: 16px;
  }
  body.home .home-case &gt; .container .case figure.item img {
    -webkit-clip-path: circle(120px at 20% 50%);
            clip-path: circle(120px at 20% 50%);
  }
  body.home .home-case &gt; .container button {
    border-radius: 2rem;
    width: 400px;
    font-size: 1.4rem;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border: 1px solid rgb(28, 15, 15);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 3px 6px 0px 0px rgb(106, 160, 180);
            box-shadow: 3px 6px 0px 0px rgb(106, 160, 180);
    color: rgb(50, 50, 50);
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.home .home-case &gt; .container {
    font-size: 18px;
  }
  body.home .home-case &gt; .container .case figure.item img {
    -webkit-clip-path: circle(140px at 20% 50%);
            clip-path: circle(140px at 20% 50%);
  }
}

@media (min-width: 992px) {
  body.home .home-consul &gt; .container {
    max-width: 992px;
  }
}
body.home .home-consul &gt; .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 0;
}
body.home .home-consul &gt; .container &gt; div {
  width: 49%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
body.home .home-consul &gt; .container &gt; div img {
  width: 100%;
}
body.home .home-consul &gt; .container &gt; div p {
  width: 85%;
  font-size: 0.92em;
  letter-spacing: 0.1px;
  line-height: 1.12em;
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
body.home .home-consul &gt; .container &gt; div button {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
}
body.home .home-consul &gt; .container .consul-person p {
  text-align: center;
}
body.home .home-consul &gt; .container .consul-person button {
  border-radius: 2rem;
  width: 60%;
  font-size: 1em;
  padding: 0px 0;
  border: 1px solid rgb(28, 15, 15);
  -webkit-box-shadow: 3px 3px 0px 0px rgb(250, 130, 90);
          box-shadow: 3px 3px 0px 0px rgb(250, 130, 90);
}
body.home .home-consul &gt; .container .consul-company p {
  text-align: center;
}
body.home .home-consul &gt; .container .consul-company button {
  border-radius: 2rem;
  width: 60%;
  font-size: 1em;
  padding: 0px 0;
  border: 1px solid rgb(28, 15, 15);
  -webkit-box-shadow: 3px 3px 0px 0px #52baef;
          box-shadow: 3px 3px 0px 0px #52baef;
}
@media (min-width: 576px) {
  body.home .home-consul &gt; .container {
    font-size: 16px;
    padding-bottom: 40px;
  }
  body.home .home-consul &gt; .container &gt; div {
    margin-left: 15px;
    margin-right: 15px;
  }
  body.home .home-consul &gt; .container &gt; div p {
    line-height: 1.6;
    top: 66%;
  }
  body.home .home-consul &gt; .container .consul-person p {
    line-height: 1.6;
  }
  body.home .home-consul &gt; .container .consul-person button {
    bottom: 14px;
    border-radius: 2rem;
    width: 54%;
    font-size: 0.9em;
    padding: 0px 0;
    border: 1px solid rgb(28, 15, 15);
    -webkit-box-shadow: 3px 3px 0px 0px rgb(250, 130, 90);
            box-shadow: 3px 3px 0px 0px rgb(250, 130, 90);
  }
  body.home .home-consul &gt; .container .consul-company button {
    bottom: 14px;
    border-radius: 2rem;
    width: 54%;
    font-size: 0.9em;
    padding: 0px 0;
    border: 1px solid rgb(28, 15, 15);
    -webkit-box-shadow: 3px 3px 0px 0px #52baef;
            box-shadow: 3px 3px 0px 0px #52baef;
  }
}
@media (min-width: 992px) {
  body.home .home-consul &gt; .container {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body.home .home-consul &gt; .container {
    font-size: 24px;
  }
}

body.home .home-feature {
  padding-top: 40px;
  overflow: hidden;
}
body.home .home-feature .separator-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  overflow: hidden;
}
body.home .home-feature .separator-top &gt; div {
  display: block;
  background-color: rgb(255, 247, 136);
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -70px;
  margin-right: -70px;
  padding-left: 70px;
  padding-right: 70px;
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(245, 235, 225), rgb(245, 235, 225) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
  background-image: repeating-linear-gradient(-45deg, rgb(245, 235, 225), rgb(245, 235, 225) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
}
body.home .home-feature .container {
  margin-top: -416px;
  padding-left: 0;
  padding-right: 0;
}
body.home .home-feature .container .feature-wrapper ul {
  margin: 0;
}
body.home .home-feature .container .feature-wrapper ul:nth-of-type(2) {
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(245, 235, 225), rgb(245, 235, 225) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
  background-image: repeating-linear-gradient(-45deg, rgb(245, 235, 225), rgb(245, 235, 225) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
}
body.home .home-feature .separator-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  overflow: hidden;
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(245, 235, 225), rgb(245, 235, 225) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
  background-image: repeating-linear-gradient(-45deg, rgb(245, 235, 225), rgb(245, 235, 225) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
}
body.home .home-feature .separator-bottom &gt; div {
  display: block;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 360px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -70px;
  margin-right: -70px;
  padding-left: 70px;
  padding-right: 70px;
}
body.home .home-feature &gt; .container {
  max-width: inherit;
}
body.home .home-feature &gt; .container h2, body.home .home-feature &gt; .container .h2 {
  margin-bottom: 10px;
  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;
}
body.home .home-feature &gt; .container h2 img, body.home .home-feature &gt; .container .h2 img {
  width: 80%;
  max-width: 480px;
}
body.home .home-feature &gt; .container ul.feature {
  width: 100%;
  padding: 0;
  list-style: none;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0.8em;
  margin-right: 3vw;
}
body.home .home-feature &gt; .container ul.feature li {
  width: 34vw;
  height: 34vw;
  max-width: 360px;
  max-height: 360px;
  border-radius: 50%;
  border: 1px solid rgb(180, 180, 180);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 5px 5px 0px 0px rgb(251, 168, 141);
          box-shadow: 5px 5px 0px 0px rgb(251, 168, 141);
  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;
}
body.home .home-feature &gt; .container ul.feature li span.marker-yellow {
  font-weight: bold;
}
body.home .home-feature &gt; .container ul.feature .tight {
  font-size: 1em;
  line-height: 1.4;
}
body.home .home-feature &gt; .container ul.feature .tight-over {
  font-size: 1em;
}
body.home .home-feature &gt; .container ul.feature:nth-of-type(1) {
  padding-top: 20px;
}
body.home .home-feature &gt; .container ul.feature:nth-of-type(1) li {
  margin-right: -10px;
}
body.home .home-feature &gt; .container ul.feature:nth-of-type(2) {
  padding-bottom: 50px;
}
body.home .home-feature &gt; .container ul.feature:nth-of-type(2) li {
  margin-top: -14px;
  margin-right: -10px;
}
@media (min-width: 576px) {
  body.home .home-feature &gt; .container h2 img, body.home .home-feature &gt; .container .h2 img {
    width: 100%;
    max-width: 480px;
  }
  body.home .home-feature &gt; .container ul.feature {
    font-size: 1.2em;
  }
  body.home .home-feature &gt; .container ul.feature li {
    width: 26vw;
    height: 26vw;
  }
  body.home .home-feature &gt; .container ul.feature .tight {
    font-size: 0.9em;
  }
  body.home .home-feature &gt; .container ul.feature .tight-over {
    font-size: 1.1em;
  }
  body.home .home-feature &gt; .container ul.feature:nth-of-type(1) li,
  body.home .home-feature &gt; .container ul.feature:nth-of-type(2) li {
    margin-top: 0px;
    margin-right: 2vw;
  }
  body.home .home-feature &gt; .container ul.feature:nth-of-type(2) {
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  body.home .home-feature &gt; .container {
    font-size: 16px;
  }
  body.home .home-feature &gt; .container h2, body.home .home-feature &gt; .container .h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  body.home .home-feature &gt; .container {
    font-size: 20px;
  }
  body.home .home-feature &gt; .container h2, body.home .home-feature &gt; .container .h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.home .home-feature &gt; .container {
    font-size: 24px;
  }
  body.home .home-feature &gt; .container h2, body.home .home-feature &gt; .container .h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  body.home .home-feature &gt; .container {
    font-size: 30px;
  }
  body.home .home-feature &gt; .container ul.feature li {
    -webkit-box-shadow: 10px 10px 0px 0px rgb(251, 168, 141);
            box-shadow: 10px 10px 0px 0px rgb(251, 168, 141);
  }
}

@media (max-width: 991.98px) {
  body.home .home-flow-voice &gt; .container.flow {
    max-width: inherit;
  }
}
@media (min-width: 992px) {
  body.home .home-flow-voice &gt; .container.flow {
    max-width: 992px;
  }
}
body.home .home-flow-voice {
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(245, 235, 225), rgb(245, 235, 225) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
  background-image: repeating-linear-gradient(-45deg, rgb(245, 235, 225), rgb(245, 235, 225) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
  padding-top: calc(16vw + 10px); /* é«˜ã•ã«åˆã‚ã›ã¦èª¿ç¯€ */
  padding-bottom: 40px;
  position: relative;
}
body.home .home-flow-voice::before, body.home .home-flow-voice::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 16vw solid rgb(255, 255, 255);
}
body.home .home-flow-voice::before {
  left: 0;
  border-left: 50vw solid transparent;
}
body.home .home-flow-voice::after {
  right: 0;
  border-right: 50vw solid transparent;
}
body.home .home-flow-voice &gt; .container.flow h2, body.home .home-flow-voice &gt; .container.flow .h2 {
  width: 40%;
  max-width: 200px;
  margin: 30px auto 0;
  text-align: center;
}
body.home .home-flow-voice &gt; .container.flow h2 img, body.home .home-flow-voice &gt; .container.flow .h2 img {
  width: 100%;
}
body.home .home-flow-voice &gt; .container.flow ul {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
body.home .home-flow-voice &gt; .container.flow ul li {
  margin: 0 auto;
  width: 30vw;
  height: 49.8vw;
  position: relative;
}
body.home .home-flow-voice &gt; .container.flow ul li img {
  width: 90%;
}
body.home .home-flow-voice &gt; .container.flow ul li img {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.home .home-flow-voice &gt; .container.flow ul li img.under {
  left: -2vw;
  bottom: -15vw;
  width: 39vw;
}
body.home .home-flow-voice &gt; .container.flow ul li:not(.first):before {
  content: "â–¶";
  color: rgb(84, 189, 45);
  font-size: 4.6vw;
  position: absolute;
  top: 60%;
  right: 75%;
  transform: translate(0%, 0%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
@media (min-width: 768px) {
  body.home .home-flow-voice &gt; .container.flow {
    margin: 0 auto;
  }
  body.home .home-flow-voice &gt; .container.flow ul {
    margin-top: 0;
  }
  body.home .home-flow-voice &gt; .container.flow ul li {
    margin: 0 auto;
    width: 12vw;
    height: 19.92vw;
  }
  body.home .home-flow-voice &gt; .container.flow ul li img.under {
    bottom: -6vw;
    width: 15.6vw;
    max-width: 220px;
  }
  body.home .home-flow-voice &gt; .container.flow ul li:not(.first):before {
    font-size: 2vw;
  }
}
@media (min-width: 992px) {
  body.home .home-flow-voice &gt; .container.flow ul {
    max-width: 1120px;
    margin: 0 auto;
  }
  body.home .home-flow-voice &gt; .container.flow ul li {
    margin: 0 auto;
    width: 10vw;
    max-width: 160px;
    height: 16.6vw;
    max-height: 265.6px;
  }
  body.home .home-flow-voice &gt; .container.flow ul li:not(.first):before {
    font-size: 2em;
  }
}
@media (min-width: 1400px) {
  body.home .home-flow-voice &gt; .container.flow ul li img.under {
    bottom: -4.8vw;
  }
}

@media (max-width: 991.98px) {
  body.home .home-flow-voice &gt; .voice &gt; .container {
    max-width: inherit;
    margin-top: 100px;
  }
}
body.home .home-flow-voice &gt; .voice &gt; .container {
  font-size: 14px;
}
body.home .home-flow-voice &gt; .voice &gt; .container h2 img, body.home .home-flow-voice &gt; .voice &gt; .container .h2 img {
  display: block;
  width: 78vw;
  margin: 0 auto -100px 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
@media (max-width: 767.98px) {
  body.home .home-flow-voice &gt; .voice &gt; .container div.items {
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 30px;
    border-radius: 80px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 3px 10px 0px 0px rgba(250, 130, 90, 0.2);
            box-shadow: 3px 10px 0px 0px rgba(250, 130, 90, 0.2);
  }
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item {
  margin: 0 auto 20px;
  width: 90%;
  padding: 10px;
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(245, 198, 88), rgb(245, 198, 88) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  background-image: repeating-linear-gradient(-45deg, rgb(245, 198, 88), rgb(245, 198, 88) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  position: relative;
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "&amp;nbsp;";
  width: 100%;
  height: 100%;
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(249, 128, 84), rgb(249, 128, 84) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  background-image: repeating-linear-gradient(-45deg, rgb(249, 128, 84), rgb(249, 128, 84) 1.4px, rgb(255, 255, 255) 1.4px, rgb(255, 255, 255) 5px);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item .inner {
  position: relative;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0;
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item &gt; .item-content {
  position: relative;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  padding: 10px 10px 30px 10px;
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item &gt; .item-content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item &gt; .item-content figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 36%;
  height: 80px;
  margin-right: 4%;
  background-color: #eee;
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item &gt; .item-content figure figcaption {
  width: 60%;
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item &gt; .item-content figure figcaption h3, body.home .home-flow-voice &gt; .voice &gt; .container div.items .item &gt; .item-content figure figcaption .h3 {
  font-size: 1.1rem;
  margin-bottom: 16px;
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item &gt; .item-content figure figcaption p {
  font-size: 0.9rem;
  margin-bottom: 0px;
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item &gt; .item-content &gt; p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item &gt; .item-content &gt; p.read-more {
  position: absolute;
  right: 10px;
  bottom: 5px;
  text-align: right;
}
body.home .home-flow-voice &gt; .voice &gt; .container div.items .item &gt; .item-content &gt; p.read-more a {
  color: rgb(250, 130, 90);
  text-decoration: none;
}
body.home .home-flow-voice &gt; .voice &gt; .container button {
  border-radius: 2rem;
  width: 260px;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
          box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
  color: rgb(50, 50, 50);
  display: block;
  margin: -10px auto 0;
  font-size: 1rem;
  background-color: rgb(255, 255, 255);
  padding: 10px 20px 8px;
}
body.home .home-flow-voice &gt; .voice &gt; .container button::after {
  content: "â–¶";
  font-size: 0.8rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  body.home .home-flow-voice &gt; .voice &gt; .container {
    margin-top: 140px;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container div.items .item .item-content figure img {
    height: 120px;
  }
}
@media (min-width: 768px) {
  body.home .home-flow-voice &gt; .voice {
    width: 100vw;
    height: 50vw;
    max-width: 1400px;
    max-height: 700px;
    margin: 0 auto;
    background-image: url(../js/../css/images/c4d765eb74dd4f288c54.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container {
    margin-top: 40px;
    width: 100vw;
    height: 50vw;
    max-width: 1400px;
    max-height: 700px;
    position: relative;
    font-size: 12px;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container div.items {
    position: absolute;
    top: 37%;
    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;
    padding: 0 5%;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container div.items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 30%;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container div.items .item .item-content figure img {
    height: 80px;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container div.items .item .item-content figure figcaption h3, body.home .home-flow-voice &gt; .voice &gt; .container div.items .item .item-content figure figcaption .h3 {
    font-size: 1.2em;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container div.items .item .item-content figure figcaption p {
    font-size: 1em;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container div.items .item .item-content &gt; p {
    font-size: 1em;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container button {
    border-radius: 2rem;
    width: 300px;
    font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid rgb(28, 15, 15);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
            box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
    color: rgb(50, 50, 50);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
@media (min-width: 992px) {
  body.home .home-flow-voice &gt; .voice &gt; .container {
    font-size: 14px;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container div.items .item .item-content figure img {
    height: 80px;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container button {
    bottom: -40px;
    border-radius: 2rem;
    width: 400px;
    font-size: 1.4rem;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border: 1px solid rgb(28, 15, 15);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
            box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
    color: rgb(50, 50, 50);
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.home .home-flow-voice &gt; .voice &gt; .container {
    font-size: 16px;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container div.items .item .item-content figure img {
    height: 90px;
  }
}
@media (min-width: 1400px) {
  body.home .home-flow-voice &gt; .voice &gt; .container {
    font-size: 18px;
  }
  body.home .home-flow-voice &gt; .voice &gt; .container div.items .item .item-content figure img {
    height: 90px;
  }
}

@media (min-width: 1200px) {
  body.home .home-guidance &gt; .container {
    max-width: 1200px;
  }
}
body.home .home-guidance &gt; .container {
  padding: 30px 5% 30px;
  font-size: 14px;
}
body.home .home-guidance &gt; .container h2, body.home .home-guidance &gt; .container .h2 {
  width: 50%;
  max-width: 200px;
  margin: 0 auto 20px;
  text-align: center;
}
body.home .home-guidance &gt; .container h2 img, body.home .home-guidance &gt; .container .h2 img {
  width: 100%;
}
body.home .home-guidance &gt; .container figure.guidance img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 50vw;
  background-color: rgb(180, 180, 180);
  margin-bottom: 20px;
}
body.home .home-guidance &gt; .container figure.guidance figcaption h3, body.home .home-guidance &gt; .container figure.guidance figcaption .h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: rgb(250, 130, 90);
  text-align: center;
}
body.home .home-guidance &gt; .container figure.guidance figcaption p {
  font-size: 0.8em;
}
body.home .home-guidance &gt; .container figure.guidance figcaption p .map {
  border: 2px solid #334feb;
  border-radius: 10px;
  font-size: 0.6em;
  font-weight: bold;
  color: #334feb;
  padding: 1px 5px;
  margin-left: 6px;
}
body.home .home-guidance &gt; .container figure.guidance figcaption p.company-name {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
body.home .home-guidance &gt; .container figure.guidance figcaption p.company-address {
  text-align: center;
  margin-bottom: 10px;
}
body.home .home-guidance &gt; .container figure.guidance figcaption .banner-inquery {
  padding: 4px 0;
  width: 92%;
  margin: auto;
  border-radius: 8px;
  background-color: rgb(250, 130, 90);
  color: rgb(255, 255, 255);
  text-align: center;
}
body.home .home-guidance &gt; .container figure.guidance figcaption .banner-inquery div:nth-child(1) {
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 2px;
}
body.home .home-guidance &gt; .container figure.guidance figcaption .banner-inquery div:nth-child(1) a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
body.home .home-guidance &gt; .container figure.guidance figcaption .banner-inquery div:nth-child(1) svg {
  width: 16px;
}
body.home .home-guidance &gt; .container figure.guidance figcaption .banner-inquery div:nth-child(2) {
  font-size: 0.9em;
}
body.home .home-guidance &gt; .container button {
  border-radius: 2rem;
  width: 260px;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
          box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
  color: rgb(50, 50, 50);
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  background-color: rgb(255, 255, 255);
  padding: 10px 20px 8px;
}
body.home .home-guidance &gt; .container button::after {
  content: "â–¶";
  font-size: 0.8rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  body.home .home-guidance &gt; .container {
    padding-top: 60px;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  body.home .home-guidance &gt; .container h2, body.home .home-guidance &gt; .container .h2 {
    margin: 0px auto 50px;
    max-width: 320px;
  }
  body.home .home-guidance &gt; .container figure.guidance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.home .home-guidance &gt; .container figure.guidance img {
    width: 48%;
    height: inherit;
    margin-bottom: 0;
  }
  body.home .home-guidance &gt; .container figure.guidance figcaption {
    width: 50%;
  }
  body.home .home-guidance &gt; .container figure.guidance figcaption h3, body.home .home-guidance &gt; .container figure.guidance figcaption .h3,
  body.home .home-guidance &gt; .container figure.guidance figcaption p.company-name,
  body.home .home-guidance &gt; .container figure.guidance figcaption p.company-address {
    text-align: left;
  }
  body.home .home-guidance &gt; .container figure.guidance figcaption .banner-inquery {
    margin: 0;
  }
  body.home .home-guidance &gt; .container button {
    border-radius: 2rem;
    width: 300px;
    font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid rgb(28, 15, 15);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
            box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
    color: rgb(50, 50, 50);
    margin-top: 30px;
    margin-bottom: 26px;
  }
}
@media (min-width: 992px) {
  body.home .home-guidance &gt; .container {
    font-size: 20px;
  }
  body.home .home-guidance &gt; .container button {
    border-radius: 2rem;
    width: 400px;
    font-size: 1.4rem;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border: 1px solid rgb(28, 15, 15);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
            box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
    color: rgb(50, 50, 50);
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.home .home-guidance &gt; .container {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  body.home .home-information &gt; .container {
    max-width: 1200px;
  }
}
body.home .home-information {
  background-image: url(../js/../css/images/13c4f2a0e798e62ffd44.png);
}
body.home .home-information &gt; .container {
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 14px;
}
body.home .home-information &gt; .container .news h2, body.home .home-information &gt; .container .news .h2,
body.home .home-information &gt; .container .blog h2,
body.home .home-information &gt; .container .blog .h2 {
  font-size: 1.6em;
  border-left: 6px solid #fbf97e;
  padding: 1px 0 1px 16px;
  margin-bottom: 14px;
}
body.home .home-information &gt; .container .news &gt; h2 &gt; img, body.home .home-information &gt; .container .news &gt; .h2 &gt; img {
  width: 6em;
}
body.home .home-information &gt; .container .blog &gt; h2 &gt; img, body.home .home-information &gt; .container .blog &gt; .h2 &gt; img {
  width: 3.8em;
}
body.home .home-information &gt; .container ul {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  list-style-type: none;
  padding: 10px;
}
body.home .home-information &gt; .container ul li {
  border-bottom: 1px dotted rgb(107, 107, 107);
  margin-bottom: 10px;
}
body.home .home-information &gt; .container ul li .date img,
body.home .home-information &gt; .container ul li .tags img {
  width: 3em;
  margin-bottom: -6px;
  margin-left: 6px;
}
body.home .home-information &gt; .container ul li p {
  font-size: 1em;
  position: relative;
}
body.home .home-information &gt; .container ul li p svg {
  position: absolute;
  top: 1px;
  right: 0;
  width: 1em;
  height: 1em;
  color: rgb(251, 168, 141);
}
body.home .home-information &gt; .container .news &gt; ul li time {
  display: inline-block;
  background-color: #ffef00;
  border-radius: 3px;
  font-size: 0.9em;
  padding: 0 0.4em;
  margin-bottom: 5px;
}
body.home .home-information &gt; .container .blog &gt; ul li time {
  font-size: 0.9em;
}
@media (min-width: 768px) {
  body.home .home-information &gt; .container {
    font-size: 16px;
  }
  body.home .home-information &gt; .container .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.home .home-information &gt; .container .information .news,
  body.home .home-information &gt; .container .information .blog {
    width: 49%;
    height: inherit;
  }
  body.home .home-information &gt; .container .information .news h2, body.home .home-information &gt; .container .information .news .h2,
  body.home .home-information &gt; .container .information .blog h2,
  body.home .home-information &gt; .container .information .blog .h2 {
    font-size: 1.3em;
  }
  body.home .home-information &gt; .container .information .news ul,
  body.home .home-information &gt; .container .information .blog ul {
    height: inherit;
  }
  body.home .home-information &gt; .container .information .news ul li &gt; p,
  body.home .home-information &gt; .container .information .blog ul li &gt; p {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  body.home .home-information &gt; .container {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body.home .home-information &gt; .container {
    font-size: 18px;
  }
}

body.home .key-visual #splide_visual {
  position: relative;
}
body.home .key-visual #splide_visual .splide__slide {
  width: 100%;
}
body.home .key-visual #splide_visual .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
body.home .key-visual #splide_visual .key-visual-copy {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 6px 2px 6px 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0.5));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.5));
}
body.home .key-visual #splide_visual .key-visual-copy h1, body.home .key-visual #splide_visual .key-visual-copy .h1 {
  font-size: 0.96rem;
  font-weight: bold;
  line-height: 1.3rem;
  letter-spacing: 0.16rem;
  text-align: center;
  margin-bottom: 0;
  color: rgb(242, 115, 70);
  text-shadow: 1.4px 1.4px 0.6px rgb(255, 255, 255), 0px 1.4px 0.6px rgb(255, 255, 255), 1.4px 0px 0.6px rgb(255, 255, 255), -1.4px -1.4px 0.6px rgb(255, 255, 255), 0px -1.4px 0.6px rgb(255, 255, 255), -1.4px 0px 0.6px rgb(255, 255, 255), 1.4px -1.4px 0.6px rgb(255, 255, 255), -1.4px 1.4px 0.6px rgb(255, 255, 255), 2px 2px 1px rgb(180, 180, 180);
}
body.home .key-visual #splide_visual .key-visual-copy h1 span, body.home .key-visual #splide_visual .key-visual-copy .h1 span {
  font-size: 2vw;
}
@media (min-width: 576px) {
  body.home .key-visual #splide_visual .splide__slide {
    width: 80%;
    max-width: 920px;
    max-height: 460px;
  }
  body.home .key-visual #splide_visual .key-visual-copy {
    bottom: 20px;
    padding: 20px 0;
  }
  body.home .key-visual #splide_visual .key-visual-copy h1, body.home .key-visual #splide_visual .key-visual-copy .h1 {
    font-size: 1rem;
    line-height: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
@media (min-width: 768px) {
  body.home .key-visual #splide_visual .key-visual-copy {
    bottom: 20px;
    padding: 20px 0;
  }
  body.home .key-visual #splide_visual .key-visual-copy h1, body.home .key-visual #splide_visual .key-visual-copy .h1 {
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
  }
}
@media (min-width: 992px) {
  body.home .key-visual #splide_visual .key-visual-copy {
    bottom: 20px;
    padding: 20px 0;
  }
  body.home .key-visual #splide_visual .key-visual-copy h1, body.home .key-visual #splide_visual .key-visual-copy .h1 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
  }
}

@media (min-width: 1200px) {
  body.home .home-service &gt; .container {
    max-width: 1200px;
  }
}
body.home .home-service {
  margin-top: -220px;
}
body.home .home-service .container h2, body.home .home-service .container .h2 {
  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;
  margin-bottom: 0;
}
body.home .home-service .container h2 img, body.home .home-service .container .h2 img {
  width: 100%;
  max-width: 800px;
}
body.home .home-service .container .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2vw;
}
body.home .home-service .container .service figure {
  position: relative;
  width: 42vw;
  height: 33.6vw;
  border-radius: 12px;
  margin-right: 2vw;
}
body.home .home-service .container .service figure img {
  height: 17.5vw;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
body.home .home-service .container .service figure figcaption {
  margin: 1% 1%;
  height: 98%;
  border-radius: 10px;
  color: rgb(61, 48, 52);
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.home .home-service .container .service figure figcaption p {
  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;
  line-height: 1.2;
  height: 4vw;
  text-align: center;
}
body.home .home-service .container .service figure.life {
  border: 2px solid rgb(250, 170, 190);
}
body.home .home-service .container .service figure.life figcaption {
  background-color: rgb(250, 170, 190);
}
body.home .home-service .container .service figure.sick {
  border: 2px solid rgb(165, 190, 250);
}
body.home .home-service .container .service figure.sick figcaption {
  background-color: rgb(165, 190, 250);
}
body.home .home-service .container .service figure.old {
  border: 2px solid rgb(250, 245, 115);
}
body.home .home-service .container .service figure.old figcaption {
  background-color: rgb(250, 245, 115);
}
body.home .home-service .container .service figure.house {
  border: 2px solid rgb(200, 240, 100);
}
body.home .home-service .container .service figure.house figcaption {
  background-color: rgb(200, 240, 100);
}
body.home .home-service .container .service figure.vehicle {
  border: 2px solid rgb(250, 190, 145);
}
body.home .home-service .container .service figure.vehicle img {
  width: 22.68vw;
  height: auto;
  bottom: 18%;
}
body.home .home-service .container .service figure.vehicle figcaption {
  background-color: rgb(250, 190, 145);
}
body.home .home-service .container .service figure.living {
  border: 2px solid rgb(120, 230, 220);
}
body.home .home-service .container .service figure.living figcaption {
  background-color: rgb(120, 230, 220);
}
@media (min-width: 576px) {
  body.home .home-service &gt; .container h2 img, body.home .home-service &gt; .container .h2 img {
    width: 80%;
  }
  body.home .home-service &gt; .container .service figure {
    width: 23vw;
    max-width: 340px;
    height: 18.4vw;
    max-height: 272px;
  }
  body.home .home-service &gt; .container .service figure img {
    height: 9.5833333333vw;
    max-height: 141.6666666667px;
  }
  body.home .home-service &gt; .container .service figure figcaption p {
    height: 3vw;
    font-size: 0.8rem;
  }
  body.home .home-service &gt; .container .service figure.vehicle img {
    width: 12.42vw;
    max-width: 183.6px;
    height: auto;
  }
}
@media (min-width: 768px) {
  body.home .home-service &gt; .container h2 img, body.home .home-service &gt; .container .h2 img {
    width: 70%;
  }
  body.home .home-service &gt; .container .service figure &gt; figcaption &gt; p {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  body.home .home-service &gt; .container .service figure &gt; figcaption &gt; p {
    font-size: 1.4rem;
  }
}

body &gt; main article.aboutus {
  max-width: 992px;
  margin: 0 auto;
}
body &gt; main article.aboutus .greeting {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body &gt; main article.aboutus iframe.googlemap {
  width: 100%;
  aspect-ratio: 16/8;
}
body &gt; main article.aboutus .dl-simple dl {
  width: 100%;
  font-size: 1rem;
}
body &gt; main article.aboutus .dl-simple dl dt {
  width: 100%;
  text-align: center;
  background-color: #a6c7d8;
  font-weight: normal;
  padding: 5px;
}
@media (min-width: 768px) {
  body &gt; main article.aboutus .dl-simple dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body &gt; main article.aboutus .dl-simple dl dt {
    width: 30%;
    height: 2.1em;
  }
  body &gt; main article.aboutus .dl-simple dl dd {
    width: 60%;
  }
}
@media (min-width: 992px) {
  body &gt; main article.aboutus .dl-simple dl dt {
    width: 20%;
  }
  body &gt; main article.aboutus .dl-simple dl dd {
    width: 70%;
  }
}
body &gt; main article.aboutus .link-block-color {
  text-align: center;
}
body &gt; main article.aboutus .link-block-color .wp-block-column {
  background-color: #a6c7d8;
  width: 31%;
  height: 3rem;
  line-height: 3rem;
}
body &gt; main article.aboutus .link-block-color .wp-block-column a {
  text-decoration: none;
}
body &gt; main article.aboutus .link-block-color .wp-block-column a,
body &gt; main article.aboutus .link-block-color .wp-block-column a:hover {
  color: rgb(50, 50, 50);
}
body &gt; main article.aboutus .link-block-color .wp-block-column a:before {
  content: "\f0c1";
  margin-right: 10px;
}
@media (min-width: 576px) {
  body &gt; main article.aboutus .greeting {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body &gt; main article.inquiry,
body &gt; main article.inquiry-confirm,
body &gt; main article.reserve,
body &gt; main article.reserve-confirm {
  max-width: 800px;
  margin: 0 auto;
}
body &gt; main article.inquiry form input[type=submit],
body &gt; main article.inquiry-confirm form input[type=submit],
body &gt; main article.reserve form input[type=submit],
body &gt; main article.reserve-confirm form input[type=submit] {
  border-radius: 2rem;
  width: 280px;
  font-size: 1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 6px 0px 0px #a6c7d8;
          box-shadow: 3px 6px 0px 0px #a6c7d8;
  color: rgb(50, 50, 50);
}
body &gt; main article.inquiry form .row .title span,
body &gt; main article.inquiry form .col .title span,
body &gt; main article.inquiry-confirm form .row .title span,
body &gt; main article.inquiry-confirm form .col .title span,
body &gt; main article.reserve form .row .title span,
body &gt; main article.reserve form .col .title span,
body &gt; main article.reserve-confirm form .row .title span,
body &gt; main article.reserve-confirm form .col .title span {
  background-color: rgb(231, 230, 230);
  padding: 2px 5px;
  margin-right: 10px;
}
body &gt; main article.inquiry form .row .title span.require,
body &gt; main article.inquiry form .col .title span.require,
body &gt; main article.inquiry-confirm form .row .title span.require,
body &gt; main article.inquiry-confirm form .col .title span.require,
body &gt; main article.reserve form .row .title span.require,
body &gt; main article.reserve form .col .title span.require,
body &gt; main article.reserve-confirm form .row .title span.require,
body &gt; main article.reserve-confirm form .col .title span.require {
  background-color: #f60307;
  color: rgb(255, 255, 255);
}
body &gt; main article.inquiry form .row input[type=text],
body &gt; main article.inquiry form .row input[type=email],
body &gt; main article.inquiry form .row input[type=tel],
body &gt; main article.inquiry form .row textarea,
body &gt; main article.inquiry form .col input[type=text],
body &gt; main article.inquiry form .col input[type=email],
body &gt; main article.inquiry form .col input[type=tel],
body &gt; main article.inquiry form .col textarea,
body &gt; main article.inquiry-confirm form .row input[type=text],
body &gt; main article.inquiry-confirm form .row input[type=email],
body &gt; main article.inquiry-confirm form .row input[type=tel],
body &gt; main article.inquiry-confirm form .row textarea,
body &gt; main article.inquiry-confirm form .col input[type=text],
body &gt; main article.inquiry-confirm form .col input[type=email],
body &gt; main article.inquiry-confirm form .col input[type=tel],
body &gt; main article.inquiry-confirm form .col textarea,
body &gt; main article.reserve form .row input[type=text],
body &gt; main article.reserve form .row input[type=email],
body &gt; main article.reserve form .row input[type=tel],
body &gt; main article.reserve form .row textarea,
body &gt; main article.reserve form .col input[type=text],
body &gt; main article.reserve form .col input[type=email],
body &gt; main article.reserve form .col input[type=tel],
body &gt; main article.reserve form .col textarea,
body &gt; main article.reserve-confirm form .row input[type=text],
body &gt; main article.reserve-confirm form .row input[type=email],
body &gt; main article.reserve-confirm form .row input[type=tel],
body &gt; main article.reserve-confirm form .row textarea,
body &gt; main article.reserve-confirm form .col input[type=text],
body &gt; main article.reserve-confirm form .col input[type=email],
body &gt; main article.reserve-confirm form .col input[type=tel],
body &gt; main article.reserve-confirm form .col textarea {
  background-color: rgb(239, 244, 255);
  border: none;
  padding: 2px 5px;
}
body &gt; main article.inquiry .previous input[type=button],
body &gt; main article.inquiry-confirm .previous input[type=button],
body &gt; main article.reserve .previous input[type=button],
body &gt; main article.reserve-confirm .previous input[type=button] {
  border-radius: 30px;
  padding: 5px 30px;
  font-size: 14px;
  border: 1px solid #999;
}
body &gt; main article.inquiry form &gt; .row,
body &gt; main article.inquiry form &gt; .col,
body &gt; main article.inquiry-confirm form &gt; .row,
body &gt; main article.inquiry-confirm form &gt; .col,
body &gt; main article.reserve form &gt; .row,
body &gt; main article.reserve form &gt; .col,
body &gt; main article.reserve-confirm form &gt; .row,
body &gt; main article.reserve-confirm form &gt; .col {
  font-size: 1rem;
  margin-bottom: 20px;
}
body &gt; main article.inquiry form &gt; .row &gt; .row,
body &gt; main article.inquiry-confirm form &gt; .row &gt; .row,
body &gt; main article.reserve form &gt; .row &gt; .row,
body &gt; main article.reserve-confirm form &gt; .row &gt; .row {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  body &gt; main article.inquiry form .row .frame,
  body &gt; main article.inquiry form .col .frame,
  body &gt; main article.inquiry-confirm form .row .frame,
  body &gt; main article.inquiry-confirm form .col .frame,
  body &gt; main article.reserve form .row .frame,
  body &gt; main article.reserve form .col .frame,
  body &gt; main article.reserve-confirm form .row .frame,
  body &gt; main article.reserve-confirm form .col .frame {
    border: 1px solid #b4b4b4;
    padding: 2px 5px;
    height: 2em;
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  body &gt; main article.inquiry form .row .frame,
  body &gt; main article.inquiry form .col .frame,
  body &gt; main article.inquiry-confirm form .row .frame,
  body &gt; main article.inquiry-confirm form .col .frame,
  body &gt; main article.reserve form .row .frame,
  body &gt; main article.reserve form .col .frame,
  body &gt; main article.reserve-confirm form .row .frame,
  body &gt; main article.reserve-confirm form .col .frame {
    border: 1px solid #b4b4b4;
    padding: 2px 5px;
  }
}
body.page &gt; main article.page {
  margin-top: 40px;
}
@media (max-width: 781px) {
  body.page &gt; main article.page .entry-content .wp-block-columns.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 782px) {
  body.page &gt; main article.page .entry-content .wp-block-columns.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.page &gt; main article.page.consultation .entry-content .more-look a {
  border-radius: 2rem;
  width: 260px;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
          box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
  color: rgb(50, 50, 50);
  display: block;
  margin: -10px auto 0;
  background-color: rgb(255, 255, 255);
  padding: 10px 20px 8px;
  color: rgb(50, 50, 50);
}
body.page &gt; main article.page.consultation .entry-content .more-look.bigger a {
  border-radius: 2rem;
  width: 300px;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
          box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
  color: rgb(50, 50, 50);
}
body.page &gt; main article.page.corporation .entry-content .more-look a {
  border-radius: 2rem;
  width: 260px;
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 6px 0px 0px rgb(72, 209, 204);
          box-shadow: 3px 6px 0px 0px rgb(72, 209, 204);
  color: rgb(50, 50, 50);
  display: block;
  margin: -10px auto 0;
  background-color: rgb(255, 255, 255);
  padding: 10px 20px 8px;
  color: rgb(50, 50, 50);
}
body.page &gt; main article.page.corporation .entry-content .more-look.bigger a {
  border-radius: 2rem;
  width: 300px;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgb(28, 15, 15);
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
          box-shadow: 3px 6px 0px 0px rgb(251, 168, 141);
  color: rgb(50, 50, 50);
}
body &gt; main article.page.consultation h3, body &gt; main article.page.consultation .h3 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARMAAAApCAYAAAAWP83HAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKNElEQVR4nO2deZCUxRXAf70e4RZlUSSowSMe8dh4QEx5kogmCm7QxBxVWnYSjKmoOTpW1KQ0h9GYTuEVyiN2SmOsRExEFxIVg0KMCSjeqKhQyqGIKCCCgGDnj/eG+XaY2Z1dZnZ21v5VdfVMf9/X/Zj+eP369eteE4N7AXjXWD+SRCKR6CAxuFlA/wagERgRgzuoxjIlEok6IwbXBIwAGhuAqVo+tmYSJRKJeqVZ83sbgHv0y5jayJJIJOqYZs0nNwDTgA3IVGeXmomUSCTqihjcJ4BDgDXAgw3G+veAhwADfLGGsiUSifqiWfP7jPXrGvRLi+bJb5JIJMrlVM0nA+SUyRTNT4jBfayrJUokEvVFDG4n4BhgI7qI0wBgrH8NeAboC4yqlYCJRKJuGIPojxnG+hWQt0wgb52kVZ1EItEezZpPzhVklUlaIk4kEu0Sg+sNnKhf782VZ5XJ48CbwDCNakskEolijAZ6A08Y6xfmCjcrE2P9h+SjYZN1kkgkStGs+eRsYUPBTbkl4qRMEonEFsTgtiGvHyZnrxUqk2nAeuDwGNyQ6ouWSCTqjKOAQcACY/2z2QutlImxfg0wHYmGPaXLxEskEvVCs+aTCy8UWiaQpjqJRKI0raJes2xb5OYWYCISDdvbWP9+FQWrKTG4bYEdNfXXBLA90Ec/99IUgVWZxzcBqzWt0bQaWGWsj1UXPrHVxOAGIn3eBwnYHKDft8nctgNiqW8A1mrZeiD3/2Id8l6sAFYa69dVXfAaEYM7GBgOvAU8Wnh9C2VirF8cg3sKaEKiYacW3tPd0d3PwzJpN027IodB7QgMBPpVo/kY3HLgbU3LgDeARZoWa77QWL+xCu1/pFEH4e6asn2/i6ZGZM4/iOKW+da2vw5YqWkF+T5/XfOF+nlJHfZ/s+YtxvpNhReLWSYggShNyFSnWyqTGNx2wD7AfsABwL6ZvG+Z1Wwi3+kryI886zShZRv0cz/yv5lBRq2+5Ee2gcjoNlhTW2yMwc0HXgZeAeYCzwLPqe8q0QYxuD7Ap4CDgQOBvZH3YU9guzKrWYX0/1pN72lZzrLcqGVonX2LfO6F9PtAZJDqBQzRBHBkibY/iMG9DMwDXtD8eWCesX51mfJ3Nc2a31PsoilWGIM7ApgNLAF2q7XZHoNrQJTGiEw6hNLKcCUyCuRGguyIsAxVHtXoNJU1N/I1IqPhUGSUzI2WeyCjZdEqgAXAHKQP/ocEB/XY6WZ7xOB6AZ8GRmo6DNiL0pbFYuBVWvf/60hQZs5iXK6xVZWWtTd5y3cQ+X7PvQM5a2nXUlUgimW2pseAp4316ysta0eIwe0OvIYo3cZi72MpZWKQH38IcKix/slqClqk/W2QF+YEZKo1gi2nJBF5YbJa/UXgeWP9O10mbCfRl25vTfsio+shiNIsVJIbEeXyMPAv4D/G+rX0UNTq+CxwnKaRbPmbbEL6+1lN8xAL76V6ULwxuL5Iv+9fJC/8t24AngIeRMI3HjXWb6ALicGdD1wD3G2sH1fsnqLKRB++GfgWcJmx/ufVEbFVe7sDJyEK5HOIds+yBJiFaOrZwGPd2BzsNDG47ZEXaiSiRI/U79m++gCYgUxBW4z187tazkqjp3aNQUISjkOc4JsvI4pjFmKpPQbMrfVoXQ30CJAm4AjyVvgnad3/a5H+nwb8w1g/rwvkmg4cD5xlrL+t2D1tKZOxyNzoCWP9YVUScC/gK8DpwKEFl19FfqxpwCPG+jeqIUM9EIPbATgasdJGIX6CbN89B9wJ/NVY/1LXS9g5tP+/DHwDscyyPIOcAPgwMLMerM1qof1/FDLQnoD4BrPMBe4G7jDWv1CF9ndC3AMAO5fqi7aUSW/gHcShNMxYv6RCgg0Avg6cSWvn1BrEjHsAeMBY/0ol2uuJxOB2Ro7YPAXZdNU/c/lxIAB/Nta/WwPx2iQG1x/4KmL1jshcWoMMHFOAqcb6pTUQry6IwQ1FlMpo5B0YkLk8B7gNuM1Yv7JC7Z0J3Ao8ZKwved5RSWWilbQgwp5jrL9pKwU6EDgf+Bp5/8daJPjlLuQcyW4/1+1uqFk8GlHQY8ivMqwF/gJMMNY/VyPxNhOD2w/4ASJntv9bgEnAlJ44bak2Oi0eBZwBjCOvWN5HrNUJxvqnt7KNvwNfAi4w1l9b6r72lMl44EakozsVERuDOxa4kNaHVT8C/AH4mx5onagA6rg8Hfg2Yhbn+CdwpbF+Zg1k+gxwCXAy+fftv8AtyLQs9X+F0NnEqUj/Zy2IB4GrjPXTOlnnW8ggtUf2yIFC2lMmH0eW1dYBO3XEcojBnQRchJwTidZxK3CdsX5uufUkOodaAt8HzkKmqgD3A5cY6+d0QftNwC/J7/HaAPwJuKZwg1ii8sTg9gEuAM4mH809G7gCuKfccI8Y3Bgk7uxJY32hX7MVbSoTrWwO4hwda6xvaedeg5jaFyOrESBBQNcB1xrr32pf/EQlicENBs4DfoiMLhGxCi4y1i+vQns7Ar8CvoPEgawBrkfM7Tcr3V6ibdR5+j3ExTBIi+cClwOT2ovCjcHdAljgUmP9L9q6txxlchlwKXCzsX58iXsagNMQJdKkxW8DVwPXV8oRlOg8MbhG4CfIS7Ud4lw/x1h/VwXbGItMXwcjcSATgV8nZ2rticH1A8YDPyYfnTsf+A1wa7G4FY33egPpz6b2fC/lKJNDEQ/xUmBo1jzSjXJnIHPi/bV4KTABmJjmw90Pnf5MRGIGAP4IfHdrNqipE/Bq4Fwt+rfWWXPHb6I16rA/G/FjDtfixcDvgBuzrowY3NHATOBVY/3wwroKKWej05NIwNgQ4HBtZPsYnEUCiW5HFMkiZI6+p7H+qqRIuifG+heRoMDzkN2vZwPTdbm5w8TgBiFLuucifhEHHJsUSffEWL/eWH8DEgh3FhJBPgwxABbF4C7S3dTQxtklResu56YY3A3AOcBvkX0jF5PfW7JAy0NXh/gmtg51krYgL9N84Hhj/aIOPD8MceoegFikY4z1j1dB1ESVUBdFM/BTZP8TiJ/z90gYx3DgOGP9jPbqKleZnEz+7+rkmAdcCdxeh1upE4oGQN2PRKAuAUaVE0Ubg9tbn9sTsVBPbGvZMNH90RXYi5Fo6xxvA7sUO3KgkHKVSW8knLYfErp9OXBnNXZdJroeXYG5D4lIXQ58vi1nWwzuIL1/KPAEcFJaqes5xOCOQZTKicgCynnlPFeWMtEGjkTO77i/1kcSJCqPevvvRRyz7wJfMNZvcZpWDG4kYqU2IsGHpxjrVxXel6h/YnC7AsvKsUqgA8ok0fNRT/8kJFbofeDUbNRkDG4UsqFsAGKZnNaTj0JIdIyKH1uXqF90b8w44A7kL7ZNjcGNg80xJFMQRTIJUTRJkSQ2kyyTxBZoJPNEJIr1Q+Am4JtIsFsAxpdr+iY+OiRlkihJDO4KJGo2xwTgR8lnlkgkOkwM7sIY3AcxuJ/VWpZE9+b/MbxSKDIYUX0AAAAASUVORK5CYII=);
}
body &gt; main article.page.consultation .items-wrap .item button,
body &gt; main article.page.consultation .items-wrap .item a {
  width: 100%;
  background-color: rgb(250, 130, 90);
  font-size: 0.8em;
  padding: 5px;
  color: rgb(255, 255, 255);
  text-align: center;
  border: none;
  display: block;
  text-decoration: none;
}
body &gt; main article.page.corporation h2, body &gt; main article.page.corporation .h2 {
  margin-bottom: 30px;
}
body &gt; main article.page.corporation h3, body &gt; main article.page.corporation .h3 {
  background-image: url(../js/../css/images/3a32c6747087c41bedb6.png);
}
body &gt; main article.page.corporation .items-wrap .item button,
body &gt; main article.page.corporation .items-wrap .item a {
  width: 100%;
  background-color: #3b4db4;
  font-size: 0.8em;
  padding: 5px;
  color: rgb(255, 255, 255);
  text-align: center;
  border: none;
  display: block;
  text-decoration: none;
}
body &gt; main article.page {
  font-size: 16px;
}
body &gt; main article.page h2, body &gt; main article.page .h2 {
  text-align: center;
}
body &gt; main article.page .triangle-wrap {
  text-align: center;
}
body &gt; main article.page .triangle-wrap span {
  display: inline-block;
  width: 1.1em;
  height: 0.6285714286em;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
  margin-right: 0.2em;
}
body &gt; main article.page h3, body &gt; main article.page .h3 {
  font-size: 0.9em;
  height: 2.8em;
  text-align: center;
  margin-bottom: 1.6em;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
body &gt; main article.page .items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body &gt; main article.page .items-wrap .item {
  margin: 10px 0;
  padding: 4% 4%;
  width: 44%;
  border: 1px solid rgb(50, 50, 50);
}
body &gt; main article.page .items-wrap .item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/4;
  margin-bottom: 1em;
}
body &gt; main article.page .items-wrap .item figure figcaption {
  width: 100%;
  font-size: 0.9em;
}
body &gt; main article.page .items-wrap .item {
  position: relative;
  background-color: rgb(255, 255, 255);
}
body &gt; main article.page .items-wrap .item::after {
  position: absolute;
  left: 7px;
  bottom: -7px;
  z-index: -2;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background-image: -webkit-repeating-linear-gradient(135deg, rgb(247, 227, 201), rgb(247, 227, 201) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
  background-image: repeating-linear-gradient(-45deg, rgb(247, 227, 201), rgb(247, 227, 201) 1.6px, rgb(255, 255, 255) 1.6px, rgb(255, 255, 255) 4px);
}
@media (min-width: 576px) {
  body &gt; main article.page {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body &gt; main article.page {
    max-width: 992px;
    font-size: 16px;
  }
  body &gt; main article.page p {
    font-size: 1rem;
  }
  body &gt; main article.page .items-wrap .item {
    padding: 2%;
    width: 30%;
  }
}
@media (min-width: 992px) {
  body &gt; main article.page {
    font-size: 20px;
  }
  body &gt; main article.page p {
    font-size: 1.1rem;
  }
  body &gt; main article.page .items-wrap .item figure figcaption {
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) {
  body &gt; main article.page {
    font-size: 20px;
  }
  body &gt; main article.page p {
    font-size: 1.2rem;
  }
  body &gt; main article.page .items-wrap .item figure figcaption {
    font-size: 0.7em;
  }
}

/*
body .is-layout-flex {
  display: flex;
}

.wp-block-columns {
  align-items: normal!important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap!important;
  margin-bottom: 1.75em;
}
@media (min-width: 782px) {
  .wp-block-columns {
      flex-wrap: nowrap!important;
  }
}

@media (max-width: 781px)
.wp-block-columns:not(.is-not-stacked-on-mobile)&gt;.wp-block-column {
    flex-basis: 100%!important;
}
@media (min-width: 782px)
.wp-block-columns:not(.is-not-stacked-on-mobile)&gt;.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
}
*/
body &gt; main article.recruit .recruit-message {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1em;
  margin: 1em auto;
  border-radius: 6px;
  font-size: 1.2em;
  text-align: center;
}
body &gt; main article.recruit .recruit-open {
  background-color: #e0f7e9;
  color: #0a7f40;
}
body &gt; main article.recruit .recruit-closed {
  background-color: #fce4e4;
  color: #c00;
}
body &gt; main article.recruit .recruit-contact {
  border: 1px solid #000;
  padding: 5%;
}
body &gt; main article.recruit .recruit-contact figure.telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body &gt; main article.recruit .recruit-contact figure.telephone div.lady img {
  width: 80px;
}
body &gt; main article.recruit .recruit-contact figure.telephone figcaption div.tel-number svg {
  font-size: 1.6rem;
}
body &gt; main article.recruit .recruit-contact figure.telephone figcaption div.tel-number span {
  font-size: 1.6rem;
}
body &gt; main article.recruit .recruit-contact figure.telephone figcaption div.operation-time span:nth-of-type(1) {
  font-size: 1rem;
}
body &gt; main article.recruit .recruit-contact figure.telephone figcaption div.operation-time span:nth-of-type(2) {
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  body &gt; main article.recruit .recruit-contact {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  body &gt; main article.recruit .recruit-contact figure.telephone div.lady img {
    margin-right: 20px;
  }
  body &gt; main article.recruit .recruit-contact figure.telephone figcaption {
    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;
  }
  body &gt; main article.recruit .recruit-contact figure.telephone figcaption div.tel-number svg {
    font-size: 2rem;
  }
  body &gt; main article.recruit .recruit-contact figure.telephone figcaption div.tel-number span {
    font-size: 2rem;
  }
  body &gt; main article.recruit .recruit-contact figure.telephone figcaption div.operation-time span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  body &gt; main article.recruit .recruit-contact figure.telephone figcaption div.operation-time span:nth-of-type(2) {
    font-size: 1rem;
  }
  body &gt; main article.recruit .recruit-flow {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.single main a {
  color: #334feb;
}
body.single main article.container {
  margin-top: 40px;
}
body.single main article.container .entry-content {
  font-size: 16px;
}
body.single main article.container .entry-content h1, body.single main article.container .entry-content .h1 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
body.single main article.container .entry-content p {
  font-size: 1rem;
}
@media (min-width: 576px) {
  body.single main article.container {
    max-width: 992px;
  }
  body.single main article.container .entry-content {
    font-size: 20px;
  }
  body.single main article.container .entry-content p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  body.single main article.container .entry-content {
    font-size: 22px;
  }
  body.single main article.container .entry-content p {
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=style.css.map*/</pre></body></html>