﻿@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*@font-face {
    font-family: 'Benton Sans';
    src: url('../fonts/Benton Sans Regular.woff2') format('woff2'),
         url('../fonts/Benton Sans Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('../fonts/Benton Sans Italic.woff2') format('woff2'),
         url('../fonts/Benton Sans Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('../fonts/Benton Sans Bold.woff2') format('woff2'),
         url('../fonts/Benton Sans Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('../fonts/Benton Sans Bold Italic.woff2') format('woff2'),
         url('../fonts/Benton Sans Bold Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}*/
.image-cover-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.btn-link {
  font-weight: 700 !important;
  text-decoration: none !important;
}
.btn-link:hover {
  opacity: 0.6 !important;
}

.btn-outline-light.download {
  display: inline-flex;
  align-items: center;
}
.btn-outline-light.download:after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%23ffffff"/></svg>') no-repeat center;
  background-position-y: center;
  background-repeat: no-repeat;
  color: #013f58;
  margin-left: 0.75rem;
  width: 18px;
  height: 18px;
}
.btn-outline-light.download:hover:after {
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%2318244F"/></svg>') no-repeat center;
}

.btn-outline-primary.download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-primary.download:after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%2318244F"/></svg>') no-repeat center;
  background-position-y: center;
  background-repeat: no-repeat;
  color: #013f58;
  margin-left: 0.75rem;
  width: 18px;
  height: 18px;
}
.btn-outline-primary.download:hover:after {
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%23ffffff"/></svg>') no-repeat center;
}

.btn-secondary.download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary.download:after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%2318244F"/></svg>') no-repeat center;
  background-position-y: center;
  background-repeat: no-repeat;
  color: #013f58;
  margin-left: 0.75rem;
  width: 18px;
  height: 18px;
}
.btn-secondary.download:hover:after {
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.92 12.08L12 20L4.08 12.08L5.5 10.67L11 16.17V2H13V16.17L18.5 10.66L19.92 12.08ZM12 20H2V22H22V20H12Z" fill="%23ffffff"/></svg>') no-repeat center;
}

.btn-link.arrow {
  display: inline-flex;
  align-items: center;
}
.btn-link.arrow:after {
  content: "";
  background: url(../img/chevron-right-navy-60.svg) no-repeat;
  display: inline-block;
  margin-left: 0.5em;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn-link.arrow:hover:after {
  transform: translateX(5px);
}

.checklist li {
  list-style: none;
  padding-left: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14.49'%3E%3Cpath fill='%2318244f' d='M19.83 1.84L7.35 14.31c-.11.11-.26.17-.42.17s-.31-.06-.42-.17L.17 7.97c-.11-.11-.17-.26-.17-.42s.06-.31.17-.42l.82-.82c.11-.11.26-.17.42-.17s.31.06.42.17l5.1 5.1L18.17.17c.23-.23.6-.23.84 0l.82.84c.11.11.17.26.17.42s-.06.31-.17.42z'/%3E%3C/svg%3E") no-repeat left center;
  background-size: 20px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.border-bottom-slate {
  border-bottom: 1px solid #808FA8 !important;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.84375rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.778em;
  color: #808FA8;
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  color: #013f58;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control .input-row {
  margin-bottom: 1rem;
}
.form-control .radio input[type=radio] {
  margin-right: 0.675rem;
}
.form-control:focus {
  color: #013f58;
  background-color: #ffffff;
  border-color: rgb(128, 159, 171.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 63, 88, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #808FA8;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 10px 16px;
  margin: -10px -16px;
  margin-inline-end: 16px;
  color: #013f58;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 10px 16px;
  margin: -10px -16px;
  margin-inline-end: 16px;
  color: #013f58;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #013f58;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.75rem;
  font-size: 0.84375rem;
  border-radius: 0.375rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.75rem;
  margin: -0.25rem -0.75rem;
  margin-inline-end: 0.75rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.75rem;
  margin: -0.25rem -0.75rem;
  margin-inline-end: 0.75rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.75rem 2.5rem;
  margin: -0.75rem -2.5rem;
  margin-inline-end: 2.5rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.75rem 2.5rem;
  margin: -0.75rem -2.5rem;
  margin-inline-end: 2.5rem;
}

textarea.form-control {
  min-height: calc(1.5em + 22px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1.5rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 10px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 10px 48px 10px 16px;
  -moz-padding-start: 13px;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  color: #013f58;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(128, 159, 171.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 63, 88, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 16px;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #013f58;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  font-size: 0.84375rem;
  border-radius: 0.375rem;
}

.form-select-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.6875rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  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 {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(128, 159, 171.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 63, 88, 0.25);
}
.form-check-input:checked {
  background-color: #013f58;
  border-color: #013f58;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #013f58;
  border-color: #013f58;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28128, 159, 171.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(1, 63, 88, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(1, 63, 88, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #013f58;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(178.8, 197.4, 204.9);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #013f58;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(178.8, 197.4, 204.9);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #F5F7F9;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #F5F7F9;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 16px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 16px;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  color: #013f58;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.84375rem;
  border-radius: 0.375rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.778em;
  color: #198754;
}

.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.84375rem;
  color: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.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: #198754;
  padding-right: calc(1.5em + 20px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 5px) center;
  background-size: calc(0.75em + 10px) calc(0.75em + 10px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 20px);
  background-position: top calc(0.375em + 5px) right calc(0.375em + 5px);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 88px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 16px center, center right 48px;
  background-size: 16px 12px, calc(0.75em + 10px) calc(0.75em + 10px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.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.84375rem;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 20px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 5px) center;
  background-size: calc(0.75em + 10px) calc(0.75em + 10px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 20px);
  background-position: top calc(0.375em + 5px) right calc(0.375em + 5px);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 88px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 16px center, center right 48px;
  background-size: 16px 12px, calc(0.75em + 10px) calc(0.75em + 10px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

/*=======================================
    4.07 Cart CSS
=========================================*/
.cart-table .table {
  margin: 0;
  white-space: nowrap;
}
.cart-table .table thead tr th {
  border-color: #F3F3F4;
  border-bottom: 0 solid transparent;
  color: #013f58;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.cart-table .table tr {
  border-color: #F3F3F4;
}
.cart-table .table tr .pro-thumbnail, .cart-table .table tr .pro-price, .cart-table .table tr .pro-quantity, .cart-table .table tr .pro-subtotal, .cart-table .table tr .pro-remove {
  text-align: center;
  align-items: center;
}
.cart-table .table tr .pro-thumbnail {
  width: 115px;
}
.cart-table .table tr .pro-price {
  width: 135px;
}
.cart-table .table tr .pro-title {
  width: 270px;
}
.cart-table .table tr .pro-quantity {
  width: 180px;
}
.cart-table .table tr .pro-quantity .quantity {
  margin-right: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.cart-table .table tr .pro-quantity .quantity .cart-plus-minus {
  width: 120px;
}
.cart-table .table tr .pro-quantity .quantity .cart-plus-minus .cart-plus-minus-box {
  width: 120px;
}
.cart-table .table tr .pro-quantity .quantity .cart-plus-minus .qtybutton {
  border: 0px;
}
.cart-table .table tr .pro-subtotal {
  width: 120px;
}
.cart-table .table tr .pro-remove {
  width: 150px;
}
.cart-table .table tbody td {
  border-color: #F3F3F4;
  text-align: center;
  vertical-align: middle;
  color: #013f58;
}
.cart-table .table tbody td a {
  color: #013f58;
  text-transform: capitalize;
  font-size: 14px;
}
.cart-table .table tbody td a:hover {
  color: #013f58;
}
.cart-table .table tbody td a.btn {
  color: #ffffff;
}
.cart-table .table tbody td a.check-btn {
  color: #ffffff;
}
.cart-table .table tbody td.pro-remove a i {
  font-size: 18px;
  font-weight: 400;
}
.cart-table .table tbody td.pro-title {
  font-size: 14px;
  font-weight: 600;
}

/*-- Cart Update Option Style --*/
.cart-button-section {
  display: flex;
  flex-direction: row;
  padding: 43px 20px 30px;
  border: 1px solid #ebebeb;
  border-top: 0px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cart-button-section {
    flex-direction: column;
  }
}
.cart-button-section .cart-btn-lef-side {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .cart-button-section .cart-btn-lef-side {
    flex-direction: column;
  }
}
.cart-button-section .btn {
  margin-right: 20px;
  border-radius: 5px;
}
.cart-button-section .btn:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 575px) {
  .cart-button-section .btn {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .cart-button-section .btn:last-child {
    margin-bottom: 0px;
  }
}

/*-- Cart Calculator / Cart Date style --*/
.cart-calculator-wrapper {
  border: 1px solid #F3F3F4;
  padding: 20px;
}
.cart-calculator-wrapper .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-calculator-wrapper a {
  text-align: center;
}
.cart-calculator-wrapper .cart-calculate-items {
  font-weight: 500;
}
.cart-calculator-wrapper .cart-calculate-items .table {
  margin-bottom: 0;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td {
  color: #013f58;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
  color: #013f58;
  text-align: right;
}
.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
  color: #013f58;
  font-weight: 700;
}
.cart-calculator-wrapper .btn {
  border-radius: 5px;
}

/*=======================================
    4.08 Checkout CSS
=========================================*/
.coupon-accordion .title {
  background-color: #F3F3F4;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 20px;
  position: relative;
  width: auto;
  text-transform: none;
}
@media only screen and (max-width: 479px) {
  .coupon-accordion .title {
    line-height: 24px;
    padding: 10px;
    font-size: 14px;
  }
}
.coupon-accordion .title span {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.coupon-accordion .title span:hover {
  color: #013f58;
}
.coupon-accordion span {
  transition: 0.3s;
  text-transform: none;
  font-weight: 600;
}
.coupon-accordion .coupon-content {
  border: 1px solid #F3F3F4;
  margin-bottom: 20px;
  display: none;
  padding: 20px;
}
.coupon-accordion .coupon-content .coupon-info p {
  margin-bottom: 0;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label, .coupon-accordion .coupon-content .coupon-info p.form-row-last label {
  display: block;
  color: #013f58;
  font-size: 15px;
  margin-bottom: 5px;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label span .required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span .required {
  color: #013f58;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first input, .coupon-accordion .coupon-content .coupon-info p.form-row-last input {
  border: 1px solid #F3F3F4;
  height: 36px;
  margin: 0 0 14px;
  border-radius: 0;
  max-width: 100%;
  padding: 0 10px 0 10px;
  width: 370px;
  background-color: transparent;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first input:focus, .coupon-accordion .coupon-content .coupon-info p.form-row-last input:focus {
  border: 1px solid #013f58;
}
.coupon-accordion .coupon-content .coupon-info p .form-row input[type=submit] {
  background: #013f58 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: 0.3s;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p .form-row input[type=checkbox] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p .form-row label {
  margin-top: 7px;
}
.coupon-accordion .coupon-content .coupon-info .lost-password {
  margin-top: 15px;
}
.coupon-accordion .coupon-content .coupon-info .lost-password a {
  font-size: 14px;
}
.coupon-accordion .coupon-content .coupon-info .lost-password a:hover {
  color: #013f58;
}
.coupon-accordion .coupon-content .coupon-info .coupon-text {
  font-size: 15px;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}
.coupon-checkout-content .coupon-info .checkout-coupon {
  margin-bottom: 0;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=text] {
  background-color: transparent;
  border: 1px solid #F3F3F4;
  border-radius: 0;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .coupon-checkout-content .coupon-info .checkout-coupon input[type=text] {
    width: 140px;
  }
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=text]:focus {
  border: 1px solid #013f58;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=submit] {
  margin-left: 6px;
}

.checkbox-form .title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  width: 100%;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .checkbox-form .title {
    font-size: 18px;
  }
}
.checkbox-form .country-select {
  margin-bottom: 25px;
}
.checkbox-form .country-select .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
}
.checkbox-form .checkout-form-list {
  margin-bottom: 30px;
}
.checkbox-form .checkout-form-list input[type=text],
.checkbox-form .checkout-form-list input[type=password],
.checkbox-form .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #F3F3F4;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 10px 0 10px;
  font-size: 14px;
}
.checkbox-form .checkout-form-list input[type=text]:focus,
.checkbox-form .checkout-form-list input[type=password]:focus,
.checkbox-form .checkout-form-list input[type=email]:focus {
  border: 1px solid #013f58;
}
.checkbox-form .checkout-form-list.create-acc {
  margin-bottom: 15px;
}
.checkbox-form .checkout-form-list.create-acc label {
  display: inline-block;
}
.checkbox-form .checkout-form-list label {
  color: #013f58;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}
.checkbox-form .country-select label, .checkbox-form.checkout-form-list label {
  margin: 0 0 5px;
  display: block;
  color: #013f58;
  font-size: 15px;
}
.checkbox-form .country-select label span.required, .checkbox-form.checkout-form-list label span.required {
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
  position: relative;
  top: 5px;
}

.checkbox-label {
  color: #013f58;
  font-weight: 500;
  cursor: pointer;
}
.checkbox-label:hover {
  color: #013f58;
  transition: 0.3s;
}

.create-account,
#ship-box-info {
  display: none;
}

.order-notes .checkout-form-list-2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .order-notes .checkout-form-list-2 {
    margin-bottom: 30px;
  }
}
.order-notes textarea {
  background-color: transparent;
  border: 1px solid #F3F3F4;
  height: 90px;
  padding: 15px;
  width: 100%;
  font-size: 14px;
}
.order-notes textarea:focus {
  border: 1px solid #013f58;
}

.your-order-area {
  padding: 30px 40px 30px;
}
@media only screen and (max-width: 479px) {
  .your-order-area {
    padding: 30px 20px;
  }
}
.your-order-area .title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  width: 100%;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .your-order-area .title {
    font-size: 20px;
  }
}
.your-order-area .your-order-table .table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
.your-order-area .your-order-table .table thead tr th {
  border-top: medium none;
  font-weight: normal;
  vertical-align: middle;
  min-width: 140px;
  font-weight: 400;
}
.your-order-area .your-order-table .table thead tr th, .your-order-area .your-order-table .table thead tr td {
  border-bottom: 1px solid;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  font-weight: 400;
  color: #013f58;
}
.your-order-area .your-order-table .table .order-total td {
  border-bottom: medium none;
  color: #013f58;
}
.your-order-area .your-order-table .table .order-total td span {
  font-size: 20px;
}
.your-order-area .your-order-table .table .order-total th {
  border-bottom: medium none;
  color: #013f58;
  font-size: 16px;
  font-weight: 500;
}
.your-order-area .your-order-table .table .cart-subtotal td {
  color: #013f58;
}
.your-order-area .your-order-table .table .cart-subtotal th {
  color: #013f58;
}
.your-order-area .your-order-table .table thead tr, .your-order-area .your-order-table .table tbody tr, .your-order-area .your-order-table .table tfoot tr {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.your-order-area .your-order-table .table thead tr th, .your-order-area .your-order-table .table thead tr td, .your-order-area .your-order-table .table tbody tr th, .your-order-area .your-order-table .table tbody tr td, .your-order-area .your-order-table .table tfoot tr th, .your-order-area .your-order-table .table tfoot tr td {
  border-color: #b0b0b0 !important;
  width: 50%;
  display: block;
  min-width: 200px;
}

.payment-accordion .single-payment .panel-title {
  display: block;
}
.payment-accordion .single-payment .panel-title .collapse-off {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  color: #013f58;
  background: #F3F3F4;
}
.payment-accordion .single-payment .panel-title .collapse-off:hover {
  background: #013f58;
  color: #ffffff;
}
.payment-accordion .single-payment .card-body {
  margin-bottom: 30px;
}
.payment-accordion .single-payment .card-body p {
  font-size: 14px;
  line-height: 1.9;
}

/*=======================================
    4.09 Compare CSS
=========================================*/
.compare-table .table tbody tr {
  border-color: #F3F3F4;
}
.compare-table .table tbody tr td {
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  border-color: #F3F3F4;
}
@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td {
    padding: 10px;
  }
}
.compare-table .table tbody tr td.first-column {
  min-width: 230px;
  font-size: 15px;
  font-weight: 600;
  color: #013f58;
  margin: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 150px;
  }
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 313px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px), only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.product-image-title {
    min-width: 260px;
  }
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #013f58;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  color: #013f58;
  font-weight: 500;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #013f58;
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
  font-size: 14px;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 14px;
  font-weight: 400;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  transition: 0.4s;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #013f58;
}

/*=======================================
    4.05 Login Register CSS
=========================================*/
.login-wrapper, .register-wrapper {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  padding: 80px;
  border: 1px solid #F3F3F4;
  border-radius: 5px;
  text-align: left;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-wrapper, .register-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .login-wrapper, .register-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .login-wrapper, .register-wrapper {
    padding: 25px 10px;
  }
}
.login-wrapper .title, .register-wrapper .title {
  font-weight: 800;
  font-size: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .login-wrapper .title, .register-wrapper .title {
    font-size: 26px;
  }
}
.login-wrapper .desc-content, .register-wrapper .desc-content {
  font-size: 14px;
}
.login-wrapper .single-input-item input, .register-wrapper .single-input-item input {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  color: #013f58;
  font-size: 14px;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #F3F3F4;
}
.login-wrapper .single-input-item input:focus, .register-wrapper .single-input-item input:focus {
  border: 1px solid #F3F3F4;
}
.login-wrapper .single-input-item .login-reg-form-meta, .register-wrapper .single-input-item .login-reg-form-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-wrapper .single-input-item .login-reg-form-meta .btn, .register-wrapper .single-input-item .login-reg-form-meta .btn {
  font-weight: 600;
}
.login-wrapper .single-input-item .login-reg-form-meta .forget-pwd, .register-wrapper .single-input-item .login-reg-form-meta .forget-pwd {
  font-size: 14px;
}
.login-wrapper .single-input-item .login-reg-form-meta .forget-pwd:hover, .register-wrapper .single-input-item .login-reg-form-meta .forget-pwd:hover {
  color: #013f58;
}
.login-wrapper .lost-password a, .register-wrapper .lost-password a {
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.login-wrapper .lost-password a:hover, .register-wrapper .lost-password a:hover {
  color: #013f58;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}

/*=======================================
    4.04 My Account CSS
=========================================*/
.myaccount-tab-menu {
  flex-direction: column;
}
.myaccount-tab-menu a {
  border: 1px solid #F3F3F4;
  border-bottom: none;
  color: #013f58;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
}
.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #F3F3F4;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #013f58;
  border-color: #013f58;
  color: #ffffff;
}
.myaccount-tab-menu a i {
  text-align: center;
  width: 25px;
}

@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px;
  }
}
.myaccount-content {
  border: 1px solid #F3F3F4;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}
.myaccount-content form .single-input-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.myaccount-content form .single-input-item input {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #F3F3F4;
  font-size: 14px;
}
.myaccount-content form .single-input-item input:focus {
  border: 1px solid #013f58;
}
.myaccount-content form .single-input-item .required {
  font-weight: 600;
  font-size: 14px;
}
.myaccount-content form .single-item-button {
  width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .myaccount-content form .single-item-button {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content form .single-item-button {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .myaccount-content form .single-item-button {
    width: 100%;
  }
}
.myaccount-content .title {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  color: #013f58;
  border-bottom: 1px dashed #F3F3F4;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .myaccount-content .title {
    font-size: 18px;
  }
}
.myaccount-content .welcome a {
  color: #013f58;
}
.myaccount-content .welcome a:hover {
  color: #013f58;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #013f58;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  color: #013f58;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
  border-bottom: 1px dashed #F3F3F4;
  margin-bottom: 30px;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th, .myaccount-table .table th {
  color: #013f58;
  padding: 10px;
  font-weight: 500;
  background-color: #f8f8f8;
  border-color: #F3F3F4;
  border-bottom: 0;
}
.myaccount-table table td, .myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #F3F3F4;
}

.saved-message {
  background-color: #F3F3F4;
  border-top: 3px solid #013f58;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 15px;
  color: #666666;
  padding: 20px;
}

/*=======================================
    4.02 Shop CSS
=========================================*/
/*-- Shop Toolbar Area Start Here --*/
.shop_toolbar_wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.shop_toolbar_wrapper .shop_toolbar_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop_toolbar_wrapper .shop_toolbar_btn button {
  border: 0px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s;
  padding: 10px;
  color: #013f58;
  background-color: #F3F3F4;
}
.shop_toolbar_wrapper .shop_toolbar_btn button:last-child {
  margin-right: 0px;
}
.shop_toolbar_wrapper .shop_toolbar_btn button.active {
  color: #ffffff;
  background: #013f58;
}
.shop_toolbar_wrapper .shop_toolbar_btn button:focus {
  box-shadow: none;
  outline: none;
}
.shop_toolbar_wrapper .shop_toolbar_btn button:hover {
  color: #ffffff;
  background: #013f58;
  border-color: #013f58;
}
.shop_toolbar_wrapper .shop-top-bar-right {
  display: flex;
  align-items: center;
}
.shop_toolbar_wrapper .shop-top-bar-right .title {
  font-size: 14px;
  color: #013f58;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-right .shop-short-by {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper .shop-top-bar-left {
    margin-bottom: 10px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-left .shop-top-show span {
  color: #013f58;
  font-size: 14px;
}
.shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
  margin-right: 60px;
}
@media only screen and (max-width: 479px) {
  .shop_toolbar_wrapper .shop-top-bar-left .shop_toolbar_btn {
    margin-right: 15px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by {
  margin-right: 0px;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select {
  border-radius: 0px;
  border-color: #ebebeb;
  height: 32px;
  line-height: 30px;
  cursor: pointer;
  width: 200px;
  padding-left: 2px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select {
    width: 190px;
  }
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select .list, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select .list {
  width: 200px;
  padding: 10px 0;
  border-radius: 0px;
  z-index: 99;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select li, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select li {
  margin: 0 10px;
  padding: 10px 0;
  background: transparent;
  line-height: 1;
  min-height: 20px;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select li:hover, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select li:hover {
  padding-left: 5px;
  display: block;
  color: #013f58;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select:focus, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select:focus {
  border-color: #013f58;
}
.shop_toolbar_wrapper .shop-top-bar-right .shop-short-by .nice-select .current, .shop_toolbar_wrapper .shop-bottom-bar-left .shop-short-by .nice-select .current {
  color: #013f58;
  font-size: 14px;
}

/*-- Shop Toolbar Area End Here --*/
/* Shop Wrapper Start */
.shop_wrapper.grid_list {
  transition: 0.3s;
  animation-duration: 1s;
  animation-name: fadeIn;
}
.shop_wrapper.grid_list .product-inner {
  display: flex;
}
.shop_wrapper.grid_4, .shop_wrapper.grid_5, .shop_wrapper.grid_3 {
  transition: 0.6s;
  animation-duration: 2s;
  animation-name: fadeIn;
  margin-bottom: -40px;
}
.shop_wrapper.grid_4 .product, .shop_wrapper.grid_5 .product, .shop_wrapper.grid_3 .product {
  margin-bottom: 40px;
}
.shop_wrapper.grid_4 .product .thumb img, .shop_wrapper.grid_5 .product .thumb img, .shop_wrapper.grid_3 .product .thumb img {
  width: 100%;
}
.shop_wrapper.grid_4 .product .content .price, .shop_wrapper.grid_5 .product .content .price, .shop_wrapper.grid_3 .product .content .price {
  margin-bottom: 0;
}
.shop_wrapper.grid_4 .product .content .action-btn, .shop_wrapper.grid_5 .product .content .action-btn, .shop_wrapper.grid_3 .product .content .action-btn {
  display: none;
}
.shop_wrapper .content p {
  display: none;
}

.grid_list .product .product-inner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .grid_list .product .product-inner {
    flex-direction: column;
  }
}
.grid_list .product:last-child .product-inner {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.grid_list .product .thumb {
  width: 270px;
}
.grid_list .product .thumb img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .grid_list .product .thumb {
    width: 220px;
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .grid_list .product .thumb {
    width: 100%;
    height: 100%;
  }
}
.grid_list .product .thumb .action-wrapper {
  display: none;
}
.grid_list .product .content {
  width: calc(100% - 270px);
  text-align: start;
  padding-top: 10px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .grid_list .product .content {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 575px) {
  .grid_list .product .content {
    width: 100%;
    padding-left: 10px;
  }
}
.grid_list .product .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .grid_list .product .content .title {
    margin-top: 20px;
  }
}
.grid_list .product .content .rating {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.grid_list .product .content .price {
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.grid_list .product .content p {
  display: block;
  font-size: 14px;
}
.grid_list .product .content .action-btn.cart-btn .add-to_cart {
  width: 130px;
  margin-right: 15px;
}
.grid_list .product .content .action-btn.cart-btn .add-to_cart .btn {
  width: 100%;
  display: block;
  padding: 10px 14px;
}
.grid_list .product .content .action-btn .action {
  border: 1px solid #dcdcdc;
  color: #013f58;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 16px 0 0;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.grid_list .product .content .action-btn .action:hover {
  background: #013f58;
  color: #ffffff;
  border-color: #013f58;
}

/* Shop Wrapper End */
/*=======================================
    4.06 Wishlist CSS
=========================================*/
.wishlist-table .table {
  margin: 0;
  white-space: nowrap;
}
.wishlist-table .table thead tr th {
  border-color: #F3F3F4;
  border-bottom: 0 solid transparent;
  color: #013f58;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.wishlist-table .table tr {
  border-color: #F3F3F4;
}
.wishlist-table .table tr .pro-thumbnail, .wishlist-table .table tr .pro-price, .wishlist-table .table tr .pro-stock, .wishlist-table .table tr .pro-cart, .wishlist-table .table tr .pro-title, .wishlist-table .table tr .pro-remove {
  text-align: center;
  align-items: center;
}
.wishlist-table .table tr .pro-thumbnail {
  width: 120px;
}
.wishlist-table .table tr .pro-price {
  width: 130px;
}
.wishlist-table .table tr .pro-title {
  width: 270px;
}
.wishlist-table .table tr .pro-stock {
  width: 180px;
}
.wishlist-table .table tr .pro-cart {
  width: 150px;
}
.wishlist-table .table tr .pro-remove {
  width: 120px;
}
.wishlist-table .table tbody td {
  border-color: #F3F3F4;
  text-align: center;
  vertical-align: middle;
  color: #013f58;
}
.wishlist-table .table tbody td a {
  color: #013f58;
  text-transform: capitalize;
  font-size: 14px;
}
.wishlist-table .table tbody td a:hover {
  color: #013f58;
}
.wishlist-table .table tbody td a.btn {
  color: #ffffff;
}
.wishlist-table .table tbody td a.check-btn {
  color: #ffffff;
}
.wishlist-table .table tbody td.pro-title {
  font-size: 14px;
  font-weight: 600;
}
.wishlist-table .table tbody td.pro-remove a i {
  font-size: 18px;
  font-weight: 400;
}

/*=======================================
    3.04 Products CSS
=========================================*/
/* Product Style */
.product {
  overflow: hidden;
}
.product .thumb {
  position: relative;
  overflow: hidden;
}
.product .thumb .action-wrapper {
  position: absolute;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  padding: 13px 0 11px;
  left: 0%;
  transform: translateY(-50%) translateX(100%);
  top: 50%;
  transition: all 0.9s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.product .thumb .action-wrapper .action {
  display: flex;
  font-size: 20px;
  line-height: 1;
  margin: 0 18px;
  position: relative;
}
.product .thumb .action-wrapper .action::before {
  background-color: #666666;
  content: "";
  height: 21px;
  position: absolute;
  right: -18px;
  top: 0px;
  width: 1px;
}
.product .thumb .action-wrapper .action:last-child::before {
  display: none;
}
.product .thumb .action-wrapper .action:hover {
  color: #013f58;
}
.product .thumb .countdown-area {
  opacity: 1;
  visibility: visible;
  position: absolute;
  bottom: 0;
  transition: 0.6s;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product .thumb .countdown-area .single-countdown {
    padding: 5px;
  }
  .product .thumb .countdown-area .single-countdown .single-countdown_time {
    padding: 0px 0 0px;
    font-size: 14px;
    line-height: 12px;
  }
  .product .thumb .countdown-area .single-countdown .single-countdown_text {
    font-size: 12px;
    line-height: 12px;
  }
}
.product .badges {
  position: absolute;
  z-index: 8;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
}
.product .badges span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding: 4px 12px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 3px;
}
.product .badges span + span {
  margin-top: 6px;
}
.product .badges span.new {
  background-color: #013f58;
}
.product .badges span.sale {
  background-color: #013f58;
}
.product .content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 30px 15px 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  background-color: #ffffff;
}
.product .content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #212529;
}
.product .content .title a {
  text-decoration: none;
  color: #013f58;
}
.product .content .title a:hover {
  color: #013f58;
}
.product .content .price {
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .content .price:not(:last-child) {
  margin-bottom: 20px;
}
.product .content .price span.new {
  color: #013f58;
}
.product .content .price span.old {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #dc3545;
  opacity: 0.5;
}
.product:hover .thumb .action-wrapper {
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.6s;
  opacity: 1;
  visibility: visible;
}
.product:hover .thumb .countdown-area {
  opacity: 0;
  visibility: hidden;
  transform: 0.6s;
}

/* Product Tab Nav Style */
.product-tab-nav > li > a {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
  color: #013f58;
  line-height: 25px;
  padding: 0px 16px;
}
@media only screen and (max-width: 767px) {
  .product-tab-nav > li > a {
    font-size: 20px;
  }
}
.product-tab-nav > li > a:hover {
  color: #013f58;
}
.product-tab-nav > li > a.active {
  color: #013f58;
}

.product-deal-content .title {
  font-size: 20px;
  color: #212529;
  line-height: 1;
}
.product-deal-content .title:hover {
  color: #013f58;
}
.product-deal-content .rating {
  justify-content: flex-start;
}
.product-deal-content .price {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-deal-content .price:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-content .price:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content .price:not(:last-child) {
    margin-bottom: 15px;
  }
}
.product-deal-content .price span.new {
  color: #555;
}
.product-deal-content .price span.old {
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #013f58;
  opacity: 0.5;
}
.product-deal-content p {
  color: #212529;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-content p {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content p {
    margin-bottom: 20px;
  }
}
.product-deal-content .countdown-wrapper .single-countdown {
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .product-deal-content .countdown-wrapper .single-countdown {
    padding: 10px;
  }
}
.product-deal-content .countdown-wrapper .single-countdown .single-countdown_time {
  padding: 0px 0 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
.product-deal-content .countdown-wrapper .single-countdown .single-countdown_text {
  font-size: 12px;
}
.product-deal-content .btn {
  border-radius: 50px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-content .btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-content .btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .product-deal-content .btn {
    font-size: 12px;
    padding: 10px 18px;
  }
}

.product-deal-carousel .swiper-nav-button, .product-carousel .swiper-nav-button {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  font-size: 17px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #013f58;
}
.product-deal-carousel .swiper-nav-button::after, .product-carousel .swiper-nav-button::after {
  display: none;
}
.product-deal-carousel .swiper-nav-button:hover, .product-carousel .swiper-nav-button:hover {
  color: #ffffff;
  background: #013f58;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-deal-carousel .swiper-nav-button, .product-carousel .swiper-nav-button {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-deal-carousel .swiper-nav-button, .product-carousel .swiper-nav-button {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
}
.product-deal-carousel .swiper-deal-button-prev, .product-deal-carousel .swiper-button-prev, .product-carousel .swiper-deal-button-prev, .product-carousel .swiper-button-prev {
  left: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-deal-carousel .swiper-deal-button-prev, .product-deal-carousel .swiper-button-prev, .product-carousel .swiper-deal-button-prev, .product-carousel .swiper-button-prev {
    left: 0px;
  }
}
.product-deal-carousel .swiper-deal-button-next, .product-deal-carousel .swiper-button-next, .product-carousel .swiper-deal-button-next, .product-carousel .swiper-button-next {
  right: 0px;
}
.product-deal-carousel .swiper-deal-button-next::after, .product-deal-carousel .swiper-button-next::after, .product-carousel .swiper-deal-button-next::after, .product-carousel .swiper-button-next::after {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-deal-carousel .swiper-deal-button-next, .product-deal-carousel .swiper-button-next, .product-carousel .swiper-deal-button-next, .product-carousel .swiper-button-next {
    right: 0px;
  }
}
.product-deal-carousel:hover .main-slider-nav, .product-deal-carousel:hover .swiper-pagination, .product-carousel:hover .main-slider-nav, .product-carousel:hover .swiper-pagination {
  opacity: 1;
  visibility: visible;
}
.product-deal-carousel .swiper-deal-button-prev, .product-deal-carousel .swiper-deal-button-next, .product-carousel .swiper-deal-button-prev, .product-carousel .swiper-deal-button-next {
  margin-top: 0;
  transform: translateY(-50%);
}
.product-deal-carousel .swiper-deal-button-prev i, .product-deal-carousel .swiper-deal-button-next i, .product-carousel .swiper-deal-button-prev i, .product-carousel .swiper-deal-button-next i {
  transition: all 0.2s ease-in-out;
}
.product-deal-carousel .swiper-deal-button-prev:hover i, .product-deal-carousel .swiper-deal-button-next:hover i, .product-carousel .swiper-deal-button-prev:hover i, .product-carousel .swiper-deal-button-next:hover i {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.product-deal-carousel .swiper-deal-button-prev::after, .product-deal-carousel .swiper-deal-button-next::after, .product-carousel .swiper-deal-button-prev::after, .product-carousel .swiper-deal-button-next::after {
  display: none;
}
.product-deal-carousel .swiper-pagination, .product-carousel .swiper-pagination {
  opacity: 0;
  visibility: hidden;
}

/*=======================================
    3.05 Single Product CSS
=========================================*/
.single-product-tab .nav-tabs {
  justify-content: center;
  border-bottom: 0px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .nav-tabs {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
.single-product-tab .nav-tabs .nav-item {
  text-align: center;
}
.single-product-tab .nav-tabs .nav-item .nav-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0px;
  color: #013f58;
  text-transform: uppercase;
  border: 0px;
  margin: 0 37px;
  padding: 0 0 13px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .nav-tabs .nav-item .nav-link {
    padding: 0px 0px 8px 0px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-tab .nav-tabs .nav-item .nav-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .single-product-tab .nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }
}
.single-product-tab .nav-tabs .nav-item .nav-link:hover {
  color: #013f58;
  background-color: transparent;
}
.single-product-tab .nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
  opacity: 1;
  transition: 0.4s;
}
.single-product-tab .nav-tabs .nav-item .nav-link.active {
  color: #013f58;
  background-color: transparent;
}
.single-product-tab .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  opacity: 1;
  transition: 0.4s;
}
.single-product-tab .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 0;
  left: 0;
  background-color: #013f58;
  opacity: 0;
  transition: 0.4s;
}
.single-product-tab .nav-tabs .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  background-color: #013f58;
  right: -37px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .nav-tabs .nav-item .nav-link::before {
    right: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-tab .nav-tabs .nav-item .nav-link::before {
    display: none;
  }
}
.single-product-tab .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}
.single-product-tab .nav-tabs .nav-item:last-child .nav-link::before {
  display: none;
}
.single-product-tab .nav-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}
.single-product-tab .tab-content {
  border-top: 0px;
}
.single-product-tab .tab-content .desc-content {
  padding: 40px 30px 0;
}
.single-product-tab .tab-content .desc-content p {
  font-size: 14px;
  line-height: 26px;
  color: #013f58;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .tab-content .desc-content {
    padding-top: 30px;
  }
}
.single-product-tab .pro_review {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .pro_review {
    flex-direction: column;
  }
}
.single-product-tab .review_thumb {
  min-width: 80px;
}
.single-product-tab .review_thumb img {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_thumb {
    min-width: 60px;
    margin-right: 10px;
  }
}
.single-product-tab .review_details {
  border: 1px solid #ddd;
  margin-left: 26px;
  padding: 10px 20px;
  position: relative;
  border-radius: 3px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_details {
    margin-left: 0;
    padding: 10px 10px;
  }
}
.single-product-tab .review_details:before {
  background: #e9ecef;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  content: "";
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.single-product-tab .review_details .review-title-date .title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  color: #013f58;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_details .review-title-date .title {
    font-size: 16px;
    font-weight: 600;
  }
}
.single-product-tab .review_details .review-title-date span {
  font-size: 14px;
  color: #013f58;
  margin-left: 5px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .review_details .review-title-date span {
    font-size: 12px;
    margin-left: 5px;
  }
}
.single-product-tab .review_details p {
  font-size: 14px;
  color: #013f58;
}
.single-product-tab .rating_wrap .rating-title {
  font-size: 18px;
  font-weight: 500;
  color: #013f58;
}
.single-product-tab .rating_wrap p {
  font-size: 14px;
  color: #013f58;
}
.single-product-tab .rating_wrap .rating-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #013f58;
}
.single-product-tab .comments-reply-area .comment-input input, .single-product-tab .comments-reply-area .comment-input textarea, .single-product-tab .comments-reply-area .comment-form-comment input, .single-product-tab .comments-reply-area .comment-form-comment textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
  height: 40px;
}
.single-product-tab .comments-reply-area .comment-input input:focus, .single-product-tab .comments-reply-area .comment-input textarea:focus, .single-product-tab .comments-reply-area .comment-form-comment input:focus, .single-product-tab .comments-reply-area .comment-form-comment textarea:focus {
  border-color: #013f58;
}
.single-product-tab .comments-reply-area .comment-input textarea, .single-product-tab .comments-reply-area .comment-form-comment textarea {
  height: 140px;
}
.single-product-tab .comments-reply-area label {
  display: block;
  margin-bottom: 3px;
}
.single-product-tab .shipping-policy .title {
  font-size: 24px;
  color: #013f58;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .single-product-tab .shipping-policy .title {
    font-size: 20px;
  }
}
.single-product-tab .shipping-policy .policy-list {
  padding-left: 20px;
}
.single-product-tab .shipping-policy .policy-list li {
  list-style: inside;
}
.single-product-tab .shipping-policy p {
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .single-product-tab .product_tab_content .single-review {
    flex-direction: column;
  }
  .single-product-tab .product_tab_content .single-review .review_thumb {
    width: 80px;
    margin: 0 auto 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-summery {
    margin-top: 40px;
  }
}
.product-summery .product-head .product-title {
  font-size: 24px;
  font-weight: 500;
  color: #013f58;
}
@media only screen and (max-width: 479px) {
  .product-summery .product-head .product-title {
    font-size: 18px;
  }
}
.product-summery .price-box .regular-price {
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
  color: #013f58;
}
@media only screen and (max-width: 479px) {
  .product-summery .price-box .regular-price {
    font-size: 16px;
  }
}
.product-summery .price-box .old-price {
  font-size: 16px;
  color: #ced4da;
}
@media only screen and (max-width: 479px) {
  .product-summery .price-box .old-price {
    font-size: 14px;
  }
}
.product-summery .sku span {
  font-size: 16px;
}
.product-summery .product-inventroy .inventroy-title {
  font-size: 16px;
}
.product-summery .product-inventroy .inventory-varient {
  color: #013f58;
}
.product-summery .product-size .size-ratio {
  font-size: 14px;
  margin: 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #808080;
}
.product-summery .product-size .size-ratio:hover {
  color: #013f58;
}
.product-summery .product-size .size-ratio.active {
  color: #013f58;
}
.product-summery .product-material a {
  font-size: 14px;
  margin: 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #808080;
}
.product-summery .product-material a:hover {
  color: #013f58;
}
.product-summery .product-material a.active {
  color: #013f58;
}
.product-summery .desc-content {
  font-size: 14px;
  line-height: 26px;
}
.product-summery .product-color-variation .btn {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transition: 0.3s;
  border: 2px solid transparent;
  padding: 0;
  margin-left: 10px;
}
.product-summery .product-color-variation .btn:hover {
  border: 2px solid #013f58;
  transition: 0.3s;
}
.product-summery .cart-btn .add-to_cart {
  width: 130px;
  margin-right: 20px;
}
.product-summery .cart-btn .add-to_cart .btn {
  width: 100%;
  display: block;
  padding: 10px 15px;
}
.product-summery .action {
  border: 1px solid #dcdcdc;
  color: #013f58;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 16px 0 0;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.product-summery .action:hover {
  background: #013f58;
  color: #ffffff;
  border-color: #013f58;
}
.product-summery .social-share a {
  color: #013f58;
  font-size: 16px;
  margin-right: 10px;
}
.product-summery .social-share a:hover {
  color: #013f58;
}
@media only screen and (max-width: 479px) {
  .product-summery .payment-option a {
    display: block;
    width: 210px;
  }
}

.product-details-img .single-product-img a {
  width: 100%;
}
.product-details-img .single-product-img a img {
  cursor: crosshair;
}
.product-details-img .single-product-thumb {
  margin-top: 10px;
}
.product-details-img .single-product-thumb img {
  border: 1px solid transparent;
  width: 100%;
  transition: 0.3s;
  cursor: pointer;
}
.product-details-img .single-product-thumb .swiper-slide-thumb-active img {
  border: 1px solid #ebebeb;
  cursor: pointer;
  transition: 0.3s;
}
.product-details-img .single-product-thumb .swiper-button-prev, .product-details-img .single-product-thumb .swiper-button-next {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 5px;
}
.product-details-img .single-product-thumb .swiper-button-prev:focus, .product-details-img .single-product-thumb .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}
.product-details-img .single-product-thumb .swiper-button-prev:after, .product-details-img .single-product-thumb .swiper-button-next:after {
  display: none;
}
.product-details-img .single-product-thumb .swiper-button-prev i, .product-details-img .single-product-thumb .swiper-button-next i {
  font-size: 12px;
  color: #013f58;
}
.product-details-img .single-product-thumb .swiper-button-prev:hover, .product-details-img .single-product-thumb .swiper-button-next:hover {
  background: #013f58;
}
.product-details-img .single-product-thumb .swiper-button-prev:hover i, .product-details-img .single-product-thumb .swiper-button-next:hover i {
  color: #ffffff;
}

/*-- Single Product Slider --*/
.single-product-slider .swiper-slide img {
  cursor: crosshair;
}

.product-slider-summery .product-delivery-policy li {
  display: block;
}
.product-slider-summery .product-delivery-policy li i {
  vertical-align: middle;
}

.product-details-img {
  flex-direction: row;
  overflow: hidden;
}

/* --- Quantity --- */
.quantity {
  margin-right: 10px;
}
.quantity .cart-plus-minus {
  position: relative;
  width: 150px;
  text-align: left;
  height: 45px;
  overflow: hidden;
}
.quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 1px solid #F3F3F4;
  height: 45px;
  text-align: center;
  width: 150px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.quantity .cart-plus-minus > .qtybutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  width: 35px;
  align-items: center;
  vertical-align: middle;
  color: #013f58;
  transition: 0.3s;
}
.quantity .cart-plus-minus > .qtybutton:hover {
  transition: 0.3s;
  background-color: #013f58;
  color: #ffffff;
}
.quantity .cart-plus-minus > .qtybutton.dec {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #F3F3F4;
}
.quantity .cart-plus-minus > .qtybutton.inc {
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  height: 100%;
  border-left: 1px solid #F3F3F4;
}

.group-quantity-product table tbody .quantity {
  min-width: 167px;
}
.group-quantity-product table tbody .pro-title, .group-quantity-product table tbody .pro-price {
  vertical-align: middle;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  text-align: center;
  min-width: 200px;
  color: #013f58;
}
.group-quantity-product table tbody .pro-title a:hover {
  color: #013f58;
}

/*=======================================
    3.12 Modal CSS
=========================================*/
.modalquickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 1200px;
}
@media only screen and (max-width: 575px) {
  .modalquickview .modal-dialog {
    width: calc(100% - 15px);
  }
}
.modalquickview .modal-dialog .modal-content {
  padding: 30px;
}
.modalquickview .modal-dialog .modal-content .close {
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  top: -5px;
  right: -6px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .modalquickview .modal-dialog .modal-content .close {
    justify-content: center;
  }
}
.modalquickview .product-summery {
  position: absolute;
  right: 15px;
  left: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modalquickview .product-summery {
    position: relative;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modalquickview .product-summery {
    margin-top: 0;
  }
}

.modal-product-carousel img {
  border: 1px solid #ebebeb;
}
.modal-product-carousel .swiper-button-prev, .modal-product-carousel .swiper-button-next {
  display: flex;
  align-items: center;
}
.modal-product-carousel .swiper-button-prev:focus, .modal-product-carousel .swiper-button-next:focus {
  border: 0px;
  outline: 0px;
}
.modal-product-carousel .swiper-button-prev:after, .modal-product-carousel .swiper-button-next:after {
  display: none;
}
.modal-product-carousel .swiper-button-prev i, .modal-product-carousel .swiper-button-next i {
  opacity: 1;
  visibility: visible;
  font-size: 14px;
  color: #013f58;
  background: #F3F3F4;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.modal-product-carousel .swiper-button-prev i:hover, .modal-product-carousel .swiper-button-next i:hover {
  color: #ffffff;
  background: #013f58 !important;
  transition: 0.3s;
}

/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
.ecommerce {
  /* Section Style */
  /* Section Spacing */
  /* Section TItle */
  /* Ratings */
  /* swiper default styles */
  /* Product Countdown */
  /* Scroll Top style */
}
.ecommerce .section,
.ecommerce .section-fluid {
  float: left;
  width: 100%;
}
.ecommerce .section-fluid {
  padding-right: 85px;
  padding-left: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ecommerce .section-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .ecommerce .section-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
.ecommerce .section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ecommerce .section-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.ecommerce .section-margin-top {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-margin-top {
    margin-top: 60px;
  }
}
.ecommerce .section-margin-bottom {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-margin-bottom {
    margin-bottom: 60px;
  }
}
.ecommerce .section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ecommerce .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-title {
    margin-bottom: 40px;
  }
}
.ecommerce .section-title .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
  color: #013f58;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ecommerce .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ecommerce .section-title .title {
    font-size: 24px;
  }
}
.ecommerce .rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ecommerce .rating i {
  color: #013f58;
  margin: 0 2px;
}
.ecommerce .swiper-pagination {
  position: static;
  display: block;
  line-height: 1;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .ecommerce .swiper-pagination {
    margin-top: 30px;
  }
}
.ecommerce .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #013f58;
  opacity: 1;
  position: relative;
  outline: none;
  margin-right: 20px;
  margin: 0 5px !important;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .ecommerce .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.ecommerce .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.ecommerce .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.ecommerce .swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #013f58;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.ecommerce .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #013f58;
}
.ecommerce .swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet:hover:before {
  background: #013f58;
  transition: all 0.2s ease-in-out;
}
.ecommerce .swiper-pagination.swiper-pagination-primary .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #013f58;
  background: #013f58;
  transition: all 0.2s ease-in-out;
}
.ecommerce .swiper-nav-button {
  background-image: none;
  text-align: center;
  user-select: none;
  outline: none;
  font-weight: 700;
  color: #ffffff;
  border: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50%);
  margin: 0;
  top: 50%;
  transition: 0.3s;
}
.ecommerce .swiper-nav-button::after {
  display: none;
}
.ecommerce .swiper-nav-button:hover {
  color: #ffffff;
  transition: 0.3s;
}
.ecommerce .swiper-container:hover .swiper-nav-button {
  opacity: 1;
  visibility: visible;
}
.ecommerce .arrow-outside-container {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ecommerce .arrow-outside-container {
    margin: 0;
    padding: 0;
  }
}
.ecommerce .arrow-outside-container .swiper-container {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .ecommerce .arrow-outside-container .swiper-container {
    margin: 0;
    padding: 0;
  }
}
.ecommerce .arrow-outside-container .swiper-container.swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.ecommerce .arrow-outside-container .swiper-container.swiper-slide.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.ecommerce .countdown-wrapper {
  margin-bottom: -5px;
}
.ecommerce .countdown-wrapper .single-countdown {
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #013f58;
  text-align: center;
}
.ecommerce .countdown-wrapper .single-countdown:last-child {
  margin-right: 0;
}
.ecommerce .countdown-wrapper .single-countdown:last-child:after {
  display: none;
}
.ecommerce .countdown-wrapper .single-countdown .single-countdown_time {
  padding: 0px 0 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.ecommerce .countdown-wrapper .single-countdown .single-countdown_text {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
}
.ecommerce .hover-style {
  display: block;
  overflow: hidden;
}
.ecommerce .hover-style img {
  transition: 0.3s;
}
.ecommerce .hover-style:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.ecommerce .thumb-effect {
  position: relative;
  overflow: hidden;
}
.ecommerce .thumb-effect .image {
  display: block;
  overflow: hidden;
}
.ecommerce .thumb-effect .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.ecommerce .thumb-effect:hover .image::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.ecommerce .scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #808FA8;
  background-size: 200% auto;
  background-position: left center;
  transition: 0.4s;
  overflow: hidden;
}
.ecommerce .scroll-top:hover {
  background-color: #013f58;
}
.ecommerce .scroll-top:hover i {
  color: #ffffff;
  transition: 0.4s;
}
@media only screen and (max-width: 479px) {
  .ecommerce .scroll-top {
    font-size: 20px;
  }
}
.ecommerce .scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.ecommerce .scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: 0.4s;
}
.ecommerce .scroll-top .arrow-top {
  transform: translate(-50%, -50%);
}
.ecommerce .scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}
.ecommerce .scroll-top:hover {
  background-position: right center;
}
.ecommerce .scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.ecommerce .scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}

/*=======================================
    3.11 Sidebar CSS
=========================================*/
/*-- Shop Sidebar Area Start --*/
.sidebar_widget ul {
  list-style: none;
  padding-left: 0;
}
.sidebar_widget ul li a {
  text-decoration: none;
}
.sidebar_widget .widget_inner .widget-title {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.sidebar_widget .widget_inner .search-box {
  display: flex;
  flex-wrap: wrap;
}
.sidebar_widget .widget_inner .search-box .form-control {
  border: 1px solid #F3F3F4;
  padding: 10px;
  transition: 0.3s;
  display: block;
  border-radius: 0;
  height: 50px;
  font-size: 12px;
  width: calc(100% - 50px);
}
.sidebar_widget .widget_inner .search-box .form-control:focus {
  box-shadow: none;
}
.sidebar_widget .widget_inner .search-box .search-icon {
  border-radius: 0;
  color: #013f58;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-size: 20px;
  border: 1px solid #F3F3F4;
  border-left: 0px;
  background: transparent;
}
.sidebar_widget .widget_inner .search-box .search-icon:focus {
  box-shadow: none;
}
.sidebar_widget .widget_inner .search-box .search-icon:hover {
  background: #013f58;
  border-color: #013f58;
  color: #ffffff;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li {
  padding: 0 0 10px;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li .form-check {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  min-height: auto;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container li:last-child {
  padding-bottom: 0px;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-input {
  margin-right: 5px;
  cursor: pointer;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label {
  color: #013f58;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 500;
}
.sidebar_widget .widget_inner .widget-list .sidebar-body .checkbox-container .custom-control-label:hover {
  color: #013f58;
  transition: all 0.2s ease-in-out;
}
.sidebar_widget .blog-list-wrapper .single-blog-list {
  display: flex;
  flex-wrap: wrap;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-thumb {
  width: 70px;
  border: 1px solid #013f58;
  height: 100%;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content {
  width: calc(100% - 70px);
  padding-left: 10px;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name {
  font-size: 14px;
  font-weight: 600;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name a {
  color: #013f58;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-name a:hover {
  color: #013f58;
}
.sidebar_widget .blog-list-wrapper .single-blog-list .blog-list-content .blog-meta p {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-list > li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  color: #013f58;
  font-weight: 500;
  padding-bottom: 10px;
}
.sidebar-list > li > a:hover {
  color: #013f58;
}
.sidebar-list > li:last-child a {
  padding-bottom: 0;
}

.tags li {
  display: inline-block;
}
.tags li a {
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #013f58;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 50rem;
}
.tags li a:hover {
  color: #ffffff;
  background: #013f58;
  border-color: #013f58;
}

.single-product-list {
  display: flex;
  flex-wrap: wrap;
}
.single-product-list .product {
  overflow: visible;
  width: 100px;
}
.single-product-list .product-list-content {
  padding-left: 10px;
  width: calc(100% - 100px);
}
.single-product-list .product-list-content .product-name {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
}
.single-product-list .product-list-content .product-name:hover a {
  text-decoration: none;
  color: #013f58;
}
.single-product-list .product-list-content .price {
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #013f58;
}
.single-product-list .product-list-content .price:not(:last-child) {
  margin-bottom: 20px;
}
.single-product-list .product-list-content .price span.new {
  color: #013f58;
}
.single-product-list .product-list-content .price span.old {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #dc3545;
  opacity: 0.5;
}

.sidebar-body-archive .title {
  font-size: 14px;
  font-weight: 700;
  color: #013f58;
}
.sidebar-body-archive .archive-list li {
  line-height: 35px;
  color: #242424;
  font-size: 15px;
  transition: 0.3s;
}
.sidebar-body-archive .archive-list li span {
  margin-right: 5px;
}
.sidebar-body-archive .archive-list li a {
  text-decoration: none;
  color: #013f58;
}
.sidebar-body-archive .archive-list li a:hover {
  color: #013f58;
  padding-left: 5px;
}

/*@import "ecommerce/plugins/aos.min.css";
@import "ecommerce/plugins/lightgallery.min.css";
@import "ecommerce/plugins/nice-select.min.css";
@import "ecommerce/plugins/swiper-bundle.min.css";*/
:root {
  --bs-blue: #013f58;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #C8511E;
  --bs-yellow: #F9C358;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #8ED3D5;
  --bs-white: #ffffff;
  --bs-gray: #808FA8;
  --bs-gray-dark: #343a40;
  --bs-slate: #808FA8;
  --bs-slate-20: #D9DDE6;
  --bs-slate-40: #999FB3;
  --bs-gray-100: #F3F3F4;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #F5F7F9;
  --bs-gray-600: #808FA8;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #013f58;
  --bs-secondary: #C8511E;
  --bs-gray: #6c757d;
  --bs-success: #198754;
  --bs-info: #8ED3D5;
  --bs-warning: #F9C358;
  --bs-danger: #dc3545;
  --bs-light: #F5F7F9;
  --bs-dark: #013f58;
  --bs-light-slate: #D9DDE6;
  --bs-primary-rgb: 1, 63, 88;
  --bs-secondary-rgb: 200, 81, 30;
  --bs-gray-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 142, 211, 213;
  --bs-warning-rgb: 249, 195, 88;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 247, 249;
  --bs-dark-rgb: 1, 63, 88;
  --bs-light-slate-rgb: 217, 221, 230;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 1, 63, 88;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Roboto", sans-serif;
  --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: 1.125rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5;
  --bs-body-color: #013f58;
  --bs-body-bg: #ffffff;
}

html {
  overflow-x: hidden;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: 400;
  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);
  overflow-x: clip;
}

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

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 120%;
  color: #013f58;
}

h1, .h1 {
  font-size: calc(1.55625rem + 3.675vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4.3125rem;
  }
}

h2, .h2 {
  font-size: calc(1.46875rem + 2.625vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.4375rem;
  }
}

h3, .h3 {
  font-size: calc(1.4rem + 1.8vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 2.1875rem;
  }
}

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

h6, .h6 {
  font-size: calc(1.26875rem + 0.225vw);
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 1.4375rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1.5;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  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: 1.5rem;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #013f58;
  text-decoration: underline;
  font-weight: 400;
}
a:hover {
  color: #C8511E;
}

div[style="background-color: #013f58"] a, .text-white a {
  text-decoration: underline;
  font-weight: 600;
}
div[style="background-color: #013f58"] a:hover, .text-white a:hover {
  color: #b9c4cd;
}
div[style="background-color: #013f58"] a:not(.btn), .text-white a:not(.btn) {
  text-decoration: none;
  color: #ffffff;
}
div[style="background-color: #013f58"] a:not(.btn):hover, .text-white a:not(.btn):hover {
  text-decoration: none;
}
div[style="background-color: #013f58"] a:not(.link-chevron), .text-white a:not(.link-chevron) {
  text-decoration: none;
  font-weight: 400;
}
div[style="background-color: #013f58"] a:not(.link-chevron):hover, .text-white a:not(.link-chevron):hover {
  text-decoration: none;
}
div[style="background-color: #013f58"] a.btn-white-arrow:hover, .text-white a.btn-white-arrow:hover {
  color: #013f58;
}
div[style="background-color: #013f58"] h2, div[style="background-color: #013f58"] .h2, div[style="background-color: #013f58"] p, .text-white h2, .text-white .h2, .text-white p {
  color: white;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.bg-blue-light {
  background: #A7DEED;
}

.bg-blue-lighter {
  background: #F2FAFC;
}

.bi::before, [class^=bi-]::before, [class*=" bi-"]::before {
  color: #C8511E;
}

footer .bi::before, footer [class^=bi-]::before, footer [class*=" bi-"]::before {
  color: white;
}

.h1.subhead {
  font-size: 30px;
  font-weight: 400px;
}

.fs-16 {
  font-size: 1rem;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.display-1 {
  font-weight: 900;
  letter-spacing: 1px;
}

.lead {
  font-size: calc(1.2687rem + 0.2244vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.437rem;
  }
}

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

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

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

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

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

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

.category-text {
  color: #C8511E;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.category-text.alt {
  color: #A7DEED;
}

.counter-results p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.counter-results h2, .counter-results .h2 {
  font-size: 4.3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #C8511E;
  margin-bottom: 0;
}
.counter-results .col {
  border-left: 2px solid #F3F3F4;
  padding-left: 32px;
}
@media (max-width: 991.98px) {
  .counter-results .col {
    margin-bottom: 1em;
  }
}

a.link-underline {
  text-decoration-color: #013f58;
  text-decoration-thickness: 0.125em;
  text-underline-offset: 5.5px;
}

.red-divider:after {
  content: "";
  display: block;
  width: 75px;
  height: 6px;
  background: #013f58;
  margin: 1.5em auto;
}

.panel-spacing {
  padding: 75px 0;
}
@media (min-width: 992px) {
  .panel-spacing {
    padding: 150px 0;
  }
}

.back-arrow {
  text-decoration: none;
}
.back-arrow:hover {
  text-decoration: underline;
}

.large {
  font-size: 1.278rem;
}

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

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

.list-inline-item {
  display: inline-block;
  margin-right: 0.5rem;
}
.intro {
  font-size: 2rem;
  padding: 5%;
}

.initialism {
  font-size: 0.778em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.40625rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

blockquote.quote {
  color: #013f58;
  font-size: 2rem;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.778em;
  color: #808FA8;
}
.blockquote-footer::before {
  content: "— ";
}

.spacer {
  padding: 90px 0 25px;
}

.link-chevron {
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  z-index: 1;
  color: #013f58;
}
.link-chevron:hover {
  text-decoration: none;
}

.link-chevron::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../img/mpf/icon-chevron-right.svg");
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 10px;
  transition: transform 0.3s ease;
  vertical-align: middle;
  /* Smooth transition */
}

.link-chevron.blue::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../img/mpf/icon-chevron-right-blue.svg");
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 10px;
  transition: transform 0.3s ease;
  vertical-align: middle;
  /* Smooth transition */
}

.link-chevron:hover::after {
  transform: translateX(4px);
  /* Moves slightly to the right */
}

.border-20 {
  border-radius: 20px;
}

.bg-orange-light {
  background: #F8EAE4;
}

.w-max-content {
  width: max-content;
}

.fs-14 {
  font-size: 0.875rem;
}

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

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

.img-cover, .object-fit {
  width: 100%;
  object-fit: cover;
}

.bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.hover-zoom:hover img, .hover-zoom:hover video {
  transform: scale(1.1);
}

.hover-zoom img {
  transition: all 0.3s linear;
}

.grow {
  display: inline-block;
  overflow: hidden;
  z-index: 2;
}

.grow img {
  transition: all 0.4s ease-in-out;
}

.grow:hover img {
  transform: scale(1.05);
}

img.float-start {
  padding: 1em 1em 1em 0;
}

img.float-end {
  padding: 1em 0 1em 1em;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.778em;
  color: #808FA8;
}

.img-border-right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.img-border-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 991px) {
  .img-border-right {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .img-border-left {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
.container-narrow {
  max-width: 540px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container-md-fluid {
    max-width: 100% !important;
  }
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 2em;
  color: #013f58;
  max-height: 420px;
  margin: -10px 0 -30px;
  border: 1px solid rgba(128, 143, 168, 0.2);
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #013f58;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #20c997;
}

.hljs-string,
.hljs-doctag, s {
  color: #dc3545;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #dc3545;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: rgb(0.1404494382, 8.8483146067, 12.3595505618);
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #20c997;
}

.hljs-symbol,
.hljs-bullet {
  color: #d63384;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #8ED3D5;
}

.hljs-meta {
  color: #343a40;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-comment {
  color: #ced4da;
}

.chroma .c {
  color: #727272;
}

.chroma .ch {
  font-style: italic;
  color: #60a0b0;
}

.chroma .cm {
  color: #727272;
}

.chroma .cp {
  color: #008085;
}

.chroma .cpf {
  color: #007020;
}

.chroma .c1 {
  color: #727272;
}

.chroma .cs {
  color: #727272;
}

.chroma .gd {
  background-color: #fcc;
  border: 1px solid #c00;
}

.chroma .ge {
  font-style: italic;
}

.chroma .gr {
  color: #f00;
}

.chroma .gh {
  color: #030;
}

.chroma .gi {
  background-color: #cfc;
  border: 1px solid #0c0;
}

.chroma .go {
  color: #aaa;
}

.chroma .gp {
  color: #009;
}

.chroma .gs {
  font-weight: 700;
}

.chroma .gu {
  color: #030;
}

.chroma .gt {
  color: #9c6;
}

.chroma .gl {
  text-decoration: underline;
}

.chroma .k {
  color: #069;
}

.chroma .kc {
  color: #069;
}

.chroma .kd {
  color: #069;
}

.chroma .kn {
  color: #069;
}

.chroma .kp {
  color: #069;
}

.chroma .kr {
  color: #069;
}

.chroma .kt {
  color: #078;
}

.chroma .m {
  color: #c24f19;
}

.chroma .mb {
  color: #40a070;
}

.chroma .mf {
  color: #c24f19;
}

.chroma .mh {
  color: #c24f19;
}

.chroma .mi {
  color: #c24f19;
}

.chroma .il {
  color: #c24f19;
}

.chroma .mo {
  color: #c24f19;
}

.chroma .s {
  color: #d73038;
}

.chroma .sa {
  color: #4070a0;
}

.chroma .sb {
  color: #c30;
}

.chroma .sc {
  color: #c30;
}

.chroma .dl {
  color: #4070a0;
}

.chroma .sd {
  font-style: italic;
  color: #c30;
}

.chroma .s2 {
  color: #c30;
}

.chroma .se {
  color: #c30;
}

.chroma .sh {
  color: #c30;
}

.chroma .si {
  color: #a00;
}

.chroma .sx {
  color: #c30;
}

.chroma .sr {
  color: #337e7e;
}

.chroma .s1 {
  color: #c30;
}

.chroma .ss {
  color: #fc3;
}

.chroma .na {
  color: #20c997;
}

.chroma .nb {
  color: #366;
}

.chroma .nc {
  color: #168174;
}

.chroma .no {
  color: #360;
}

.chroma .nd {
  color: #6b62de;
}

.chroma .ni {
  color: #727272;
}

.chroma .ne {
  color: #c00;
}

.chroma .nf {
  color: #b715f4;
}

.chroma .nl {
  color: #6b62de;
}

.chroma .nn {
  color: #007ca5;
}

.chroma .nt, .chroma .p {
  color: rgb(0.1404494382, 8.8483146067, 12.3595505618);
}

.chroma .nv {
  color: #033;
}

.chroma .o {
  color: #555;
}

.chroma .ow {
  color: #000;
}

.chroma .w {
  color: #bbb;
}

.chroma .language-bash::before, .chroma .language-sh::before {
  color: #009;
  content: "$ ";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chroma .language-powershell::before {
  color: #009;
  content: "PM> ";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  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 > * {
  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);
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  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;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 0.5rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 0.5rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 0.75rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 0.75rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 1rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 1rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 1.25rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 1.25rem;
}

.g-24,
.gx-24 {
  --bs-gutter-x: 1.5rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 1.5rem;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 1.56rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 1.56rem;
}

.g-28,
.gx-28 {
  --bs-gutter-x: 1.75rem;
}

.g-28,
.gy-28 {
  --bs-gutter-y: 1.75rem;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 1.875rem;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 1.875rem;
}

.g-36,
.gx-36 {
  --bs-gutter-x: 2.25rem;
}

.g-36,
.gy-36 {
  --bs-gutter-y: 2.25rem;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 2.5rem;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 2.5rem;
}

.g-45,
.gx-45 {
  --bs-gutter-x: 2.813rem;
}

.g-45,
.gy-45 {
  --bs-gutter-y: 2.813rem;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 3.125rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 3.125rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 3.75rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 3.75rem;
}

.g-65,
.gx-65 {
  --bs-gutter-x: 4.063rem;
}

.g-65,
.gy-65 {
  --bs-gutter-y: 4.063rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 4.68rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 4.68rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 5rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 5rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 6.25rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 6.25rem;
}

.g-112,
.gx-112 {
  --bs-gutter-x: 7rem;
}

.g-112,
.gy-112 {
  --bs-gutter-y: 7rem;
}

.g-150,
.gx-150 {
  --bs-gutter-x: 9.375rem;
}

.g-150,
.gy-150 {
  --bs-gutter-y: 9.375rem;
}

.g-160,
.gx-160 {
  --bs-gutter-x: 10rem;
}

.g-160,
.gy-160 {
  --bs-gutter-y: 10rem;
}

.g-180,
.gx-180 {
  --bs-gutter-x: 11.25rem;
}

.g-180,
.gy-180 {
  --bs-gutter-y: 11.25rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 12.5rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 12.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    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;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 1.56rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 1.56rem;
  }
  .g-sm-28,
  .gx-sm-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-28,
  .gy-sm-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-36,
  .gx-sm-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-36,
  .gy-sm-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-45,
  .gx-sm-45 {
    --bs-gutter-x: 2.813rem;
  }
  .g-sm-45,
  .gy-sm-45 {
    --bs-gutter-y: 2.813rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-65,
  .gx-sm-65 {
    --bs-gutter-x: 4.063rem;
  }
  .g-sm-65,
  .gy-sm-65 {
    --bs-gutter-y: 4.063rem;
  }
  .g-sm-75,
  .gx-sm-75 {
    --bs-gutter-x: 4.68rem;
  }
  .g-sm-75,
  .gy-sm-75 {
    --bs-gutter-y: 4.68rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-sm-112,
  .gx-sm-112 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-112,
  .gy-sm-112 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-sm-160,
  .gx-sm-160 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-160,
  .gy-sm-160 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-180,
  .gx-sm-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-sm-180,
  .gy-sm-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    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;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 1rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 1rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 1.56rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 1.56rem;
  }
  .g-md-28,
  .gx-md-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-28,
  .gy-md-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-36,
  .gx-md-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-36,
  .gy-md-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-45,
  .gx-md-45 {
    --bs-gutter-x: 2.813rem;
  }
  .g-md-45,
  .gy-md-45 {
    --bs-gutter-y: 2.813rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-65,
  .gx-md-65 {
    --bs-gutter-x: 4.063rem;
  }
  .g-md-65,
  .gy-md-65 {
    --bs-gutter-y: 4.063rem;
  }
  .g-md-75,
  .gx-md-75 {
    --bs-gutter-x: 4.68rem;
  }
  .g-md-75,
  .gy-md-75 {
    --bs-gutter-y: 4.68rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 5rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 5rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-112,
  .gx-md-112 {
    --bs-gutter-x: 7rem;
  }
  .g-md-112,
  .gy-md-112 {
    --bs-gutter-y: 7rem;
  }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-md-160,
  .gx-md-160 {
    --bs-gutter-x: 10rem;
  }
  .g-md-160,
  .gy-md-160 {
    --bs-gutter-y: 10rem;
  }
  .g-md-180,
  .gx-md-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-md-180,
  .gy-md-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    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;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 1.56rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 1.56rem;
  }
  .g-lg-28,
  .gx-lg-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-28,
  .gy-lg-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-36,
  .gx-lg-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-36,
  .gy-lg-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-45,
  .gx-lg-45 {
    --bs-gutter-x: 2.813rem;
  }
  .g-lg-45,
  .gy-lg-45 {
    --bs-gutter-y: 2.813rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-65,
  .gx-lg-65 {
    --bs-gutter-x: 4.063rem;
  }
  .g-lg-65,
  .gy-lg-65 {
    --bs-gutter-y: 4.063rem;
  }
  .g-lg-75,
  .gx-lg-75 {
    --bs-gutter-x: 4.68rem;
  }
  .g-lg-75,
  .gy-lg-75 {
    --bs-gutter-y: 4.68rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-112,
  .gx-lg-112 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-112,
  .gy-lg-112 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-lg-160,
  .gx-lg-160 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-160,
  .gy-lg-160 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-180,
  .gx-lg-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-lg-180,
  .gy-lg-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    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;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 1.56rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 1.56rem;
  }
  .g-xl-28,
  .gx-xl-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-28,
  .gy-xl-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-36,
  .gx-xl-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-36,
  .gy-xl-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-45,
  .gx-xl-45 {
    --bs-gutter-x: 2.813rem;
  }
  .g-xl-45,
  .gy-xl-45 {
    --bs-gutter-y: 2.813rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-65,
  .gx-xl-65 {
    --bs-gutter-x: 4.063rem;
  }
  .g-xl-65,
  .gy-xl-65 {
    --bs-gutter-y: 4.063rem;
  }
  .g-xl-75,
  .gx-xl-75 {
    --bs-gutter-x: 4.68rem;
  }
  .g-xl-75,
  .gy-xl-75 {
    --bs-gutter-y: 4.68rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xl-112,
  .gx-xl-112 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-112,
  .gy-xl-112 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-xl-160,
  .gx-xl-160 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-160,
  .gy-xl-160 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-180,
  .gx-xl-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-xl-180,
  .gy-xl-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    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;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 1.56rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 1.56rem;
  }
  .g-xxl-28,
  .gx-xxl-28 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-28,
  .gy-xxl-28 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-36,
  .gx-xxl-36 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xxl-36,
  .gy-xxl-36 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-45,
  .gx-xxl-45 {
    --bs-gutter-x: 2.813rem;
  }
  .g-xxl-45,
  .gy-xxl-45 {
    --bs-gutter-y: 2.813rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-65,
  .gx-xxl-65 {
    --bs-gutter-x: 4.063rem;
  }
  .g-xxl-65,
  .gy-xxl-65 {
    --bs-gutter-y: 4.063rem;
  }
  .g-xxl-75,
  .gx-xxl-75 {
    --bs-gutter-x: 4.68rem;
  }
  .g-xxl-75,
  .gy-xxl-75 {
    --bs-gutter-y: 4.68rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xxl-112,
  .gx-xxl-112 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-112,
  .gy-xxl-112 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-150,
  .gx-xxl-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-xxl-150,
  .gy-xxl-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-xxl-160,
  .gx-xxl-160 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-160,
  .gy-xxl-160 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-180,
  .gx-xxl-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-xxl-180,
  .gy-xxl-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 12.5rem;
  }
}
.hero-1, .interior-hero {
  position: relative;
  max-height: 750px;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
.hero-1 img, .interior-hero img {
  display: block;
}
.hero-1 .hero-content, .interior-hero .hero-content {
  position: relative;
  padding: 20px 20px 65px 20px;
}
@media (min-width: 768px) {
  .hero-1 .hero-content, .interior-hero .hero-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.hero-1 .slick-dots, .interior-hero .slick-dots {
  bottom: 25px;
}
.hero-1 .slick-dots li button .slick-dot-icon, .interior-hero .slick-dots li button .slick-dot-icon {
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero-1 .slick-dots li button .slick-dot-icon, .interior-hero .slick-dots li button .slick-dot-icon {
    color: #000;
  }
}
.hero-1 .slick-slide img, .interior-hero .slick-slide img {
  width: 100%;
  max-width: 2000px;
  max-height: 800px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .hero-1 .overlay:after, .interior-hero .overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
  }
  .hero-1 .overlay .overlay-copy, .interior-hero .overlay .overlay-copy {
    position: relative;
    z-index: 2;
  }
}

.interior-hero img {
  object-fit: cover;
  height: 225px;
  width: 100%;
}
@media (min-width: 768px) {
  .interior-hero img {
    height: 450px;
  }
}
.interior-hero .hero-content {
  padding: 20px;
}

/* Static Heros */
.hero-1a, .hero-1c, .hero-1b {
  position: relative;
  max-height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-1a, .hero-1c, .hero-1b {
    max-height: 750px;
  }
}
.hero-1a img, .hero-1c img, .hero-1b img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.hero-1a .hero-content, .hero-1c .hero-content, .hero-1b .hero-content {
  position: relative;
  padding: 20px 20px 65px 20px;
}
@media (min-width: 768px) {
  .hero-1a .hero-content, .hero-1c .hero-content, .hero-1b .hero-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    max-width: 65%;
  }
}
@media (min-width: 768px) {
  .hero-1a .overlay:after, .hero-1c .overlay:after, .hero-1b .overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
  }
  .hero-1a .overlay .overlay-copy, .hero-1c .overlay .overlay-copy, .hero-1b .overlay .overlay-copy {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .hero-1b .hero-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

.hero-1c .hero-content {
  color: #000;
}
@media (min-width: 768px) {
  .hero-1c .hero-content {
    position: absolute;
    z-index: 1;
    text-align: left;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .hero-1c .down-arrow {
    position: absolute;
    z-index: 1;
    top: 85%;
    left: auto;
    right: 10%;
    transform: translateX(-50%);
    width: 0;
    height: 55px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    animation: jumpInfinite 1.5s infinite;
  }
  .hero-1c .down-arrow:after {
    content: " ";
    position: absolute;
    top: 36px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 2px;
    transform: rotateZ(45deg);
  }
}

.left-column .hero-1c-swiper .swiper-content, .right-column .hero-1c-swiper .swiper-content {
  padding: 20px 60px 100px 60px;
}

.hero-1c-swiper {
  width: 100%;
  height: 100%;
}
.hero-1c-swiper .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-1c-swiper .swiper-slide {
    color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .hero-1c-swiper .swiper-slide {
    flex-direction: column;
  }
}
.hero-1c-swiper .swiper-button-next, .hero-1c-swiper .swiper-button-prev {
  color: #ffffff;
}
.hero-1c-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.hero-1c-swiper .swiper-pagination {
  bottom: 25px;
}
.hero-1c-swiper .swiper-pagination-bullet-active {
  background: #013f58;
}
@media (min-width: 768px) {
  .hero-1c-swiper .swiper-pagination-bullet-active {
    background: #ffffff;
  }
}
.hero-1c-swiper .swiper-content {
  position: relative;
  padding: 20px 60px 100px 60px;
}
@media (max-width: 991.98px) {
  .hero-1c-swiper .swiper-content {
    padding: 20px 20px 100px 20px;
  }
}
@media (min-width: 768px) {
  .hero-1c-swiper .swiper-content {
    background: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 1320px;
  }
}
@media (min-width: 1400px) {
  .hero-1c-swiper .swiper-content {
    padding: 20px 20px 100px 20px;
  }
}
.hero-1c-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 300px;
}
@media (min-width: 768px) {
  .hero-1c-swiper .swiper-slide img {
    height: 800px;
  }
}

.hero-1c-slider .hero-content {
  position: relative;
  padding: 20px 20px 100px 20px;
}
@media (min-width: 768px) {
  .hero-1c-slider .hero-content {
    background: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 1320px;
  }
}
.hero-1c-slider .slick-slide {
  position: relative;
}
.hero-1c-slider .slick-slide img {
  max-height: 800px;
}
.hero-1c-slider .slick-dots {
  position: absolute;
  text-align: left;
  top: 0;
  bottom: 50px;
}
.hero-1c-slider .slick-dots li button .slick-dot-icon,
.hero-1c-slider .slick-dots li.slick-active button .slick-dot-icon {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .hero-1c-slider .slick-dots li button .slick-dot-icon,
  .hero-1c-slider .slick-dots li.slick-active button .slick-dot-icon {
    color: #6c757d;
  }
}
.hero-1c-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero-1c-slider .slick-prev, .hero-1c-slider .slick-next {
  top: auto;
  bottom: 50px;
  z-index: 5;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero-1c-slider .slick-prev, .hero-1c-slider .slick-next {
    position: absolute;
  }
}
.hero-1c-slider .slick-prev:hover .bi:before, .hero-1c-slider .slick-prev:focus .bi:before, .hero-1c-slider .slick-next:hover .bi:before, .hero-1c-slider .slick-next:focus .bi:before {
  color: #013f58;
}
.hero-1c-slider .slick-prev {
  left: auto;
  right: 100px;
}
.hero-1c-slider .slick-next {
  left: auto;
  right: 50px;
}

.hero-2a {
  position: relative;
}
.hero-2a img {
  position: relative;
  z-index: 1;
}
.hero-2a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background: #ffffff;
}

.hero-3a {
  position: relative;
}
.hero-3a .hero-content {
  position: relative;
  padding: 20px 20px 65px 0px;
}
@media (min-width: 992px) {
  .hero-3a .hero-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    max-width: 38%;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .hero-3a img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 500px;
    object-position: top;
  }
}
@media (min-width: 992px) {
  .hero-3a img {
    max-width: 45%;
  }
}

.hero-4a {
  position: relative;
}
@media (min-width: 992px) {
  .hero-4a .down-arrow {
    position: relative;
    z-index: 1;
    top: 50px;
    left: 0;
    width: 0;
    height: 65px;
    border: 1px solid #013f58;
    border-radius: 0px;
    animation: none;
  }
  .hero-4a .down-arrow:after {
    content: " ";
    position: absolute;
    top: 47px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #013f58;
    border-right: 2px solid #013f58;
    border-radius: 2px;
    transform: rotateZ(45deg);
  }
}

.hero-7a {
  position: relative;
}
.hero-7a img {
  position: relative;
  z-index: 1;
}
.hero-7a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  height: 200px;
}
@media (min-width: 1400px) {
  .hero-7a .down-arrow {
    position: absolute;
    z-index: 1;
    top: 65%;
    left: unset;
    bottom: 0;
    right: 75px;
    width: 0;
    height: 65px;
    border: 1px solid #013f58;
    border-radius: 0px;
    animation: none;
  }
  .hero-7a .down-arrow:after {
    content: " ";
    position: absolute;
    top: 47px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #013f58;
    border-right: 2px solid #013f58;
    border-radius: 2px;
    transform: rotateZ(45deg);
  }
}

.hero-8a {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-8a video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-8a video.stopfade button {
  background: url("/patternslibrary/images/demo-1/play-circle.svg") no-repeat;
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  border: none;
}
.hero-8a video button {
  background: url("/patternslibrary/images/demo-1/pause-circle.svg") no-repeat;
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  border: none;
}
.hero-8a .overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1;
  background: #225470;
  opacity: 0.6;
}
.hero-8a .hero-content {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

/* Animate Down Arrow */
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .down-arrow {
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    animation: jumpInfinite 1.5s infinite;
  }
  .down-arrow:after {
    content: " ";
    position: absolute;
    top: 17px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 2px;
    transform: rotateZ(45deg);
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #013f58;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #013f58;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #013f58;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #013f58;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: rgb(204.2, 216.6, 221.6);
  --bs-table-striped-bg: rgb(193.99, 205.77, 210.52);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.78, 194.94, 199.44);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.885, 200.355, 204.98);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(183.78, 194.94, 199.44);
}

.table-secondary {
  --bs-table-bg: rgb(244, 220.2, 210);
  --bs-table-striped-bg: rgb(231.8, 209.19, 199.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(219.6, 198.18, 189);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(225.7, 203.685, 194.25);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(219.6, 198.18, 189);
}

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

.table-info {
  --bs-table-bg: rgb(232.4, 246.2, 246.6);
  --bs-table-striped-bg: rgb(220.78, 233.89, 234.27);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(209.16, 221.58, 221.94);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(214.97, 227.735, 228.105);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(209.16, 221.58, 221.94);
}

.table-warning {
  --bs-table-bg: rgb(253.8, 243, 221.6);
  --bs-table-striped-bg: rgb(241.11, 230.85, 210.52);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(228.42, 218.7, 199.44);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(234.765, 224.775, 204.98);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(228.42, 218.7, 199.44);
}

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

.table-light {
  --bs-table-bg: #F5F7F9;
  --bs-table-striped-bg: rgb(232.75, 234.65, 236.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(220.5, 222.3, 224.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(226.625, 228.475, 230.325);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(220.5, 222.3, 224.1);
}

.table-dark {
  --bs-table-bg: #013f58;
  --bs-table-striped-bg: rgb(13.7, 72.6, 96.35);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(26.4, 82.2, 104.7);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(20.05, 77.4, 100.525);
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: rgb(26.4, 82.2, 104.7);
}

.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;
  }
}
.featured-rates {
  text-align: center;
  font-size: 16px;
}
.featured-rates table {
  width: 100%;
}
@media (max-width: 991.98px) {
  .featured-rates {
    font-size: 14px;
  }
}
.featured-rates td {
  border: 1px solid #E1E3EA;
  vertical-align: middle;
  padding: 16px 16px;
}
@media (max-width: 991.98px) {
  .featured-rates td {
    padding: 10px 10px;
  }
}
.featured-rates thead {
  white-space: nowrap;
}
.featured-rates thead thead:not(:first-child) {
  border-top: none !important;
}
.featured-rates thead tr th {
  background-color: #013f58;
  color: #ffffff;
  border: 1px solid #e1e3ea;
  border-top: none;
  border-bottom: none;
  padding: 16px 16px;
}
.featured-rates thead tr th:first-child {
  background-color: #ffffff;
  color: #013f58;
  text-align: left;
  border-left-style: none;
  position: sticky;
  left: 0;
  z-index: 2;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}
.featured-rates thead tr th:last-child {
  border-right-style: none;
}
.featured-rates tbody {
  background-color: #ffffff !important;
}
.featured-rates tbody:not(:first-child) {
  border-top: none !important;
}
.featured-rates tbody tr td {
  background-color: #ffffff;
  border-top: none;
}
.featured-rates tbody tr td:first-child {
  background-color: #F5F7F9;
  color: #013f58;
  text-align: left;
  border-left-style: none;
  position: sticky;
  left: 0;
  z-index: 2;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}
.featured-rates tbody tr td:last-child {
  border-right-style: none;
}

.table-wrapper {
  position: relative;
}

.table-responsive {
  transition: box-shadow 0.3s ease-in-out;
}

.has-shadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

#guide-detail-table {
  font-size: 1rem;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 30px;
  overflow: hidden;
}
#guide-detail-table thead {
  background: #013f58;
  color: #ffffff;
}
#guide-detail-table a {
  color: #C8511E;
}
#guide-detail-table td {
  padding: 24px;
}
#guide-detail-table th {
  padding: 16px 24px;
}

#guide-detail-table thead th,
#guide-detail-table tbody td {
  border: 1px solid #dee2e6;
}

#guide-detail-table thead th:first-child {
  border-top-left-radius: 30px;
}

#guide-detail-table thead th:last-child {
  border-top-right-radius: 30px;
}

#guide-detail-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}

#guide-detail-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 30px;
}

.btn {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #013f58;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 16px;
  font-size: 1.125rem;
  border-radius: 50rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #013f58;
  text-decoration: none;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 63, 88, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #ffffff;
  background-color: #013f58;
  border-color: #013f58;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(0.85, 53.55, 74.8);
  border-color: rgb(0.8, 50.4, 70.4);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: rgb(0.85, 53.55, 74.8);
  border-color: rgb(0.8, 50.4, 70.4);
  box-shadow: 0 0 0 0.25rem rgba(39.1, 91.8, 113.05, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0.8, 50.4, 70.4);
  border-color: rgb(0.75, 47.25, 66);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(39.1, 91.8, 113.05, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #013f58;
  border-color: #013f58;
}

.btn-secondary {
  color: #ffffff;
  background-color: #C8511E;
  border-color: #C8511E;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: rgb(170, 68.85, 25.5);
  border-color: rgb(160, 64.8, 24);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #ffffff;
  background-color: rgb(170, 68.85, 25.5);
  border-color: rgb(160, 64.8, 24);
  box-shadow: 0 0 0 0.25rem rgba(208.25, 107.1, 63.75, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(160, 64.8, 24);
  border-color: rgb(150, 60.75, 22.5);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(208.25, 107.1, 63.75, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #ffffff;
  background-color: #C8511E;
  border-color: #C8511E;
}

.btn-gray {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray:hover {
  color: #ffffff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #ffffff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(86.4, 93.6, 100);
  border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #ffffff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(20, 108, 67.2);
  border-color: rgb(18.75, 101.25, 63);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #8ED3D5;
  border-color: #8ED3D5;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(158.95, 217.6, 219.3);
  border-color: rgb(153.3, 215.4, 217.2);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(158.95, 217.6, 219.3);
  border-color: rgb(153.3, 215.4, 217.2);
  box-shadow: 0 0 0 0.25rem rgba(120.7, 179.35, 181.05, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(164.6, 219.8, 221.4);
  border-color: rgb(153.3, 215.4, 217.2);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(120.7, 179.35, 181.05, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #8ED3D5;
  border-color: #8ED3D5;
}

.btn-warning {
  color: #000;
  background-color: #F9C358;
  border-color: #F9C358;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(249.9, 204, 113.05);
  border-color: rgb(249.6, 201, 104.7);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(249.9, 204, 113.05);
  border-color: rgb(249.6, 201, 104.7);
  box-shadow: 0 0 0 0.25rem rgba(211.65, 165.75, 74.8, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(250.2, 207, 121.4);
  border-color: rgb(249.6, 201, 104.7);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211.65, 165.75, 74.8, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #F9C358;
  border-color: #F9C358;
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #ffffff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(176, 42.4, 55.2);
  border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #F5F7F9;
  border-color: #F5F7F9;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(246.5, 248.2, 249.9);
  border-color: rgb(246, 247.8, 249.6);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(246.5, 248.2, 249.9);
  border-color: rgb(246, 247.8, 249.6);
  box-shadow: 0 0 0 0.25rem rgba(208.25, 209.95, 211.65, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(247, 248.6, 250.2);
  border-color: rgb(246, 247.8, 249.6);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(208.25, 209.95, 211.65, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #F5F7F9;
  border-color: #F5F7F9;
}

.btn-dark {
  color: #ffffff;
  background-color: #013f58;
  border-color: #013f58;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(0.85, 53.55, 74.8);
  border-color: rgb(0.8, 50.4, 70.4);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: rgb(0.85, 53.55, 74.8);
  border-color: rgb(0.8, 50.4, 70.4);
  box-shadow: 0 0 0 0.25rem rgba(39.1, 91.8, 113.05, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0.8, 50.4, 70.4);
  border-color: rgb(0.75, 47.25, 66);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(39.1, 91.8, 113.05, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #013f58;
  border-color: #013f58;
}

.btn-light-slate {
  color: #000;
  background-color: #D9DDE6;
  border-color: #D9DDE6;
}
.btn-light-slate:hover {
  color: #000;
  background-color: rgb(222.7, 226.1, 233.75);
  border-color: rgb(220.8, 224.4, 232.5);
}
.btn-check:focus + .btn-light-slate, .btn-light-slate:focus {
  color: #000;
  background-color: rgb(222.7, 226.1, 233.75);
  border-color: rgb(220.8, 224.4, 232.5);
  box-shadow: 0 0 0 0.25rem rgba(184.45, 187.85, 195.5, 0.5);
}
.btn-check:checked + .btn-light-slate, .btn-check:active + .btn-light-slate, .btn-light-slate:active, .btn-light-slate.active, .show > .btn-light-slate.dropdown-toggle {
  color: #000;
  background-color: rgb(224.6, 227.8, 235);
  border-color: rgb(220.8, 224.4, 232.5);
}
.btn-check:checked + .btn-light-slate:focus, .btn-check:active + .btn-light-slate:focus, .btn-light-slate:active:focus, .btn-light-slate.active:focus, .show > .btn-light-slate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(184.45, 187.85, 195.5, 0.5);
}
.btn-light-slate:disabled, .btn-light-slate.disabled {
  color: #000;
  background-color: #D9DDE6;
  border-color: #D9DDE6;
}

.btn-outline-primary {
  color: #013f58;
  border-color: #013f58;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #013f58;
  border-color: #013f58;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 63, 88, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #013f58;
  border-color: #013f58;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 63, 88, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #013f58;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #C8511E;
  border-color: #C8511E;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #C8511E;
  border-color: #C8511E;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(200, 81, 30, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #C8511E;
  border-color: #C8511E;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(200, 81, 30, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #C8511E;
  background-color: transparent;
}

.btn-outline-gray {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #8ED3D5;
  border-color: #8ED3D5;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #8ED3D5;
  border-color: #8ED3D5;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(142, 211, 213, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #8ED3D5;
  border-color: #8ED3D5;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(142, 211, 213, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #8ED3D5;
  background-color: transparent;
}

.btn-outline-warning {
  color: #F9C358;
  border-color: #F9C358;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #F9C358;
  border-color: #F9C358;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 195, 88, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #F9C358;
  border-color: #F9C358;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 195, 88, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #F9C358;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #F5F7F9;
  border-color: #F5F7F9;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #F5F7F9;
  border-color: #F5F7F9;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 247, 249, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F5F7F9;
  border-color: #F5F7F9;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 247, 249, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F5F7F9;
  background-color: transparent;
}

.btn-outline-dark {
  color: #013f58;
  border-color: #013f58;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #013f58;
  border-color: #013f58;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 63, 88, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #013f58;
  border-color: #013f58;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 63, 88, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #013f58;
  background-color: transparent;
}

.btn-outline-light-slate {
  color: #D9DDE6;
  border-color: #D9DDE6;
}
.btn-outline-light-slate:hover {
  color: #000;
  background-color: #D9DDE6;
  border-color: #D9DDE6;
}
.btn-check:focus + .btn-outline-light-slate, .btn-outline-light-slate:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 221, 230, 0.5);
}
.btn-check:checked + .btn-outline-light-slate, .btn-check:active + .btn-outline-light-slate, .btn-outline-light-slate:active, .btn-outline-light-slate.active, .btn-outline-light-slate.dropdown-toggle.show {
  color: #000;
  background-color: #D9DDE6;
  border-color: #D9DDE6;
}
.btn-check:checked + .btn-outline-light-slate:focus, .btn-check:active + .btn-outline-light-slate:focus, .btn-outline-light-slate:active:focus, .btn-outline-light-slate.active:focus, .btn-outline-light-slate.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 221, 230, 0.5);
}
.btn-outline-light-slate:disabled, .btn-outline-light-slate.disabled {
  color: #D9DDE6;
  background-color: transparent;
}

.btn-link {
  font-weight: 300;
  color: #013f58;
  text-decoration: underline;
}
.btn-link:hover {
  color: #C8511E;
}
.btn-link:disabled, .btn-link.disabled {
  color: #808FA8;
}

.btn-white {
  background: white;
  color: #013f58;
}

.btn-primary, .btn-outline-primary, .btn-outline-light, .btn-secondary, .btn-white {
  position: relative;
  padding: 10px 8px 10px 20px;
  position: relative;
  overflow: clip;
  display: inline-flex;
  align-items: center;
}
.btn-primary:hover, .btn-outline-primary:hover, .btn-outline-light:hover, .btn-secondary:hover, .btn-white:hover {
  color: white;
}
.btn-primary:hover:before, .btn-outline-primary:hover:before, .btn-outline-light:hover:before, .btn-secondary:hover:before, .btn-white:hover:before {
  animation: rightArrowKeyframe 0.3s ease-in-out forwards;
}
.btn-primary:before, .btn-outline-primary:before, .btn-outline-light:before, .btn-secondary:before, .btn-white:before {
  content: "";
  display: inline;
  background-image: url("../img/mpf/arrow_forward.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  right: 12px;
  left: auto;
  top: auto;
  bottom: auto;
}
.btn-primary:after, .btn-outline-primary:after, .btn-outline-light:after, .btn-secondary:after, .btn-white:after {
  padding: 4px;
  width: 28px;
  height: 28px;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  background: #C8511E;
  border-radius: 50em;
  overflow: hidden;
  margin-left: 0.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  content: "";
}

.btn.nav-btn.btn-secondary:after {
  background: transparent;
}

.btn-outline-primary.btn-smaller {
  margin-left: -4px;
  padding: 10px;
}

.btn-outline-primary.feedback-button:before {
  display: none;
}

.dropdown-toggle.btn-secondary:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M12.3977 15.6629C12.178 15.8826 11.8219 15.8826 11.6022 15.6629L5.86739 9.92804C5.64772 9.70837 5.64772 9.35227 5.86739 9.13259L6.13256 8.86739C6.35222 8.64772 6.70838 8.64772 6.92805 8.86739L12 13.9393L17.0719 8.86739C17.2916 8.64772 17.6477 8.64772 17.8674 8.86739L18.1326 9.13259C18.3522 9.35227 18.3522 9.70837 18.1326 9.92804L12.3977 15.6629Z" fill="white"/%3E%3C/svg%3E');
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  border-radius: 50rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.84375rem;
  border-radius: 50rem;
}

.login-btn {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.chapter-buttons a {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.chapter-buttons a:after {
  content: "";
  display: none;
}

.icon-cta {
  width: 24px;
  height: 24px;
}

/* Button Animation */
/* Declare variable */
/* Basic styling of arrow */
.arrow {
  padding: 4px;
  width: 28px;
  height: 28px;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  background: #C8511E;
  border-radius: 50em;
  overflow: hidden;
  margin-left: 0.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.arrow img {
  width: 18px;
  height: 18px;
}

/* Add animation of right arrow */
/* Declare variable */
:root {
  --transform-logical-flip:1;
}

/* Animation for right arrow */
@keyframes rightArrowKeyframe {
  0% {
    transform: translateX(0%) scale(var(--transform-logical-flip), 1);
  }
  50% {
    transform: translateX(calc(50% + 5px)) scale(var(--transform-logical-flip), 1);
  }
  51% {
    transform: translateX(calc(-50% - 5px)) scale(var(--transform-logical-flip), 1);
  }
  100% {
    transform: translateX(0%) scale(var(--transform-logical-flip), 1);
  }
}
.btn-primary-arrow {
  display: inline-flex;
  align-items: center;
  background: #013f58;
  color: white;
  padding: 10px 8px 10px 20px;
  position: relative;
  overflow: clip;
}
.btn-primary-arrow:hover {
  color: white;
}
.btn-primary-arrow:hover:before {
  animation: rightArrowKeyframe 0.3s ease-in-out forwards;
}
.btn-primary-arrow:before {
  content: "";
  display: inline;
  background-image: url("../img/mpf/arrow_forward.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  right: 12px;
  left: auto;
  top: auto;
  bottom: auto;
}
.btn-primary-arrow:after {
  padding: 4px;
  width: 28px;
  height: 28px;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  background: #C8511E;
  border-radius: 50em;
  overflow: hidden;
  margin-left: 0.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  content: "";
}

a.btn-white-arrow {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  color: #013f58;
  padding: 10px 8px 10px 20px;
  position: relative;
  overflow: clip;
}
a.btn-white-arrow:hover {
  color: #013f58;
}
a.btn-white-arrow:hover:before {
  animation: rightArrowKeyframe 0.3s ease-in-out forwards;
}
a.btn-white-arrow:before {
  content: "";
  display: inline;
  background-image: url("../img/mpf/arrow_forward.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  right: 12px;
}
a.btn-white-arrow:after {
  padding: 4px;
  width: 28px;
  height: 28px;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  background: #C8511E;
  border-radius: 50em;
  overflow: hidden;
  margin-left: 0.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  content: "";
}

.mobile-buttons .btn {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-right: 0 !important;
}
.mobile-buttons a.btn-white-arrow {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  color: #013f58;
  border: 1px solid #013f58;
  padding: 10px 8px 10px 20px;
  position: relative;
  overflow: clip;
}

a.btn-outline-white-arrow {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1px solid white;
  color: #ffffff;
  padding: 10px 8px 10px 20px;
  position: relative;
  overflow: clip;
}
a.btn-outline-white-arrow:hover {
  color: #ffffff;
}
a.btn-outline-white-arrow:hover:before {
  animation: rightArrowKeyframe 0.3s ease-in-out forwards;
}
a.btn-outline-white-arrow:before {
  content: "";
  display: inline;
  background-image: url("../img/mpf/arrow_forward.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  right: 12px;
}
a.btn-outline-white-arrow:after {
  padding: 4px;
  width: 28px;
  height: 28px;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  background: #C8511E;
  border-radius: 50em;
  overflow: hidden;
  margin-left: 0.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  content: "";
}

a.btn-outline-blue-arrow {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1px solid #013f58;
  color: #013f58;
  padding: 10px 8px 10px 20px;
  position: relative;
  overflow: clip;
}
a.btn-outline-blue-arrow:hover {
  color: #013f58;
}
a.btn-outline-blue-arrow:hover:before {
  animation: rightArrowKeyframe 0.3s ease-in-out forwards;
}
a.btn-outline-blue-arrow:before {
  content: "";
  display: inline;
  background-image: url("../img/mpf/arrow_forward.svg");
  height: 18px;
  width: 18px;
  position: absolute;
  right: 12px;
  left: auto;
  top: auto;
  bottom: auto;
}
a.btn-outline-blue-arrow:after {
  padding: 4px;
  width: 28px;
  height: 28px;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  background: #C8511E;
  border-radius: 50em;
  overflow: hidden;
  margin-left: 0.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  content: "";
}

.btn-xs {
  font-size: 0.75rem;
  padding: 4px 8px 4px 20px !important;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 1rem;
  padding: 6px 8px 6px 20px !important;
}

.btn-md {
  font-size: 1.063rem;
  padding: 8px 8px 8px 20px !important;
}

.btn-outline-primary.dropdown-toggle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.btn-outline-primary.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22%23C8511E%22/%3E%0A%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  transition: 0.4s;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22%23C8511E%22/%3E%0A%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 13rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1.125rem;
  color: #013f58;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu a:not(a.btn) {
  color: #013f58;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22%23C8511E%22/%3E%0A%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22%23C8511E%22/%3E%0A%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22%23C8511E%22/%3E%0A%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}
.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 300;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #013f58;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #F5F7F9;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.84375rem;
  color: #808FA8;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #013f58;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #F5F7F9;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #F5F7F9;
}

.dropdown-menu-login h2, .dropdown-menu-login .h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.dropdown-menu-login p {
  font-size: 0.938rem;
}
.dropdown-menu-login .btn {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.dropdown-menu-login .btn:after {
  content: "";
  display: none;
}
.dropdown-menu-login .card-radius {
  border-radius: 24px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 12px;
  padding-left: 12px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #013f58;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #C8511E;
}
.nav-link.disabled {
  color: #808FA8;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #808FA8;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: #E4E9EF;
  border: 0;
  border-radius: 0.25rem;
  border-bottom: 2px solid #ffffff;
  color: #013f58;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #013f58;
  border-bottom: 4px solid #C8511E;
  font-weight: 700;
  color: #013f58;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content {
  color: #013f58;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content p {
  color: #013f58;
}

.section-nav-panel {
  display: none;
}
@media (max-width: 991.98px) {
  .section-nav-panel {
    display: block;
  }
}

.right-column .section-nav-panel, .left-column .section-nav-panel {
  display: block;
}
@media (max-width: 991.98px) {
  .right-column .section-nav-panel, .left-column .section-nav-panel {
    display: none;
  }
}

.Menu-Item-Custom-Class-Demo {
  background-color: yellow;
}
.Menu-Item-Custom-Class-Demo .dropdown-menu {
  background-color: yellow;
}

.Menu-Item-Custom-Class-Demo * {
  color: black !important;
}

.offcanvas-always-accessible {
  display: inline-block !important;
}

#offcanvasMobileMenu .dropdown-menu {
  position: relative !important;
  transform: translate(0px, 0px) !important;
}

.navbar-secondary {
  font-size: 0.75rem;
}

.navbar-search-button {
  padding-top: 0px;
  padding-bottom: 0px;
}

.loan-tab {
  height: 100%;
  /* Ensure the nav container stretches full height */
}
.loan-tab .nav-link {
  background: white;
  font-weight: 400;
  color: #013f58;
  font-size: 1.438rem;
  text-align: left;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: normal; /* Allow text wrapping if needed */
  border-radius: 0;
}
.loan-tab .nav-link:nth-child(1) {
  border-top-left-radius: 20px !important;
}
.loan-tab .nav-link:last-child {
  border-bottom-left-radius: 20px !important;
}
@media (max-width: 991.98px) {
  .loan-tab .nav-link:last-child {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px !important;
  }
}
.loan-tab .nav-link.active {
  background: #E8E8E9;
}
.loan-tab .v-pills-tab {
  width: 354px; /* Fixed width, adjust as needed */
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 991.98px) {
  .loan-tab .v-pills-tab {
    width: 100%;
  }
}

.navbar .megamenu {
  padding: 1rem;
}

@media (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
.header-nav {
  font-size: 0.938rem;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.2890625rem;
  padding-bottom: 0.2890625rem;
  margin-right: 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 1.40625rem;
  }
}
.header-bg {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navbar-nav {
    align-items: stretch;
  }
}
.navbar-nav .nav-link, .navbar-nav .default-link {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .navbar-nav .nav-link, .navbar-nav .default-link {
    font-size: 18px !important;
  }
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: calc(1.265625rem + 0.1875vw);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  transition: box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .navbar-toggler {
    font-size: 1.40625rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .default-link {
  color: #013f58;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .default-link:hover, .navbar-light .navbar-nav .default-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .default-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: #013f58;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23013f58' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M324.5 411.1c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L214.6 256 347.1 123.5c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 233.4 59.6 100.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L169.4 256 36.9 388.5c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L192 278.6 324.5 411.1z"/></svg>');
  background-size: 30px 30px;
}
.navbar-light .navbar-text {
  color: #013f58;
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

#main_nav .nav-btn {
  padding: 10px 18px;
}
#main_nav .nav-size-sm {
  font-size: 0.938rem;
}
@media (max-width: 1199.98px) {
  #main_nav .dropdown-toggle::after {
    margin-left: auto !important;
  }
}
@media (max-width: 991.98px) {
  #main_nav .nav-size-sm ~ .nav-size-sm {
    margin-top: 0;
  }
}

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

.nav-card-wrapper {
  width: 385px;
}
@media (max-width: 991.98px) {
  .nav-card-wrapper {
    width: 100%;
  }
}

.nav-card {
  height: 400px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-card .badge {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  backdrop-filter: blur(10px);
}

.offset-padding-container {
  margin-bottom: 50px !important;
}
@media (min-width: 1400px) {
  .offset-padding-container {
    padding-left: max(0px, (100% - 1320px) / 2) !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .offset-padding-container {
    padding-left: max(0px, (100% - 1140px) / 2);
    margin-bottom: 0px !important;
  }
}

@media (max-width: 1199.98px) {
  .dropdown-menu.megamenu.show {
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0) !important;
  }
}

.menu-light {
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1199.98px) {
  .menu-light {
    background-color: rgba(235, 239, 243, 0.25);
  }
}

.header-blurred {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8); /* Adjust transparency as needed */
}

.header-bg {
  background-color: rgb(255, 255, 255); /* Slightly solid background when scrolled */
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F2FAFC;
  background-clip: border-box;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card img:not(.arrow img) {
  border-bottom: 4px solid #C8511E;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-body li {
  font-size: 0.875rem;
  font-weight: 600;
}

.card-icon img {
  max-width: 48px;
}

.card-title {
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}
.card-title a {
  font-weight: 600;
}

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

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #F2FAFC;
  border-bottom-color: #F2FAFC;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
}

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

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

.card-radius {
  border-radius: 8px !important;
}

.team-grid .card {
  background-color: transparent;
}
.team-grid .card img:not(.arrow img) {
  border-bottom: 0;
  border-radius: 20px;
}
.team-grid .card .ratio {
  overflow: hidden;
  border-radius: 20px;
}
.team-grid .card-name {
  font-size: 23px;
  margin-bottom: 12px;
  font-family: "Roboto Slab";
}
.team-grid .card-name a {
  color: #013f58;
}
.team-grid .card-title {
  font-size: 18px;
  margin-bottom: 4px;
}
.team-grid .card-company {
  font-size: 14px;
  margin-bottom: 22px;
}
.team-grid .view-bio {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  transition: text-decoration 0.3s ease;
  display: none;
}
.team-grid .view-bio:after {
  content: "";
  background: url("../img/chevron-right-navy-60.svg") no-repeat;
  display: inline-block;
  margin-left: 0.5em;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.explore-resources-card .first .card {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
}
@media (max-width: 767.98px) {
  .explore-resources-card .first .card {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
  }
}
.explore-resources-card img:not(.arrow img) {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 767.98px) {
  .explore-resources-card img:not(.arrow img) {
    height: 250px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
  }
}

.explore-resources {
  border-radius: 8px;
}

.card-arrow {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  transition: text-decoration 0.3s ease;
}
.card-arrow .btn-link-arrow {
  font-weight: 700;
}
.card-arrow .btn-link-arrow::after {
  content: "";
  background: url("../img/chevron-right-navy-60.svg") no-repeat;
  display: inline-block;
  margin-left: 0.5em;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.card-arrow:hover .btn-link-arrow {
  text-decoration: underline;
}
.card-arrow:hover .btn-link-arrow::after {
  transform: translateX(5px);
}

.related-resources-card .card-header img {
  height: 60px;
  width: auto;
  border-bottom: 0 !important;
}
.related-resources-card .card-body .category {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.employee-benefits-card .icon {
  width: 160px;
  min-width: 160px;
}
.employee-benefits-card .icon img {
  height: 60px;
  width: auto;
  margin: 0 auto;
}
.employee-benefits-card .card-body .category {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-double .card {
  border-top-right-radius: 0px;
}
.card-double img {
  border-top-right-radius: 20px;
}

.accordion-button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  padding: 2rem 1.25rem;
  font-size: 1.438rem;
  line-height: 120%;
  color: #013f58;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  padding-right: 4.5rem;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #013f58;
  background-color: transparent;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14.97'%3E%3Cpath fill='%23C8511E' d='M0,2.97L12,14.97L24,2.97L21.03,0L12,9.02L2.97,0L0,2.97Z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14.97'%3E%3Cpath fill='%23C8511E' d='M0,2.97L12,14.97L24,2.97L21.03,0L12,9.02L2.97,0L0,2.97Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 30px;
  top: 40%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 2;
  border-color: none;
  outline: 2px dotted #013f58;
  box-shadow: none;
}

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

.accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 2rem 1.25rem;
  margin-right: 1em;
  font-weight: 400;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.accordion-reverse .accordion-item {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}
.accordion-reverse .accordion-item .accordion-button {
  color: #ffffff;
  background-color: transparent;
}
.accordion-reverse .accordion-item .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
}
.accordion-reverse .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23013f58' viewBox='0 0 512 512'%3E%3Cpath d='M352 240C360.8 240 368 247.2 368 256C368 264.8 360.8 272 352 272H160C151.2 272 144 264.8 144 256C144 247.2 151.2 240 160 240H352zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 32C132.3 32 32 132.3 32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.accordion-reverse .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-plus-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-reverse .accordion-item .accordion-button::after {
    transition: none;
  }
}
.accordion-reverse .accordion-item .accordion-button:hover {
  z-index: 2;
}
.accordion-reverse .accordion-item .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.side-tab .tab-height {
  background-color: #E4E9EF;
  height: 100%;
}
.side-tab .accordion-item {
  border-bottom: #fff 4px solid;
}
.side-tab .accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.side-tab .accordion-item .accordion-button {
  font-size: 20px;
  font-weight: 400;
  background-color: #E4E9EF;
}
.side-tab .accordion-item .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media (min-width: 992px) {
  .side-tab .accordion-item .accordion-button::after {
    display: none;
  }
}
.side-tab .accordion-item .accordion-button:not(.collapsed) {
  font-weight: bold;
  background-color: #e4e9ef;
  border-bottom: none !important;
}
@media (min-width: 992px) {
  .side-tab .accordion-item .accordion-button:not(.collapsed) {
    background-color: #F5F7F9;
    border-bottom: 4px solid #C8511E !important;
  }
}
.side-tab .accordion-body {
  background-color: #F5F7F9;
}

#accordionExampleGuide .accordion-header button {
  padding: 0 16px;
  background: #F3F3F4;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  padding: 12px 16px;
}
#accordionExampleGuide .accordion-header button:not(.collapsed) {
  color: #013f58;
  background: #F3F3F4;
}
#accordionExampleGuide .accordion-header button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.375 11.4375H16.4375H2.0625H1.125V9.5625H2.0625H16.4375H17.375V11.4375Z' fill='%23013D5B'/%3E%3C/svg%3E%0A");
  transform: rotate(-180deg);
}
#accordionExampleGuide .accordion-header button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='21' fill='none'/%3E%3Cg id='Guide Detail' clip-path='url%28%23clip0_155_8132%29'%3E%3Crect width='1440' height='7591' transform='translate%28-396 -1590%29' fill='none'/%3E%3Cg id='Content / 27 /'%3E%3Crect width='1440' height='4668' transform='translate%28-396 -936%29' fill='none'/%3E%3Cg id='Content'%3E%3Cg id='Column'%3E%3Cg id='Content_2'%3E%3Cg id='Button'%3E%3Cmask id='path-1-inside-1_155_8132' fill='none'%3E%3Cpath d='M-316 -15H34V36H-316V-15Z'/%3E%3C/mask%3E%3Cpath d='M-316 -15H34V36H-316V-15Z' fill='none'/%3E%3Cpath d='M34 35H-316V37H34V35Z' fill='none' mask='url%28%23path-1-inside-1_155_8132%29'/%3E%3Cg id='plus-sharp-regular 1'%3E%3Cpath id='Vector' d='M10.1875 3.3125V2.375H8.3125V3.3125V9.5625H2.0625H1.125V11.4375H2.0625H8.3125V17.6875V18.625H10.1875V17.6875V11.4375H16.4375H17.375V9.5625H16.4375H10.1875V3.3125Z' fill='%23013D5B'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_155_8132'%3E%3Crect width='1440' height='7591' fill='white' transform='translate%28-396 -1590%29'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #accordionExampleGuide .accordion-header button::after {
    transition: none;
  }
}

.table-contents .accordion-header {
  background: #F3F3F4;
}
.table-contents .accordion-item .accordion-item .accordion-header {
  background-color: transparent;
}
.table-contents .accordion-button {
  justify-content: space-between;
  position: relative;
  background: transparent;
  padding: 12px 0 12px 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  padding-right: 45px;
}
.table-contents .accordion-button:not(.collapsed) {
  color: #013f58;
  background-color: transparent;
}
.table-contents .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.375 11.4375H16.4375H2.0625H1.125V9.5625H2.0625H16.4375H17.375V11.4375Z' fill='%23013D5B'/%3E%3C/svg%3E%0A");
  transform: rotate(-180deg);
}
.table-contents .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='21' fill='none'/%3E%3Cg id='Guide Detail' clip-path='url%28%23clip0_155_8132%29'%3E%3Crect width='1440' height='7591' transform='translate%28-396 -1590%29' fill='none'/%3E%3Cg id='Content / 27 /'%3E%3Crect width='1440' height='4668' transform='translate%28-396 -936%29' fill='none'/%3E%3Cg id='Content'%3E%3Cg id='Column'%3E%3Cg id='Content_2'%3E%3Cg id='Button'%3E%3Cmask id='path-1-inside-1_155_8132' fill='none'%3E%3Cpath d='M-316 -15H34V36H-316V-15Z'/%3E%3C/mask%3E%3Cpath d='M-316 -15H34V36H-316V-15Z' fill='none'/%3E%3Cpath d='M34 35H-316V37H34V35Z' fill='none' mask='url%28%23path-1-inside-1_155_8132%29'/%3E%3Cg id='plus-sharp-regular 1'%3E%3Cpath id='Vector' d='M10.1875 3.3125V2.375H8.3125V3.3125V9.5625H2.0625H1.125V11.4375H2.0625H8.3125V17.6875V18.625H10.1875V17.6875V11.4375H16.4375H17.375V9.5625H16.4375H10.1875V3.3125Z' fill='%23013D5B'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_155_8132'%3E%3Crect width='1440' height='7591' fill='white' transform='translate%28-396 -1590%29'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .table-contents .accordion-button::after {
    transition: none;
  }
}
.table-contents .accordion-button.toc-link:after {
  display: none;
}
.table-contents .accordion-header.header-link {
  display: flex;
  align-items: center;
  padding: 12px 0 12px 16px;
  justify-content: space-between;
}
.table-contents .accordion-header.header-link a.toc-link {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}
.table-contents .accordion-header.header-link .accordion-button {
  width: 20px;
}
.table-contents #accordionLevel2 button {
  background: none;
}
.table-contents .accordion-button::after {
  position: absolute;
  right: 1rem; /* Align arrow consistently */
  top: 50%;
  transform: translateY(-50%);
}
.table-contents .accordion-body {
  margin-right: 0;
  padding: 0;
}
.table-contents .accordion-body p.section-header {
  border-left: 4px solid #C8511E;
  padding: 1em 0;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0;
  padding: 12px 0 12px 16px;
  text-decoration: none;
}
.table-contents .accordion-body .section-header a {
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
}
.table-contents .accordion-body .list-unstyled a {
  text-decoration: none;
  color: #013f58;
  padding: 6px 16px;
  font-weight: 400;
  display: block;
}
.table-contents #accordionLevel1 > .accordion-item {
  border-bottom: 1px solid #dee2e6;
}
.table-contents #accordionLevel1 .accordion .accordion-item {
  border: none;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #013f58;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #013f58;
  font-weight: 700;
}

.changelog .breadcrumb {
  display: none;
}
.changelog main ul {
  margin-bottom: 0;
}
.changelog hr {
  margin: 2rem 0;
}
.changelog .bg-light {
  background: #F3F3F4;
}

.page-breadcrumb {
  color: #013f58;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  width: 25px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6.23 10.61"><path fill="%23013f58" d="M6.23,5.3l-.46.46L1.39,10.14l-.46.46L0,9.68l.46-.46,3.91-3.91L.46,1.39l-.46-.46.93-.93.46.46,4.38,4.37.46.46h0Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  margin-top: 5px;
}
.page-breadcrumb a {
  color: #013f58;
  text-decoration: none;
}
.page-breadcrumb a:hover {
  color: rgb(2.1460674157, 135.202247191, 188.8539325843);
  text-decoration: underline;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #013f58;
  text-decoration: none;
  background-color: #ffffff;
  padding: 12px 20px !important;
  border: 1px solid #C4C8D5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #C8511E;
  background-color: #F3F3F4;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  color: #C8511E;
  background-color: #F3F3F4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 63, 88, 0.25);
}

.page-item:first-child .page-link {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
.page-item:last-child .page-link {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 2;
  color: #C8511E;
  background-color: #F3F3F4;
  border-color: #F3F3F4;
  border: 1px solid #C4C8D5;
}
.page-item.disabled .page-link {
  color: #808FA8;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .pagination-lg .page-link {
    font-size: 1.40625rem;
  }
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.84375rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.careers-pagination .pagination {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .careers-pagination .pagination {
    margin-left: initial !important;
  }
}

.back-to-careers {
  font-size: 16px;
}

.badge {
  display: inline-block;
  padding: 0.5em 0.563em;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 8px;
  background: #DCF2F8;
}
.badge:empty {
  display: none;
}
.badge.text-primary {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0;
  background-color: transparent;
}

.featured-news .badge {
  display: inline-block;
  padding: 0.5em 0.563em;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 8px;
  background: #DCF2F8;
}

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

.career-cards .badge {
  display: inline-flex;
  text-transform: capitalize;
  letter-spacing: 0px;
  align-items: center;
  font-size: 15px;
}
.career-cards .badge img {
  margin: 0 0.5em 0 0;
}

.members-only-badge {
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 0px;
}

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

.map-container {
  overflow: hidden;
  padding-bottom: 36.3333%;
  position: relative;
  height: 0;
}
.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.location-detail-map .map-container {
  overflow: hidden;
  padding-bottom: 36.3333%;
  position: relative;
  height: 100%;
}
.location-detail-map .map-container iframe {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.alert {
  display: none;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.mpfsecondary {
  background: #C8511E;
  color: white;
  font-size: 1.125rem;
}
.alert.mpflight {
  background: #F3F3F4;
  color: #013f58;
  font-size: 1.125rem;
}
.alert.mpfdark {
  background: #013f58;
  color: white;
  font-size: 1.125rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-dismissible.text-light .btn-close {
  color: #FFF;
  filter: invert(1);
}
.alert-dismissible.text-light .btn-close:hover {
  color: #FFF;
  filter: invert(1);
}

.alert-primary {
  color: rgb(0.6, 37.8, 52.8);
  background-color: rgb(204.2, 216.6, 221.6);
  border-color: rgb(178.8, 197.4, 204.9);
  display: none;
}
.alert-primary .alert-link {
  color: rgb(0.48, 30.24, 42.24);
}

.alert-secondary {
  color: rgb(120, 48.6, 18);
  background-color: rgb(244, 220.2, 210);
  border-color: rgb(238.5, 202.8, 187.5);
  display: none;
}
.alert-secondary .alert-link {
  color: rgb(96, 38.88, 14.4);
}

.alert-gray {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(210.9, 213.6, 216);
  display: none;
}
.alert-gray .alert-link {
  color: rgb(51.84, 56.16, 60);
}

.alert-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
  border-color: rgb(186, 219, 203.7);
  display: none;
}
.alert-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}

.alert-info {
  color: rgb(56.8, 84.4, 85.2);
  background-color: rgb(232.4, 246.2, 246.6);
  border-color: rgb(221.1, 241.8, 242.4);
  display: none;
}
.alert-info .alert-link {
  color: rgb(45.44, 67.52, 68.16);
}

.alert-warning {
  color: rgb(99.6, 78, 35.2);
  background-color: rgb(253.8, 243, 221.6);
  border-color: rgb(253.2, 237, 204.9);
  display: none;
}
.alert-warning .alert-link {
  color: rgb(79.68, 62.4, 28.16);
}

.alert-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
  display: none;
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.alert-light {
  color: rgb(98, 98.8, 99.6);
  background-color: rgb(253, 253.4, 253.8);
  border-color: rgb(252, 252.6, 253.2);
  display: none;
}
.alert-light .alert-link {
  color: rgb(78.4, 79.04, 79.68);
}

.alert-dark {
  color: rgb(0.6, 37.8, 52.8);
  background-color: rgb(204.2, 216.6, 221.6);
  border-color: rgb(178.8, 197.4, 204.9);
  display: none;
}
.alert-dark .alert-link {
  color: rgb(0.48, 30.24, 42.24);
}

.alert-light-slate {
  color: rgb(86.8, 88.4, 92);
  background-color: rgb(247.4, 248.2, 250);
  border-color: rgb(243.6, 244.8, 247.5);
  display: none;
}
.alert-light-slate .alert-link {
  color: rgb(69.44, 70.72, 73.6);
}

.cookie_banner p {
  font-size: 13px;
  line-height: normal;
}

.alert-info {
  background-color: #8ED3D5;
}

.alert.mpflight svg path {
  fill: #013f58;
}

.alert.mpfsecondary a {
  color: #fff;
}
.alert.mpfsecondary a:hover {
  color: #013f58;
}

.panel {
  padding-bottom: 4.68rem;
}
@media (min-width: 992px) {
  .panel {
    padding-bottom: 9.375rem;
  }
}

.template-sidebar .panel {
  padding-bottom: 2rem;
}

header {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  overflow-y: auto; /* Enable scrolling when menu is open */
  max-height: 100vh; /* Prevent overflow beyond viewport */
  overflow: visible;
  border-bottom: 2px solid #C8511E;
}
header .header-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

main {
  position: relative;
  margin-top: 0;
  padding-top: var(--header-height, 60px);
  background-color: #FFF;
}

.news-events-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .news-events-grid {
    grid-template-columns: 1fr;
  }
}

.homepage-news img {
  height: 400px;
}

.homepage-events {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 680px;
}

.community-impact-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.community-impact-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
  width: 100%;
}
.community-impact-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.community-impact-container:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.community-impact-container .overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  backdrop-filter: blur(10px);
  font-size: 1.375rem;
  z-index: 2;
}
.community-impact-container .overlay-text p {
  margin: 0;
}

.investing-in-opportunities-wrapper {
  position: relative;
  background: url(../img/investing-in-opportunities.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.investing-in-opportunities-wrapper .investing-in-opportunities-content {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.investing-in-opportunities-wrapper .investing-in-opportunities-content h2, .investing-in-opportunities-wrapper .investing-in-opportunities-content .h2 {
  font-size: 3rem;
}
.investing-in-opportunities-wrapper .investing-in-opportunities-content p {
  font-size: 1.125rem;
}

.three-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .three-col-grid {
    grid-template-columns: 1fr;
  }
}

.offerings-btn {
  margin-top: -60px;
}
@media (max-width: 767.98px) {
  .offerings-btn {
    margin-top: 30px;
  }
}

.explore-offerings h2, .explore-offerings .h2 {
  color: #8ED3D5;
}
.explore-offerings .explore-offerings-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .explore-offerings .explore-offerings-card {
    height: 325px;
  }
}
@media (max-width: 575.98px) {
  .explore-offerings .explore-offerings-card {
    height: 200px;
  }
}

.products-you-need-to-know .products-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .products-you-need-to-know .products-card {
    height: 325px;
  }
}
@media (max-width: 575.98px) {
  .products-you-need-to-know .products-card {
    height: 200px;
  }
}

.video-image-container {
  position: relative;
  display: inline-block;
}
.video-image-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 50%;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: transparent;
}
.video-image-container .play-button:hover {
  color: rgba(255, 255, 255, 0.7);
}

.dark-nav {
  display: flex;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item {
    width: 100%;
  }
}
.dark-nav .nav-item .nav-link {
  font-weight: 400;
  background-color: transparent;
  color: #013f58;
  border: 1px solid #013f58;
  border-right: none;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item .nav-link {
    width: 100%;
    border-right: 1px solid #013f58;
    border-bottom: none;
  }
}
.dark-nav .nav-item .nav-link.active {
  background-color: #013f58 !important;
  color: #ffffff !important;
}
.dark-nav .nav-item:first-child .nav-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item:first-child .nav-link {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom: none;
    border-right: 1px solid #013f58;
  }
}
.dark-nav .nav-item:not(:first-child):not(:last-child) .nav-link {
  border-radius: 0;
  border-right: none;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item:not(:first-child):not(:last-child) .nav-link {
    border-bottom: none;
    border-right: 1px solid #013f58;
  }
}
.dark-nav .nav-item:last-child .nav-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px solid #013f58;
}
@media (max-width: 767.98px) {
  .dark-nav .nav-item:last-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #013f58;
  }
}

.light-nav {
  display: flex;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .light-nav .nav-item {
    width: 100%;
  }
}
.light-nav .nav-item .nav-link {
  font-weight: 400;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-right: none;
}
@media (max-width: 767.98px) {
  .light-nav .nav-item .nav-link {
    width: 100%;
    border-right: 1px solid #ffffff;
    border-bottom: none;
  }
}
.light-nav .nav-item .nav-link.active {
  background-color: #ffffff !important;
  color: #013f58 !important;
}
.light-nav .nav-item:first-child .nav-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
@media (max-width: 767.98px) {
  .light-nav .nav-item:first-child .nav-link {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }
}
.light-nav .nav-item:not(:first-child):not(:last-child) .nav-link {
  border-radius: 0;
  border-right: none;
}
@media (max-width: 767.98px) {
  .light-nav .nav-item:not(:first-child):not(:last-child) .nav-link {
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }
}
.light-nav .nav-item:last-child .nav-link {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 767.98px) {
  .light-nav .nav-item:last-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #ffffff;
  }
}

.return-link {
  font-size: 16px;
}

.bio-profile image {
  border-radius: 20px;
}

.bio-detail .title {
  font-size: 24px;
}
.bio-detail .company {
  font-size: 20px;
}

.card-with-text-overlay {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.card-with-text-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 36, 79, 0) 50%, rgba(5, 10, 27, 0.95) 100%);
  width: 100%;
}
.card-with-text-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.card-with-text-overlay:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.card-with-text-overlay .overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  z-index: 2;
}
.card-with-text-overlay .overlay-text h5, .card-with-text-overlay .overlay-text .h5 {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease-in-out;
  transform: translateY(0);
}
.card-with-text-overlay .overlay-text .summary {
  display: none;
  opacity: 0;
  transform: translateY(40px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease-in-out;
}
.card-with-text-overlay:hover .overlay-text h5, .card-with-text-overlay:hover .overlay-text .h5 {
  transform: translateY(-15px);
}
.card-with-text-overlay:hover .overlay-text .summary {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.card-with-text-overlay:not(:hover) .overlay-text h5, .card-with-text-overlay:not(:hover) .overlay-text .h5 {
  transform: translateY(0);
}
.card-with-text-overlay:not(:hover) .overlay-text .summary {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease-in-out;
  display: none;
}

.custom-bullet-gray-check {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.custom-bullet-gray-check li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 60px;
  width: calc(50% - 10px);
  margin-bottom: 1em;
}
.custom-bullet-gray-check li::before {
  content: url(../img/icon-checkmark.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .custom-bullet-gray-check li {
    width: 100%;
  }
}

.dpp-list {
  font-size: 16px;
}
.dpp-list h3, .dpp-list .h3 {
  font-size: 18px;
  font-weight: 700;
}
.dpp-list li {
  border-bottom: 1px solid #434D70 !important;
}
.dpp-list li a {
  text-decoration: none;
  color: #ffffff;
}
.dpp-list li a:hover {
  opacity: 0.8;
}

.btn-group.dropup {
  z-index: 2;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.sticky-container {
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0 auto;
  padding: 3em 0em;
  min-height: 510px; /* Ensures full card visibility */
}
@media (max-width: 991.98px) {
  .sticky-container {
    position: relative;
    height: auto;
  }
}
.sticky-container .card-wrapper {
  position: absolute;
  width: 100%;
  height: 510px;
  transition: transform 0.3s linear, opacity 0.3s linear;
  transform-origin: center;
}
@media (max-width: 991.98px) {
  .sticky-container .card-wrapper {
    position: static;
    transform: none !important;
    height: auto !important;
  }
}
.sticky-container .card-wrapper .card {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.event-hero-date {
  position: absolute;
  top: 20px;
  left: calc(var(--bs-gutter-x) + 10px);
  border-radius: 10px;
}

.event-row {
  border-bottom: 1px solid #C4C8D5;
}
.event-row:last-child {
  border-bottom: none;
}
.event-row .event-fixed-col {
  width: 120px;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .event-row .event-fixed-col {
    width: 100%;
  }
}
.event-row .event-flexible-col {
  flex: 1 1 auto;
  padding: 0 0 0 1em;
}
.countdown {
  font-size: 1em;
  padding: 0 0;
  list-style: none;
  padding: 0.5em 0.5em;
  margin: 1em 0;
  background-color: #f5f7f9;
  display: inline-block;
}
.countdown p {
  margin-bottom: 0;
}
.countdown ul {
  padding: 0;
  margin: 0;
}
.countdown ul li {
  border-right: 1px solid #c4c8d5;
  display: inline-block;
  padding: 0.25em 1.25em;
}
@media (max-width: 991.98px) {
  .countdown ul li {
    padding: 0.25em 0.75em;
  }
}
.countdown ul li:last-child {
  border-right: none;
}
.countdown ul li .large {
  font-size: 3.5em;
  display: block;
  line-height: 1.1em;
}
@media (max-width: 991.98px) {
  .countdown ul li .large {
    font-size: 2.5em;
  }
}
@media (max-width: 575.98px) {
  .countdown ul li .large {
    font-size: 1.75em;
  }
}

.schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.schedule-list li {
  display: flex;
  padding: 0.25rem 0;
}
.schedule-list li .schedule-time {
  width: 100px;
  flex-shrink: 0;
  padding-right: 1rem;
}
.schedule-list li .schedule-description {
  flex: 1;
}

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

.speaker-card {
  margin-bottom: 2rem;
}
.speaker-card h4, .speaker-card .h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}

.linkedin-link {
  text-decoration: none;
}
.linkedin-link:hover {
  text-decoration: underline;
}

.feature-product img {
  margin-bottom: 0.75em;
}
.feature-product h3, .feature-product .h3 {
  font-size: 1.437rem;
  font-family: "Roboto", sans-serif;
  color: white;
  margin-bottom: 16px;
}
.feature-product a.link-chevron {
  color: white;
}
.feature-product a.link-chevron:hover {
  text-decoration: none;
}

.insight-card {
  padding: 32px;
  border-radius: 20px;
  background: white;
  margin-bottom: 24px;
}
.insight-card h3, .insight-card .h3 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.insight-card p {
  font-size: 1rem;
}
.insight-card .event-date {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 1.25em 0;
}
.insight-card .member-only {
  background: #F2FAFC;
  padding: 10px;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 24px;
  font-weight: 600;
}
.insight-card .minutes {
  color: #C8511E;
  font-size: 0.875rem;
  margin-bottom: 16px;
}

.event-card {
  padding: 32px;
  border-radius: 20px;
  background: white;
  margin-bottom: 24px;
}
.event-card h3, .event-card .h3 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.event-card p {
  font-size: 1rem;
}
.event-card .event-card-day {
  font-size: 3.44rem;
  font-family: "Roboto Slab", serif;
  line-height: 1;
}
.event-card .event-hero-date {
  position: relative;
  top: auto;
  left: unset;
  flex-shrink: 0;
  margin-right: 32px;
}
.event-card .member-only {
  background: #F2FAFC;
  padding: 10px;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 24px;
  font-weight: 600;
}
.event-card .minutes {
  color: #C8511E;
  font-size: 0.875rem;
  margin-bottom: 16px;
}

.mpf-programs .card {
  background-color: #F3F3F4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mpf-programs .card .card-title {
  font-size: 1.5rem;
  margin-bottom: 24px;
  font-weight: 700;
}
.mpf-programs .card .card-title p {
  margin-bottom: 32px;
}
.mpf-programs .card .card-body {
  padding: 48px;
}
.mpf-programs .card a:not(.link-chevron) {
  color: #C8511E;
}
.mpf-programs .card a:not(.link-chevron):hover {
  color: #a04118;
}

.on-demand .card {
  padding: 40px;
  background-color: #F3F3F4;
  border-radius: 20px;
}
.on-demand .card-title {
  font-size: 1.75rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
.on-demand .card-text {
  font-size: 1rem;
}

.fhl-connect h3, .fhl-connect .h3 {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  padding-top: 24px;
}
.fhl-connect .col {
  padding: 24px 80px 0;
}
.fhl-connect p {
  font-size: 1rem;
}

.mpf-news .grow {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom: 4px solid #C8511E;
}
.mpf-news .card img {
  border-bottom: none !important;
}

.map-list .row {
  border-bottom: 1px solid #D0D0D2;
  padding: 30px 0;
}
.map-list .row img {
  width: fit-content;
}
.map-list .row .badge {
  background: #F3F3F4;
  font-size: 0.875rem;
  letter-spacing: 2px;
  margin-bottom: 24px;
  white-space: pre-wrap;
}

.callout-blue {
  background: #F6FCFD;
  padding: 30px;
  border-radius: 20px;
}

.callout-orange {
  background: #F8EAE4;
  padding: 40px;
  border-radius: 20px;
  color: #C8511E;
}
.callout-orange a {
  width: max-content;
}
.callout-orange h2, .callout-orange .h2 {
  font-size: 2.75rem;
}

#region-map {
  display: none;
}
@media (min-width: 768px) {
  #region-map {
    display: block;
  }
}
#region-map a {
  cursor: pointer;
}
#region-map a:hover .san-francisco .st1,
#region-map a:hover .topeka .st1,
#region-map a:hover .pittsburgh .st1,
#region-map a:hover .new-york .st1,
#region-map a:hover .indianapolis .st1,
#region-map a:hover .des-moines .st1,
#region-map a:hover .dallas .st1,
#region-map a:hover .cincinnati .st1,
#region-map a:hover .chicago .st1,
#region-map a:hover .atlanta .st1,
#region-map a:hover .boston .st1 {
  fill: #C8511E;
}
#region-map a:hover .san-francisco .st2,
#region-map a:hover .topeka .st2,
#region-map a:hover .pittsburgh .st2,
#region-map a:hover .new-york .st2,
#region-map a:hover .indianapolis .st2,
#region-map a:hover .des-moines .st2,
#region-map a:hover .dallas .st2,
#region-map a:hover .cincinnati .st2,
#region-map a:hover .chicago .st2,
#region-map a:hover .atlanta .st2,
#region-map a:hover .boston .st2 {
  fill: #AA451A;
}
#region-map .st0,
#region-map .st1 {
  fill: #013f58;
  stroke-width: 2px;
}
#region-map .st0,
#region-map .st1,
#region-map .st2 {
  stroke: #ffffff;
  stroke-miterlimit: 10;
}
#region-map .st2 {
  fill: #C8511E;
  stroke-width: 2.9px;
}

.row[data-sfcontainer=MpfFooterCTAContainer] div[data-sftitle="FHLBC Preset Layouts"] {
  display: flex;
}

.list-inline .list-inline-item {
  display: inline-block;
  min-width: 30px !important;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.84375rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #013f58;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #F3F3F4;
}
.list-group-item-action:active {
  color: #013f58;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #013f58;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 20px;
}
.list-group-item span {
  font-size: 1rem;
}
.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: #808FA8;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #013f58;
  border-color: #013f58;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0.6, 37.8, 52.8);
  background-color: rgb(204.2, 216.6, 221.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0.6, 37.8, 52.8);
  background-color: rgb(183.78, 194.94, 199.44);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(0.6, 37.8, 52.8);
  border-color: rgb(0.6, 37.8, 52.8);
}

.list-group-item-secondary {
  color: rgb(120, 48.6, 18);
  background-color: rgb(244, 220.2, 210);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(120, 48.6, 18);
  background-color: rgb(219.6, 198.18, 189);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(120, 48.6, 18);
  border-color: rgb(120, 48.6, 18);
}

.list-group-item-gray {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
.list-group-item-gray.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}

.list-group-item-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(15, 81, 50.4);
  background-color: rgb(188.1, 207.9, 198.72);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(15, 81, 50.4);
  border-color: rgb(15, 81, 50.4);
}

.list-group-item-info {
  color: rgb(56.8, 84.4, 85.2);
  background-color: rgb(232.4, 246.2, 246.6);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(56.8, 84.4, 85.2);
  background-color: rgb(209.16, 221.58, 221.94);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(56.8, 84.4, 85.2);
  border-color: rgb(56.8, 84.4, 85.2);
}

.list-group-item-warning {
  color: rgb(99.6, 78, 35.2);
  background-color: rgb(253.8, 243, 221.6);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(99.6, 78, 35.2);
  background-color: rgb(228.42, 218.7, 199.44);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(99.6, 78, 35.2);
  border-color: rgb(99.6, 78, 35.2);
}

.list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}

.list-group-item-light {
  color: rgb(98, 98.8, 99.6);
  background-color: rgb(253, 253.4, 253.8);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(98, 98.8, 99.6);
  background-color: rgb(227.7, 228.06, 228.42);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(98, 98.8, 99.6);
  border-color: rgb(98, 98.8, 99.6);
}

.list-group-item-dark {
  color: rgb(0.6, 37.8, 52.8);
  background-color: rgb(204.2, 216.6, 221.6);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(0.6, 37.8, 52.8);
  background-color: rgb(183.78, 194.94, 199.44);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(0.6, 37.8, 52.8);
  border-color: rgb(0.6, 37.8, 52.8);
}

.list-group-item-light-slate {
  color: rgb(86.8, 88.4, 92);
  background-color: rgb(247.4, 248.2, 250);
}
.list-group-item-light-slate.list-group-item-action:hover, .list-group-item-light-slate.list-group-item-action:focus {
  color: rgb(86.8, 88.4, 92);
  background-color: rgb(222.66, 223.38, 225);
}
.list-group-item-light-slate.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(86.8, 88.4, 92);
  border-color: rgb(86.8, 88.4, 92);
}

.list-checkmark {
  list-style: none;
  padding-left: 0;
  font-size: 1.125rem;
}
.list-checkmark > li {
  position: relative;
  padding-left: 0;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 40px;
}
.list-checkmark > li:before {
  content: "";
  background: url("../img/mpf/icon-checkmark.svg") no-repeat;
  background-size: 20px 14px;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 14px;
  left: 0;
  vertical-align: middle;
  margin-right: 1em;
}
.list-checkmark > li ul {
  list-style: disc;
  padding-left: 2em;
  margin-top: 0.5em;
}
.list-checkmark > li ul li {
  position: static;
  font-weight: normal;
}
.list-checkmark > li ul li:before {
  content: none;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 63, 88, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #808FA8;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
#search-modal-mpf-guide .modal-header, #search-modal-mpf-detail .modal-header {
  justify-content: space-between;
  background-color: #013f58;
  padding: 2.5rem 4rem;
}
#search-modal-mpf-guide .modal-header .modal-title, #search-modal-mpf-detail .modal-header .modal-title {
  color: #fff;
  font-size: 3.4375rem;
  font-weight: 400;
  line-height: 120%;
}
#search-modal-mpf-guide .modal-header .btn-close, #search-modal-mpf-detail .modal-header .btn-close {
  padding: 0;
  margin: 0.25rem;
  font-size: 3rem;
  width: auto;
  height: auto;
  display: block;
  background-size: cover;
  background-image: none;
  background-color: transparent;
  color: #fff;
  opacity: 1;
}
#search-modal-mpf-guide .search-container, #search-modal-mpf-detail .search-container {
  background-color: #f3f3f4;
  padding: 1.25rem 2.5rem;
}
#search-modal-mpf-guide .search-container .search-input, #search-modal-mpf-detail .search-container .search-input {
  display: flex;
  gap: 4rem;
  width: 100%;
  align-items: center;
}
#search-modal-mpf-guide .search-container .search-input h2.h4, #search-modal-mpf-guide .search-container .search-input .h4.h2, #search-modal-mpf-detail .search-container .search-input h2.h4, #search-modal-mpf-detail .search-container .search-input .h4.h2 {
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: 700;
}
#search-modal-mpf-guide .search-container #inst-searchbox-modal-mpf-guide, #search-modal-mpf-detail .search-container #inst-searchbox-modal-mpf-guide {
  width: 65%;
}
#search-modal-mpf-guide .ais-Hits-item, #search-modal-mpf-detail .ais-Hits-item {
  padding: 2rem 0;
  margin: 0 1rem;
}
#search-modal-mpf-guide .ais-Hits-item h4, #search-modal-mpf-guide .ais-Hits-item .h4, #search-modal-mpf-detail .ais-Hits-item h4, #search-modal-mpf-detail .ais-Hits-item .h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #C8511E;
  line-height: 150%;
}
#search-modal-mpf-guide .ais-Hits-item h4 a, #search-modal-mpf-guide .ais-Hits-item .h4 a, #search-modal-mpf-detail .ais-Hits-item h4 a, #search-modal-mpf-detail .ais-Hits-item .h4 a {
  color: #C8511E;
}
#search-modal-mpf-guide .ais-Hits-item p, #search-modal-mpf-detail .ais-Hits-item p {
  color: #013f58;
}
#search-modal-mpf-guide .ais-Hits-item p mark, #search-modal-mpf-guide .ais-Hits-item p .mark, #search-modal-mpf-detail .ais-Hits-item p mark, #search-modal-mpf-detail .ais-Hits-item p .mark {
  padding: 0.2em;
  background-color: transparent;
  font-weight: 700;
  color: #013f58;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 300;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.84375rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 300;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.84375rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(239.7, 239.7, 239.7);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #013f58;
  background-color: rgb(239.7, 239.7, 239.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #013f58;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  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='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

#offcanvasMobileMenu .dropdown-menu {
  position: relative;
  border: none;
}

.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 {
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
body {
  scroll-behavior: smooth;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Table of contents */
.bd-aside a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 0.3125rem;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
}

.bd-aside a:hover,
.bd-aside a:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(121, 82, 179, 0.1);
}

.bd-aside .active {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

.bd-aside .btn {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  border: 0;
}

.bd-aside .btn:hover,
.bd-aside .btn:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(121, 82, 179, 0.1);
}

.bd-aside .btn:focus {
  box-shadow: 0 0 0 1px rgba(121, 82, 179, 0.7);
}

.bd-aside .btn::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  /* rtl:raw:
  transform: rotate(180deg) translateX(-2px);
  */
  transform-origin: 0.5em 50%;
}

.bd-aside .btn[aria-expanded=true]::before {
  transform: rotate(90deg);
}

/* Examples */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}

[id=modal] .bd-example .btn,
[id=buttons] .bd-example .btn,
[id=tooltips] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropup,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart {
  margin: 0 1rem 1rem 0;
}

/* Layout */
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  body#styleguide {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: auto;
  }
  .bd-header {
    position: fixed;
    top: 0;
    /* rtl:begin:ignore */
    right: 0;
    left: 0;
    /* rtl:end:ignore */
    z-index: 1030;
    grid-column: 1/span 3;
  }
  .bd-aside,
  .bd-cheatsheet {
    padding-top: 4rem;
  }
  /**
   * 1. Too bad only Firefox supports subgrids ATM
   */
  .bd-cheatsheet,
  .bd-cheatsheet section,
  .bd-cheatsheet article {
    display: inherit; /* 1 */
    gap: inherit; /* 1 */
    grid-template-columns: 1fr 4fr;
    grid-column: 1/span 2;
    grid-template-rows: auto;
  }
  .bd-aside {
    grid-area: 1/3;
    scroll-margin-top: 4rem;
  }
  .bd-cheatsheet section,
  .bd-cheatsheet section > h2,
  .bd-cheatsheet section > .h2 {
    top: 2rem;
    scroll-margin-top: 2rem;
  }
  .bd-cheatsheet section > h2::before, .bd-cheatsheet section > .h2::before {
    position: absolute;
    /* rtl:begin:ignore */
    top: 0;
    right: 0;
    bottom: -2rem;
    left: 0;
    /* rtl:end:ignore */
    z-index: -1;
    content: "";
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) calc(100% - 3rem), rgba(255, 255, 255, 0.01));
  }
  .bd-cheatsheet article,
  .bd-cheatsheet .bd-heading {
    top: 8rem;
    scroll-margin-top: 8rem;
  }
  .bd-cheatsheet .bd-heading {
    z-index: 1;
  }
}
.search {
  height: 100%;
}

.search .btn {
  border-radius: 0.25em;
  height: 100%;
}
@media (max-width: 991.98px) {
  .search .btn {
    background: #013f58;
    margin-top: 1em;
  }
}

/*------Search Bar------*/
.searchbar {
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: none;
  margin: 0 auto;
  padding: 0.75em 3.5%;
}

.search_box {
  position: relative;
}

/* Search Modal */
#searchModal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
#searchModal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

.aa-Label svg, .aa-LoadingIndicator svg {
  color: #C8511E;
}

.aa-Panel {
  background-color: #fff !important;
  z-index: 1056;
  position: fixed;
}
.aa-Panel.aa-guide {
  z-index: 2;
  position: absolute;
}
.aa-Panel .aa-PanelSections {
  display: flex;
}
.aa-Panel .aa-PanelSection--right, .aa-Panel .aa-PanelSection--left {
  flex: 1;
  padding: 1.88rem;
}
.aa-Panel .aa-PanelSection--left .aa-Item {
  background-color: #F5F7F9;
}
.aa-Panel .aa-PanelSection--left .aa-Item .aa-ItemIcon svg {
  color: #013f58;
}
.aa-Panel .aa-PanelSection--left .aa-Item .aa-ItemActionButton svg {
  color: #013f58;
}
.aa-Panel .aa-PanelSection--left .aa-Item .aa-ItemActionButton svg:last-child {
  transform: rotatey(180deg);
}
.aa-Panel .aa-PanelSection--left .aa-Item .aa-ItemContentTitle {
  color: #013f58;
}
.aa-Panel .aa-SourceHeaderTitle {
  color: #013f58;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
}
.aa-Panel .aa-SourceHeaderLine {
  display: none;
}

#main-site-search .aa-Panel {
  top: 67px !important;
}

.guide-search-bar .search-wrapper {
  position: relative;
  display: inline-block;
  max-width: 700px;
  width: 100%;
}
.guide-search-bar #autocomplete-2, .guide-search-bar #autocomplete-3 {
  width: 100%;
}
.guide-search-bar .aa-Label svg, .guide-search-bar .aa-LoadingIndicator svg {
  color: #C8511E;
}
.guide-search-bar .search-wrapper input[type=search] {
  padding: 8px 12px 8px 35px; /* left padding to make space for icon */
  font-size: 1.125rem;
  border-radius: 8px;
  border: 1px solid #D0D0D2;
  width: 100%;
}
.guide-search-bar .search-wrapper img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
}

.aa-Form {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

.aa-Input::placeholder {
  color: #808fa8;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.algolia-filters-column {
  background-color: #F5F7F9;
  padding: 2.5rem;
  border-radius: 0.5rem;
}
.algolia-filters-column .ais-Panel-header {
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.algolia-filters-column .static-widgets .ais-Panel-header {
  margin-top: 2rem;
}
.algolia-filters-column .refinement-wrapper {
  margin-top: 2rem;
}
.algolia-filters-column .ais-ClearRefinements-button {
  background-color: #013f58;
  border-radius: 0;
}
.algolia-filters-column .ais-CurrentRefinements-item {
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  padding: 0.3rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  background: transparent;
}
.algolia-filters-column .ais-CurrentRefinements-label, .algolia-filters-column .ais-CurrentRefinements-categoryLabel, .algolia-filters-column .ais-CurrentRefinements-delete {
  white-space: nowrap;
  font-size: 0.8rem;
  color: #495588;
}
.algolia-filters-column .ais-CurrentRefinements-category {
  margin-left: 0.3em;
  display: flex;
  color: #fff;
  background-color: #495588;
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.3rem;
  align-items: center;
}
.algolia-filters-column .ais-CurrentRefinements-category .ais-CurrentRefinements-categoryLabel, .algolia-filters-column .ais-CurrentRefinements-category .ais-CurrentRefinements-delete {
  color: #fff;
}

label.ais-RefinementList-label {
  display: flex;
  width: 100%;
  padding: 0;
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.88rem;
}
label.ais-RefinementList-label .ais-HierarchicalMenu-count, label.ais-RefinementList-label .ais-Menu-count, label.ais-RefinementList-label .ais-RefinementList-count, label.ais-RefinementList-label .ais-ToggleRefinement-count {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  color: #3a4570;
  background-color: #dfe2ee;
  border-radius: 8px;
}

span.ais-RefinementList-labelText {
  line-height: 150%;
  font-size: 1rem;
}

button.ais-RefinementList-showMore.ais-RefinementList-showMore--disabled {
  display: none;
}

li.ais-Hits-item {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c4c8d8;
  box-shadow: none;
}

.result-content h2, .result-content .h2 {
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 700;
}
.result-content h2 a, .result-content .h2 a {
  font-weight: 700;
}

#hits-per-page {
  text-align: center;
  padding: 30px 0;
}

.ais-Pagination-item--selected .ais-Pagination-link {
  color: #013f58;
  background-color: #c4c8d5;
  border-color: #c4c8d5;
}

.ais-Pagination-link {
  padding: 0.75rem 1.25rem;
  display: block;
  border: 1px solid #c4c8d5;
  border-radius: 0;
  transition: background-color 0.2s ease-out;
  color: #013f58;
}

.ais-Pagination-item--disabled .ais-Pagination-link {
  opacity: 1;
  cursor: not-allowed;
  color: #c4c8d5;
}

.pagination-wrapper {
  margin-top: 2.75rem;
}

.swiper-multi a {
  cursor: none;
  text-decoration: none;
  transition: all 1s ease;
}
.swiper-multi a p {
  opacity: 0.65;
  transition: all 1s ease;
}
.swiper-multi a:hover p {
  text-decoration: underline;
  opacity: 1;
}
.swiper-multi a img {
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .swiper-multi {
    overflow: visible;
  }
}

.swiper-multi-offset .swiper-wrapper {
  margin: 0 -50% 75px;
}
@media (max-width: 767.98px) {
  .swiper-multi-offset .swiper-wrapper {
    margin: 0 -50% 50px;
  }
}
.swiper-multi-offset .swiper-pagination .swiper-pagination-bullet {
  background: rgba(1, 63, 88, 0.75);
  margin: 0 0.75em;
}
.swiper-multi-offset .swiper-pagination .swiper-pagination-bullet-active {
  background: #013f58;
}

.feature-sub-slider {
  position: relative;
}
.feature-sub-slider .swiper-button-next,
.feature-sub-slider .swiper-button-prev {
  width: 66px;
  height: auto;
  align-items: flex-end;
}
.feature-sub-slider .swiper-button-next {
  left: 90px;
  right: auto;
  top: auto;
  bottom: 25px;
}
.feature-sub-slider .swiper-button-next:after {
  content: "";
  background: url("../images/icons/icon-circlearrow.svg");
  transform: rotate(180deg);
  width: 66px;
  height: 66px;
}
.feature-sub-slider .swiper-button-next:hover:after {
  background: url("../images/icons/icon-circlearrow-hover.svg");
  transform: rotate(0deg);
}
.feature-sub-slider .swiper-button-prev {
  right: auto;
  left: 10px;
  top: auto;
  bottom: 25px;
}
.feature-sub-slider .swiper-button-prev:after {
  content: "";
  background: url("../images/icons/icon-circlearrow.svg");
  width: 66px;
  height: 66px;
}
.feature-sub-slider .swiper-button-prev:hover:after {
  background: url("../images/icons/icon-circlearrow-hover.svg");
  transform: rotate(180deg);
}
.feature-sub-slider .swiper-pagination {
  padding-bottom: 1.5em;
  left: 200px;
  width: auto;
}

.feature-main-slider {
  position: relative;
  display: flex;
}
.feature-main-slider .swiper-slide {
  display: flex;
}
.feature-main-slider .swiper-slide .slide-image {
  display: flex;
  width: 100%;
  height: 100%;
}

.feature-duo-slider-wrap {
  position: relative;
}
.feature-duo-slider-wrap .swiper-button-next,
.feature-duo-slider-wrap .swiper-button-prev {
  width: 66px;
  height: auto;
  align-items: flex-end;
}
.feature-duo-slider-wrap .swiper-button-next {
  bottom: 25px;
  right: 0.75rem;
}
.feature-duo-slider-wrap .swiper-button-next:after {
  content: "";
  background: url("../images/icons/icon-circlearrow.svg");
  transform: rotate(180deg);
  width: 66px;
  height: 66px;
}
.feature-duo-slider-wrap .swiper-button-next:hover:after {
  background: url("../images/icons/icon-circlearrow-hover.svg");
  transform: rotate(0deg);
}
@media (max-width: 767.98px) {
  .feature-duo-slider-wrap .swiper-button-next {
    left: 90px;
    bottom: auto;
  }
}
.feature-duo-slider-wrap .swiper-button-prev {
  bottom: 25px;
  left: auto;
  right: 90px;
}
.feature-duo-slider-wrap .swiper-button-prev:after {
  content: "";
  background: url("../images/icons/icon-circlearrow.svg");
  width: 66px;
  height: 66px;
}
.feature-duo-slider-wrap .swiper-button-prev:hover:after {
  background: url("../images/icons/icon-circlearrow-hover.svg");
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .feature-duo-slider-wrap .swiper-button-prev {
    left: 0.75rem;
    bottom: auto;
  }
}

.general-s20 .feature-sub-slider .swiper-button-next,
.general-s20 .feature-sub-slider .swiper-button-prev {
  bottom: 0;
}

.general-s22 .swiper-slide,
.gallery-s12 .swiper-slide {
  height: 400px;
  width: auto !important;
}
.general-s22 .swiper-slide img,
.gallery-s12 .swiper-slide img {
  width: auto;
  height: 400px;
  object-fit: cover;
}
.general-s22 .swiper-multi-offset-rt,
.gallery-s12 .swiper-multi-offset-rt {
  overflow: visible;
}
.general-s22 .swiper-multi-offset-rt .swiper-wrapper,
.gallery-s12 .swiper-multi-offset-rt .swiper-wrapper {
  margin: 0;
  padding-bottom: 100px;
  transform: none;
}
.general-s22 .swiper-pagination,
.gallery-s12 .swiper-pagination {
  top: auto;
}
.general-s22 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.gallery-s12 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #013f58;
}

.gallery-s12 .swiper-pagination {
  display: none;
}

@media (min-width: 992px) {
  .template-sidebar .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  #sidebar-nav {
    display: block;
  }
}
#sidebar-nav .bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}
#sidebar-nav .dropdown-toggle {
  outline: 0;
}
#sidebar-nav .nav-flush .nav-link {
  border-radius: 0;
}
#sidebar-nav a.nav-link {
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: auto;
  margin-bottom: 0.25em;
  margin-right: 20px;
}
#sidebar-nav a.nav-link:hover,
#sidebar-nav a.nav-link:focus {
  color: #000;
}
#sidebar-nav .btn-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
  width: 100%;
  margin-bottom: 0.25em;
  margin-right: 1.125rem;
}
#sidebar-nav .btn-toggle:hover,
#sidebar-nav .btn-toggle:focus {
  color: #000;
}
#sidebar-nav .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
  margin-right: 0.5em;
  position: absolute;
  right: 0;
}
#sidebar-nav .btn-toggle[aria-expanded=true] {
  color: rgba(0, 0, 0, 0.85);
}
#sidebar-nav .btn-toggle[aria-expanded=true]::before {
  transform: rotate(90deg);
}
#sidebar-nav .btn-toggle-nav a {
  display: block;
  padding: 0.4rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
#sidebar-nav .btn-toggle-nav a:hover,
#sidebar-nav .btn-toggle-nav a:focus {
  color: #000;
}
#sidebar-nav .scrollarea {
  overflow-y: auto;
}
#sidebar-nav .nav-link.active {
  color: #fff;
  background-color: #013f58;
}
#sidebar-nav .nav-link.active:hover, #sidebar-nav .nav-link.active:focus {
  color: #ffffff;
  background-color: rgb(0.1404494382, 8.8483146067, 12.3595505618);
}

.footer-1 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  z-index: 0 !important;
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .footer-1 {
    position: relative;
  }
}
.footer-1 .list-group-item {
  font-size: 0.875rem;
}
.footer-1 h2, .footer-1 .h2 {
  color: #8ED3D5;
}
.footer-1 .form-control {
  background: transparent;
}
.footer-1 .copyright {
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}
.footer-1 .copyright .list-inline li:last-child a:after {
  display: none;
}
.footer-1 .copyright .list-inline li a:after {
  content: "|";
  display: inline-block;
  margin: 0 0 0 0.5em;
}
.footer-1 .social-links {
  display: flex;
  max-width: 100%;
}
@media (min-width: 992px) {
  .footer-1 .social-links {
    max-width: 50%;
    justify-content: space-between;
  }
}
.footer-1 .nav-item a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-1 .nav-item a:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .footer-1 .nav-item a {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .footer-1 p {
    font-size: 0.875rem;
  }
}
.footer-1 .logo-lg img {
  max-height: 65px;
  object-fit: contain;
}

.border-bottom-footer-hide-show {
  border-bottom: none !important;
}
@media (max-width: 991.98px) {
  .border-bottom-footer-hide-show {
    border-bottom: 1px solid #3D4976 !important;
  }
}

.border-bottom-footer-hide-show-reversed {
  border-bottom: 1px solid #3D4976 !important;
}
@media (max-width: 991.98px) {
  .border-bottom-footer-hide-show-reversed {
    border-bottom: none !important;
  }
}

.border-bottom-footer {
  border-bottom: 1px solid #3D4976 !important;
}

.border-top-footer {
  border-top: 1px solid #3D4976 !important;
}

.footer-social-media a {
  color: white;
}

.footer-menu li a {
  text-decoration: none !important;
}
.footer-menu li a:hover {
  opacity: 0.7;
}

.footer-address-info {
  font-size: 16px;
}

.footer-sub-menu {
  font-size: 13px;
}
.footer-sub-menu li a {
  text-decoration: none !important;
}
.footer-sub-menu li a:hover {
  opacity: 0.7;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Hover CSS */
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon:before {
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon:before, .hvr-icon-forward:focus .hvr-icon:before, .hvr-icon-forward:active .hvr-icon:before {
  transform: translateX(4px);
}

.swiper {
  width: 100%;
  height: 100%;
}

/* Services 05 Swiper Styles */
.services-05 .swiper-slide {
  position: relative;
  text-align: left;
  font-size: 18px;
  max-width: 349px;
}
.services-05 .swiper-slide a {
  display: flex;
  align-items: center;
  min-height: 502px;
  color: white;
  text-decoration: none;
  position: relative;
}
.services-05 .swiper-slide p {
  font-size: 1rem;
}
.services-05 .swiper-slide:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 1;
  transition: opacity 1s ease;
}
.services-05 .swiper-slide:hover:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0.6;
}
.services-05 .swiper-slide svg path {
  transition: 1s ease;
}
.services-05 .swiper-slide:hover svg path {
  fill: white;
}
.services-05 .swiper-slide img:not(.swiper-slide img.slide-icon) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: -1;
  transition: opacity 1s ease;
  border: 1px solid black;
}
.services-05 .swiper-horizontal > .swiper-pagination-progressbar,
.services-05 .swiper-pagination-progressbar.swiper-pagination-horizontal,
.services-05 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.services-05 .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0;
  top: auto;
}
.services-05 .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.25);
}
.services-05 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: white;
}
.services-05 .swiper-wrapper {
  margin-bottom: 3em;
}
.services-05 .swiper-scrollbar-drag {
  background: white;
}
.services-05 .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.25);
}
.services-05 .swiper-scrollbar-container {
  padding: 0;
  margin-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
}
.services-05 .swiper-horizontal > .swiper-scrollbar, .services-05 .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: 100px;
}
.services-05 .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.services-05 .swiper-scrollbar-lock {
  display: none;
}
.services-05 .swiper-button-next {
  left: 50px;
}
.services-05 .swiper-button-next, .services-05 .swiper-button-prev {
  position: relative;
  top: 0;
  color: white;
}

/* This padding offset is to align the left side of the off-center sliders with the max-container width use by bootstrap. Since Bootstrap uses a slightly different approach to media query breakpoints, I have broken these out separately from the breakpoints directory. */
@media screen and (min-width: 600px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 540px) / 2);
  }
  .slider-offset-padding .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 720px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 720px) / 2);
  }
}
@media screen and (min-width: 991px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 960px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 1140px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 1140px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .slider-offset-padding {
    padding-left: max(0px, (100% - 1320px) / 2);
  }
  .slider-offset-padding-rt {
    padding-right: max(0px, (100% - 1320px) / 2);
  }
}
.swiper-slide {
  height: var(--swiper-height, auto);
}

.mySwiperEvents {
  position: relative;
}
.mySwiperEvents .swiper-slide {
  display: flex;
  height: auto; /* Let content determine height */
}
.mySwiperEvents .swiper-slide .card {
  display: flex;
  flex-direction: column;
}
.mySwiperEvents .swiper-slide .card .card-body {
  flex-grow: 1; /* Makes all card bodies stretch to equal height */
  display: flex;
  flex-direction: column;
}
.mySwiperEvents .swiper-controls {
  position: absolute;
  width: 116px;
  bottom: 30px;
  right: auto;
  left: 0px;
  text-align: end;
}
.mySwiperEvents .swiper-controls .swiper-button-next, .mySwiperEvents .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperEvents .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperEvents .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperEvents .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M24.7069 29.293L20.4139 25H29.9999V23H20.4139L24.7069 18.707L23.2929 17.293L16.5859 24L23.2929 30.707L24.7069 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperEvents .swiper-button-next, .mySwiperEvents .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperEvents .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperEvents .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M23.293 29.293L24.707 30.707L31.414 24L24.707 17.293L23.293 18.707L27.586 23H18V25H27.586L23.293 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperEvents .swiper-horizontal > .swiper-pagination-bullets, .mySwiperEvents .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 24px;
  top: auto;
  right: 0;
  width: 150px;
  left: auto;
  text-align: end;
}

.mySwiperHero h2, .mySwiperHero .h2 {
  font-size: 2.187rem;
}
.mySwiperHero .swiper-controls {
  position: relative;
  height: 90px;
  width: auto;
  top: 10px;
  right: 40px;
}
.mySwiperHero .swiper-controls .swiper-button-next, .mySwiperHero .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperHero .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mySwiperHero .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  right: 58px;
  left: auto;
}
.mySwiperHero .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url("../img/mpf/icon-arrow-left-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperHero .swiper-button-next, .mySwiperHero .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperHero .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperHero .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url("../img/mpf/icon-arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperHero .swiper-horizontal > .swiper-pagination-bullets, .mySwiperHero .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 27px;
  left: 40px;
  width: 150px;
  right: auto;
  text-align: left;
}

.mySwiperCommunityImpact .swiper-controls {
  position: relative;
  height: 90px;
  width: 116px;
  top: 10px;
  right: 0;
}
.mySwiperCommunityImpact .swiper-controls .swiper-button-next, .mySwiperCommunityImpact .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperCommunityImpact .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperCommunityImpact .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperCommunityImpact .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url("../img/mpf/icon-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperCommunityImpact .swiper-button-next, .mySwiperCommunityImpact .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperCommunityImpact .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperCommunityImpact .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url("../img/mpf/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperCommunityImpact .swiper-horizontal > .swiper-pagination-bullets, .mySwiperCommunityImpact .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 27px;
  right: 15px;
  width: 150px;
  left: auto;
  text-align: end;
}

.home-hero .col-lg-8 {
  padding-left: max(0px, (100% - 1320px) / 2);
}
@media (max-width: 1399.98px) {
  .home-hero .col-lg-8 {
    padding-left: max(0px, (100% - 1140px) / 2);
  }
}
@media (max-width: 1199.98px) {
  .home-hero .col-lg-8 {
    padding-left: max(0px, (100% - 960px) / 2);
  }
}
@media (max-width: 991.98px) {
  .home-hero .col-lg-8 {
    padding-left: max(0px, (100% - 720px) / 2);
    padding-right: max(0px, (100% - 720px) / 2);
  }
}
@media (max-width: 767.98px) {
  .home-hero .col-lg-8 {
    padding-left: max(0px, (100% - 540px) / 2);
    padding-right: max(0px, (100% - 540px) / 2);
  }
}
@media (max-width: 575.98px) {
  .home-hero .col-lg-8 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.home-hero img {
  width: 100%;
  object-position: top;
}
@media (max-width: 991.98px) {
  .home-hero img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .home-hero img {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .home-hero img {
    height: 250px;
  }
}

.z-index-40 {
  z-index: 40;
  position: relative;
}

.mySwiperLocalCommunities .card {
  background: white;
}
.mySwiperLocalCommunities .card h3, .mySwiperLocalCommunities .card .h3 {
  background: #C8511E;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 24px 40px;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.mySwiperLocalCommunities .card h4, .mySwiperLocalCommunities .card .h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.438rem;
}
.mySwiperLocalCommunities .swiper-controls {
  position: relative;
  height: 90px;
  width: auto;
  top: 10px;
  right: 58px;
  left: auto;
}
.mySwiperLocalCommunities .swiper-controls .swiper-button-next, .mySwiperLocalCommunities .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperLocalCommunities .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mySwiperLocalCommunities .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  right: 58px;
  left: auto;
}
.mySwiperLocalCommunities .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url("../img/mpf/icon-arrow-left-blue.svg");
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperLocalCommunities .swiper-button-next, .mySwiperLocalCommunities .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperLocalCommunities .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperLocalCommunities .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url("../img/mpf/icon-arrow-right-blue.svg");
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperLocalCommunities .swiper-horizontal > .swiper-pagination-bullets, .mySwiperLocalCommunities .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 27px;
  right: auto;
  width: 150px;
  left: 15px;
  text-align: left;
}
.mySwiperLocalCommunities .swiper-pagination-bullet-active {
  background: #013f58;
}

.mySwiperOfferings .swiper-controls-wrapper {
  height: 94px;
  width: 150px;
}
.mySwiperOfferings .swiper-controls-wrapper .swiper-controls {
  position: absolute;
  height: 90px;
  width: 116px;
  bottom: -20px;
  right: 25px;
}
@media (max-width: 767.98px) {
  .mySwiperOfferings .swiper-controls-wrapper .swiper-controls {
    right: auto;
    left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.mySwiperOfferings .swiper-controls-wrapper .swiper-controls .swiper-button-next, .mySwiperOfferings .swiper-controls-wrapper .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperOfferings .swiper-controls-wrapper .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperOfferings .swiper-controls-wrapper .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperOfferings .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml,%3Csvg fill="none" height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="47" rx="5.5" stroke="%23fff" width="47" x=".5" y=".5"/%3E%3Cpath d="m24.7069 29.293-4.293-4.293h9.586v-2h-9.586l4.293-4.293-1.414-1.414-6.707 6.707 6.707 6.707z" fill="%23fff"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperOfferings .swiper-button-next, .mySwiperOfferings .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperOfferings .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperOfferings .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml,%3Csvg fill="none" height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="47" rx="5.5" stroke="%23fff" width="47" x=".5" y=".5"/%3E%3Cpath d="m23.293 29.293 1.414 1.414 6.707-6.707-6.707-6.707-1.414 1.414 4.293 4.293h-9.586v2h9.586z" fill="%23fff"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}

.mySwiperMemberSaying, .mySwiperMemberSayingSingleSlider {
  position: relative;
  padding-bottom: 75px;
}
.mySwiperMemberSaying .swiper-controls, .mySwiperMemberSayingSingleSlider .swiper-controls {
  position: absolute;
  /* height: 48px; */
  width: 116px;
  bottom: 28px;
  right: 0;
  left: auto;
  text-align: left;
}
.mySwiperMemberSaying .swiper-controls .swiper-button-next, .mySwiperMemberSaying .swiper-controls .swiper-button-prev, .mySwiperMemberSayingSingleSlider .swiper-controls .swiper-button-next, .mySwiperMemberSayingSingleSlider .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperMemberSaying .swiper-controls .swiper-button-next, .mySwiperMemberSayingSingleSlider .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
}
.mySwiperMemberSaying .swiper-controls .swiper-button-prev, .mySwiperMemberSayingSingleSlider .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 58px;
}
.mySwiperMemberSaying .swiper-button-prev:after, .mySwiperMemberSayingSingleSlider .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url("../img/mpf/icon-arrow-left.svg");
  background-size: 48px 48px;
  background-repeat: no-repeat;
}
.mySwiperMemberSaying .swiper-button-next, .mySwiperMemberSaying .swiper-button-prev, .mySwiperMemberSayingSingleSlider .swiper-button-next, .mySwiperMemberSayingSingleSlider .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperMemberSaying .swiper-button-next, .mySwiperMemberSayingSingleSlider .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperMemberSaying .swiper-button-next:after, .mySwiperMemberSayingSingleSlider .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url("../img/mpf/icon-arrow-right.svg");
  background-size: 48px 48px;
  background-repeat: no-repeat;
}
.mySwiperMemberSaying .swiper-horizontal > .swiper-pagination-bullets, .mySwiperMemberSaying .swiper-pagination-bullets.swiper-pagination-horizontal, .mySwiperMemberSayingSingleSlider .swiper-horizontal > .swiper-pagination-bullets, .mySwiperMemberSayingSingleSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: auto;
  width: 150px;
  left: 0;
  text-align: left;
}
.mySwiperMemberSaying .swiper-pagination-bullet, .mySwiperMemberSayingSingleSlider .swiper-pagination-bullet {
  background: white;
}

.mySwiperProducts .swiper-controls-wrapper {
  height: 94px;
  width: 150px;
}
.mySwiperProducts .swiper-controls-wrapper .swiper-controls {
  position: absolute;
  height: 90px;
  width: 116px;
  bottom: -20px;
  right: 25px;
}
@media (max-width: 767.98px) {
  .mySwiperProducts .swiper-controls-wrapper .swiper-controls {
    right: auto;
    left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.mySwiperProducts .swiper-controls-wrapper .swiper-controls .swiper-button-next, .mySwiperProducts .swiper-controls-wrapper .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperProducts .swiper-controls-wrapper .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperProducts .swiper-controls-wrapper .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperProducts .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml,%3Csvg fill="none" height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="47" rx="5.5" stroke="%2318244F" width="47" x=".5" y=".5"/%3E%3Cpath d="m24.7069 29.293-4.293-4.293h9.586v-2h-9.586l4.293-4.293-1.414-1.414-6.707 6.707 6.707 6.707z" fill="%2318244F"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperProducts .swiper-button-next, .mySwiperProducts .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperProducts .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperProducts .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml,%3Csvg fill="none" height="48" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"%3E%3Crect height="47" rx="5.5" stroke="%2318244F" width="47" x=".5" y=".5"/%3E%3Cpath d="m23.293 29.293 1.414 1.414 6.707-6.707-6.707-6.707-1.414 1.414 4.293 4.293h-9.586v2h9.586z" fill="%2318244F"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}

.mySwiperRelatedResources .swiper-controls {
  position: relative;
  height: 90px;
  width: 116px;
  top: 10px;
  right: 0;
}
.mySwiperRelatedResources .swiper-controls .swiper-button-next, .mySwiperRelatedResources .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperRelatedResources .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperRelatedResources .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperRelatedResources .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M24.7069 29.293L20.4139 25H29.9999V23H20.4139L24.7069 18.707L23.2929 17.293L16.5859 24L23.2929 30.707L24.7069 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperRelatedResources .swiper-button-next, .mySwiperRelatedResources .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperRelatedResources .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperRelatedResources .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%2318244F"/><path d="M23.293 29.293L24.707 30.707L31.414 24L24.707 17.293L23.293 18.707L27.586 23H18V25H27.586L23.293 29.293Z" fill="%2318244F"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperRelatedResources .swiper-horizontal > .swiper-pagination-bullets, .mySwiperRelatedResources .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 27px;
  right: 15px;
  width: 150px;
  left: auto;
  text-align: end;
}

.mySwiperGuide .swiper-controls {
  position: relative;
  height: 90px;
  width: auto;
  top: 10px;
  right: 0;
  left: auto;
}
.mySwiperGuide .swiper-controls .swiper-button-next, .mySwiperGuide .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 38px !important;
}
.mySwiperGuide .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}
.mySwiperGuide .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  right: 58px;
  left: auto;
}
.mySwiperGuide .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url("../img/mpf/icon-arrow-left-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperGuide .swiper-button-next, .mySwiperGuide .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperGuide .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperGuide .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url("../img/mpf/icon-arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperGuide .swiper-horizontal > .swiper-pagination-bullets, .mySwiperGuide .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 27px;
  right: 15px;
  width: 150px;
  left: 0;
  text-align: left;
}
.mySwiperGuide .card {
  background: #F3F3F4;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.mySwiperGuide .card .card-header {
  padding: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.mySwiperGuide .card img {
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.mySwiperGuide .card h3, .mySwiperGuide .card .h3 {
  font-family: "Roboto", sans-serif;
}

.mySwiperSingleWhite {
  position: relative;
  margin-bottom: 75px;
}
.mySwiperSingleWhite .swiper-controls {
  position: absolute;
  /* height: 48px; */
  width: 116px;
  bottom: 28px;
  right: auto;
  left: 0px;
  text-align: end;
}
.mySwiperSingleWhite .swiper-controls .swiper-button-next, .mySwiperSingleWhite .swiper-controls .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperSingleWhite .swiper-controls .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 58px;
}
.mySwiperSingleWhite .swiper-controls .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.mySwiperSingleWhite .swiper-button-prev:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%23FFFFFF"/><path d="M24.7069 29.293L20.4139 25H29.9999V23H20.4139L24.7069 18.707L23.2929 17.293L16.5859 24L23.2929 30.707L24.7069 29.293Z" fill="%23FFFFFF"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperSingleWhite .swiper-button-next, .mySwiperSingleWhite .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
}
.mySwiperSingleWhite .swiper-button-next {
  position: absolute;
  bottom: 0px;
  right: max(0px, (100% - 720px) / 2);
}
.mySwiperSingleWhite .swiper-button-next:after {
  content: "";
  display: block;
  width: 48px !important;
  height: 48px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="5.5" stroke="%23FFFFFF"/><path d="M23.293 29.293L24.707 30.707L31.414 24L24.707 17.293L23.293 18.707L27.586 23H18V25H27.586L23.293 29.293Z" fill="%23FFFFFF"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.mySwiperSingleWhite .swiper-horizontal > .swiper-pagination-bullets, .mySwiperSingleWhite .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0;
  width: 150px;
  left: auto;
  text-align: end;
}
.mySwiperSingleWhite .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.2;
}
.mySwiperSingleWhite .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
.mySwiperSingleWhite small, .mySwiperSingleWhite .small {
  font-size: 0.75em;
}

.swiper-pagination-bullet-active {
  background: #013f58;
}

.fc-icon,
.fc-unselectable {
  -moz-user-select: none;
  -ms-user-select: none;
}

.fc .fc-button,
.fc-icon {
  text-transform: none;
  font-weight: 400;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc .fc-button:not(:disabled),
.fc a[data-navlink],
.fc-event.fc-event-draggable,
.fc-event[href] {
  cursor: pointer;
}

.fc-unselectable {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.fc {
  display: flex;
  flex-direction: column;
  font-size: 1em;
}

.fc .fc-button,
.fc-icon {
  display: inline-block;
  text-align: center;
}

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

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc th {
  text-align: center;
}

.fc td,
.fc th {
  vertical-align: top;
  padding: 0;
}

.fc .fc-button,
.fc .fc-button .fc-icon,
.fc .fc-button-group,
.fc .fc-timegrid-slot-label {
  vertical-align: middle;
}

.fc a[data-navlink]:hover {
  text-decoration: underline;
}

.fc .fc-button:hover,
.fc .fc-list-event-title a,
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: fcicons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.fc-icon {
  width: 1em;
  height: 1em;
  -webkit-user-select: none;
  user-select: none;
  font-family: fcicons !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

.fc .fc-button {
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
}

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

.fc .fc-button {
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button:disabled {
  opacity: 0.65;
}

.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2c3e50;
  background-color: var(--fc-button-bg-color, #2c3e50);
  border-color: #2c3e50;
  border-color: var(--fc-button-border-color, #2c3e50);
}

.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2c3e50;
  background-color: var(--fc-button-bg-color, #2c3e50);
  border-color: #2c3e50;
  border-color: var(--fc-button-border-color, #2c3e50);
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button .fc-icon {
  font-size: 1.5em;
}

.fc .fc-button-group {
  position: relative;
  display: inline-flex;
}

.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

.fc .fc-button-group > .fc-button.fc-button-active,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
}

.fc-direction-rtl .fc-toolbar-ltr {
  flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.fc .fc-scroller-liquid {
  height: 100%;
}

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid-section-footer > *,
.fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0;
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
  width: 100%;
  table-layout: fixed;
}

.fc .fc-scrollgrid table {
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
}

.fc .fc-scrollgrid-section,
.fc .fc-scrollgrid-section table,
.fc .fc-scrollgrid-section > td {
  height: 1px;
}

.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
}

.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}

.fc .fc-scrollgrid-section-sticky > * {
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 3;
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
}

.fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}

.fc-sticky {
  position: sticky;
}

.fc .fc-view-harness {
  flex-grow: 1;
  position: relative;
}

.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business,
.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
}

.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}

.fc .fc-bg-event {
  background: var(--fc-bg-event-color, #8fdf82);
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}

.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

.fc-event-dragging:not(.fc-event-selected) {
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event-selected .fc-event-resizer,
.fc-event:hover .fc-event-resizer,
.fc-h-event,
.fc-v-event {
  display: block;
}

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: var(--fc-page-bg-color, #fff);
}

.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

.fc-event-selected,
.fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event-selected:before,
.fc-event:focus:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-event-selected:after,
.fc-event:focus:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.fc-h-event {
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
  display: flex;
}

.fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}

.fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}

.fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc .fc-popover {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}

.fc .fc-popover-title {
  margin: 0 2px;
}

.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

:root {
  --fc-daygrid-event-dot-width: 8px;
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-daygrid-day-events:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-frame:before,
.fc-daygrid-event-harness:after,
.fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-body {
  position: relative;
  z-index: 1;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
  text-decoration: none;
  font-weight: 700;
}

.fc .fc-daygrid-day-events {
  margin-top: 1px;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

.fc .fc-daygrid-event-harness {
  position: relative;
}

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  padding: 2px 3px 0;
}

.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: grey;
  color: var(--fc-neutral-text-color, grey);
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}

.fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-daygrid-block-event .fc-event-time {
  font-weight: 700;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot {
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}

.fc-v-event {
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
}

.fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid .fc-daygrid-body {
  z-index: 2;
}

.fc .fc-timegrid-axis-chunk > table,
.fc .fc-timegrid-body,
.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

.fc .fc-timegrid-divider {
  padding: 0 0 2px;
}

.fc .fc-timegrid-body {
  min-height: 100%;
}

.fc .fc-timegrid-axis-chunk {
  position: relative;
}

.fc .fc-timegrid-slot {
  height: 1.5em;
  border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
  content: " ";
}

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  flex-shrink: 0;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc .fc-timegrid-col-bg {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight,
.fc .fc-timegrid-col-events {
  z-index: 3;
}

.fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness {
  position: absolute;
}

.fc-timegrid-event-harness > .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event,
.fc-timegrid-more-link {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}

.fc-timegrid-event {
  margin-bottom: 1px;
}

.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}

.fc-timegrid-event-short .fc-event-time:after {
  content: " - ";
}

.fc-timegrid-event-short .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-timegrid-more-link {
  position: absolute;
  z-index: 9999;
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px;
}

.fc-timegrid-more-link-inner {
  padding: 3px 2px;
  top: 0;
}

.fc-direction-ltr .fc-timegrid-more-link {
  right: 0;
}

.fc-direction-rtl .fc-timegrid-more-link {
  left: 0;
}

.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}

.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc .fc-list-empty-cushion {
  margin: 5em 0;
}

.fc .fc-list-table {
  width: 100%;
  border-style: hidden;
}

.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}

.fc .fc-list-sticky .fc-list-day > * {
  position: sticky;
  top: 0;
  background: var(--fc-page-bg-color, #fff);
}

.fc .fc-list-table thead {
  position: absolute;
  left: -10000px;
}

.fc .fc-list-table tbody > tr:first-child th {
  border-top: 0;
}

.fc .fc-list-table th {
  padding: 0;
}

.fc .fc-list-day-cushion,
.fc .fc-list-table td {
  padding: 8px 14px;
}

.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
}

.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}

.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}

.fc .fc-list-event-title a {
  color: inherit;
}

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
  color: inherit;
}

.calendar {
  float: left;
  margin-bottom: 0;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin: 6px 0 5px 0 !important;
}
.fc-toolbar h2, .fc-toolbar .h2 {
  font-size: 1.25rem !important;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

th.fc-day-header {
  padding: 0.5rem 0;
}

.fc-day {
  background: transparent;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #dee2e6;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #dee2e6;
}
.fc-unthemed td.fc-today,
.fc-unthemed .fc-divider {
  background: #dee2e6;
}

.fc-button {
  background: #dee2e6;
  border: none;
  color: #495057;
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem;
}

.fc-state-hover,
.fc-state-highlight,
.fc-cell-overlay {
  background: #dee2e6;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #013f58;
  color: #ffffff;
  text-shadow: none;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
  color: #ffffff;
}

.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 8px 10px;
  color: #ffffff;
  border-radius: 4px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
}
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
}
.fc-basic-view .fc-content {
  color: #ffffff;
}

.fc-time-grid-event .fc-content {
  color: #ffffff;
}

.fc-daygrid-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #F3F3F4;
  border-radius: 50%;
  margin: 5px;
  font-size: 11px;
  padding: 0 !important;
}

.fc-daygrid-event-dot {
  border-color: #ffffff;
}

.fc-event-time,
.fc-event-title {
  color: #ffffff;
}

.table-active, .table-active > td, .table-active > th,
.fc .fc-list-sticky .fc-list-day > * {
  background-color: transparent;
}

.fc .fc-list-event:hover td {
  background-color: inherit;
}

@media (max-width: 767.98px) {
  .fc-toolbar {
    display: block !important;
  }
  .fc-toolbar .fc-toolbar-chunk {
    margin: 6px 0;
  }
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0;
  }
  .fc .fc-toolbar > * > * {
    float: none;
  }
  .fc-today-button {
    display: none;
  }
}
.fc-toolbar .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.84375rem;
  border-radius: 50rem;
}

.fc-list-item-title,
.fc-list-item-time {
  color: #ffffff;
}

#calendar .table-bordered td, #calendar .table-bordered th {
  border: 1px solid #dee2e6;
}

[dir=rtl] .fc-toolbar-chunk .btn-group .btn:first-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-radius: 50rem;
}
[dir=rtl] .fc-toolbar-chunk .btn-group .btn:last-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-radius: 50rem;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.datepicker {
  padding: 10px !important;
}
.datepicker td {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  font-size: 13px;
  line-height: 28px;
}
.datepicker th {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 28px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled], .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #013f58 !important;
  background-image: none !important;
  color: #ffffff;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #e9ecef;
}
.datepicker table tr td.new, .datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #495057;
  opacity: 0.4;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #e9ecef;
}
.datepicker .datepicker-switch:hover {
  background: none;
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #ffffff;
}
.datepicker-dropdown:before {
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #ffffff;
}

.daterangepicker {
  z-index: 1000;
}

[dir=rtl] .daterangepicker.opensright:after {
  right: 10px;
  left: auto;
}
[dir=rtl] .daterangepicker.opensright:before {
  right: 9px;
  left: auto;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9 ;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9 ;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9 ;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker-widget table td input {
  height: 32px;
  width: 32px;
  color: #ffffff;
  background-color: #013f58;
  border-radius: 50%;
  border: 0;
  outline: none !important;
}
.bootstrap-timepicker-widget table td a {
  color: #495057;
}
.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #013f58;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.bootstrap-timepicker {
  position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px;
}

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
  width: 100%;
}

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
  width: 32px;
  margin: 0;
  text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.template-main {
  grid-area: template-main;
  min-width: 0;
  min-height: 0;
}

.template-sidebar {
  grid-area: template-sidebar;
}

.template-nav {
  grid-area: template-nav;
}

.left-column {
  display: grid;
  grid-template-columns: none;
  gap: 0px 75px;
  grid-auto-flow: row;
  grid-template-areas: "template-main template-main template-main" "template-main template-main template-main" "template-sidebar template-sidebar template-sidebar";
}
@media (min-width: 992px) {
  .left-column {
    grid-template-columns: 300px 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    grid-template-areas: "template-sidebar template-main template-main" "template-sidebar template-main template-main" "template-sidebar template-main template-main";
  }
}

.right-column {
  display: grid;
  grid-template-columns: none;
  gap: 0px 75px;
  grid-auto-flow: row;
  grid-template-areas: "template-main template-main template-main" "template-main template-main template-main" "template-sidebar template-sidebar template-sidebar";
}
@media (min-width: 992px) {
  .right-column {
    grid-template-columns: 1fr 1fr 300px;
    grid-template-rows: auto 1fr 1fr;
    grid-template-areas: "template-main template-main template-sidebar" "template-main template-main template-sidebar" "template-main template-main template-sidebar";
  }
}

.three-column {
  display: grid;
  grid-template-columns: none;
  gap: 0px 75px;
  grid-auto-flow: row;
  grid-template-areas: "template-nav template-nav template-nav" "template-main template-main template-main" "template-sidebar template-sidebar template-sidebar";
}
@media (min-width: 992px) {
  .three-column {
    grid-template-columns: 250px 1fr 250px;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "template-nav template-main template-sidebar" "template-nav template-main template-sidebar" "template-nav template-main template-sidebar";
  }
}

.split-template {
  display: grid;
  grid-template-columns: none;
  gap: 0px 75px;
  grid-auto-flow: row;
  grid-template-areas: "template-left" "template-right";
}
@media (min-width: 992px) {
  .split-template {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "template-left template-right";
  }
}

.template-list a {
  display: block;
  padding: 1.5em;
}

.logo-group img {
  filter: saturate(0.1);
  transition: 1s ease;
}
.logo-group img:hover {
  filter: saturate(1);
}

.admin-toolbar {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 40px;
  position: fixed;
  left: 0;
  top: 25%;
  z-index: 99999999;
}
.admin-toolbar div {
  text-align: center;
  border-bottom: 1px solid #e9ecef;
  padding: 0.5em;
}
.admin-toolbar div svg {
  width: 18px;
  height: 18px;
}
.admin-toolbar div:hover {
  background: #F3F3F4;
}
.admin-toolbar div:last-child {
  border-bottom: none;
}
.admin-toolbar.admin-toolbar-left-top {
  left: 0;
  top: 25%;
}
.admin-toolbar.admin-toolbar-left-bottom {
  left: 0;
  top: auto;
  bottom: 5%;
}
.admin-toolbar.admin-toolbar-right-top {
  left: auto;
  right: 0;
  top: 25%;
}
.admin-toolbar.admin-toolbar-right-bottom {
  left: auto;
  right: 0;
  top: auto;
  bottom: 5%;
}

.layout_05, .general-05 {
  position: relative;
}
.layout_05:after, .general-05:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  background: #e9ecef;
  z-index: -1;
}
.layout_05 .layout_05_img, .layout_05 .general-05-img, .general-05 .layout_05_img, .general-05 .general-05-img {
  background: url("/patternslibrary/images/demo-1/mifxal-latheef-204486-unsplash2.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 600px;
  position: relative;
}
.layout_05 .layout_05_img:after, .layout_05 .general-05-img:after, .general-05 .layout_05_img:after, .general-05 .general-05-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.layout_05 .layout_05_img .overlay-copy, .layout_05 .general-05-img .overlay-copy, .general-05 .layout_05_img .overlay-copy, .general-05 .general-05-img .overlay-copy {
  position: relative;
  z-index: 2;
}

.layout_06, .general-06 {
  position: relative;
  background: url("/patternslibrary/images/demo-1/mifxal-latheef-204486-unsplash.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 700px;
}
.layout_06:after, .general-06:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.layout_06 .overlay-copy, .general-06 .overlay-copy {
  position: relative;
  z-index: 2;
}

.general-s12 {
  position: relative;
  background: url("/patternslibrary/images/demo-1/mifxal-latheef-204486-unsplash.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 700px;
}
.general-s12:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.general-s12 .overlay-copy {
  position: relative;
  z-index: 2;
}
.general-s12 .card-img-overlay {
  z-index: 1;
}

.general-s16 {
  position: relative;
}
.general-s16 .sticky-sidebar {
  position: sticky;
  top: 0;
}

.single-job .publish-date {
  font-size: 0.75rem;
  font-weight: 400;
}
.single-job .card {
  height: 100%;
}

.career-detail-header .apply-btn {
  width: 100%;
}
@media (min-width: 992px) {
  .career-detail-header .apply-btn {
    width: 200px;
  }
}

.services-slider .slick-slide {
  padding-right: 30px;
}
.services-slider .slick-dots {
  text-align: left;
}
@media (min-width: 992px) {
  .services-slider {
    margin-right: -175px;
  }
}

.services-2 .slick-slide {
  padding-right: 30px;
}
@media (min-width: 992px) {
  .services-2 {
    margin-right: -175px;
  }
}
.services-2 .card .card-title {
  position: absolute;
  bottom: 0;
  padding: 1.25em;
}
.services-2 .slick-next {
  left: 40px;
  z-index: 2;
}
.services-2 .slick-prev, .services-2 .slick-next {
  font-size: 3rem;
  z-index: 2;
  color: #013f58;
}

.services-5 .slick-dots {
  bottom: -50px;
}
.services-5 img.card-img {
  height: 100%;
  object-fit: cover;
}
.services-5 .card {
  box-shadow: none;
}

.service-categories .card {
  box-shadow: none;
  transition: 1s ease;
}
.service-categories .card:hover {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.services-6 .slick-slide {
  padding-right: 30px;
}
.services-6 .card .card-title {
  position: absolute;
  bottom: 0;
  padding: 1.25em;
}
.services-6 .card p {
  font-size: 1.125rem;
  margin-top: 0.5em;
}
.services-6 .card img {
  aspect-ratio: 1/1;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.services-6 .slick-prev {
  left: 0;
}
.services-6 .slick-next {
  left: 65px;
  z-index: 2;
}
.services-6 .slick-prev, .services-6 .slick-next {
  top: 100%;
  bottom: 0;
  margin-top: 25px;
  font-size: 3rem;
  z-index: 2;
  color: #013f58;
}

.testimonial-6 .slick-slide {
  background-color: #ffffff;
  margin-right: 2em;
}
.testimonial-6 .slick-prev {
  visibility: hidden;
}
.testimonial-6 .slick-next {
  top: -75px;
  right: 50px;
}

.left-column .testimonial-8a img,
.right-column .testimonial-8a img {
  max-width: 100%;
}
.left-column .testimonial-8a .display-3,
.right-column .testimonial-8a .display-3 {
  font-size: 3.25rem;
}
@media (max-width: 991.98px) {
  .left-column .testimonial-8a .display-3,
  .right-column .testimonial-8a .display-3 {
    font-size: 2.5rem;
  }
}

.testimonial-8a {
  position: relative;
  background: #000;
}
@media (min-width: 768px) {
  .testimonial-8a {
    height: 800px;
  }
}
.testimonial-8a img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 275px;
}
@media (min-width: 768px) {
  .testimonial-8a img {
    height: 100%;
    object-fit: cover;
    height: 800px;
  }
}
.testimonial-8a .slick-slide {
  position: relative;
}
@media (min-width: 768px) {
  .testimonial-8a .slick-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
  }
  .testimonial-8a .slick-slide .overlay-copy {
    position: relative;
    z-index: 2;
  }
}
.testimonial-8a .testimonial-content {
  position: relative;
  padding: 25px 25px 100px;
  background: #000;
}
@media (min-width: 768px) {
  .testimonial-8a .testimonial-content {
    background: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 1320px;
  }
}
.testimonial-8a .slick-dots {
  position: absolute;
  text-align: left;
  bottom: 50px;
}
.testimonial-8a .slick-dots li button .slick-dot-icon,
.testimonial-8a .slick-dots li.slick-active button .slick-dot-icon {
  color: #ffffff;
}
.testimonial-8a.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.testimonial-8a .slick-prev, .testimonial-8a .slick-next {
  top: auto;
  bottom: 50px;
  z-index: 5;
  color: #ffffff;
}
@media (min-width: 768px) {
  .testimonial-8a .slick-prev, .testimonial-8a .slick-next {
    position: absolute;
  }
}
.testimonial-8a .slick-prev:hover .bi:before, .testimonial-8a .slick-prev:focus .bi:before, .testimonial-8a .slick-next:hover .bi:before, .testimonial-8a .slick-next:focus .bi:before {
  color: #013f58;
}
.testimonial-8a .slick-prev {
  left: auto;
  right: 100px;
}
.testimonial-8a .slick-next {
  left: auto;
  right: 50px;
}

.testimonial-9 {
  background: rgba(255, 255, 255, 0.1);
}
.testimonial-9 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em;
}
.testimonial-9 .swiper-slide p {
  font-size: 2rem;
}
.testimonial-9 .swiper-slide .author {
  font-size: 1.25rem;
  font-weight: 600;
}
.testimonial-9 .swiper-slide .author-title {
  font-size: 1rem;
}
.testimonial-9 .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  width: 10px;
  height: 10px;
  margin: 0 0.5em;
}

.testimonial-clients p {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .testimonial-clients p {
    font-size: 2.125rem;
  }
}
.testimonial-clients .testimonial-author {
  text-transform: uppercase;
  font-size: 0.925rem;
}
@media (min-width: 992px) {
  .testimonial-clients .testimonial-author {
    font-size: 1.25rem;
  }
}
.testimonial-clients .swiper-button-next:after, .testimonial-clients .swiper-button-prev:after {
  color: #013f58;
}
.testimonial-clients .swiper-button-next:hover:after, .testimonial-clients .swiper-button-prev:hover:after {
  color: #C8511E;
}

.mySwiperMemberSaying p, .mySwiperMemberSayingSingleSlider p {
  font-family: "Roboto Slab", serif;
  font-size: 1.75rem;
}
.mySwiperMemberSaying .category-text, .mySwiperMemberSayingSingleSlider .category-text {
  color: #A7DEED;
}
.mySwiperMemberSaying .testimonial-name, .mySwiperMemberSayingSingleSlider .testimonial-name {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.mySwiperMemberSaying .testimonial-title, .mySwiperMemberSayingSingleSlider .testimonial-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
}

.staff .social-list, .staff-detail .social-list {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}
.staff .social-list li, .staff-detail .social-list li {
  padding: 10px;
  color: rgb(225.1304347826, 106.647826087, 55.8695652174);
  font-size: 19px;
}

#boardofdirectors .card {
  background-color: white;
}
#boardofdirectors .card img {
  border-radius: 20px;
  border-bottom: none;
}
#boardofdirectors .card .card-name {
  margin-bottom: 12px;
}

/*******************
Recent Blogs
*******************/
.blog-home2 [class*=col-] {
  transition: 0.2s ease-in;
}
.blog-home2 [class*=col-]:hover {
  transform: translateY(-10px);
}
.blog-home2 .date-pos {
  padding: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  border-radius: 0.375rem;
  text-align: center;
}
.blog-home2 .date-pos span {
  display: block;
  font-size: 30px;
  line-height: 30px;
}

.blog-feature {
  position: relative;
}
.blog-feature .feature-copy {
  background: #F3F3F4;
  padding: 2.5em;
}
@media (min-width: 992px) {
  .blog-feature .feature-copy {
    background: #ffffff;
    padding: 2.5em;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
  }
}

.publish-date {
  font-size: 1rem;
  color: rgb(63.75, 63.75, 63.75);
}

.related-articles {
  background: #ffffff;
}

.blog-listing .card {
  box-shadow: none;
  transition: 1s ease;
}
.blog-listing .card:hover {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.location-contact {
  padding: 150px 0;
}

.location-listing .card {
  height: 100%;
}

.location-detail-map img {
  min-height: 500px;
  object-fit: cover;
}

.event-list-item {
  position: relative;
  padding: 0;
}
.event-list-item .event-date-block {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  padding: 0.5em 1.25em;
  text-align: center;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 700;
}

.mpf-hidden {
  display: none;
}

#eventList .event-list-item img {
  max-width: 100%;
  width: 540px;
  height: 370px;
  object-fit: cover;
}

#upcomingSelectFilter {
  border-radius: 50em;
  border-color: black;
  font-weight: 500;
  background-size: 20px 16px;
}

.event-search-filter {
  border: 1px solid #808FA8;
  padding: 1em;
  margin-bottom: 2em;
}
.event-search-filter .bi {
  font-size: 1rem;
}
.event-search-filter .filter p {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .event-search-filter .filter, .event-search-filter .filter-views {
    border-left: 1px solid #C8511E;
  }
}

#eventList .row {
  width: 100%;
}

#calendar-filter {
  cursor: pointer;
}

.guide-listing .guide-item img {
  margin-right: 32px;
}
.guide-listing .guide-item h3, .guide-listing .guide-item .h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}
.guide-listing .guide-item h3 a, .guide-listing .guide-item .h3 a {
  font-weight: 700;
}
.guide-listing .guide-item .last-updated {
  color: #013f58;
  background: #DCF2F8;
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 150%;
  border-radius: 8px;
  padding: 4px 8px;
  margin-bottom: 16px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .guide-listing .guide-item {
    flex-direction: column;
  }
  .guide-listing .guide-item img {
    padding-bottom: 1.5rem;
  }
}
.guide-feature .last-updated {
  color: #013f58;
  background: #DCF2F8;
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 150%;
  border-radius: 8px;
  padding: 4px 8px;
  margin-bottom: 16px;
  display: inline-block;
}
.guide-feature h3, .guide-feature .h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}
.guide-feature h3 a, .guide-feature .h3 a {
  font-weight: 700;
}

.guide-detail h3, .guide-detail .h3 {
  font-size: 1.375rem;
  margin-bottom: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.guide-detail p, .guide-detail ul {
  font-size: 1rem;
  margin-bottom: 16px;
}
.guide-detail .chapter-element {
  font-size: 1rem;
  padding-bottom: 16px;
}

.resource-item {
  font-size: 1rem;
  border-bottom: 1px solid #D0D0D2;
  margin-bottom: 20px;
}
.resource-item .resource-date {
  margin-bottom: 0;
}
.resource-item a {
  color: #C8511E;
  margin-bottom: 20px;
  display: block;
}

.chapter-container table {
  border: 1px solid #013f58;
  margin-bottom: 20px;
}
.chapter-container thead {
  background: #f3f3f4;
}
.chapter-container th, .chapter-container td {
  padding: 10px;
  border: 1px solid #013f58;
}

.callout-info {
  background: #F8F8F8;
  padding: 30px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .callout-info {
    flex-direction: column;
  }
}
.callout-info h3, .callout-info .h3 {
  font-family: "Roboto Slab", serif;
  font-size: 1.75rem;
  font-weight: 400;
}
.callout-info a {
  font-family: "Roboto", sans-serif;
}
.callout-info a:after {
  content: "";
  display: none;
}
.callout-info a:hover {
  background: white;
  color: #013f58;
}

.cta-subscribe {
  background: rgba(200, 81, 30, 0.12);
  border-radius: 20px;
  padding: 80px 60px;
}

.callout-form {
  background: #F8F8F8;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px 20px 20px 20px;
}
.callout-form .btn {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 40px;
  display: inline-block;
}
.callout-form .btn:after {
  content: "";
  display: none;
}

.featured-news {
  border: 1px solid #A7DEED;
  border-radius: 20px;
  padding: 40px 60px;
}

.form-select.apply-filter {
  border-color: #013f58;
  border-radius: 25px;
  background-color: transparent;
  font-family: "Roboto Slab", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22%23C8511E%22/%3E%0A%3C/svg%3E);
}
.form-select.apply-filter::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22352%22%20height%3D%22192%22%20viewBox%3D%220%200%20352%20192%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M164.7%20187.3C170.9%20193.5%20181.1%20193.5%20187.3%20187.3L347.3%2027.3001C353.5%2021.1001%20353.5%2010.9%20347.3%204.70005C341.1%20-1.49995%20330.9%20-1.49995%20324.7%204.70005L176%20153.4L27.3001%204.70005C21.1001%20-1.49995%2010.9%20-1.49995%204.70005%204.70005C-1.49995%2010.9%20-1.49995%2021.1001%204.70005%2027.3001L164.7%20187.3Z%22%20fill%3D%22%23C8511E%22/%3E%0A%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: middle;
}
.form-select.apply-filter:hover {
  background-color: #013f58;
  color: #fff;
}

.filter-search {
  border-radius: 25px 0 0 25px;
}

.news-listing .listing-date {
  font-size: 1rem;
}
.news-listing h2, .news-listing .h2 {
  font-size: 3rem;
}
.news-listing h3, .news-listing .h3 {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.news-listing h3:hover, .news-listing .h3:hover {
  text-decoration: underline;
}
.news-listing .news-listing-item {
  border-bottom: 1px solid #C8511E;
  margin-bottom: 32px;
}

.related-articles ul {
  padding-left: 0;
}
.related-articles .card {
  border-radius: 20px;
}
.related-articles span.badge.bg-light.text-muted {
  color: rgb(0, 59, 92) !important;
  background-color: #DCF2F8 !important;
}
.related-articles.bg-light {
  background-color: #fff !important;
}
.related-articles .ratio.ratio-4x3 {
  display: none;
}
.related-articles .fhlbc-news {
  display: none;
}
.related-articles .card-title a {
  font-weight: 400;
}

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

.link-primary {
  color: #013f58;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(0.8, 50.4, 70.4);
}

.link-secondary {
  color: #C8511E;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(160, 64.8, 24);
}

.link-gray {
  color: #6c757d;
}
.link-gray:hover, .link-gray:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #8ED3D5;
}
.link-info:hover, .link-info:focus {
  color: rgb(164.6, 219.8, 221.4);
}

.link-warning {
  color: #F9C358;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(250.2, 207, 121.4);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #F5F7F9;
}
.link-light:hover, .link-light:focus {
  color: rgb(247, 248.6, 250.2);
}

.link-dark {
  color: #013f58;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(0.8, 50.4, 70.4);
}

.link-light-slate {
  color: #D9DDE6;
}
.link-light-slate:hover, .link-light-slate:focus {
  color: rgb(224.6, 227.8, 235);
}

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

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

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

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

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

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

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

.sticky-lg-top p {
  margin-bottom: 0;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 2;
}
.sticky-top h2, .sticky-top .h2 {
  word-wrap: break-word;
  font-size: 3.4375rem;
  font-weight: 400;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .sticky-sm-top h2, .sticky-sm-top .h2 {
    word-wrap: break-word;
    font-size: 3.4375rem;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .sticky-md-top h2, .sticky-md-top .h2 {
    word-wrap: break-word;
    font-size: 3.4375rem;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .sticky-lg-top h2, .sticky-lg-top .h2 {
    word-wrap: break-word;
    font-size: 3.4375rem;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .sticky-xl-top h2, .sticky-xl-top .h2 {
    word-wrap: break-word;
    font-size: 3.4375rem;
    font-weight: 400;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .sticky-xxl-top h2, .sticky-xxl-top .h2 {
    word-wrap: break-word;
    font-size: 3.4375rem;
    font-weight: 400;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15) !important;
}

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

.shadow-lg {
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12) !important;
}

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

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

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

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

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

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

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

.top-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 {
  transform: translate(-50%, -50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #013f58 !important;
}

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

.border-gray {
  border-color: #6c757d !important;
}

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

.border-info {
  border-color: #8ED3D5 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.w-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 {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-60 {
  gap: 3.75rem !important;
}

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

.gap-75 {
  gap: 4.68rem !important;
}

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

.gap-100 {
  gap: 6.25rem !important;
}

.gap-112 {
  gap: 7rem !important;
}

.gap-150 {
  gap: 9.375rem !important;
}

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

.gap-180 {
  gap: 11.25rem !important;
}

.gap-200 {
  gap: 12.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-60 {
  margin: 3.75rem !important;
}

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

.m-75 {
  margin: 4.68rem !important;
}

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

.m-100 {
  margin: 6.25rem !important;
}

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

.m-150 {
  margin: 9.375rem !important;
}

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

.m-180 {
  margin: 11.25rem !important;
}

.m-200 {
  margin: 12.5rem !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-8 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-75 {
  margin-right: 4.68rem !important;
  margin-left: 4.68rem !important;
}

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

.mx-100 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-112 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-150 {
  margin-right: 9.375rem !important;
  margin-left: 9.375rem !important;
}

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

.mx-180 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}

.mx-200 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !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-8 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-75 {
  margin-top: 4.68rem !important;
  margin-bottom: 4.68rem !important;
}

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

.my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-112 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-150 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

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

.my-180 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

.my-200 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !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-8 {
  margin-top: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-75 {
  margin-top: 4.68rem !important;
}

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

.mt-100 {
  margin-top: 6.25rem !important;
}

.mt-112 {
  margin-top: 7rem !important;
}

.mt-150 {
  margin-top: 9.375rem !important;
}

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

.mt-180 {
  margin-top: 11.25rem !important;
}

.mt-200 {
  margin-top: 12.5rem !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-8 {
  margin-right: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-75 {
  margin-right: 4.68rem !important;
}

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

.me-100 {
  margin-right: 6.25rem !important;
}

.me-112 {
  margin-right: 7rem !important;
}

.me-150 {
  margin-right: 9.375rem !important;
}

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

.me-180 {
  margin-right: 11.25rem !important;
}

.me-200 {
  margin-right: 12.5rem !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-8 {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-75 {
  margin-bottom: 4.68rem !important;
}

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

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.mb-112 {
  margin-bottom: 7rem !important;
}

.mb-150 {
  margin-bottom: 9.375rem !important;
}

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

.mb-180 {
  margin-bottom: 11.25rem !important;
}

.mb-200 {
  margin-bottom: 12.5rem !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-8 {
  margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-75 {
  margin-left: 4.68rem !important;
}

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

.ms-100 {
  margin-left: 6.25rem !important;
}

.ms-112 {
  margin-left: 7rem !important;
}

.ms-150 {
  margin-left: 9.375rem !important;
}

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

.ms-180 {
  margin-left: 11.25rem !important;
}

.ms-200 {
  margin-left: 12.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n75 {
  margin: -4.68rem !important;
}

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

.m-n100 {
  margin: -6.25rem !important;
}

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

.m-n150 {
  margin: -9.375rem !important;
}

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

.m-n180 {
  margin: -11.25rem !important;
}

.m-n200 {
  margin: -12.5rem !important;
}

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

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

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

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

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

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

.mx-n12 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

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

.mx-n20 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

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

.mx-n25 {
  margin-right: -1.56rem !important;
  margin-left: -1.56rem !important;
}

.mx-n28 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.mx-n30 {
  margin-right: -1.875rem !important;
  margin-left: -1.875rem !important;
}

.mx-n36 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

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

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

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

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

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

.mx-n75 {
  margin-right: -4.68rem !important;
  margin-left: -4.68rem !important;
}

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

.mx-n100 {
  margin-right: -6.25rem !important;
  margin-left: -6.25rem !important;
}

.mx-n112 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.mx-n150 {
  margin-right: -9.375rem !important;
  margin-left: -9.375rem !important;
}

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

.mx-n180 {
  margin-right: -11.25rem !important;
  margin-left: -11.25rem !important;
}

.mx-n200 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}

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

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

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

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

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

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

.my-n12 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

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

.my-n20 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

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

.my-n25 {
  margin-top: -1.56rem !important;
  margin-bottom: -1.56rem !important;
}

.my-n28 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n30 {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}

.my-n36 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

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

.my-n45 {
  margin-top: -2.813rem !important;
  margin-bottom: -2.813rem !important;
}

.my-n50 {
  margin-top: -3.125rem !important;
  margin-bottom: -3.125rem !important;
}

.my-n60 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.my-n65 {
  margin-top: -4.063rem !important;
  margin-bottom: -4.063rem !important;
}

.my-n75 {
  margin-top: -4.68rem !important;
  margin-bottom: -4.68rem !important;
}

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

.my-n100 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.my-n112 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.my-n150 {
  margin-top: -9.375rem !important;
  margin-bottom: -9.375rem !important;
}

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

.my-n180 {
  margin-top: -11.25rem !important;
  margin-bottom: -11.25rem !important;
}

.my-n200 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

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

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

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

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

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

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

.mt-n12 {
  margin-top: -0.75rem !important;
}

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

.mt-n20 {
  margin-top: -1.25rem !important;
}

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

.mt-n25 {
  margin-top: -1.56rem !important;
}

.mt-n28 {
  margin-top: -1.75rem !important;
}

.mt-n30 {
  margin-top: -1.875rem !important;
}

.mt-n36 {
  margin-top: -2.25rem !important;
}

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

.mt-n45 {
  margin-top: -2.813rem !important;
}

.mt-n50 {
  margin-top: -3.125rem !important;
}

.mt-n60 {
  margin-top: -3.75rem !important;
}

.mt-n65 {
  margin-top: -4.063rem !important;
}

.mt-n75 {
  margin-top: -4.68rem !important;
}

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

.mt-n100 {
  margin-top: -6.25rem !important;
}

.mt-n112 {
  margin-top: -7rem !important;
}

.mt-n150 {
  margin-top: -9.375rem !important;
}

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

.mt-n180 {
  margin-top: -11.25rem !important;
}

.mt-n200 {
  margin-top: -12.5rem !important;
}

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

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

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

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

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

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

.me-n12 {
  margin-right: -0.75rem !important;
}

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

.me-n20 {
  margin-right: -1.25rem !important;
}

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

.me-n25 {
  margin-right: -1.56rem !important;
}

.me-n28 {
  margin-right: -1.75rem !important;
}

.me-n30 {
  margin-right: -1.875rem !important;
}

.me-n36 {
  margin-right: -2.25rem !important;
}

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

.me-n45 {
  margin-right: -2.813rem !important;
}

.me-n50 {
  margin-right: -3.125rem !important;
}

.me-n60 {
  margin-right: -3.75rem !important;
}

.me-n65 {
  margin-right: -4.063rem !important;
}

.me-n75 {
  margin-right: -4.68rem !important;
}

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

.me-n100 {
  margin-right: -6.25rem !important;
}

.me-n112 {
  margin-right: -7rem !important;
}

.me-n150 {
  margin-right: -9.375rem !important;
}

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

.me-n180 {
  margin-right: -11.25rem !important;
}

.me-n200 {
  margin-right: -12.5rem !important;
}

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

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

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

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

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

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

.mb-n12 {
  margin-bottom: -0.75rem !important;
}

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

.mb-n20 {
  margin-bottom: -1.25rem !important;
}

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

.mb-n25 {
  margin-bottom: -1.56rem !important;
}

.mb-n28 {
  margin-bottom: -1.75rem !important;
}

.mb-n30 {
  margin-bottom: -1.875rem !important;
}

.mb-n36 {
  margin-bottom: -2.25rem !important;
}

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

.mb-n45 {
  margin-bottom: -2.813rem !important;
}

.mb-n50 {
  margin-bottom: -3.125rem !important;
}

.mb-n60 {
  margin-bottom: -3.75rem !important;
}

.mb-n65 {
  margin-bottom: -4.063rem !important;
}

.mb-n75 {
  margin-bottom: -4.68rem !important;
}

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

.mb-n100 {
  margin-bottom: -6.25rem !important;
}

.mb-n112 {
  margin-bottom: -7rem !important;
}

.mb-n150 {
  margin-bottom: -9.375rem !important;
}

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

.mb-n180 {
  margin-bottom: -11.25rem !important;
}

.mb-n200 {
  margin-bottom: -12.5rem !important;
}

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

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

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

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

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

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

.ms-n12 {
  margin-left: -0.75rem !important;
}

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

.ms-n20 {
  margin-left: -1.25rem !important;
}

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

.ms-n25 {
  margin-left: -1.56rem !important;
}

.ms-n28 {
  margin-left: -1.75rem !important;
}

.ms-n30 {
  margin-left: -1.875rem !important;
}

.ms-n36 {
  margin-left: -2.25rem !important;
}

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

.ms-n45 {
  margin-left: -2.813rem !important;
}

.ms-n50 {
  margin-left: -3.125rem !important;
}

.ms-n60 {
  margin-left: -3.75rem !important;
}

.ms-n65 {
  margin-left: -4.063rem !important;
}

.ms-n75 {
  margin-left: -4.68rem !important;
}

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

.ms-n100 {
  margin-left: -6.25rem !important;
}

.ms-n112 {
  margin-left: -7rem !important;
}

.ms-n150 {
  margin-left: -9.375rem !important;
}

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

.ms-n180 {
  margin-left: -11.25rem !important;
}

.ms-n200 {
  margin-left: -12.5rem !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;
}

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

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

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

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

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

.p-25 {
  padding: 1.56rem !important;
}

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

.p-30 {
  padding: 1.875rem !important;
}

.p-36 {
  padding: 2.25rem !important;
}

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

.p-45 {
  padding: 2.813rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.p-65 {
  padding: 4.063rem !important;
}

.p-75 {
  padding: 4.68rem !important;
}

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

.p-100 {
  padding: 6.25rem !important;
}

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

.p-150 {
  padding: 9.375rem !important;
}

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

.p-180 {
  padding: 11.25rem !important;
}

.p-200 {
  padding: 12.5rem !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;
}

.px-8 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-12 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-16 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-24 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-25 {
  padding-right: 1.56rem !important;
  padding-left: 1.56rem !important;
}

.px-28 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-30 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.px-36 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-45 {
  padding-right: 2.813rem !important;
  padding-left: 2.813rem !important;
}

.px-50 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-65 {
  padding-right: 4.063rem !important;
  padding-left: 4.063rem !important;
}

.px-75 {
  padding-right: 4.68rem !important;
  padding-left: 4.68rem !important;
}

.px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-112 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-150 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}

.px-160 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-180 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}

.px-200 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !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;
}

.py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-25 {
  padding-top: 1.56rem !important;
  padding-bottom: 1.56rem !important;
}

.py-28 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-36 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-45 {
  padding-top: 2.813rem !important;
  padding-bottom: 2.813rem !important;
}

.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-65 {
  padding-top: 4.063rem !important;
  padding-bottom: 4.063rem !important;
}

.py-75 {
  padding-top: 4.68rem !important;
  padding-bottom: 4.68rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-112 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.py-160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-180 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

.py-200 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !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;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pt-12 {
  padding-top: 0.75rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pt-25 {
  padding-top: 1.56rem !important;
}

.pt-28 {
  padding-top: 1.75rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-36 {
  padding-top: 2.25rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-45 {
  padding-top: 2.813rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-65 {
  padding-top: 4.063rem !important;
}

.pt-75 {
  padding-top: 4.68rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pt-112 {
  padding-top: 7rem !important;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

.pt-160 {
  padding-top: 10rem !important;
}

.pt-180 {
  padding-top: 11.25rem !important;
}

.pt-200 {
  padding-top: 12.5rem !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;
}

.pe-8 {
  padding-right: 0.5rem !important;
}

.pe-12 {
  padding-right: 0.75rem !important;
}

.pe-16 {
  padding-right: 1rem !important;
}

.pe-20 {
  padding-right: 1.25rem !important;
}

.pe-24 {
  padding-right: 1.5rem !important;
}

.pe-25 {
  padding-right: 1.56rem !important;
}

.pe-28 {
  padding-right: 1.75rem !important;
}

.pe-30 {
  padding-right: 1.875rem !important;
}

.pe-36 {
  padding-right: 2.25rem !important;
}

.pe-40 {
  padding-right: 2.5rem !important;
}

.pe-45 {
  padding-right: 2.813rem !important;
}

.pe-50 {
  padding-right: 3.125rem !important;
}

.pe-60 {
  padding-right: 3.75rem !important;
}

.pe-65 {
  padding-right: 4.063rem !important;
}

.pe-75 {
  padding-right: 4.68rem !important;
}

.pe-80 {
  padding-right: 5rem !important;
}

.pe-100 {
  padding-right: 6.25rem !important;
}

.pe-112 {
  padding-right: 7rem !important;
}

.pe-150 {
  padding-right: 9.375rem !important;
}

.pe-160 {
  padding-right: 10rem !important;
}

.pe-180 {
  padding-right: 11.25rem !important;
}

.pe-200 {
  padding-right: 12.5rem !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;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pb-12 {
  padding-bottom: 0.75rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pb-25 {
  padding-bottom: 1.56rem !important;
}

.pb-28 {
  padding-bottom: 1.75rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-36 {
  padding-bottom: 2.25rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-45 {
  padding-bottom: 2.813rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-65 {
  padding-bottom: 4.063rem !important;
}

.pb-75 {
  padding-bottom: 4.68rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-112 {
  padding-bottom: 7rem !important;
}

.pb-150 {
  padding-bottom: 9.375rem !important;
}

.pb-160 {
  padding-bottom: 10rem !important;
}

.pb-180 {
  padding-bottom: 11.25rem !important;
}

.pb-200 {
  padding-bottom: 12.5rem !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;
}

.ps-8 {
  padding-left: 0.5rem !important;
}

.ps-12 {
  padding-left: 0.75rem !important;
}

.ps-16 {
  padding-left: 1rem !important;
}

.ps-20 {
  padding-left: 1.25rem !important;
}

.ps-24 {
  padding-left: 1.5rem !important;
}

.ps-25 {
  padding-left: 1.56rem !important;
}

.ps-28 {
  padding-left: 1.75rem !important;
}

.ps-30 {
  padding-left: 1.875rem !important;
}

.ps-36 {
  padding-left: 2.25rem !important;
}

.ps-40 {
  padding-left: 2.5rem !important;
}

.ps-45 {
  padding-left: 2.813rem !important;
}

.ps-50 {
  padding-left: 3.125rem !important;
}

.ps-60 {
  padding-left: 3.75rem !important;
}

.ps-65 {
  padding-left: 4.063rem !important;
}

.ps-75 {
  padding-left: 4.68rem !important;
}

.ps-80 {
  padding-left: 5rem !important;
}

.ps-100 {
  padding-left: 6.25rem !important;
}

.ps-112 {
  padding-left: 7rem !important;
}

.ps-150 {
  padding-left: 9.375rem !important;
}

.ps-160 {
  padding-left: 10rem !important;
}

.ps-180 {
  padding-left: 11.25rem !important;
}

.ps-200 {
  padding-left: 12.5rem !important;
}

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

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

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

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

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

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

.fs-6 {
  font-size: calc(1.26875rem + 0.225vw) !important;
}

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

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

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

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

.fw-normal {
  font-weight: 300 !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-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-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-light-slate {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-slate-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: #808FA8 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

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

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

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

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

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

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

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-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-light-slate {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-slate-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-opacity-10 {
  --bs-bg-opacity: 0.1;
}

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

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

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

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

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

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

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

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

.pe-none {
  pointer-events: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-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;
  }
  .gap-sm-8 {
    gap: 0.5rem !important;
  }
  .gap-sm-12 {
    gap: 0.75rem !important;
  }
  .gap-sm-16 {
    gap: 1rem !important;
  }
  .gap-sm-20 {
    gap: 1.25rem !important;
  }
  .gap-sm-24 {
    gap: 1.5rem !important;
  }
  .gap-sm-25 {
    gap: 1.56rem !important;
  }
  .gap-sm-28 {
    gap: 1.75rem !important;
  }
  .gap-sm-30 {
    gap: 1.875rem !important;
  }
  .gap-sm-36 {
    gap: 2.25rem !important;
  }
  .gap-sm-40 {
    gap: 2.5rem !important;
  }
  .gap-sm-45 {
    gap: 2.813rem !important;
  }
  .gap-sm-50 {
    gap: 3.125rem !important;
  }
  .gap-sm-60 {
    gap: 3.75rem !important;
  }
  .gap-sm-65 {
    gap: 4.063rem !important;
  }
  .gap-sm-75 {
    gap: 4.68rem !important;
  }
  .gap-sm-80 {
    gap: 5rem !important;
  }
  .gap-sm-100 {
    gap: 6.25rem !important;
  }
  .gap-sm-112 {
    gap: 7rem !important;
  }
  .gap-sm-150 {
    gap: 9.375rem !important;
  }
  .gap-sm-160 {
    gap: 10rem !important;
  }
  .gap-sm-180 {
    gap: 11.25rem !important;
  }
  .gap-sm-200 {
    gap: 12.5rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-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-8 {
    margin: 0.5rem !important;
  }
  .m-sm-12 {
    margin: 0.75rem !important;
  }
  .m-sm-16 {
    margin: 1rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .m-sm-24 {
    margin: 1.5rem !important;
  }
  .m-sm-25 {
    margin: 1.56rem !important;
  }
  .m-sm-28 {
    margin: 1.75rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .m-sm-36 {
    margin: 2.25rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-45 {
    margin: 2.813rem !important;
  }
  .m-sm-50 {
    margin: 3.125rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .m-sm-65 {
    margin: 4.063rem !important;
  }
  .m-sm-75 {
    margin: 4.68rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .m-sm-112 {
    margin: 7rem !important;
  }
  .m-sm-150 {
    margin: 9.375rem !important;
  }
  .m-sm-160 {
    margin: 10rem !important;
  }
  .m-sm-180 {
    margin: 11.25rem !important;
  }
  .m-sm-200 {
    margin: 12.5rem !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-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-25 {
    margin-right: 1.56rem !important;
    margin-left: 1.56rem !important;
  }
  .mx-sm-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-45 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-65 {
    margin-right: 4.063rem !important;
    margin-left: 4.063rem !important;
  }
  .mx-sm-75 {
    margin-right: 4.68rem !important;
    margin-left: 4.68rem !important;
  }
  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-sm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-sm-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !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-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-25 {
    margin-top: 1.56rem !important;
    margin-bottom: 1.56rem !important;
  }
  .my-sm-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-45 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-65 {
    margin-top: 4.063rem !important;
    margin-bottom: 4.063rem !important;
  }
  .my-sm-75 {
    margin-top: 4.68rem !important;
    margin-bottom: 4.68rem !important;
  }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-sm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-sm-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !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-8 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-16 {
    margin-top: 1rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-24 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-25 {
    margin-top: 1.56rem !important;
  }
  .mt-sm-28 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-36 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-45 {
    margin-top: 2.813rem !important;
  }
  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-65 {
    margin-top: 4.063rem !important;
  }
  .mt-sm-75 {
    margin-top: 4.68rem !important;
  }
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-112 {
    margin-top: 7rem !important;
  }
  .mt-sm-150 {
    margin-top: 9.375rem !important;
  }
  .mt-sm-160 {
    margin-top: 10rem !important;
  }
  .mt-sm-180 {
    margin-top: 11.25rem !important;
  }
  .mt-sm-200 {
    margin-top: 12.5rem !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-8 {
    margin-right: 0.5rem !important;
  }
  .me-sm-12 {
    margin-right: 0.75rem !important;
  }
  .me-sm-16 {
    margin-right: 1rem !important;
  }
  .me-sm-20 {
    margin-right: 1.25rem !important;
  }
  .me-sm-24 {
    margin-right: 1.5rem !important;
  }
  .me-sm-25 {
    margin-right: 1.56rem !important;
  }
  .me-sm-28 {
    margin-right: 1.75rem !important;
  }
  .me-sm-30 {
    margin-right: 1.875rem !important;
  }
  .me-sm-36 {
    margin-right: 2.25rem !important;
  }
  .me-sm-40 {
    margin-right: 2.5rem !important;
  }
  .me-sm-45 {
    margin-right: 2.813rem !important;
  }
  .me-sm-50 {
    margin-right: 3.125rem !important;
  }
  .me-sm-60 {
    margin-right: 3.75rem !important;
  }
  .me-sm-65 {
    margin-right: 4.063rem !important;
  }
  .me-sm-75 {
    margin-right: 4.68rem !important;
  }
  .me-sm-80 {
    margin-right: 5rem !important;
  }
  .me-sm-100 {
    margin-right: 6.25rem !important;
  }
  .me-sm-112 {
    margin-right: 7rem !important;
  }
  .me-sm-150 {
    margin-right: 9.375rem !important;
  }
  .me-sm-160 {
    margin-right: 10rem !important;
  }
  .me-sm-180 {
    margin-right: 11.25rem !important;
  }
  .me-sm-200 {
    margin-right: 12.5rem !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-8 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 1.56rem !important;
  }
  .mb-sm-28 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-36 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 2.813rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-65 {
    margin-bottom: 4.063rem !important;
  }
  .mb-sm-75 {
    margin-bottom: 4.68rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-112 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 12.5rem !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-8 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-12 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-16 {
    margin-left: 1rem !important;
  }
  .ms-sm-20 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-24 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-25 {
    margin-left: 1.56rem !important;
  }
  .ms-sm-28 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-30 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-36 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-40 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-45 {
    margin-left: 2.813rem !important;
  }
  .ms-sm-50 {
    margin-left: 3.125rem !important;
  }
  .ms-sm-60 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-65 {
    margin-left: 4.063rem !important;
  }
  .ms-sm-75 {
    margin-left: 4.68rem !important;
  }
  .ms-sm-80 {
    margin-left: 5rem !important;
  }
  .ms-sm-100 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-112 {
    margin-left: 7rem !important;
  }
  .ms-sm-150 {
    margin-left: 9.375rem !important;
  }
  .ms-sm-160 {
    margin-left: 10rem !important;
  }
  .ms-sm-180 {
    margin-left: 11.25rem !important;
  }
  .ms-sm-200 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n8 {
    margin: -0.5rem !important;
  }
  .m-sm-n12 {
    margin: -0.75rem !important;
  }
  .m-sm-n16 {
    margin: -1rem !important;
  }
  .m-sm-n20 {
    margin: -1.25rem !important;
  }
  .m-sm-n24 {
    margin: -1.5rem !important;
  }
  .m-sm-n25 {
    margin: -1.56rem !important;
  }
  .m-sm-n28 {
    margin: -1.75rem !important;
  }
  .m-sm-n30 {
    margin: -1.875rem !important;
  }
  .m-sm-n36 {
    margin: -2.25rem !important;
  }
  .m-sm-n40 {
    margin: -2.5rem !important;
  }
  .m-sm-n45 {
    margin: -2.813rem !important;
  }
  .m-sm-n50 {
    margin: -3.125rem !important;
  }
  .m-sm-n60 {
    margin: -3.75rem !important;
  }
  .m-sm-n65 {
    margin: -4.063rem !important;
  }
  .m-sm-n75 {
    margin: -4.68rem !important;
  }
  .m-sm-n80 {
    margin: -5rem !important;
  }
  .m-sm-n100 {
    margin: -6.25rem !important;
  }
  .m-sm-n112 {
    margin: -7rem !important;
  }
  .m-sm-n150 {
    margin: -9.375rem !important;
  }
  .m-sm-n160 {
    margin: -10rem !important;
  }
  .m-sm-n180 {
    margin: -11.25rem !important;
  }
  .m-sm-n200 {
    margin: -12.5rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n12 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n16 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n25 {
    margin-right: -1.56rem !important;
    margin-left: -1.56rem !important;
  }
  .mx-sm-n28 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-sm-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-sm-n36 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-sm-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n45 {
    margin-right: -2.813rem !important;
    margin-left: -2.813rem !important;
  }
  .mx-sm-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-sm-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-sm-n65 {
    margin-right: -4.063rem !important;
    margin-left: -4.063rem !important;
  }
  .mx-sm-n75 {
    margin-right: -4.68rem !important;
    margin-left: -4.68rem !important;
  }
  .mx-sm-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-sm-n112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-sm-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-sm-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n12 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n16 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n25 {
    margin-top: -1.56rem !important;
    margin-bottom: -1.56rem !important;
  }
  .my-sm-n28 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-sm-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-sm-n36 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-sm-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n45 {
    margin-top: -2.813rem !important;
    margin-bottom: -2.813rem !important;
  }
  .my-sm-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-sm-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-sm-n65 {
    margin-top: -4.063rem !important;
    margin-bottom: -4.063rem !important;
  }
  .my-sm-n75 {
    margin-top: -4.68rem !important;
    margin-bottom: -4.68rem !important;
  }
  .my-sm-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-sm-n112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-sm-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-sm-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n8 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n12 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n16 {
    margin-top: -1rem !important;
  }
  .mt-sm-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n24 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n25 {
    margin-top: -1.56rem !important;
  }
  .mt-sm-n28 {
    margin-top: -1.75rem !important;
  }
  .mt-sm-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-sm-n36 {
    margin-top: -2.25rem !important;
  }
  .mt-sm-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n45 {
    margin-top: -2.813rem !important;
  }
  .mt-sm-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-sm-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-sm-n65 {
    margin-top: -4.063rem !important;
  }
  .mt-sm-n75 {
    margin-top: -4.68rem !important;
  }
  .mt-sm-n80 {
    margin-top: -5rem !important;
  }
  .mt-sm-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-sm-n112 {
    margin-top: -7rem !important;
  }
  .mt-sm-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-sm-n160 {
    margin-top: -10rem !important;
  }
  .mt-sm-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-sm-n200 {
    margin-top: -12.5rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n8 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n12 {
    margin-right: -0.75rem !important;
  }
  .me-sm-n16 {
    margin-right: -1rem !important;
  }
  .me-sm-n20 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n24 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n25 {
    margin-right: -1.56rem !important;
  }
  .me-sm-n28 {
    margin-right: -1.75rem !important;
  }
  .me-sm-n30 {
    margin-right: -1.875rem !important;
  }
  .me-sm-n36 {
    margin-right: -2.25rem !important;
  }
  .me-sm-n40 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n45 {
    margin-right: -2.813rem !important;
  }
  .me-sm-n50 {
    margin-right: -3.125rem !important;
  }
  .me-sm-n60 {
    margin-right: -3.75rem !important;
  }
  .me-sm-n65 {
    margin-right: -4.063rem !important;
  }
  .me-sm-n75 {
    margin-right: -4.68rem !important;
  }
  .me-sm-n80 {
    margin-right: -5rem !important;
  }
  .me-sm-n100 {
    margin-right: -6.25rem !important;
  }
  .me-sm-n112 {
    margin-right: -7rem !important;
  }
  .me-sm-n150 {
    margin-right: -9.375rem !important;
  }
  .me-sm-n160 {
    margin-right: -10rem !important;
  }
  .me-sm-n180 {
    margin-right: -11.25rem !important;
  }
  .me-sm-n200 {
    margin-right: -12.5rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n24 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n25 {
    margin-bottom: -1.56rem !important;
  }
  .mb-sm-n28 {
    margin-bottom: -1.75rem !important;
  }
  .mb-sm-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-sm-n36 {
    margin-bottom: -2.25rem !important;
  }
  .mb-sm-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n45 {
    margin-bottom: -2.813rem !important;
  }
  .mb-sm-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-sm-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-sm-n65 {
    margin-bottom: -4.063rem !important;
  }
  .mb-sm-n75 {
    margin-bottom: -4.68rem !important;
  }
  .mb-sm-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-sm-n112 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-sm-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-sm-n200 {
    margin-bottom: -12.5rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n8 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n12 {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n16 {
    margin-left: -1rem !important;
  }
  .ms-sm-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n24 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n25 {
    margin-left: -1.56rem !important;
  }
  .ms-sm-n28 {
    margin-left: -1.75rem !important;
  }
  .ms-sm-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-sm-n36 {
    margin-left: -2.25rem !important;
  }
  .ms-sm-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n45 {
    margin-left: -2.813rem !important;
  }
  .ms-sm-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-sm-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-sm-n65 {
    margin-left: -4.063rem !important;
  }
  .ms-sm-n75 {
    margin-left: -4.68rem !important;
  }
  .ms-sm-n80 {
    margin-left: -5rem !important;
  }
  .ms-sm-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-sm-n112 {
    margin-left: -7rem !important;
  }
  .ms-sm-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-sm-n160 {
    margin-left: -10rem !important;
  }
  .ms-sm-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-sm-n200 {
    margin-left: -12.5rem !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;
  }
  .p-sm-8 {
    padding: 0.5rem !important;
  }
  .p-sm-12 {
    padding: 0.75rem !important;
  }
  .p-sm-16 {
    padding: 1rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .p-sm-24 {
    padding: 1.5rem !important;
  }
  .p-sm-25 {
    padding: 1.56rem !important;
  }
  .p-sm-28 {
    padding: 1.75rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .p-sm-36 {
    padding: 2.25rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .p-sm-45 {
    padding: 2.813rem !important;
  }
  .p-sm-50 {
    padding: 3.125rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .p-sm-65 {
    padding: 4.063rem !important;
  }
  .p-sm-75 {
    padding: 4.68rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .p-sm-112 {
    padding: 7rem !important;
  }
  .p-sm-150 {
    padding: 9.375rem !important;
  }
  .p-sm-160 {
    padding: 10rem !important;
  }
  .p-sm-180 {
    padding: 11.25rem !important;
  }
  .p-sm-200 {
    padding: 12.5rem !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;
  }
  .px-sm-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-25 {
    padding-right: 1.56rem !important;
    padding-left: 1.56rem !important;
  }
  .px-sm-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-45 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-sm-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-65 {
    padding-right: 4.063rem !important;
    padding-left: 4.063rem !important;
  }
  .px-sm-75 {
    padding-right: 4.68rem !important;
    padding-left: 4.68rem !important;
  }
  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-sm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-sm-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !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;
  }
  .py-sm-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-25 {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }
  .py-sm-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-45 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-65 {
    padding-top: 4.063rem !important;
    padding-bottom: 4.063rem !important;
  }
  .py-sm-75 {
    padding-top: 4.68rem !important;
    padding-bottom: 4.68rem !important;
  }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-sm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-sm-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !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;
  }
  .pt-sm-8 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-16 {
    padding-top: 1rem !important;
  }
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-24 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-25 {
    padding-top: 1.56rem !important;
  }
  .pt-sm-28 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-36 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-45 {
    padding-top: 2.813rem !important;
  }
  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-65 {
    padding-top: 4.063rem !important;
  }
  .pt-sm-75 {
    padding-top: 4.68rem !important;
  }
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-112 {
    padding-top: 7rem !important;
  }
  .pt-sm-150 {
    padding-top: 9.375rem !important;
  }
  .pt-sm-160 {
    padding-top: 10rem !important;
  }
  .pt-sm-180 {
    padding-top: 11.25rem !important;
  }
  .pt-sm-200 {
    padding-top: 12.5rem !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;
  }
  .pe-sm-8 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-12 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-16 {
    padding-right: 1rem !important;
  }
  .pe-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-24 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-25 {
    padding-right: 1.56rem !important;
  }
  .pe-sm-28 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-36 {
    padding-right: 2.25rem !important;
  }
  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-45 {
    padding-right: 2.813rem !important;
  }
  .pe-sm-50 {
    padding-right: 3.125rem !important;
  }
  .pe-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-65 {
    padding-right: 4.063rem !important;
  }
  .pe-sm-75 {
    padding-right: 4.68rem !important;
  }
  .pe-sm-80 {
    padding-right: 5rem !important;
  }
  .pe-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-112 {
    padding-right: 7rem !important;
  }
  .pe-sm-150 {
    padding-right: 9.375rem !important;
  }
  .pe-sm-160 {
    padding-right: 10rem !important;
  }
  .pe-sm-180 {
    padding-right: 11.25rem !important;
  }
  .pe-sm-200 {
    padding-right: 12.5rem !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;
  }
  .pb-sm-8 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 1.56rem !important;
  }
  .pb-sm-28 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-36 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 2.813rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-65 {
    padding-bottom: 4.063rem !important;
  }
  .pb-sm-75 {
    padding-bottom: 4.68rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-112 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 12.5rem !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;
  }
  .ps-sm-8 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-12 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-16 {
    padding-left: 1rem !important;
  }
  .ps-sm-20 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-24 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-25 {
    padding-left: 1.56rem !important;
  }
  .ps-sm-28 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-30 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-36 {
    padding-left: 2.25rem !important;
  }
  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-45 {
    padding-left: 2.813rem !important;
  }
  .ps-sm-50 {
    padding-left: 3.125rem !important;
  }
  .ps-sm-60 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-65 {
    padding-left: 4.063rem !important;
  }
  .ps-sm-75 {
    padding-left: 4.68rem !important;
  }
  .ps-sm-80 {
    padding-left: 5rem !important;
  }
  .ps-sm-100 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-112 {
    padding-left: 7rem !important;
  }
  .ps-sm-150 {
    padding-left: 9.375rem !important;
  }
  .ps-sm-160 {
    padding-left: 10rem !important;
  }
  .ps-sm-180 {
    padding-left: 11.25rem !important;
  }
  .ps-sm-200 {
    padding-left: 12.5rem !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;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-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;
  }
  .gap-md-8 {
    gap: 0.5rem !important;
  }
  .gap-md-12 {
    gap: 0.75rem !important;
  }
  .gap-md-16 {
    gap: 1rem !important;
  }
  .gap-md-20 {
    gap: 1.25rem !important;
  }
  .gap-md-24 {
    gap: 1.5rem !important;
  }
  .gap-md-25 {
    gap: 1.56rem !important;
  }
  .gap-md-28 {
    gap: 1.75rem !important;
  }
  .gap-md-30 {
    gap: 1.875rem !important;
  }
  .gap-md-36 {
    gap: 2.25rem !important;
  }
  .gap-md-40 {
    gap: 2.5rem !important;
  }
  .gap-md-45 {
    gap: 2.813rem !important;
  }
  .gap-md-50 {
    gap: 3.125rem !important;
  }
  .gap-md-60 {
    gap: 3.75rem !important;
  }
  .gap-md-65 {
    gap: 4.063rem !important;
  }
  .gap-md-75 {
    gap: 4.68rem !important;
  }
  .gap-md-80 {
    gap: 5rem !important;
  }
  .gap-md-100 {
    gap: 6.25rem !important;
  }
  .gap-md-112 {
    gap: 7rem !important;
  }
  .gap-md-150 {
    gap: 9.375rem !important;
  }
  .gap-md-160 {
    gap: 10rem !important;
  }
  .gap-md-180 {
    gap: 11.25rem !important;
  }
  .gap-md-200 {
    gap: 12.5rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-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-8 {
    margin: 0.5rem !important;
  }
  .m-md-12 {
    margin: 0.75rem !important;
  }
  .m-md-16 {
    margin: 1rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .m-md-24 {
    margin: 1.5rem !important;
  }
  .m-md-25 {
    margin: 1.56rem !important;
  }
  .m-md-28 {
    margin: 1.75rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .m-md-36 {
    margin: 2.25rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-45 {
    margin: 2.813rem !important;
  }
  .m-md-50 {
    margin: 3.125rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .m-md-65 {
    margin: 4.063rem !important;
  }
  .m-md-75 {
    margin: 4.68rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .m-md-112 {
    margin: 7rem !important;
  }
  .m-md-150 {
    margin: 9.375rem !important;
  }
  .m-md-160 {
    margin: 10rem !important;
  }
  .m-md-180 {
    margin: 11.25rem !important;
  }
  .m-md-200 {
    margin: 12.5rem !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-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-25 {
    margin-right: 1.56rem !important;
    margin-left: 1.56rem !important;
  }
  .mx-md-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-45 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-65 {
    margin-right: 4.063rem !important;
    margin-left: 4.063rem !important;
  }
  .mx-md-75 {
    margin-right: 4.68rem !important;
    margin-left: 4.68rem !important;
  }
  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-md-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-md-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !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-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-25 {
    margin-top: 1.56rem !important;
    margin-bottom: 1.56rem !important;
  }
  .my-md-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-45 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-65 {
    margin-top: 4.063rem !important;
    margin-bottom: 4.063rem !important;
  }
  .my-md-75 {
    margin-top: 4.68rem !important;
    margin-bottom: 4.68rem !important;
  }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-md-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-md-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !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-8 {
    margin-top: 0.5rem !important;
  }
  .mt-md-12 {
    margin-top: 0.75rem !important;
  }
  .mt-md-16 {
    margin-top: 1rem !important;
  }
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mt-md-24 {
    margin-top: 1.5rem !important;
  }
  .mt-md-25 {
    margin-top: 1.56rem !important;
  }
  .mt-md-28 {
    margin-top: 1.75rem !important;
  }
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .mt-md-36 {
    margin-top: 2.25rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mt-md-45 {
    margin-top: 2.813rem !important;
  }
  .mt-md-50 {
    margin-top: 3.125rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mt-md-65 {
    margin-top: 4.063rem !important;
  }
  .mt-md-75 {
    margin-top: 4.68rem !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
  .mt-md-112 {
    margin-top: 7rem !important;
  }
  .mt-md-150 {
    margin-top: 9.375rem !important;
  }
  .mt-md-160 {
    margin-top: 10rem !important;
  }
  .mt-md-180 {
    margin-top: 11.25rem !important;
  }
  .mt-md-200 {
    margin-top: 12.5rem !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-8 {
    margin-right: 0.5rem !important;
  }
  .me-md-12 {
    margin-right: 0.75rem !important;
  }
  .me-md-16 {
    margin-right: 1rem !important;
  }
  .me-md-20 {
    margin-right: 1.25rem !important;
  }
  .me-md-24 {
    margin-right: 1.5rem !important;
  }
  .me-md-25 {
    margin-right: 1.56rem !important;
  }
  .me-md-28 {
    margin-right: 1.75rem !important;
  }
  .me-md-30 {
    margin-right: 1.875rem !important;
  }
  .me-md-36 {
    margin-right: 2.25rem !important;
  }
  .me-md-40 {
    margin-right: 2.5rem !important;
  }
  .me-md-45 {
    margin-right: 2.813rem !important;
  }
  .me-md-50 {
    margin-right: 3.125rem !important;
  }
  .me-md-60 {
    margin-right: 3.75rem !important;
  }
  .me-md-65 {
    margin-right: 4.063rem !important;
  }
  .me-md-75 {
    margin-right: 4.68rem !important;
  }
  .me-md-80 {
    margin-right: 5rem !important;
  }
  .me-md-100 {
    margin-right: 6.25rem !important;
  }
  .me-md-112 {
    margin-right: 7rem !important;
  }
  .me-md-150 {
    margin-right: 9.375rem !important;
  }
  .me-md-160 {
    margin-right: 10rem !important;
  }
  .me-md-180 {
    margin-right: 11.25rem !important;
  }
  .me-md-200 {
    margin-right: 12.5rem !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-8 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-16 {
    margin-bottom: 1rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-25 {
    margin-bottom: 1.56rem !important;
  }
  .mb-md-28 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-36 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-45 {
    margin-bottom: 2.813rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-65 {
    margin-bottom: 4.063rem !important;
  }
  .mb-md-75 {
    margin-bottom: 4.68rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-112 {
    margin-bottom: 7rem !important;
  }
  .mb-md-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-md-160 {
    margin-bottom: 10rem !important;
  }
  .mb-md-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-md-200 {
    margin-bottom: 12.5rem !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-8 {
    margin-left: 0.5rem !important;
  }
  .ms-md-12 {
    margin-left: 0.75rem !important;
  }
  .ms-md-16 {
    margin-left: 1rem !important;
  }
  .ms-md-20 {
    margin-left: 1.25rem !important;
  }
  .ms-md-24 {
    margin-left: 1.5rem !important;
  }
  .ms-md-25 {
    margin-left: 1.56rem !important;
  }
  .ms-md-28 {
    margin-left: 1.75rem !important;
  }
  .ms-md-30 {
    margin-left: 1.875rem !important;
  }
  .ms-md-36 {
    margin-left: 2.25rem !important;
  }
  .ms-md-40 {
    margin-left: 2.5rem !important;
  }
  .ms-md-45 {
    margin-left: 2.813rem !important;
  }
  .ms-md-50 {
    margin-left: 3.125rem !important;
  }
  .ms-md-60 {
    margin-left: 3.75rem !important;
  }
  .ms-md-65 {
    margin-left: 4.063rem !important;
  }
  .ms-md-75 {
    margin-left: 4.68rem !important;
  }
  .ms-md-80 {
    margin-left: 5rem !important;
  }
  .ms-md-100 {
    margin-left: 6.25rem !important;
  }
  .ms-md-112 {
    margin-left: 7rem !important;
  }
  .ms-md-150 {
    margin-left: 9.375rem !important;
  }
  .ms-md-160 {
    margin-left: 10rem !important;
  }
  .ms-md-180 {
    margin-left: 11.25rem !important;
  }
  .ms-md-200 {
    margin-left: 12.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n8 {
    margin: -0.5rem !important;
  }
  .m-md-n12 {
    margin: -0.75rem !important;
  }
  .m-md-n16 {
    margin: -1rem !important;
  }
  .m-md-n20 {
    margin: -1.25rem !important;
  }
  .m-md-n24 {
    margin: -1.5rem !important;
  }
  .m-md-n25 {
    margin: -1.56rem !important;
  }
  .m-md-n28 {
    margin: -1.75rem !important;
  }
  .m-md-n30 {
    margin: -1.875rem !important;
  }
  .m-md-n36 {
    margin: -2.25rem !important;
  }
  .m-md-n40 {
    margin: -2.5rem !important;
  }
  .m-md-n45 {
    margin: -2.813rem !important;
  }
  .m-md-n50 {
    margin: -3.125rem !important;
  }
  .m-md-n60 {
    margin: -3.75rem !important;
  }
  .m-md-n65 {
    margin: -4.063rem !important;
  }
  .m-md-n75 {
    margin: -4.68rem !important;
  }
  .m-md-n80 {
    margin: -5rem !important;
  }
  .m-md-n100 {
    margin: -6.25rem !important;
  }
  .m-md-n112 {
    margin: -7rem !important;
  }
  .m-md-n150 {
    margin: -9.375rem !important;
  }
  .m-md-n160 {
    margin: -10rem !important;
  }
  .m-md-n180 {
    margin: -11.25rem !important;
  }
  .m-md-n200 {
    margin: -12.5rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n12 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n16 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n25 {
    margin-right: -1.56rem !important;
    margin-left: -1.56rem !important;
  }
  .mx-md-n28 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-md-n36 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n45 {
    margin-right: -2.813rem !important;
    margin-left: -2.813rem !important;
  }
  .mx-md-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-md-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-md-n65 {
    margin-right: -4.063rem !important;
    margin-left: -4.063rem !important;
  }
  .mx-md-n75 {
    margin-right: -4.68rem !important;
    margin-left: -4.68rem !important;
  }
  .mx-md-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-md-n112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-md-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-md-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n12 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n16 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n25 {
    margin-top: -1.56rem !important;
    margin-bottom: -1.56rem !important;
  }
  .my-md-n28 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-md-n36 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n45 {
    margin-top: -2.813rem !important;
    margin-bottom: -2.813rem !important;
  }
  .my-md-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-md-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-md-n65 {
    margin-top: -4.063rem !important;
    margin-bottom: -4.063rem !important;
  }
  .my-md-n75 {
    margin-top: -4.68rem !important;
    margin-bottom: -4.68rem !important;
  }
  .my-md-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-md-n112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-md-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-md-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n8 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n12 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n16 {
    margin-top: -1rem !important;
  }
  .mt-md-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n24 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n25 {
    margin-top: -1.56rem !important;
  }
  .mt-md-n28 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-md-n36 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n45 {
    margin-top: -2.813rem !important;
  }
  .mt-md-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-md-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-md-n65 {
    margin-top: -4.063rem !important;
  }
  .mt-md-n75 {
    margin-top: -4.68rem !important;
  }
  .mt-md-n80 {
    margin-top: -5rem !important;
  }
  .mt-md-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-md-n112 {
    margin-top: -7rem !important;
  }
  .mt-md-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-md-n160 {
    margin-top: -10rem !important;
  }
  .mt-md-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-md-n200 {
    margin-top: -12.5rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n8 {
    margin-right: -0.5rem !important;
  }
  .me-md-n12 {
    margin-right: -0.75rem !important;
  }
  .me-md-n16 {
    margin-right: -1rem !important;
  }
  .me-md-n20 {
    margin-right: -1.25rem !important;
  }
  .me-md-n24 {
    margin-right: -1.5rem !important;
  }
  .me-md-n25 {
    margin-right: -1.56rem !important;
  }
  .me-md-n28 {
    margin-right: -1.75rem !important;
  }
  .me-md-n30 {
    margin-right: -1.875rem !important;
  }
  .me-md-n36 {
    margin-right: -2.25rem !important;
  }
  .me-md-n40 {
    margin-right: -2.5rem !important;
  }
  .me-md-n45 {
    margin-right: -2.813rem !important;
  }
  .me-md-n50 {
    margin-right: -3.125rem !important;
  }
  .me-md-n60 {
    margin-right: -3.75rem !important;
  }
  .me-md-n65 {
    margin-right: -4.063rem !important;
  }
  .me-md-n75 {
    margin-right: -4.68rem !important;
  }
  .me-md-n80 {
    margin-right: -5rem !important;
  }
  .me-md-n100 {
    margin-right: -6.25rem !important;
  }
  .me-md-n112 {
    margin-right: -7rem !important;
  }
  .me-md-n150 {
    margin-right: -9.375rem !important;
  }
  .me-md-n160 {
    margin-right: -10rem !important;
  }
  .me-md-n180 {
    margin-right: -11.25rem !important;
  }
  .me-md-n200 {
    margin-right: -12.5rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n24 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n25 {
    margin-bottom: -1.56rem !important;
  }
  .mb-md-n28 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-md-n36 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n45 {
    margin-bottom: -2.813rem !important;
  }
  .mb-md-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-md-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-md-n65 {
    margin-bottom: -4.063rem !important;
  }
  .mb-md-n75 {
    margin-bottom: -4.68rem !important;
  }
  .mb-md-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-md-n112 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-md-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-md-n200 {
    margin-bottom: -12.5rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n8 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n12 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n16 {
    margin-left: -1rem !important;
  }
  .ms-md-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n24 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n25 {
    margin-left: -1.56rem !important;
  }
  .ms-md-n28 {
    margin-left: -1.75rem !important;
  }
  .ms-md-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-md-n36 {
    margin-left: -2.25rem !important;
  }
  .ms-md-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n45 {
    margin-left: -2.813rem !important;
  }
  .ms-md-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-md-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-md-n65 {
    margin-left: -4.063rem !important;
  }
  .ms-md-n75 {
    margin-left: -4.68rem !important;
  }
  .ms-md-n80 {
    margin-left: -5rem !important;
  }
  .ms-md-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-md-n112 {
    margin-left: -7rem !important;
  }
  .ms-md-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-md-n160 {
    margin-left: -10rem !important;
  }
  .ms-md-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-md-n200 {
    margin-left: -12.5rem !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;
  }
  .p-md-8 {
    padding: 0.5rem !important;
  }
  .p-md-12 {
    padding: 0.75rem !important;
  }
  .p-md-16 {
    padding: 1rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .p-md-24 {
    padding: 1.5rem !important;
  }
  .p-md-25 {
    padding: 1.56rem !important;
  }
  .p-md-28 {
    padding: 1.75rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .p-md-36 {
    padding: 2.25rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .p-md-45 {
    padding: 2.813rem !important;
  }
  .p-md-50 {
    padding: 3.125rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .p-md-65 {
    padding: 4.063rem !important;
  }
  .p-md-75 {
    padding: 4.68rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .p-md-112 {
    padding: 7rem !important;
  }
  .p-md-150 {
    padding: 9.375rem !important;
  }
  .p-md-160 {
    padding: 10rem !important;
  }
  .p-md-180 {
    padding: 11.25rem !important;
  }
  .p-md-200 {
    padding: 12.5rem !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;
  }
  .px-md-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-25 {
    padding-right: 1.56rem !important;
    padding-left: 1.56rem !important;
  }
  .px-md-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-45 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-md-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-65 {
    padding-right: 4.063rem !important;
    padding-left: 4.063rem !important;
  }
  .px-md-75 {
    padding-right: 4.68rem !important;
    padding-left: 4.68rem !important;
  }
  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-md-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-md-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !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;
  }
  .py-md-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-25 {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }
  .py-md-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-45 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-65 {
    padding-top: 4.063rem !important;
    padding-bottom: 4.063rem !important;
  }
  .py-md-75 {
    padding-top: 4.68rem !important;
    padding-bottom: 4.68rem !important;
  }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-md-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-md-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !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;
  }
  .pt-md-8 {
    padding-top: 0.5rem !important;
  }
  .pt-md-12 {
    padding-top: 0.75rem !important;
  }
  .pt-md-16 {
    padding-top: 1rem !important;
  }
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .pt-md-24 {
    padding-top: 1.5rem !important;
  }
  .pt-md-25 {
    padding-top: 1.56rem !important;
  }
  .pt-md-28 {
    padding-top: 1.75rem !important;
  }
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .pt-md-36 {
    padding-top: 2.25rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pt-md-45 {
    padding-top: 2.813rem !important;
  }
  .pt-md-50 {
    padding-top: 3.125rem !important;
  }
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .pt-md-65 {
    padding-top: 4.063rem !important;
  }
  .pt-md-75 {
    padding-top: 4.68rem !important;
  }
  .pt-md-80 {
    padding-top: 5rem !important;
  }
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
  .pt-md-112 {
    padding-top: 7rem !important;
  }
  .pt-md-150 {
    padding-top: 9.375rem !important;
  }
  .pt-md-160 {
    padding-top: 10rem !important;
  }
  .pt-md-180 {
    padding-top: 11.25rem !important;
  }
  .pt-md-200 {
    padding-top: 12.5rem !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;
  }
  .pe-md-8 {
    padding-right: 0.5rem !important;
  }
  .pe-md-12 {
    padding-right: 0.75rem !important;
  }
  .pe-md-16 {
    padding-right: 1rem !important;
  }
  .pe-md-20 {
    padding-right: 1.25rem !important;
  }
  .pe-md-24 {
    padding-right: 1.5rem !important;
  }
  .pe-md-25 {
    padding-right: 1.56rem !important;
  }
  .pe-md-28 {
    padding-right: 1.75rem !important;
  }
  .pe-md-30 {
    padding-right: 1.875rem !important;
  }
  .pe-md-36 {
    padding-right: 2.25rem !important;
  }
  .pe-md-40 {
    padding-right: 2.5rem !important;
  }
  .pe-md-45 {
    padding-right: 2.813rem !important;
  }
  .pe-md-50 {
    padding-right: 3.125rem !important;
  }
  .pe-md-60 {
    padding-right: 3.75rem !important;
  }
  .pe-md-65 {
    padding-right: 4.063rem !important;
  }
  .pe-md-75 {
    padding-right: 4.68rem !important;
  }
  .pe-md-80 {
    padding-right: 5rem !important;
  }
  .pe-md-100 {
    padding-right: 6.25rem !important;
  }
  .pe-md-112 {
    padding-right: 7rem !important;
  }
  .pe-md-150 {
    padding-right: 9.375rem !important;
  }
  .pe-md-160 {
    padding-right: 10rem !important;
  }
  .pe-md-180 {
    padding-right: 11.25rem !important;
  }
  .pe-md-200 {
    padding-right: 12.5rem !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;
  }
  .pb-md-8 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-16 {
    padding-bottom: 1rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-25 {
    padding-bottom: 1.56rem !important;
  }
  .pb-md-28 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-36 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-45 {
    padding-bottom: 2.813rem !important;
  }
  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-65 {
    padding-bottom: 4.063rem !important;
  }
  .pb-md-75 {
    padding-bottom: 4.68rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-112 {
    padding-bottom: 7rem !important;
  }
  .pb-md-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-md-160 {
    padding-bottom: 10rem !important;
  }
  .pb-md-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-md-200 {
    padding-bottom: 12.5rem !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;
  }
  .ps-md-8 {
    padding-left: 0.5rem !important;
  }
  .ps-md-12 {
    padding-left: 0.75rem !important;
  }
  .ps-md-16 {
    padding-left: 1rem !important;
  }
  .ps-md-20 {
    padding-left: 1.25rem !important;
  }
  .ps-md-24 {
    padding-left: 1.5rem !important;
  }
  .ps-md-25 {
    padding-left: 1.56rem !important;
  }
  .ps-md-28 {
    padding-left: 1.75rem !important;
  }
  .ps-md-30 {
    padding-left: 1.875rem !important;
  }
  .ps-md-36 {
    padding-left: 2.25rem !important;
  }
  .ps-md-40 {
    padding-left: 2.5rem !important;
  }
  .ps-md-45 {
    padding-left: 2.813rem !important;
  }
  .ps-md-50 {
    padding-left: 3.125rem !important;
  }
  .ps-md-60 {
    padding-left: 3.75rem !important;
  }
  .ps-md-65 {
    padding-left: 4.063rem !important;
  }
  .ps-md-75 {
    padding-left: 4.68rem !important;
  }
  .ps-md-80 {
    padding-left: 5rem !important;
  }
  .ps-md-100 {
    padding-left: 6.25rem !important;
  }
  .ps-md-112 {
    padding-left: 7rem !important;
  }
  .ps-md-150 {
    padding-left: 9.375rem !important;
  }
  .ps-md-160 {
    padding-left: 10rem !important;
  }
  .ps-md-180 {
    padding-left: 11.25rem !important;
  }
  .ps-md-200 {
    padding-left: 12.5rem !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;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-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;
  }
  .gap-lg-8 {
    gap: 0.5rem !important;
  }
  .gap-lg-12 {
    gap: 0.75rem !important;
  }
  .gap-lg-16 {
    gap: 1rem !important;
  }
  .gap-lg-20 {
    gap: 1.25rem !important;
  }
  .gap-lg-24 {
    gap: 1.5rem !important;
  }
  .gap-lg-25 {
    gap: 1.56rem !important;
  }
  .gap-lg-28 {
    gap: 1.75rem !important;
  }
  .gap-lg-30 {
    gap: 1.875rem !important;
  }
  .gap-lg-36 {
    gap: 2.25rem !important;
  }
  .gap-lg-40 {
    gap: 2.5rem !important;
  }
  .gap-lg-45 {
    gap: 2.813rem !important;
  }
  .gap-lg-50 {
    gap: 3.125rem !important;
  }
  .gap-lg-60 {
    gap: 3.75rem !important;
  }
  .gap-lg-65 {
    gap: 4.063rem !important;
  }
  .gap-lg-75 {
    gap: 4.68rem !important;
  }
  .gap-lg-80 {
    gap: 5rem !important;
  }
  .gap-lg-100 {
    gap: 6.25rem !important;
  }
  .gap-lg-112 {
    gap: 7rem !important;
  }
  .gap-lg-150 {
    gap: 9.375rem !important;
  }
  .gap-lg-160 {
    gap: 10rem !important;
  }
  .gap-lg-180 {
    gap: 11.25rem !important;
  }
  .gap-lg-200 {
    gap: 12.5rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-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-8 {
    margin: 0.5rem !important;
  }
  .m-lg-12 {
    margin: 0.75rem !important;
  }
  .m-lg-16 {
    margin: 1rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .m-lg-24 {
    margin: 1.5rem !important;
  }
  .m-lg-25 {
    margin: 1.56rem !important;
  }
  .m-lg-28 {
    margin: 1.75rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem !important;
  }
  .m-lg-36 {
    margin: 2.25rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .m-lg-45 {
    margin: 2.813rem !important;
  }
  .m-lg-50 {
    margin: 3.125rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .m-lg-65 {
    margin: 4.063rem !important;
  }
  .m-lg-75 {
    margin: 4.68rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .m-lg-112 {
    margin: 7rem !important;
  }
  .m-lg-150 {
    margin: 9.375rem !important;
  }
  .m-lg-160 {
    margin: 10rem !important;
  }
  .m-lg-180 {
    margin: 11.25rem !important;
  }
  .m-lg-200 {
    margin: 12.5rem !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-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-25 {
    margin-right: 1.56rem !important;
    margin-left: 1.56rem !important;
  }
  .mx-lg-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-45 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-65 {
    margin-right: 4.063rem !important;
    margin-left: 4.063rem !important;
  }
  .mx-lg-75 {
    margin-right: 4.68rem !important;
    margin-left: 4.68rem !important;
  }
  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-lg-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-lg-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !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-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-25 {
    margin-top: 1.56rem !important;
    margin-bottom: 1.56rem !important;
  }
  .my-lg-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-45 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-65 {
    margin-top: 4.063rem !important;
    margin-bottom: 4.063rem !important;
  }
  .my-lg-75 {
    margin-top: 4.68rem !important;
    margin-bottom: 4.68rem !important;
  }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-lg-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !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-8 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-16 {
    margin-top: 1rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-24 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-25 {
    margin-top: 1.56rem !important;
  }
  .mt-lg-28 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-36 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-45 {
    margin-top: 2.813rem !important;
  }
  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-65 {
    margin-top: 4.063rem !important;
  }
  .mt-lg-75 {
    margin-top: 4.68rem !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-112 {
    margin-top: 7rem !important;
  }
  .mt-lg-150 {
    margin-top: 9.375rem !important;
  }
  .mt-lg-160 {
    margin-top: 10rem !important;
  }
  .mt-lg-180 {
    margin-top: 11.25rem !important;
  }
  .mt-lg-200 {
    margin-top: 12.5rem !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-8 {
    margin-right: 0.5rem !important;
  }
  .me-lg-12 {
    margin-right: 0.75rem !important;
  }
  .me-lg-16 {
    margin-right: 1rem !important;
  }
  .me-lg-20 {
    margin-right: 1.25rem !important;
  }
  .me-lg-24 {
    margin-right: 1.5rem !important;
  }
  .me-lg-25 {
    margin-right: 1.56rem !important;
  }
  .me-lg-28 {
    margin-right: 1.75rem !important;
  }
  .me-lg-30 {
    margin-right: 1.875rem !important;
  }
  .me-lg-36 {
    margin-right: 2.25rem !important;
  }
  .me-lg-40 {
    margin-right: 2.5rem !important;
  }
  .me-lg-45 {
    margin-right: 2.813rem !important;
  }
  .me-lg-50 {
    margin-right: 3.125rem !important;
  }
  .me-lg-60 {
    margin-right: 3.75rem !important;
  }
  .me-lg-65 {
    margin-right: 4.063rem !important;
  }
  .me-lg-75 {
    margin-right: 4.68rem !important;
  }
  .me-lg-80 {
    margin-right: 5rem !important;
  }
  .me-lg-100 {
    margin-right: 6.25rem !important;
  }
  .me-lg-112 {
    margin-right: 7rem !important;
  }
  .me-lg-150 {
    margin-right: 9.375rem !important;
  }
  .me-lg-160 {
    margin-right: 10rem !important;
  }
  .me-lg-180 {
    margin-right: 11.25rem !important;
  }
  .me-lg-200 {
    margin-right: 12.5rem !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-8 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 1.56rem !important;
  }
  .mb-lg-28 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-36 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 2.813rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-65 {
    margin-bottom: 4.063rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 4.68rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-112 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 12.5rem !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-8 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-12 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-16 {
    margin-left: 1rem !important;
  }
  .ms-lg-20 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-24 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-25 {
    margin-left: 1.56rem !important;
  }
  .ms-lg-28 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-30 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-36 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-45 {
    margin-left: 2.813rem !important;
  }
  .ms-lg-50 {
    margin-left: 3.125rem !important;
  }
  .ms-lg-60 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-65 {
    margin-left: 4.063rem !important;
  }
  .ms-lg-75 {
    margin-left: 4.68rem !important;
  }
  .ms-lg-80 {
    margin-left: 5rem !important;
  }
  .ms-lg-100 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-112 {
    margin-left: 7rem !important;
  }
  .ms-lg-150 {
    margin-left: 9.375rem !important;
  }
  .ms-lg-160 {
    margin-left: 10rem !important;
  }
  .ms-lg-180 {
    margin-left: 11.25rem !important;
  }
  .ms-lg-200 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n8 {
    margin: -0.5rem !important;
  }
  .m-lg-n12 {
    margin: -0.75rem !important;
  }
  .m-lg-n16 {
    margin: -1rem !important;
  }
  .m-lg-n20 {
    margin: -1.25rem !important;
  }
  .m-lg-n24 {
    margin: -1.5rem !important;
  }
  .m-lg-n25 {
    margin: -1.56rem !important;
  }
  .m-lg-n28 {
    margin: -1.75rem !important;
  }
  .m-lg-n30 {
    margin: -1.875rem !important;
  }
  .m-lg-n36 {
    margin: -2.25rem !important;
  }
  .m-lg-n40 {
    margin: -2.5rem !important;
  }
  .m-lg-n45 {
    margin: -2.813rem !important;
  }
  .m-lg-n50 {
    margin: -3.125rem !important;
  }
  .m-lg-n60 {
    margin: -3.75rem !important;
  }
  .m-lg-n65 {
    margin: -4.063rem !important;
  }
  .m-lg-n75 {
    margin: -4.68rem !important;
  }
  .m-lg-n80 {
    margin: -5rem !important;
  }
  .m-lg-n100 {
    margin: -6.25rem !important;
  }
  .m-lg-n112 {
    margin: -7rem !important;
  }
  .m-lg-n150 {
    margin: -9.375rem !important;
  }
  .m-lg-n160 {
    margin: -10rem !important;
  }
  .m-lg-n180 {
    margin: -11.25rem !important;
  }
  .m-lg-n200 {
    margin: -12.5rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n12 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n16 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n25 {
    margin-right: -1.56rem !important;
    margin-left: -1.56rem !important;
  }
  .mx-lg-n28 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-lg-n36 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n45 {
    margin-right: -2.813rem !important;
    margin-left: -2.813rem !important;
  }
  .mx-lg-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-lg-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-lg-n65 {
    margin-right: -4.063rem !important;
    margin-left: -4.063rem !important;
  }
  .mx-lg-n75 {
    margin-right: -4.68rem !important;
    margin-left: -4.68rem !important;
  }
  .mx-lg-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-lg-n112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-lg-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-lg-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n12 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n16 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n25 {
    margin-top: -1.56rem !important;
    margin-bottom: -1.56rem !important;
  }
  .my-lg-n28 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-lg-n36 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n45 {
    margin-top: -2.813rem !important;
    margin-bottom: -2.813rem !important;
  }
  .my-lg-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-lg-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-lg-n65 {
    margin-top: -4.063rem !important;
    margin-bottom: -4.063rem !important;
  }
  .my-lg-n75 {
    margin-top: -4.68rem !important;
    margin-bottom: -4.68rem !important;
  }
  .my-lg-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-lg-n112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-lg-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-lg-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n8 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n12 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n16 {
    margin-top: -1rem !important;
  }
  .mt-lg-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n24 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n25 {
    margin-top: -1.56rem !important;
  }
  .mt-lg-n28 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-lg-n36 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n45 {
    margin-top: -2.813rem !important;
  }
  .mt-lg-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-lg-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-lg-n65 {
    margin-top: -4.063rem !important;
  }
  .mt-lg-n75 {
    margin-top: -4.68rem !important;
  }
  .mt-lg-n80 {
    margin-top: -5rem !important;
  }
  .mt-lg-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-lg-n112 {
    margin-top: -7rem !important;
  }
  .mt-lg-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-lg-n160 {
    margin-top: -10rem !important;
  }
  .mt-lg-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-lg-n200 {
    margin-top: -12.5rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n8 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n12 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n16 {
    margin-right: -1rem !important;
  }
  .me-lg-n20 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n24 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n25 {
    margin-right: -1.56rem !important;
  }
  .me-lg-n28 {
    margin-right: -1.75rem !important;
  }
  .me-lg-n30 {
    margin-right: -1.875rem !important;
  }
  .me-lg-n36 {
    margin-right: -2.25rem !important;
  }
  .me-lg-n40 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n45 {
    margin-right: -2.813rem !important;
  }
  .me-lg-n50 {
    margin-right: -3.125rem !important;
  }
  .me-lg-n60 {
    margin-right: -3.75rem !important;
  }
  .me-lg-n65 {
    margin-right: -4.063rem !important;
  }
  .me-lg-n75 {
    margin-right: -4.68rem !important;
  }
  .me-lg-n80 {
    margin-right: -5rem !important;
  }
  .me-lg-n100 {
    margin-right: -6.25rem !important;
  }
  .me-lg-n112 {
    margin-right: -7rem !important;
  }
  .me-lg-n150 {
    margin-right: -9.375rem !important;
  }
  .me-lg-n160 {
    margin-right: -10rem !important;
  }
  .me-lg-n180 {
    margin-right: -11.25rem !important;
  }
  .me-lg-n200 {
    margin-right: -12.5rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n24 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n25 {
    margin-bottom: -1.56rem !important;
  }
  .mb-lg-n28 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-lg-n36 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n45 {
    margin-bottom: -2.813rem !important;
  }
  .mb-lg-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-lg-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-lg-n65 {
    margin-bottom: -4.063rem !important;
  }
  .mb-lg-n75 {
    margin-bottom: -4.68rem !important;
  }
  .mb-lg-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-lg-n112 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-lg-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-lg-n200 {
    margin-bottom: -12.5rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n8 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n12 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n16 {
    margin-left: -1rem !important;
  }
  .ms-lg-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n24 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n25 {
    margin-left: -1.56rem !important;
  }
  .ms-lg-n28 {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-lg-n36 {
    margin-left: -2.25rem !important;
  }
  .ms-lg-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n45 {
    margin-left: -2.813rem !important;
  }
  .ms-lg-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-lg-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-lg-n65 {
    margin-left: -4.063rem !important;
  }
  .ms-lg-n75 {
    margin-left: -4.68rem !important;
  }
  .ms-lg-n80 {
    margin-left: -5rem !important;
  }
  .ms-lg-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-lg-n112 {
    margin-left: -7rem !important;
  }
  .ms-lg-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-lg-n160 {
    margin-left: -10rem !important;
  }
  .ms-lg-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-lg-n200 {
    margin-left: -12.5rem !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;
  }
  .p-lg-8 {
    padding: 0.5rem !important;
  }
  .p-lg-12 {
    padding: 0.75rem !important;
  }
  .p-lg-16 {
    padding: 1rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .p-lg-24 {
    padding: 1.5rem !important;
  }
  .p-lg-25 {
    padding: 1.56rem !important;
  }
  .p-lg-28 {
    padding: 1.75rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem !important;
  }
  .p-lg-36 {
    padding: 2.25rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .p-lg-45 {
    padding: 2.813rem !important;
  }
  .p-lg-50 {
    padding: 3.125rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .p-lg-65 {
    padding: 4.063rem !important;
  }
  .p-lg-75 {
    padding: 4.68rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .p-lg-112 {
    padding: 7rem !important;
  }
  .p-lg-150 {
    padding: 9.375rem !important;
  }
  .p-lg-160 {
    padding: 10rem !important;
  }
  .p-lg-180 {
    padding: 11.25rem !important;
  }
  .p-lg-200 {
    padding: 12.5rem !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;
  }
  .px-lg-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-25 {
    padding-right: 1.56rem !important;
    padding-left: 1.56rem !important;
  }
  .px-lg-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-45 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-lg-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-65 {
    padding-right: 4.063rem !important;
    padding-left: 4.063rem !important;
  }
  .px-lg-75 {
    padding-right: 4.68rem !important;
    padding-left: 4.68rem !important;
  }
  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-lg-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-lg-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !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;
  }
  .py-lg-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-25 {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }
  .py-lg-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-45 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-65 {
    padding-top: 4.063rem !important;
    padding-bottom: 4.063rem !important;
  }
  .py-lg-75 {
    padding-top: 4.68rem !important;
    padding-bottom: 4.68rem !important;
  }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-lg-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !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;
  }
  .pt-lg-8 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-16 {
    padding-top: 1rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-24 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-25 {
    padding-top: 1.56rem !important;
  }
  .pt-lg-28 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-36 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-45 {
    padding-top: 2.813rem !important;
  }
  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-65 {
    padding-top: 4.063rem !important;
  }
  .pt-lg-75 {
    padding-top: 4.68rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-112 {
    padding-top: 7rem !important;
  }
  .pt-lg-150 {
    padding-top: 9.375rem !important;
  }
  .pt-lg-160 {
    padding-top: 10rem !important;
  }
  .pt-lg-180 {
    padding-top: 11.25rem !important;
  }
  .pt-lg-200 {
    padding-top: 12.5rem !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;
  }
  .pe-lg-8 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-12 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-16 {
    padding-right: 1rem !important;
  }
  .pe-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-24 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-25 {
    padding-right: 1.56rem !important;
  }
  .pe-lg-28 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-36 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-45 {
    padding-right: 2.813rem !important;
  }
  .pe-lg-50 {
    padding-right: 3.125rem !important;
  }
  .pe-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-65 {
    padding-right: 4.063rem !important;
  }
  .pe-lg-75 {
    padding-right: 4.68rem !important;
  }
  .pe-lg-80 {
    padding-right: 5rem !important;
  }
  .pe-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-112 {
    padding-right: 7rem !important;
  }
  .pe-lg-150 {
    padding-right: 9.375rem !important;
  }
  .pe-lg-160 {
    padding-right: 10rem !important;
  }
  .pe-lg-180 {
    padding-right: 11.25rem !important;
  }
  .pe-lg-200 {
    padding-right: 12.5rem !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;
  }
  .pb-lg-8 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 1.56rem !important;
  }
  .pb-lg-28 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-36 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 2.813rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-65 {
    padding-bottom: 4.063rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 4.68rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-112 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 12.5rem !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;
  }
  .ps-lg-8 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-12 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-16 {
    padding-left: 1rem !important;
  }
  .ps-lg-20 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-24 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-25 {
    padding-left: 1.56rem !important;
  }
  .ps-lg-28 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-30 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-36 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-45 {
    padding-left: 2.813rem !important;
  }
  .ps-lg-50 {
    padding-left: 3.125rem !important;
  }
  .ps-lg-60 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-65 {
    padding-left: 4.063rem !important;
  }
  .ps-lg-75 {
    padding-left: 4.68rem !important;
  }
  .ps-lg-80 {
    padding-left: 5rem !important;
  }
  .ps-lg-100 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-112 {
    padding-left: 7rem !important;
  }
  .ps-lg-150 {
    padding-left: 9.375rem !important;
  }
  .ps-lg-160 {
    padding-left: 10rem !important;
  }
  .ps-lg-180 {
    padding-left: 11.25rem !important;
  }
  .ps-lg-200 {
    padding-left: 12.5rem !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;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-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;
  }
  .gap-xl-8 {
    gap: 0.5rem !important;
  }
  .gap-xl-12 {
    gap: 0.75rem !important;
  }
  .gap-xl-16 {
    gap: 1rem !important;
  }
  .gap-xl-20 {
    gap: 1.25rem !important;
  }
  .gap-xl-24 {
    gap: 1.5rem !important;
  }
  .gap-xl-25 {
    gap: 1.56rem !important;
  }
  .gap-xl-28 {
    gap: 1.75rem !important;
  }
  .gap-xl-30 {
    gap: 1.875rem !important;
  }
  .gap-xl-36 {
    gap: 2.25rem !important;
  }
  .gap-xl-40 {
    gap: 2.5rem !important;
  }
  .gap-xl-45 {
    gap: 2.813rem !important;
  }
  .gap-xl-50 {
    gap: 3.125rem !important;
  }
  .gap-xl-60 {
    gap: 3.75rem !important;
  }
  .gap-xl-65 {
    gap: 4.063rem !important;
  }
  .gap-xl-75 {
    gap: 4.68rem !important;
  }
  .gap-xl-80 {
    gap: 5rem !important;
  }
  .gap-xl-100 {
    gap: 6.25rem !important;
  }
  .gap-xl-112 {
    gap: 7rem !important;
  }
  .gap-xl-150 {
    gap: 9.375rem !important;
  }
  .gap-xl-160 {
    gap: 10rem !important;
  }
  .gap-xl-180 {
    gap: 11.25rem !important;
  }
  .gap-xl-200 {
    gap: 12.5rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-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-8 {
    margin: 0.5rem !important;
  }
  .m-xl-12 {
    margin: 0.75rem !important;
  }
  .m-xl-16 {
    margin: 1rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem !important;
  }
  .m-xl-24 {
    margin: 1.5rem !important;
  }
  .m-xl-25 {
    margin: 1.56rem !important;
  }
  .m-xl-28 {
    margin: 1.75rem !important;
  }
  .m-xl-30 {
    margin: 1.875rem !important;
  }
  .m-xl-36 {
    margin: 2.25rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .m-xl-45 {
    margin: 2.813rem !important;
  }
  .m-xl-50 {
    margin: 3.125rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem !important;
  }
  .m-xl-65 {
    margin: 4.063rem !important;
  }
  .m-xl-75 {
    margin: 4.68rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .m-xl-100 {
    margin: 6.25rem !important;
  }
  .m-xl-112 {
    margin: 7rem !important;
  }
  .m-xl-150 {
    margin: 9.375rem !important;
  }
  .m-xl-160 {
    margin: 10rem !important;
  }
  .m-xl-180 {
    margin: 11.25rem !important;
  }
  .m-xl-200 {
    margin: 12.5rem !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-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-25 {
    margin-right: 1.56rem !important;
    margin-left: 1.56rem !important;
  }
  .mx-xl-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-45 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-xl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-65 {
    margin-right: 4.063rem !important;
    margin-left: 4.063rem !important;
  }
  .mx-xl-75 {
    margin-right: 4.68rem !important;
    margin-left: 4.68rem !important;
  }
  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-xl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !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-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-25 {
    margin-top: 1.56rem !important;
    margin-bottom: 1.56rem !important;
  }
  .my-xl-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-45 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-65 {
    margin-top: 4.063rem !important;
    margin-bottom: 4.063rem !important;
  }
  .my-xl-75 {
    margin-top: 4.68rem !important;
    margin-bottom: 4.68rem !important;
  }
  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-xl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !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-8 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-16 {
    margin-top: 1rem !important;
  }
  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-24 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-25 {
    margin-top: 1.56rem !important;
  }
  .mt-xl-28 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-36 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-45 {
    margin-top: 2.813rem !important;
  }
  .mt-xl-50 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-65 {
    margin-top: 4.063rem !important;
  }
  .mt-xl-75 {
    margin-top: 4.68rem !important;
  }
  .mt-xl-80 {
    margin-top: 5rem !important;
  }
  .mt-xl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-112 {
    margin-top: 7rem !important;
  }
  .mt-xl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xl-160 {
    margin-top: 10rem !important;
  }
  .mt-xl-180 {
    margin-top: 11.25rem !important;
  }
  .mt-xl-200 {
    margin-top: 12.5rem !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-8 {
    margin-right: 0.5rem !important;
  }
  .me-xl-12 {
    margin-right: 0.75rem !important;
  }
  .me-xl-16 {
    margin-right: 1rem !important;
  }
  .me-xl-20 {
    margin-right: 1.25rem !important;
  }
  .me-xl-24 {
    margin-right: 1.5rem !important;
  }
  .me-xl-25 {
    margin-right: 1.56rem !important;
  }
  .me-xl-28 {
    margin-right: 1.75rem !important;
  }
  .me-xl-30 {
    margin-right: 1.875rem !important;
  }
  .me-xl-36 {
    margin-right: 2.25rem !important;
  }
  .me-xl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xl-45 {
    margin-right: 2.813rem !important;
  }
  .me-xl-50 {
    margin-right: 3.125rem !important;
  }
  .me-xl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xl-65 {
    margin-right: 4.063rem !important;
  }
  .me-xl-75 {
    margin-right: 4.68rem !important;
  }
  .me-xl-80 {
    margin-right: 5rem !important;
  }
  .me-xl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xl-112 {
    margin-right: 7rem !important;
  }
  .me-xl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xl-160 {
    margin-right: 10rem !important;
  }
  .me-xl-180 {
    margin-right: 11.25rem !important;
  }
  .me-xl-200 {
    margin-right: 12.5rem !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-8 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 1.56rem !important;
  }
  .mb-xl-28 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-36 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-45 {
    margin-bottom: 2.813rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-65 {
    margin-bottom: 4.063rem !important;
  }
  .mb-xl-75 {
    margin-bottom: 4.68rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-112 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 12.5rem !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-8 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-12 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-16 {
    margin-left: 1rem !important;
  }
  .ms-xl-20 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-24 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-25 {
    margin-left: 1.56rem !important;
  }
  .ms-xl-28 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-30 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-36 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-45 {
    margin-left: 2.813rem !important;
  }
  .ms-xl-50 {
    margin-left: 3.125rem !important;
  }
  .ms-xl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-65 {
    margin-left: 4.063rem !important;
  }
  .ms-xl-75 {
    margin-left: 4.68rem !important;
  }
  .ms-xl-80 {
    margin-left: 5rem !important;
  }
  .ms-xl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-112 {
    margin-left: 7rem !important;
  }
  .ms-xl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xl-160 {
    margin-left: 10rem !important;
  }
  .ms-xl-180 {
    margin-left: 11.25rem !important;
  }
  .ms-xl-200 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n8 {
    margin: -0.5rem !important;
  }
  .m-xl-n12 {
    margin: -0.75rem !important;
  }
  .m-xl-n16 {
    margin: -1rem !important;
  }
  .m-xl-n20 {
    margin: -1.25rem !important;
  }
  .m-xl-n24 {
    margin: -1.5rem !important;
  }
  .m-xl-n25 {
    margin: -1.56rem !important;
  }
  .m-xl-n28 {
    margin: -1.75rem !important;
  }
  .m-xl-n30 {
    margin: -1.875rem !important;
  }
  .m-xl-n36 {
    margin: -2.25rem !important;
  }
  .m-xl-n40 {
    margin: -2.5rem !important;
  }
  .m-xl-n45 {
    margin: -2.813rem !important;
  }
  .m-xl-n50 {
    margin: -3.125rem !important;
  }
  .m-xl-n60 {
    margin: -3.75rem !important;
  }
  .m-xl-n65 {
    margin: -4.063rem !important;
  }
  .m-xl-n75 {
    margin: -4.68rem !important;
  }
  .m-xl-n80 {
    margin: -5rem !important;
  }
  .m-xl-n100 {
    margin: -6.25rem !important;
  }
  .m-xl-n112 {
    margin: -7rem !important;
  }
  .m-xl-n150 {
    margin: -9.375rem !important;
  }
  .m-xl-n160 {
    margin: -10rem !important;
  }
  .m-xl-n180 {
    margin: -11.25rem !important;
  }
  .m-xl-n200 {
    margin: -12.5rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n12 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n16 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n25 {
    margin-right: -1.56rem !important;
    margin-left: -1.56rem !important;
  }
  .mx-xl-n28 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-xl-n36 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n45 {
    margin-right: -2.813rem !important;
    margin-left: -2.813rem !important;
  }
  .mx-xl-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-xl-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xl-n65 {
    margin-right: -4.063rem !important;
    margin-left: -4.063rem !important;
  }
  .mx-xl-n75 {
    margin-right: -4.68rem !important;
    margin-left: -4.68rem !important;
  }
  .mx-xl-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xl-n112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-xl-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-xl-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n12 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n16 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n25 {
    margin-top: -1.56rem !important;
    margin-bottom: -1.56rem !important;
  }
  .my-xl-n28 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-xl-n36 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n45 {
    margin-top: -2.813rem !important;
    margin-bottom: -2.813rem !important;
  }
  .my-xl-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-xl-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xl-n65 {
    margin-top: -4.063rem !important;
    margin-bottom: -4.063rem !important;
  }
  .my-xl-n75 {
    margin-top: -4.68rem !important;
    margin-bottom: -4.68rem !important;
  }
  .my-xl-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xl-n112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-xl-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-xl-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n8 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n12 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n16 {
    margin-top: -1rem !important;
  }
  .mt-xl-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n24 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n25 {
    margin-top: -1.56rem !important;
  }
  .mt-xl-n28 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-xl-n36 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n45 {
    margin-top: -2.813rem !important;
  }
  .mt-xl-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-xl-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-xl-n65 {
    margin-top: -4.063rem !important;
  }
  .mt-xl-n75 {
    margin-top: -4.68rem !important;
  }
  .mt-xl-n80 {
    margin-top: -5rem !important;
  }
  .mt-xl-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-xl-n112 {
    margin-top: -7rem !important;
  }
  .mt-xl-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-xl-n160 {
    margin-top: -10rem !important;
  }
  .mt-xl-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-xl-n200 {
    margin-top: -12.5rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n8 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n12 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n16 {
    margin-right: -1rem !important;
  }
  .me-xl-n20 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n24 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n25 {
    margin-right: -1.56rem !important;
  }
  .me-xl-n28 {
    margin-right: -1.75rem !important;
  }
  .me-xl-n30 {
    margin-right: -1.875rem !important;
  }
  .me-xl-n36 {
    margin-right: -2.25rem !important;
  }
  .me-xl-n40 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n45 {
    margin-right: -2.813rem !important;
  }
  .me-xl-n50 {
    margin-right: -3.125rem !important;
  }
  .me-xl-n60 {
    margin-right: -3.75rem !important;
  }
  .me-xl-n65 {
    margin-right: -4.063rem !important;
  }
  .me-xl-n75 {
    margin-right: -4.68rem !important;
  }
  .me-xl-n80 {
    margin-right: -5rem !important;
  }
  .me-xl-n100 {
    margin-right: -6.25rem !important;
  }
  .me-xl-n112 {
    margin-right: -7rem !important;
  }
  .me-xl-n150 {
    margin-right: -9.375rem !important;
  }
  .me-xl-n160 {
    margin-right: -10rem !important;
  }
  .me-xl-n180 {
    margin-right: -11.25rem !important;
  }
  .me-xl-n200 {
    margin-right: -12.5rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n24 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n25 {
    margin-bottom: -1.56rem !important;
  }
  .mb-xl-n28 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-xl-n36 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n45 {
    margin-bottom: -2.813rem !important;
  }
  .mb-xl-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-xl-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xl-n65 {
    margin-bottom: -4.063rem !important;
  }
  .mb-xl-n75 {
    margin-bottom: -4.68rem !important;
  }
  .mb-xl-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xl-n112 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-xl-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-xl-n200 {
    margin-bottom: -12.5rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n8 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n12 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n16 {
    margin-left: -1rem !important;
  }
  .ms-xl-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n24 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n25 {
    margin-left: -1.56rem !important;
  }
  .ms-xl-n28 {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-xl-n36 {
    margin-left: -2.25rem !important;
  }
  .ms-xl-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n45 {
    margin-left: -2.813rem !important;
  }
  .ms-xl-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-xl-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-xl-n65 {
    margin-left: -4.063rem !important;
  }
  .ms-xl-n75 {
    margin-left: -4.68rem !important;
  }
  .ms-xl-n80 {
    margin-left: -5rem !important;
  }
  .ms-xl-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-xl-n112 {
    margin-left: -7rem !important;
  }
  .ms-xl-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-xl-n160 {
    margin-left: -10rem !important;
  }
  .ms-xl-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-xl-n200 {
    margin-left: -12.5rem !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;
  }
  .p-xl-8 {
    padding: 0.5rem !important;
  }
  .p-xl-12 {
    padding: 0.75rem !important;
  }
  .p-xl-16 {
    padding: 1rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem !important;
  }
  .p-xl-24 {
    padding: 1.5rem !important;
  }
  .p-xl-25 {
    padding: 1.56rem !important;
  }
  .p-xl-28 {
    padding: 1.75rem !important;
  }
  .p-xl-30 {
    padding: 1.875rem !important;
  }
  .p-xl-36 {
    padding: 2.25rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .p-xl-45 {
    padding: 2.813rem !important;
  }
  .p-xl-50 {
    padding: 3.125rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem !important;
  }
  .p-xl-65 {
    padding: 4.063rem !important;
  }
  .p-xl-75 {
    padding: 4.68rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .p-xl-100 {
    padding: 6.25rem !important;
  }
  .p-xl-112 {
    padding: 7rem !important;
  }
  .p-xl-150 {
    padding: 9.375rem !important;
  }
  .p-xl-160 {
    padding: 10rem !important;
  }
  .p-xl-180 {
    padding: 11.25rem !important;
  }
  .p-xl-200 {
    padding: 12.5rem !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;
  }
  .px-xl-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-25 {
    padding-right: 1.56rem !important;
    padding-left: 1.56rem !important;
  }
  .px-xl-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-45 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-xl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-65 {
    padding-right: 4.063rem !important;
    padding-left: 4.063rem !important;
  }
  .px-xl-75 {
    padding-right: 4.68rem !important;
    padding-left: 4.68rem !important;
  }
  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-xl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !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;
  }
  .py-xl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-25 {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }
  .py-xl-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-45 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-65 {
    padding-top: 4.063rem !important;
    padding-bottom: 4.063rem !important;
  }
  .py-xl-75 {
    padding-top: 4.68rem !important;
    padding-bottom: 4.68rem !important;
  }
  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-xl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !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;
  }
  .pt-xl-8 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-16 {
    padding-top: 1rem !important;
  }
  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-24 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-25 {
    padding-top: 1.56rem !important;
  }
  .pt-xl-28 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-30 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-36 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-45 {
    padding-top: 2.813rem !important;
  }
  .pt-xl-50 {
    padding-top: 3.125rem !important;
  }
  .pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-65 {
    padding-top: 4.063rem !important;
  }
  .pt-xl-75 {
    padding-top: 4.68rem !important;
  }
  .pt-xl-80 {
    padding-top: 5rem !important;
  }
  .pt-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-112 {
    padding-top: 7rem !important;
  }
  .pt-xl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xl-160 {
    padding-top: 10rem !important;
  }
  .pt-xl-180 {
    padding-top: 11.25rem !important;
  }
  .pt-xl-200 {
    padding-top: 12.5rem !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;
  }
  .pe-xl-8 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-12 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-16 {
    padding-right: 1rem !important;
  }
  .pe-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-24 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-25 {
    padding-right: 1.56rem !important;
  }
  .pe-xl-28 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-30 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-36 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-45 {
    padding-right: 2.813rem !important;
  }
  .pe-xl-50 {
    padding-right: 3.125rem !important;
  }
  .pe-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-65 {
    padding-right: 4.063rem !important;
  }
  .pe-xl-75 {
    padding-right: 4.68rem !important;
  }
  .pe-xl-80 {
    padding-right: 5rem !important;
  }
  .pe-xl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-112 {
    padding-right: 7rem !important;
  }
  .pe-xl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xl-160 {
    padding-right: 10rem !important;
  }
  .pe-xl-180 {
    padding-right: 11.25rem !important;
  }
  .pe-xl-200 {
    padding-right: 12.5rem !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;
  }
  .pb-xl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 1.56rem !important;
  }
  .pb-xl-28 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-36 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-45 {
    padding-bottom: 2.813rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-65 {
    padding-bottom: 4.063rem !important;
  }
  .pb-xl-75 {
    padding-bottom: 4.68rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-112 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 12.5rem !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;
  }
  .ps-xl-8 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-12 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-16 {
    padding-left: 1rem !important;
  }
  .ps-xl-20 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-24 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-25 {
    padding-left: 1.56rem !important;
  }
  .ps-xl-28 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-30 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-36 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-45 {
    padding-left: 2.813rem !important;
  }
  .ps-xl-50 {
    padding-left: 3.125rem !important;
  }
  .ps-xl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-65 {
    padding-left: 4.063rem !important;
  }
  .ps-xl-75 {
    padding-left: 4.68rem !important;
  }
  .ps-xl-80 {
    padding-left: 5rem !important;
  }
  .ps-xl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-112 {
    padding-left: 7rem !important;
  }
  .ps-xl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xl-160 {
    padding-left: 10rem !important;
  }
  .ps-xl-180 {
    padding-left: 11.25rem !important;
  }
  .ps-xl-200 {
    padding-left: 12.5rem !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;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-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;
  }
  .gap-xxl-8 {
    gap: 0.5rem !important;
  }
  .gap-xxl-12 {
    gap: 0.75rem !important;
  }
  .gap-xxl-16 {
    gap: 1rem !important;
  }
  .gap-xxl-20 {
    gap: 1.25rem !important;
  }
  .gap-xxl-24 {
    gap: 1.5rem !important;
  }
  .gap-xxl-25 {
    gap: 1.56rem !important;
  }
  .gap-xxl-28 {
    gap: 1.75rem !important;
  }
  .gap-xxl-30 {
    gap: 1.875rem !important;
  }
  .gap-xxl-36 {
    gap: 2.25rem !important;
  }
  .gap-xxl-40 {
    gap: 2.5rem !important;
  }
  .gap-xxl-45 {
    gap: 2.813rem !important;
  }
  .gap-xxl-50 {
    gap: 3.125rem !important;
  }
  .gap-xxl-60 {
    gap: 3.75rem !important;
  }
  .gap-xxl-65 {
    gap: 4.063rem !important;
  }
  .gap-xxl-75 {
    gap: 4.68rem !important;
  }
  .gap-xxl-80 {
    gap: 5rem !important;
  }
  .gap-xxl-100 {
    gap: 6.25rem !important;
  }
  .gap-xxl-112 {
    gap: 7rem !important;
  }
  .gap-xxl-150 {
    gap: 9.375rem !important;
  }
  .gap-xxl-160 {
    gap: 10rem !important;
  }
  .gap-xxl-180 {
    gap: 11.25rem !important;
  }
  .gap-xxl-200 {
    gap: 12.5rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-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-8 {
    margin: 0.5rem !important;
  }
  .m-xxl-12 {
    margin: 0.75rem !important;
  }
  .m-xxl-16 {
    margin: 1rem !important;
  }
  .m-xxl-20 {
    margin: 1.25rem !important;
  }
  .m-xxl-24 {
    margin: 1.5rem !important;
  }
  .m-xxl-25 {
    margin: 1.56rem !important;
  }
  .m-xxl-28 {
    margin: 1.75rem !important;
  }
  .m-xxl-30 {
    margin: 1.875rem !important;
  }
  .m-xxl-36 {
    margin: 2.25rem !important;
  }
  .m-xxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxl-45 {
    margin: 2.813rem !important;
  }
  .m-xxl-50 {
    margin: 3.125rem !important;
  }
  .m-xxl-60 {
    margin: 3.75rem !important;
  }
  .m-xxl-65 {
    margin: 4.063rem !important;
  }
  .m-xxl-75 {
    margin: 4.68rem !important;
  }
  .m-xxl-80 {
    margin: 5rem !important;
  }
  .m-xxl-100 {
    margin: 6.25rem !important;
  }
  .m-xxl-112 {
    margin: 7rem !important;
  }
  .m-xxl-150 {
    margin: 9.375rem !important;
  }
  .m-xxl-160 {
    margin: 10rem !important;
  }
  .m-xxl-180 {
    margin: 11.25rem !important;
  }
  .m-xxl-200 {
    margin: 12.5rem !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-8 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-12 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-25 {
    margin-right: 1.56rem !important;
    margin-left: 1.56rem !important;
  }
  .mx-xxl-28 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-36 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-45 {
    margin-right: 2.813rem !important;
    margin-left: 2.813rem !important;
  }
  .mx-xxl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-65 {
    margin-right: 4.063rem !important;
    margin-left: 4.063rem !important;
  }
  .mx-xxl-75 {
    margin-right: 4.68rem !important;
    margin-left: 4.68rem !important;
  }
  .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-112 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xxl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-xxl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !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-8 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-25 {
    margin-top: 1.56rem !important;
    margin-bottom: 1.56rem !important;
  }
  .my-xxl-28 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-36 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-45 {
    margin-top: 2.813rem !important;
    margin-bottom: 2.813rem !important;
  }
  .my-xxl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-65 {
    margin-top: 4.063rem !important;
    margin-bottom: 4.063rem !important;
  }
  .my-xxl-75 {
    margin-top: 4.68rem !important;
    margin-bottom: 4.68rem !important;
  }
  .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-112 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-xxl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !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-8 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-16 {
    margin-top: 1rem !important;
  }
  .mt-xxl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-24 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-25 {
    margin-top: 1.56rem !important;
  }
  .mt-xxl-28 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-36 {
    margin-top: 2.25rem !important;
  }
  .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-45 {
    margin-top: 2.813rem !important;
  }
  .mt-xxl-50 {
    margin-top: 3.125rem !important;
  }
  .mt-xxl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-65 {
    margin-top: 4.063rem !important;
  }
  .mt-xxl-75 {
    margin-top: 4.68rem !important;
  }
  .mt-xxl-80 {
    margin-top: 5rem !important;
  }
  .mt-xxl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-112 {
    margin-top: 7rem !important;
  }
  .mt-xxl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xxl-160 {
    margin-top: 10rem !important;
  }
  .mt-xxl-180 {
    margin-top: 11.25rem !important;
  }
  .mt-xxl-200 {
    margin-top: 12.5rem !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-8 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-12 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-16 {
    margin-right: 1rem !important;
  }
  .me-xxl-20 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-24 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-25 {
    margin-right: 1.56rem !important;
  }
  .me-xxl-28 {
    margin-right: 1.75rem !important;
  }
  .me-xxl-30 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-36 {
    margin-right: 2.25rem !important;
  }
  .me-xxl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-45 {
    margin-right: 2.813rem !important;
  }
  .me-xxl-50 {
    margin-right: 3.125rem !important;
  }
  .me-xxl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-65 {
    margin-right: 4.063rem !important;
  }
  .me-xxl-75 {
    margin-right: 4.68rem !important;
  }
  .me-xxl-80 {
    margin-right: 5rem !important;
  }
  .me-xxl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-112 {
    margin-right: 7rem !important;
  }
  .me-xxl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xxl-160 {
    margin-right: 10rem !important;
  }
  .me-xxl-180 {
    margin-right: 11.25rem !important;
  }
  .me-xxl-200 {
    margin-right: 12.5rem !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-8 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 1.56rem !important;
  }
  .mb-xxl-28 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-36 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-45 {
    margin-bottom: 2.813rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-65 {
    margin-bottom: 4.063rem !important;
  }
  .mb-xxl-75 {
    margin-bottom: 4.68rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-112 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xxl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-xxl-200 {
    margin-bottom: 12.5rem !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-8 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-16 {
    margin-left: 1rem !important;
  }
  .ms-xxl-20 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-24 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-25 {
    margin-left: 1.56rem !important;
  }
  .ms-xxl-28 {
    margin-left: 1.75rem !important;
  }
  .ms-xxl-30 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-36 {
    margin-left: 2.25rem !important;
  }
  .ms-xxl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-45 {
    margin-left: 2.813rem !important;
  }
  .ms-xxl-50 {
    margin-left: 3.125rem !important;
  }
  .ms-xxl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-65 {
    margin-left: 4.063rem !important;
  }
  .ms-xxl-75 {
    margin-left: 4.68rem !important;
  }
  .ms-xxl-80 {
    margin-left: 5rem !important;
  }
  .ms-xxl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-112 {
    margin-left: 7rem !important;
  }
  .ms-xxl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xxl-160 {
    margin-left: 10rem !important;
  }
  .ms-xxl-180 {
    margin-left: 11.25rem !important;
  }
  .ms-xxl-200 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n8 {
    margin: -0.5rem !important;
  }
  .m-xxl-n12 {
    margin: -0.75rem !important;
  }
  .m-xxl-n16 {
    margin: -1rem !important;
  }
  .m-xxl-n20 {
    margin: -1.25rem !important;
  }
  .m-xxl-n24 {
    margin: -1.5rem !important;
  }
  .m-xxl-n25 {
    margin: -1.56rem !important;
  }
  .m-xxl-n28 {
    margin: -1.75rem !important;
  }
  .m-xxl-n30 {
    margin: -1.875rem !important;
  }
  .m-xxl-n36 {
    margin: -2.25rem !important;
  }
  .m-xxl-n40 {
    margin: -2.5rem !important;
  }
  .m-xxl-n45 {
    margin: -2.813rem !important;
  }
  .m-xxl-n50 {
    margin: -3.125rem !important;
  }
  .m-xxl-n60 {
    margin: -3.75rem !important;
  }
  .m-xxl-n65 {
    margin: -4.063rem !important;
  }
  .m-xxl-n75 {
    margin: -4.68rem !important;
  }
  .m-xxl-n80 {
    margin: -5rem !important;
  }
  .m-xxl-n100 {
    margin: -6.25rem !important;
  }
  .m-xxl-n112 {
    margin: -7rem !important;
  }
  .m-xxl-n150 {
    margin: -9.375rem !important;
  }
  .m-xxl-n160 {
    margin: -10rem !important;
  }
  .m-xxl-n180 {
    margin: -11.25rem !important;
  }
  .m-xxl-n200 {
    margin: -12.5rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xxl-n16 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxl-n24 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n25 {
    margin-right: -1.56rem !important;
    margin-left: -1.56rem !important;
  }
  .mx-xxl-n28 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xxl-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-xxl-n36 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xxl-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n45 {
    margin-right: -2.813rem !important;
    margin-left: -2.813rem !important;
  }
  .mx-xxl-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-xxl-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xxl-n65 {
    margin-right: -4.063rem !important;
    margin-left: -4.063rem !important;
  }
  .mx-xxl-n75 {
    margin-right: -4.68rem !important;
    margin-left: -4.68rem !important;
  }
  .mx-xxl-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xxl-n112 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxl-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-xxl-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-xxl-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n8 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n12 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xxl-n16 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxl-n24 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n25 {
    margin-top: -1.56rem !important;
    margin-bottom: -1.56rem !important;
  }
  .my-xxl-n28 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xxl-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-xxl-n36 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xxl-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n45 {
    margin-top: -2.813rem !important;
    margin-bottom: -2.813rem !important;
  }
  .my-xxl-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-xxl-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xxl-n65 {
    margin-top: -4.063rem !important;
    margin-bottom: -4.063rem !important;
  }
  .my-xxl-n75 {
    margin-top: -4.68rem !important;
    margin-bottom: -4.68rem !important;
  }
  .my-xxl-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xxl-n112 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxl-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-xxl-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-xxl-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -0.75rem !important;
  }
  .mt-xxl-n16 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-xxl-n24 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n25 {
    margin-top: -1.56rem !important;
  }
  .mt-xxl-n28 {
    margin-top: -1.75rem !important;
  }
  .mt-xxl-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-xxl-n36 {
    margin-top: -2.25rem !important;
  }
  .mt-xxl-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n45 {
    margin-top: -2.813rem !important;
  }
  .mt-xxl-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-xxl-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-xxl-n65 {
    margin-top: -4.063rem !important;
  }
  .mt-xxl-n75 {
    margin-top: -4.68rem !important;
  }
  .mt-xxl-n80 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-xxl-n112 {
    margin-top: -7rem !important;
  }
  .mt-xxl-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-xxl-n160 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-xxl-n200 {
    margin-top: -12.5rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n8 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n12 {
    margin-right: -0.75rem !important;
  }
  .me-xxl-n16 {
    margin-right: -1rem !important;
  }
  .me-xxl-n20 {
    margin-right: -1.25rem !important;
  }
  .me-xxl-n24 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n25 {
    margin-right: -1.56rem !important;
  }
  .me-xxl-n28 {
    margin-right: -1.75rem !important;
  }
  .me-xxl-n30 {
    margin-right: -1.875rem !important;
  }
  .me-xxl-n36 {
    margin-right: -2.25rem !important;
  }
  .me-xxl-n40 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n45 {
    margin-right: -2.813rem !important;
  }
  .me-xxl-n50 {
    margin-right: -3.125rem !important;
  }
  .me-xxl-n60 {
    margin-right: -3.75rem !important;
  }
  .me-xxl-n65 {
    margin-right: -4.063rem !important;
  }
  .me-xxl-n75 {
    margin-right: -4.68rem !important;
  }
  .me-xxl-n80 {
    margin-right: -5rem !important;
  }
  .me-xxl-n100 {
    margin-right: -6.25rem !important;
  }
  .me-xxl-n112 {
    margin-right: -7rem !important;
  }
  .me-xxl-n150 {
    margin-right: -9.375rem !important;
  }
  .me-xxl-n160 {
    margin-right: -10rem !important;
  }
  .me-xxl-n180 {
    margin-right: -11.25rem !important;
  }
  .me-xxl-n200 {
    margin-right: -12.5rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xxl-n16 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxl-n24 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n25 {
    margin-bottom: -1.56rem !important;
  }
  .mb-xxl-n28 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xxl-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-xxl-n36 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xxl-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n45 {
    margin-bottom: -2.813rem !important;
  }
  .mb-xxl-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-xxl-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xxl-n65 {
    margin-bottom: -4.063rem !important;
  }
  .mb-xxl-n75 {
    margin-bottom: -4.68rem !important;
  }
  .mb-xxl-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xxl-n112 {
    margin-bottom: -7rem !important;
  }
  .mb-xxl-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-xxl-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-xxl-n200 {
    margin-bottom: -12.5rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -0.75rem !important;
  }
  .ms-xxl-n16 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-xxl-n24 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n25 {
    margin-left: -1.56rem !important;
  }
  .ms-xxl-n28 {
    margin-left: -1.75rem !important;
  }
  .ms-xxl-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-xxl-n36 {
    margin-left: -2.25rem !important;
  }
  .ms-xxl-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n45 {
    margin-left: -2.813rem !important;
  }
  .ms-xxl-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-xxl-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-xxl-n65 {
    margin-left: -4.063rem !important;
  }
  .ms-xxl-n75 {
    margin-left: -4.68rem !important;
  }
  .ms-xxl-n80 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-xxl-n112 {
    margin-left: -7rem !important;
  }
  .ms-xxl-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-xxl-n160 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-xxl-n200 {
    margin-left: -12.5rem !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;
  }
  .p-xxl-8 {
    padding: 0.5rem !important;
  }
  .p-xxl-12 {
    padding: 0.75rem !important;
  }
  .p-xxl-16 {
    padding: 1rem !important;
  }
  .p-xxl-20 {
    padding: 1.25rem !important;
  }
  .p-xxl-24 {
    padding: 1.5rem !important;
  }
  .p-xxl-25 {
    padding: 1.56rem !important;
  }
  .p-xxl-28 {
    padding: 1.75rem !important;
  }
  .p-xxl-30 {
    padding: 1.875rem !important;
  }
  .p-xxl-36 {
    padding: 2.25rem !important;
  }
  .p-xxl-40 {
    padding: 2.5rem !important;
  }
  .p-xxl-45 {
    padding: 2.813rem !important;
  }
  .p-xxl-50 {
    padding: 3.125rem !important;
  }
  .p-xxl-60 {
    padding: 3.75rem !important;
  }
  .p-xxl-65 {
    padding: 4.063rem !important;
  }
  .p-xxl-75 {
    padding: 4.68rem !important;
  }
  .p-xxl-80 {
    padding: 5rem !important;
  }
  .p-xxl-100 {
    padding: 6.25rem !important;
  }
  .p-xxl-112 {
    padding: 7rem !important;
  }
  .p-xxl-150 {
    padding: 9.375rem !important;
  }
  .p-xxl-160 {
    padding: 10rem !important;
  }
  .p-xxl-180 {
    padding: 11.25rem !important;
  }
  .p-xxl-200 {
    padding: 12.5rem !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;
  }
  .px-xxl-8 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-12 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-25 {
    padding-right: 1.56rem !important;
    padding-left: 1.56rem !important;
  }
  .px-xxl-28 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-36 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-45 {
    padding-right: 2.813rem !important;
    padding-left: 2.813rem !important;
  }
  .px-xxl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-65 {
    padding-right: 4.063rem !important;
    padding-left: 4.063rem !important;
  }
  .px-xxl-75 {
    padding-right: 4.68rem !important;
    padding-left: 4.68rem !important;
  }
  .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-112 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xxl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-xxl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !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;
  }
  .py-xxl-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-25 {
    padding-top: 1.56rem !important;
    padding-bottom: 1.56rem !important;
  }
  .py-xxl-28 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-36 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-45 {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
  .py-xxl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-65 {
    padding-top: 4.063rem !important;
    padding-bottom: 4.063rem !important;
  }
  .py-xxl-75 {
    padding-top: 4.68rem !important;
    padding-bottom: 4.68rem !important;
  }
  .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-112 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-xxl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !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;
  }
  .pt-xxl-8 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-16 {
    padding-top: 1rem !important;
  }
  .pt-xxl-20 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-24 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-25 {
    padding-top: 1.56rem !important;
  }
  .pt-xxl-28 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-30 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-36 {
    padding-top: 2.25rem !important;
  }
  .pt-xxl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-45 {
    padding-top: 2.813rem !important;
  }
  .pt-xxl-50 {
    padding-top: 3.125rem !important;
  }
  .pt-xxl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-65 {
    padding-top: 4.063rem !important;
  }
  .pt-xxl-75 {
    padding-top: 4.68rem !important;
  }
  .pt-xxl-80 {
    padding-top: 5rem !important;
  }
  .pt-xxl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-112 {
    padding-top: 7rem !important;
  }
  .pt-xxl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xxl-160 {
    padding-top: 10rem !important;
  }
  .pt-xxl-180 {
    padding-top: 11.25rem !important;
  }
  .pt-xxl-200 {
    padding-top: 12.5rem !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;
  }
  .pe-xxl-8 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-16 {
    padding-right: 1rem !important;
  }
  .pe-xxl-20 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-24 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-25 {
    padding-right: 1.56rem !important;
  }
  .pe-xxl-28 {
    padding-right: 1.75rem !important;
  }
  .pe-xxl-30 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-36 {
    padding-right: 2.25rem !important;
  }
  .pe-xxl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-45 {
    padding-right: 2.813rem !important;
  }
  .pe-xxl-50 {
    padding-right: 3.125rem !important;
  }
  .pe-xxl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-65 {
    padding-right: 4.063rem !important;
  }
  .pe-xxl-75 {
    padding-right: 4.68rem !important;
  }
  .pe-xxl-80 {
    padding-right: 5rem !important;
  }
  .pe-xxl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-112 {
    padding-right: 7rem !important;
  }
  .pe-xxl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xxl-160 {
    padding-right: 10rem !important;
  }
  .pe-xxl-180 {
    padding-right: 11.25rem !important;
  }
  .pe-xxl-200 {
    padding-right: 12.5rem !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;
  }
  .pb-xxl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 1.56rem !important;
  }
  .pb-xxl-28 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-36 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-45 {
    padding-bottom: 2.813rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-65 {
    padding-bottom: 4.063rem !important;
  }
  .pb-xxl-75 {
    padding-bottom: 4.68rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-112 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xxl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-xxl-200 {
    padding-bottom: 12.5rem !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;
  }
  .ps-xxl-8 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-16 {
    padding-left: 1rem !important;
  }
  .ps-xxl-20 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-24 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-25 {
    padding-left: 1.56rem !important;
  }
  .ps-xxl-28 {
    padding-left: 1.75rem !important;
  }
  .ps-xxl-30 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-36 {
    padding-left: 2.25rem !important;
  }
  .ps-xxl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-45 {
    padding-left: 2.813rem !important;
  }
  .ps-xxl-50 {
    padding-left: 3.125rem !important;
  }
  .ps-xxl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-65 {
    padding-left: 4.063rem !important;
  }
  .ps-xxl-75 {
    padding-left: 4.68rem !important;
  }
  .ps-xxl-80 {
    padding-left: 5rem !important;
  }
  .ps-xxl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-112 {
    padding-left: 7rem !important;
  }
  .ps-xxl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xxl-160 {
    padding-left: 10rem !important;
  }
  .ps-xxl-180 {
    padding-left: 11.25rem !important;
  }
  .ps-xxl-200 {
    padding-left: 12.5rem !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: 4.3125rem !important;
  }
  .fs-2 {
    font-size: 3.4375rem !important;
  }
  .fs-3 {
    font-size: 2.75rem !important;
  }
  .fs-4 {
    font-size: 2.1875rem !important;
  }
  .fs-5 {
    font-size: 1.75rem !important;
  }
  .fs-6 {
    font-size: 1.4375rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/styles-mpf.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_image.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_buttons.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/_variables.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_lists.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/_utilities.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/forms/_labels.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/vendor/_rfs.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/forms/_form-text.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/forms/_form-control.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_border-radius.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_transition.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_gradients.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/forms/_form-select.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/forms/_form-check.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/forms/_form-range.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/forms/_floating-labels.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/forms/_input-group.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_forms.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_cart.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_checkout.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_compare.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_login-register.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_my-account.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_shop.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_wishlist.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_products.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_single-product.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_modal.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_common.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/ecommerce/_sidebar.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/_ecommerce.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_root.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_reboot.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_type.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_breakpoints.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_images.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_containers.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_container.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_docs.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_grid.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_grid.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_hero.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_overlays.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_tables.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_table-variants.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_buttons.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_transitions.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_dropdown.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_caret.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_button-group.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_nav.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_nav-mega.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_navbar.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_card.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_accordion.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_breadcrumb.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_pagination.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_pagination.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_badge.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_googlemaps.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_alert.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_alert.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_panels.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_progress.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_list-group.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_list-group.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_close.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_toasts.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_modal.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_backdrop.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_tooltip.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_reset-text.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_popover.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_carousel.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_clearfix.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_spinners.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_offcanvas.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_placeholders.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_styleguide.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_search.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_sliders.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_sidebars.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/components/_footer.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/vendor/_animation.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/vendor/_swiper.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/vendor/_fullcalendar.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/vendor/_daterangepicker.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/vendor/_datepicker.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/vendor/_bootstrap-datepicker.min.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/vendor/_bootstrap-timepicker.min.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_page-templates.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_home.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_layouts.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_careers.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_services.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_testimonials.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_staff.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_blog.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_locations.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_events.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_guides.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/pages/_news.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/helpers/_colored-links.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/helpers/_ratio.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/helpers/_position.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/helpers/_stacks.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/helpers/_visually-hidden.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_visually-hidden.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/helpers/_stretched-link.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/helpers/_text-truncation.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_text-truncate.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/helpers/_vr.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/mixins/_utilities.scss%22,%22file:///C:/devgit/sitefinity-cloud-dotnet-core-renderer/FHLBC-Websites/WebApp/wwwroot/css-mpf/utilities/_api.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACUC;EACE;EACA;EACA;;;ACiHJ;EACE;EACA;;AACA;EACE;;;AAKJ;EACE;EACA;;AACI;EACE;EACA;EACA;EACA;EACA,OCzGE;ED0GF;EACA;EACA;;AAEN;EACE;;;AAIJ;EACE;EACA;EACA;;AACI;EACE;EACA;EACA;EACA;EACA,OC5HE;ED6HF;EACA;EACA;;AAEN;EACE;;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OChJE;EDiJF;EACA;EACA;;AAGJ;EACI;;;AAKR;EACE;EACA;;AACI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;;;AEpNR;EACE;EACA;EACA;EACA;EACA;EACA;;;AC2mBF;EACE;;;ACtnBF;EACE,eHu2BsC;;;AG91BxC;EACE;EACA;EACA;ECoRI,WALI;ED3QR,aH6mB4B;;;AGzmB9B;EACE;EACA;EC0QI,WALI;;;ADjQV;EACE;EACA;ECoQI,WALI;;;AC5RV;EACE,YL+1BsC;EI/jBlC,WALI;ECvRR,OLQS;;;AMbX;EACE;EACA;EACA;EACA,aNomB4B;EIvUxB,WALI;EEtRR,aNinB4B;EMhnB5B,aNunB4B;EMtnB5B,ONmCQ;EMlCR,kBNLS;EMMT;EACA;EACA;ECGE;ECHE,YFMJ;;AEFI;EFhBN;IEiBQ;;;AFGN;EACE;;AAEA;EACE;;AAIJ;EACI;;AAGJ;EACI;;AAIJ;EACE,ONKM;EMJN,kBNnCO;EMoCP,cNq2BoC;EMp2BpC;EAKE,YN8uB0B;;AMvuB9B;EAEE;;AAIF;EACE,ON/CO;EMiDP;EACA,aNwiB0B;EMviB1B;;AAQF;EAEE,kBNjEO;EMoEP;;AAIF;EACE;EACA;EACA,mBN+rB0B;EM9rB1B,ON1CM;ES3CR,kBTSS;EM8EP;EACA;EACA;EACA;EACA,yBNid0B;EMhd1B;EEhFE,YFiFF;;AE7EE;EFiEJ;IEhEM;;;AF+EN;EACE,kBNo8B8B;;AMj8BhC;EACE;EACA;EACA,mBN4qB0B;EM3qB1B,ON7DM;ES3CR,kBTSS;EMiGP;EACA;EACA;EACA;EACA,yBN8b0B;EM7b1B;EEnGE,YFoGF;;AEhGE;EFoFJ;IEnFM;;;AFkGN;EACE,kBNi7B8B;;;AMx6BlC;EACE;EACA;EACA;EACA;EACA,aN4f4B;EM3f5B,ONxFQ;EMyFR;EACA;EACA;;AAEA;EAEE;EACA;;;AAWJ;EACE,YNqwBsC;EMpwBtC;EFyII,WALI;EG7QN;;AD6IF;EACE;EACA;EACA,mBNgoB0B;;AM7nB5B;EACE;EACA;EACA,mBN0nB0B;;;AMtnB9B;EACE,YNmvBsC;EMlvBtC;EFsHI,WALI;EG7QN;;ADgKF;EACE;EACA;EACA,mBNinB0B;;AM9mB5B;EACE;EACA;EACA,mBN2mB0B;;;AMnmB5B;EACE,YN0tBoC;;AMvtBtC;EACE,YNutBoC;;AMptBtC;EACE,YNotBoC;;;AM/sBxC;EACE,ONktBsC;EMjtBtC;EACA,SNikB4B;;AM/jB5B;EACE;;AAGF;EACE;ECzMA;;AD6MF;EACE;EC9MA;;;AGdJ;EACE;EACA;EACA;EAEA;EACA,aVimB4B;EIvUxB,WALI;EMnRR,aV8mB4B;EU7mB5B,aVonB4B;EUnnB5B,OVgCQ;EU/BR,kBVRS;EUST;EACA;EACA,qBV+9BkC;EU99BlC,iBV+9BkC;EU99BlC;EHFE;ECHE,YEQJ;EACA;;AFLI;EEfN;IFgBQ;;;AEMN;EACE,cVq3BoC;EUp3BpC;EAKE,YVg+B4B;;AU59BhC;EAEE,eV+uB0B;EU9uB1B;;AAGF;EAEE,kBVjCO;;AUsCT;EACE;EACA;;;AAIJ;EACE,aVwuB4B;EUvuB5B,gBVuuB4B;EUtuB5B,cVuuB4B;EI9fxB,WALI;EG7QN;;;AG8CJ;EACE,aVouB4B;EUnuB5B,gBVmuB4B;EUluB5B,cVmuB4B;EIlgBxB,WALI;EG7QN;;;AIfJ;EACE;EACA,YXo6BwC;EWn6BxC,cXo6BwC;EWn6BxC,eXo6BwC;;AWl6BxC;EACE;EACA;;;AAIJ;EACE,OXw5BwC;EWv5BxC,QXu5BwC;EWt5BxC;EACA;EACA,kBXbS;EWcT;EACA;EACA;EACA,QX25BwC;EW15BxC;EACA;;AAGA;EJXE;;AIeF;EAEE,eXk5BsC;;AW/4BxC;EACE,QXy4BsC;;AWt4BxC;EACE,cXq2BoC;EWp2BpC;EACA,YXkvB4B;;AW/uB9B;EACE,kBXHM;EWIN,cXJM;;AWMN;EAII;;AAIJ;EAII;;AAKN;EACE,kBXxBM;EWyBN,cXzBM;EW8BJ;;AAIJ;EACE;EACA;EACA,SXi3BuC;;AW12BvC;EACE,SXy2BqC;;;AW31B3C;EACE,cXo2BgC;;AWl2BhC;EACE,OXg2B8B;EW/1B9B;EACA;EACA;EJ9FA;ECHE,YGmGF;;AH/FE;EGyFJ;IHxFM;;;AGgGJ;EACE;;AAGF;EACE,qBX+1B4B;EW11B1B;;;AAMR;EACE;EACA,cXk0BgC;;;AW/zBlC;EACE;EACA;EACA;;AAIE;EACE;EACA;EACA,SXorBwB;;;AYl0B9B;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIA;EAA0B,YZ6gCa;;AY5gCvC;EAA0B,YZ4gCa;;AYzgCzC;EACE;;AAGF;EACE,OZ8/BuC;EY7/BvC,QZ6/BuC;EY5/BvC;EHzBF,kBT2CQ;EYhBN,QZ6/BuC;EOzgCvC;ECHE,YIkBF;EACA;;AJfE;EIMJ;IJLM;;;AIgBJ;EHjCF,kBT6hCyC;;AYv/BzC;EACE,OZu+B8B;EYt+B9B,QZu+B8B;EYt+B9B;EACA,QZs+B8B;EYr+B9B,kBZjCO;EYkCP;EL7BA;;AKkCF;EACE,OZm+BuC;EYl+BvC,QZk+BuC;ESrhCzC,kBT2CQ;EYUN,QZm+BuC;EOzgCvC;ECHE,YI4CF;EACA;;AJzCE;EIiCJ;IJhCM;;;AI0CJ;EH3DF,kBT6hCyC;;AY79BzC;EACE,OZ68B8B;EY58B9B,QZ68B8B;EY58B9B;EACA,QZ48B8B;EY38B9B,kBZ3DO;EY4DP;ELvDA;;AK4DF;EACE;;AAEA;EACE,kBZnEK;;AYsEP;EACE,kBZvEK;;;AahBX;EACE;;AAEA;AAAA;EAEE,QbwiC8B;E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ACI;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;;AACA;EACI;;AAEI;EACI,OhBvHV;EgBwHU;EACA;;AACA;EACI,OhB3Hd;EgB4Hc;;AAEJ;EACI,OhB/Hd;EgBgIc;;AAMpB;EACI;;;ACtLR;AAAA;AAAA;AAIC;EACC,kBjBOS;EiBNT;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVD;IAWE;IACA;IACA;;;AAGK;EACI;EACA,YjB6jBkB;;AiB3jBlB;EACI,OjBsBN;;AiBlBT;EACC;EACA;EACM;;AAEP;EACC;EACA;EACA;EACA;;AAEC;EACC;;AAGC;EACC;EACA,OjBCI;EiBAc;EACA;;AAEjB;EACC,OjBJE;;AiBQL;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACkB;;AACA;EACI;;AAKvB;EACC;EACA;EACA;EACA;EACA,OjBnEK;EiBoEL;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAED;EACC;EACA;EACA;EACA;;AAED;EACC;;AAIH;EACC;;AACA;EACC;;AACA;EACC,OjBzDI;;AiB6DP;EACC;;;AAKJ;EACC;EACA;;AAEC;EACC;;AACA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATD;IAUE;;;AAED;EACC;;AAGF;EACC;;;AAMH;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARD;IASE;;;AAGF;EACC;;AAGE;EACC;EACA;EACA;EACA;;AAKJ;EACC;;AACA;AAAA;AAAA;EAGC,YjBrKQ;EiBsKR;EACA;EACA;EACA;EACA;EACA;;AACS;AAAA;AAAA;EACI;;AAGd;EACC;;AACA;EACC;;AAGF;EACC,OjBhJO;EiBiJP;EACA;EACS;;AAKV;EACC;EACA;EACA,OjB3JO;EiB4JP;;AAEC;EACC;EACA;EACA;EACA;EACA;;;AAML;EACC,OjB1KS;EiB2KT;EACA;;AACA;EACC,OjB9KQ;EiB+KF;;;AAGR;AAAA;EAEC;;;AAGA;EACC;;AACA;EAFD;IAGE;;;AAGF;EACC;EACA;EACA;EAC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CF;;AACA;EANJ;IAOQ;;;AAGJ;EAVJ;IAWQ;;;AAKZ;EACI;EACA;EACA;;AACA;EACI,O1BtDE;E0BuDF;;AAIR;EACI;EACA;EACA;EACA;;AACA;EALJ;IAMQ;;;AAEJ;EACI;EACA;EACA;EACA,Y1BvEE;E0BwEF;EACA;EACA;EACA;EACA;EACA,Y1BudsB;;A0BtdtB;EAXJ;IAYQ;IACA;;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,Y1BwckB;;A0BpclB;EACI;EACA;EACA;EACA,Y1BpGN;E0BqGM;EACA,Y1B8bc;;A0B3btB;EACI,Y1B1GF;;A0BiHE;EACI,Y1BlHN;E0BmHM,Y1Bibc;;A0B9atB;EACI;EACA,Y1BxHF;E0ByHE,Y1B2akB;;A0Bva9B;EACI;EACA;EACA;EACA;EAEA;EACA,O1B3KO;E0B4KP;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGR;EACI,O1BzLO;E0B0LP;;AAGA;EACI;EACA;;AAGR;EACI;EACA;EACA;;AAEA;EALJ;IASY;IACA;;;AAGR;EACI;EACA;EACA;;AAEA;EALJ;IASY;IACA;;;AAGR;EACI;EACA;;AACA;EACI;EACA;;AAOhB;EACI;;AACH;EACO;EACA;EACA;EACA;EACA,Y1BxME;E0ByMF;;AACN;EACC;;AACA;EACC;;AAGF;EACU;EACT;EACS;EACT;EACA,O1B5PQ;E0B6PC;EACA;EACA;EACA;EACA;;AAEV;EACC;EACA,O1BrQQ;E0BsQC;EACA;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;;AAIA;EACI;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMA;EACI;EACA;;AA+BhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kB1B3VO;E0B4VP;EACA;EACA;EACA;;AAEA;EACI,kB1BpUE;;A0BqUF;EACI,O1B7WD;E0B8WC;;AAIR;EA9BJ;IA+BQ;;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,O1BhYG;E0BiYH;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AACA;EACI;;AAEJ;EACI;;;AC1ZZ;AAAA;AAAA;AAGA;AAEI;EACI;EACA;;AACA;EACI;;AAKJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA,O3BSN;E2BRM;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGJ;EACI,Y3BPV;E2BQU,c3BRV;E2BSU,O3BhDT;;A2BuDS;EACI;;AACA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGR;EACI;EACA;;AAEJ;EACI,O3BlCd;E2BmCc;EACA;EACA,Y3B+fM;E2B9fN;EACA;;AAEA;EACI,O3B1ClB;E2B2CkB,Y3ByfE;;A2BjftB;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AACA;EACI,O3BrEd;;A2BsEc;EACI,O3BvElB;;A2B6EU;EACI;EACA;EACA;;;AAShB;EACI;EACA;EACA;EACA;EACA,O3B9FF;E2B+FE;EACA;;AAEA;EACI,O3BnGN;;A2BuGE;EACI;;;AAMZ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA,O3BrHF;E2BsHE;EACA;EACA;;AACA;EACI,O3BjKL;E2BkKK,Y3B3HN;E2B4HM,c3B5HN;;;A2BiIV;EACI;EACA;;AACA;EACI;EACA;;AAGJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA,O3BtJV;;A2B2JF;EACI;EACA;EAEA;EACA;EACA;EAEA,O3BnKF;;A2BoKE;EACI;;AAKA;EACI,O3B3KV;;A2B8KM;EACI;EACA;EACA;EACA,O3B9KV;E2B+KU;;;AAQhB;EACI;EACA;EACA,O3B9LE;;A2BkMF;EAEI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA,O3B7MN;;A2B+MM;EACI,O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;AAMF;EACE;EACA;;;AAKF;EACE;;;AAGF;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAKR;EACE;;;AAOF;EACE;EACA;;;AAQF;EACE;;;AAQF;EACE;;;AAGF;EACE,Y9BvpBW;;;A8B0pBb;EACE,Y9B1pBa;;;A8B4pBf;EACI,O9BjoBM;;;A8BmoBV;EACI;;;ACnrBF;EACE;EACA;;;AAwBJ;EACE;;;AAEF;EACI;;;AAGJ;EACE,a/BslB4B;E+BrlB5B;;;AAGF;E3B8PQ;E2B5PN,a/BqoB4B;;AI3iB1B;E2B5FJ;I3BqQQ;;;;A2B9PN;E3BuPM;E2BrPJ,a/B0mB0B;;AIvhB1B;E2BrFF;I3B8PM;;;;A2B9PN;E3BuPM;E2BrPJ,a/B0mB0B;;AIvhB1B;E2BrFF;I3B8PM;;;;A2B9PN;E3BuPM;E2BrPJ,a/B0mB0B;;AIvhB1B;E2BrFF;I3B8PM;;;;A2B9PN;E3BuPM;E2BrPJ,a/B0mB0B;;AIvhB1B;E2BrFF;I3B8PM;;;;A2B9PN;E3BuPM;E2BrPJ,a/B0mB0B;;AIvhB1B;E2BrFF;I3B8PM;;;;A2B9PN;E3BuPM;E2BrPJ,a/B0mB0B;;AIvhB1B;E2BrFF;I3B8PM;;;;A2BxPR;EACE,O/BLQ;E+BMR;EACA;EACA;EACA;EACA;EACA;;AACA;EACE,O/B1CS;;;A+B+CX;EACE;EACA;;AAEF;EACE;EACA,a/B+hB0B;E+B9hB1B;EACA,O/B1BM;E+B2BN;;AAEF;EACE;EACA;;ACPA;EDKF;IAII;;;;AAKN;EACE,uB/B5CQ;E+B6CR;EACA;;;AAIA;EACE;EACA;EACA;EACA;EACA,Y/BvDM;E+BwDN;;;AAIJ;EACE;;AC7CE;ED4CJ;IAGI;;;;AAIJ;EACE;;AACA;EACE;;;AAWJ;EACE,W/BqjB4B;;;A+B1iB9B;E9BxIE;EACA;;;A8B4IF;E9B7IE;EACA;;;A8B+IF;EACI;EACA,c/B4jB0B;;A+BjjB9B;EACE;EACA;;;AAIF;E3B8HM,WALI;E2BvHR;;;AAIF;EACE,e/B6NO;EIlGD;;AAlKJ;E2BsCJ;I3BmIQ;;;A2B/HN;EACE;;;AAIJ;EACE,O/BxIQ;E+ByIR;;;AAGF;EACE;EACA,e/B8MO;EItGH,WALI;E2BjGR,O/B9KS;;A+BgLT;EACE;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA,O/BjKQ;;A+BkKR;EACI;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;;AAGF;EACE;AACA;;;AAGF;EACE;;;AAGF;EACE,Y/BlOa;;;A+BqOf;EACE;;;AAGF;EACE;;;AE7PF;EnCIE;EAGA;;;AmCDF;EACE,SjCohDkC;EiCnhDlC,kBjCPS;EiCQT;E1BGE;ETRF;EAGA;;;AmCUF;EACE;EACA;;;AAKF;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAUF;EAAO;EAAuB;EAAiB;;;AAC/C;EAAW;;;AACX;EAAiB;;;AAIjB;EACE;;;AAGF;EACE;;;AASF;EAEE;;;AAGF;EACE;EACA;;;AAGF;E7BmNM,WALI;E6B5MR,OjCnES;;;AiCuEX;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACI;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;;ACvGN;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ECHA;EACA;EACA;EACA;EACA;;;AHwDE;EE5CE;IACE,WlC4fe;;;AgCjdnB;EE5CE;IACE,WlC4fe;;;AgCjdnB;EE5CE;IACE,WlC4fe;;;AgCjdnB;EE5CE;IACE,WlC4fe;;;AgCjdnB;EE5CE;IACE,WlC4fe;;;AkCtevB;EACE;EACA;;;AFmBE;EEhBJ;IAEI;;;;AE7CJ;EACI;EACA;EACA;EACA,OpCuCM;EoCtCN;EACA;EACA;;;AAGJ;AAAA;AAAA;EAGI,OpC8BM;EoC7BN;;;AAGJ;AAAA;AAAA;AAAA;AAAA;EAKI,OpC6BM;;;AoC1BV;AAAA;EAEI,OpCoBM;;;AoCjBV;AAAA;AAAA;EAGI,OpCcM;EoCbN;;;AAGJ;EACI;;;AAIJ;AAAA;AAAA;EAGI;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;EAEI,OpCVM;;;AoCaV;AAAA;EAEI,OpCTM;;;AoCYV;EACI,OpClDO;EoCmDP;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,OpC3EO;;;AoC+EX;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,OpCpOM;;;AoCuOV;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AC9VF;ECAA;EACA;EACA;EACA;EAEA;EACA;EACA;;ADJE;ECaF;EACA;EACA;EACA;EACA;EACA;;;ADXA;EACE;EACA;EACA;EACA;;ACoHM;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;AAOF;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AACX;EACE,mBAFS;;AN/EjB;EMwEM;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAOF;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;;AN/EjB;EMwEM;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAOF;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;;AN/EjB;EMwEM;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAOF;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;;AN/EjB;EMwEM;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAOF;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;;AN/EjB;EMwEM;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAOF;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;EACX;IACE,mBAFS;;;;AArEf;EACE;;;AAGF;EApCJ;EACA;;;AAcA;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AA+BE;EAhDJ;EACA;;;AAqDQ;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AA+DM;EAhEN;EACA;;;AAuEQ;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAwDU;EAxDV;;;AAmEM;AAAA;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A;;AAEJ;EACI;EACA;;APZJ;EOUA;IAIQ;IACA;IACA;IACA;IACA;;;APlBR;EQ9DF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGD;IACE;IACA;;;;ARiDD;EO+BA;IAEQ;IACA;IACA;IACA;IACA;IACA;;;;AAMR;EACI,OvCvFG;;AgC0CP;EO4CA;IAGQ;IACA;IACA;IACA,OvCzGD;;;AgCuDP;EOsDI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;;AAMR;EACI;;;AAGR;EACI;EACA;;AAEF;EACE;EACA;EACA;AAEA;EACA;EACA;EACA;;APpGA;EO4FF;IASqC,OvC5J5B;;;AgCoEP;EO+EF;IAWM;;;AAGN;EACE,OvClKO;;AuCoKT;EACE;EACA;;AAEF;EACE;;AAEF;EACE,YvCrIM;;AgCgBN;EOoHF;IAGM,YvC9KG;;;AuCiLT;EACE;EACA;;AP/GA;EO6GF;IAIM;;;AP9HJ;EO0HF;IAOM;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;APxIJ;EO0HF;IAiBM;;;AAIN;EACE;EACA;EACA;EACA;EACA;;APpJA;EO+IF;IAOM;;;;AAOJ;EACI;EACA;;AP/JJ;EO6JA;IAIQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAGR;EACI;;AACA;EAAM;;AAEV;EACI;EACA;EACA;EACA;;AACF;AAAA;EAEM,OvC7OD;;AgCoEP;EOuKE;AAAA;IAIU,OvC9LN;;;AuCkMN;EAA8B;;AAC9B;EACI;EACA;EACA;EACA,OvCxPG;;AgCuDP;EO6LA;IAMQ;;;AAKI;EACI,OvCzNV;;AuC8NL;EACG;EACA;;AAEH;EACG;EACA;;;AAIR;EACI;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YvC9RG;;;AuCkSX;EACI;;AACA;EACI;EACA;;AP/OJ;EO6OA;IAIQ;IACA;IACA;IACA;IACA;IACA;;;APzOR;EO4OA;IAEQ;IACA;IACA;IACA;IACA;;;AP/PR;EOyPA;IASQ;;;;AAKZ;EACI;;APxQA;EO0QI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;;AAKZ;EACI;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,YvCzWG;EuC0WH;;APnTJ;EOsTI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,OvChcG;;;AuCqcX;AACA;EACI;IACE;;EAEF;IACE;;EAEF;IACE;;;APvZF;EO6ZA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AE/eR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA,ezC4XO;EyC3XP,OzC+BQ;EyC9BR,gBzCitB4B;EyChtB5B,czCJS;;AyCWT;EACE;EACA;EACA,qBzCohB0B;EyCnhB1B;;AAGF;EACE;;AAGF;EACE;;AAIF;EACE;;;AASJ;EACE;;;AAUA;EACE;;;AAeF;EACE;;AAGA;EACE;;;AAOJ;EACE;;AAGF;EACE;;;AASF;EACE;EACA;;;AAQJ;EACE;EACA;;;AAQA;EACE;EACA;;;AC5HF;EAME;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,OAbQ;EAcR;;;AAfF;EAME;EACA;EACA;EACA;EACA;EACA;EACA;EAEA,OAbQ;EAcR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;AAyCd;EAKI;;AAKN;EAEE,OAjDe;EAkDf,kBC+BW;ED5BX,cC4BW;;;A2CvBb;E5CQA,OCea;EDdb,cCca;;ADZb;EACE,OATY;EAUZ,kBCUW;EDTX,cCSW;;ADNb;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBCLW;EDMX,cCNW;;ADQX;EAKI;;AAKN;EAEE,OCpBW;EDqBX;;;A4C5CF;E5CQA,OCea;EDdb,cCca;;ADZb;EACE,OATY;EAUZ,kBCUW;EDTX,cCSW;;ADNb;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBCLW;EDMX,cCNW;;ADQX;EAKI;;AAKN;EAEE,OCpBW;EDqBX;;;A4C5CF;E5CQA,OCea;EDdb,cCca;;ADZb;EACE,OATY;EAUZ,kBCUW;EDTX,cCSW;;ADNb;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBCLW;EDMX,cCNW;;ADQX;EAKI;;AAKN;EAEE,OCpBW;EDqBX;;;A4C5CF;E5CQA,OCea;EDdb,cCca;;ADZb;EACE,OATY;EAUZ,kBCUW;EDTX,cCSW;;ADNb;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBCLW;EDMX,cCNW;;ADQX;EAKI;;AAKN;EAEE,OCpBW;EDqBX;;;A4C5CF;E5CQA,OCea;EDdb,cCca;;ADZb;EACE,OATY;EAUZ,kBCUW;EDTX,cCSW;;ADNb;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBCLW;EDMX,cCNW;;ADQX;EAKI;;AAKN;EAEE,OCpBW;EDqBX;;;A4C5CF;E5CQA,OCea;EDdb,cCca;;ADZb;EACE,OATY;EAUZ,kBCUW;EDTX,cCSW;;ADNb;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBCLW;EDMX,cCNW;;ADQX;EAKI;;AAKN;EAEE,OCpBW;EDqBX;;;A4C5CF;E5CQA,OCea;EDdb,cCca;;ADZb;EACE,OATY;EAUZ,kBCUW;EDTX,cCSW;;ADNb;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBCLW;EDMX,cCNW;;ADQX;EAKI;;AAKN;EAEE,OCpBW;EDqBX;;;A4C5CF;E5CQA,OCea;EDdb,cCca;;ADZb;EACE,OATY;EAUZ,kBCUW;EDTX,cCSW;;ADNb;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBCLW;EDMX,cCNW;;ADQX;EAKI;;AAKN;EAEE,OCpBW;EDqBX;;;A4C5CF;E5CQA,OCea;EDdb,cCca;;ADZb;EACE,OATY;EAUZ,kBCUW;EDTX,cCSW;;ADNb;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBCLW;EDMX,cCNW;;ADQX;EAKI;;AAKN;EAEE,OCpBW;EDqBX;;;A4C5CF;E5CQA,OCea;EDdb,cCca;;ADZb;EACE,OATY;EAUZ,kBCUW;EDTX,cCSW;;ADNb;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBCLW;EDMX,cCNW;;ADQX;EAKI;;AAKN;EAEE,OCpBW;EDqBX;;;A4ChCJ;EACE,a3CkiB4B;E2CjiB5B,O3C3CQ;E2C4CR,iB3C6YwC;;A2C3YxC;EACE,O3C1CM;;A2CkDR;EAEE,O3CvFO;;;A2C6FX;EACE;EACA,O3CjEQ;;;A2CoEV;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,Y3ClGE;E2CmGF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;;;AAEJ;EACI;EACA;;;AAGA;EACI;;;AAOJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQR;E5CrEE;EKsKI,WALI;EG7QN;;;AoCqLJ;E5CzEE;EKsKI,WALI;EG7QN;;;AoCyLJ;EACE,a3C8Z4B;E2C7Z5B;EACA;;;AAGF;EACE,a3CwZ4B;E2CvZ5B;EACA;;AACA;EACE;EACA;;;AAKJ;EACE;EACA;;;AAIF;AACA;AAGA;AACA;EACE;EACA;EACA;EACA;EACA;EACA,Y3C1LQ;E2C2LR;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAKF;AACA;AACA;EACE;;;AAGF;AACA;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;;;AAKJ;EACI;EACA;EACA,Y3C7OM;E2C8ON;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,Y3CzQE;E2C0QF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA,Y3CpUO;E2CqUP,O3C9RM;E2C+RN;EACA;EACA;;AAEA;EACI,O3CpSE;;A2CsSF;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,Y3CtTE;E2CuTF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA,O3CzYO;E2C0YP;EACA;EACA;;AAEA;EACI,O3C/YG;;A2CiZH;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,Y3C1XE;E2C2XF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA,O3ChZM;E2CiZN;EACA;EACA;;AAGA;EACI,O3CvZE;;A2CyZF;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,Y3C5aE;E2C6aF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKR;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAGF;EACE,a3CgH4B;E2C/G5B;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACxgBJ;EpCgBM,YoCfJ;;ApCmBI;EoCpBN;IpCqBQ;;;AoClBN;EACE;;;AAMF;EACE;;;AAIJ;EACE;EACA;EpCDI,YoCEJ;;ApCEI;EoCLN;IpCMQ;;;AoCDN;EACE;EACA;EpCNE,YoCOF;;ApCHE;EoCAJ;IpC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ACE;;;ACzEF;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;ACvBZ;EACI;EACA;EACA;EACA,e1D+9C4B;E0D99C5B;EnDUA;;AmDPA;EACI,Y1DuCE;E0DtCF;EACA;;AAGJ;EACI;EACA,O1D2BE;E0D1BF;;AAGJ;EACI,Y1DsBE;E0DrBF;EACA;;;AAKR;EAEE;;;AAIF;EACE,a1DqlB4B;;;A0D7kB9B;EACI,e1D87C4B;;A0D57C5B;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAEA;EACI;EACA;;;AAmBd;EClFA,OD8Ec;EjD5Ed,kBiD0EmB;EC1EnB,cD2Ee;EC1Ef;;AAEA;EACE;;;AD4EF;EClFA,OD8Ec;EjD5Ed,kBiD0EmB;EC1EnB,cD2Ee;EC1Ef;;AAEA;EACE;;;AD4EF;EClFA,OD8Ec;EjD5Ed,kBiD0EmB;EC1EnB,cD2Ee;EC1Ef;;AAEA;EACE;;;AD4EF;EClFA,OD8Ec;EjD5Ed,kBiD0EmB;EC1EnB,cD2Ee;EC1Ef;;AAEA;EACE;;;AD4EF;EClFA,ODgFgB;EjD9EhB,kBiD0EmB;EC1EnB,cD2Ee;EC1Ef;;AAEA;EACE;;;AD4EF;EClFA,ODgFgB;EjD9EhB,kBiD0EmB;EC1EnB,cD2Ee;EC1Ef;;AAEA;EACE;;;AD4EF;EClFA,OD8Ec;EjD5Ed,kBiD0EmB;EC1EnB,cD2Ee;EC1Ef;;AAEA;EACE;;;AD4EF;EClFA,ODgFgB;EjD9EhB,kBiD0EmB;EC1EnB,cD2Ee;EC1Ef;;AAEA;EACE;;;AD4EF;EClFA,OD8Ec;EjD5Ed,kBiD0EmB;EC1EnB,cD2Ee;EC1Ef;;AAEA;EACE;;;AD4EF;EClFA,ODgFgB;EjD9EhB,kBiD0EmB;EC1EnB,cD2Ee;EC1Ef;;AAEA;EACE;;;ADmFJ;EACE;EACA;;;AAGF;EAAa,kB1DxCH;;;A0DyCV;EACI,M1DnDM;;;A0DuDN;EACI;;AAEA;EACI,O1D3DF;;;A4D9CV;EACI;;A5B6DA;E4B9DJ;IAGQ;;;;AAKJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKN;EACE;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;A5BiCA;E4BpCJ;IAKQ;;;;AAKJ;EACI;;;AAIR;EACI;EACA;EACA;;;AAIJ;EACI;EACA;EAEA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAMZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAOZ;EACI;EACA;EACA;;A5B5DA;E4ByDJ;IAKQ;;;;AAKR;EACI;;A5BpEA;E4BmEJ;IAGQ;;;;AAOJ;EAAI,O5DjGE;;A4DmGF;EACI;EACA;EACA;;A5BlFR;E4B8EA;IAOQ;;;A5BrFR;E4B8EA;IAUQ;;;;AAOJ;EACI;EACA;EACA;;A5BlGR;E4B8FA;IAOQ;;;A5BrGR;E4B8FA;IAUQ;;;;AAMZ;EACI;EACA;;AAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKR;EACI;EACA;EACA;;A5B1IA;E4B4IA;IAGQ;;;AAGJ;EACI;EACA;EACA,O5DlLF;E4DmLE;EACA;;A5BvJR;E4BkJI;IAQQ;IACA;IACA;;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;A5B1KR;E4BqKI;IAQQ;IACA;IACA;IACA;;;AAIR;EACI;EACA;;A5BtLR;E4BoLI;IAKQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;A5BnMR;E4B8LI;IAQQ;IACA;IACA;IACA;;;;AAMhB;EACI;EACA;EACA;;A5BlNA;E4BoNA;IAGQ;;;AAGJ;EACI;EACA;EACA,O5DjSD;E4DkSC;EACA;;A5B/NR;E4B0NI;IAQQ;IACA;IACA;;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;A5BlPR;E4B6OI;IAQQ;IACA;IACA;IACA;;;AAIR;EACI;EACA;;A5B9PR;E4B4PI;IAKQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;A5B3QR;E4BsQI;IAQQ;IACA;IACA;IACA;;;;AAShB;EACI;;;AAGA;EACI;;;AAIJ;EACI;;AAEJ;EACI;;;AAQR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAMA;EACI;;AAGJ;EACI;EACA;EACA;;AAOJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;;AAyDhB;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;A5B3cR;E4B0bA;IAqBQ;;;;AAMZ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA,O5DtiBD;;A4DwiBC;EACI;;;AAShB;EACI;EACA;EACA;EACA;;;AAiEF;EACE;EACA;EACA;EACA;EACA;EACA;;A5BzjBA;E4BmjBF;IAUM;IACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;A5BtkBJ;E4BikBA;IAQQ;IACF;IACA;;;AAGF;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQV;EACE;EACA;EACA;EACA;;;AAIF;EACE;;AAEA;EACI;;AAGN;EACE;EACA;;A5B9mBA;E4B4mBF;IAKM;;;AAGN;EACE;EACA;;AAQJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGJ;EACE;EACA;;AAEA;EACE;EACA;EACA;;A5BjpBJ;E4B8oBE;IAMI;;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;A5B9pBN;E4B2pBI;IAMI;;;A5BjqBR;E4B2pBI;IAUI;;;;AASV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gCjf1B;E8BiDA;IACE;;EAGE;IvD1CJ;IAZA;;EuD2DI;IvD3DJ;IAYA;;EuDoDI;IACE;;EAGF;IACE,kB9D6aoB;I8D5apB;;EAEA;IACE;IACA,mB9DwakB;;;AgCjf1B;E8BiDA;IACE;;EAGE;IvD1CJ;IAZA;;EuD2DI;IvD3DJ;IAYA;;EuDoDI;IACE;;EAGF;IACE,kB9D6aoB;I8D5apB;;EAEA;IACE;IACA,mB9DwakB;;;AgCjf1B;E8BiDA;IACE;;EAGE;IvD1CJ;IAZA;;EuD2DI;IvD3DJ;IAYA;;EuDoDI;IACE;;EAGF;IACE,kB9D6aoB;I8D5apB;;EAEA;IACE;IACA,mB9DwakB;;;A8D1Z9B;EvDnII;;AuDsIF;EACE;;AAEA;EACE;;;ACzJJ;EACE,ODsKyB;ECrKzB,kBDoKsB;;ACjKpB;EAEE,ODgKqB;EC/JrB;;AAGF;EACE,O/DRG;E+DSH,kBD0JqB;ECzJrB,cDyJqB;;;ACvK3B;EACE,ODsKyB;ECrKzB,kBDoKsB;;ACjKpB;EAEE,ODgKqB;EC/JrB;;AAGF;EACE,O/DRG;E+DSH,kBD0JqB;ECzJrB,cDyJqB;;;ACvK3B;EACE,ODsKyB;ECrKzB,kBDoKsB;;ACjKpB;EAEE,ODgKqB;EC/JrB;;AAGF;EACE,O/DRG;E+DSH,kBD0JqB;ECzJrB,cDyJqB;;;ACvK3B;EACE,ODsKyB;ECrKzB,kBDoKsB;;ACjKpB;EAEE,ODgKqB;EC/JrB;;AAGF;EACE,O/DRG;E+DSH,kBD0JqB;ECzJrB,cDyJqB;;;ACvK3B;EACE,ODwK2B;ECvK3B,kBDoKsB;;ACjKpB;EAEE,ODkKuB;ECjKvB;;AAGF;EACE,O/DRG;E+DSH,kBD4JuB;EC3JvB,cD2JuB;;;ACzK7B;EACE,ODwK2B;ECvK3B,kBDoKsB;;ACjKpB;EAEE,ODkKuB;ECjKvB;;AAGF;EACE,O/DRG;E+DSH,kBD4JuB;EC3JvB,cD2JuB;;;ACzK7B;EACE,ODsKyB;ECrKzB,kBDoKsB;;ACjKpB;EAEE,ODgKqB;EC/JrB;;AAGF;EACE,O/DRG;E+DSH,kBD0JqB;ECzJrB,cDyJqB;;;ACvK3B;EACE,ODwK2B;ECvK3B,kBDoKsB;;ACjKpB;EAEE,ODkKuB;ECjKvB;;AAGF;EACE,O/DRG;E+DSH,kBD4JuB;EC3JvB,cD2JuB;;;ACzK7B;EACE,ODsKyB;ECrKzB,kBDoKsB;;ACjKpB;EAEE,ODgKqB;EC/JrB;;AAGF;EACE,O/DRG;E+DSH,kBD0JqB;ECzJrB,cDyJqB;;;ACvK3B;EACE,ODwK2B;ECvK3B,kBDoKsB;;ACjKpB;EAEE,ODkKuB;ECjKvB;;AAGF;EACE,O/DRG;E+DSH,kBD4JuB;EC3JvB,cD2JuB;;;AAO/B;EACE;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;;AErNV;EACE;EACA,OhEmnD2B;EgElnD3B,QhEknD2B;EgEjnD3B;EACA,OhEWS;EgEVT;EACA;EzDOE;EyDLF,ShEmnD2B;;AgEhnD3B;EACE,OhEGO;EgEFP;EACA,ShE8mDyB;;AgE3mD3B;EACE;EACA,YhEuwB4B;EgEtwB5B,ShEymDyB;;AgEtmD3B;EAEE;EACA;EACA,ShEmmDyB;;;AgE/lD7B;EACE,QhE+lD2B;;;AiEroD7B;EACE,OjEs5CkC;EiEr5ClC;E7DmSI,WALI;E6D3RR;EACA,kBjEs5CkC;EiEr5ClC;EACA;EACA,YjE2jB4B;EOjjB1B;;A0DPF;EACE;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;;AAEA;EACE,ejE6gBkB;;;AiEzgBtB;EACE;EACA;EACA;EACA,OjElBS;EiEmBT,kBjEg4CkC;EiE/3ClC;EACA;E1DVE;EACA;;A0DYF;EACE;EACA,ajE62CgC;;;AiEz2CpC;EACE,SjEw2CkC;EiEv2ClC;;;AC1CF;EACI;EACA;EACA;EACA,SlEqlCgC;EkEplChC;EACA;EACA;EACA;EACA;EAGA;EACA;;;AAOJ;EACE;EACA;EACA,QlE85CkC;EkE55ClC;;AAGA;E1DnBI,Y0DoBF;EACA,WlEo7CgC;;AQr8C9B;E0DeJ;I1DdM;;;A0DkBN;EACE,WlEk7CgC;;AkE96ClC;EACE,WlE+6CgC;;;AkE36CpC;EACE;;AAEA;EACE;EACA;;AAGF;EACE;;;AAIJ;EACE;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EAGA;EACA,kBlErES;EkEsET;EACA;E3D5DE;E2DgEF;;;AAIF;ECrFE;EACA;EACA;EACA,SnE0lCkC;EmEzlClC;EACA;EACA,kBnEaS;EmEZT;EDgFA;;AC7EA;EAAS;;AACT;EAAS,SnE87CyB;;;AkE72CpC;EACE;EACA;EACA;EACA;EACA,SlE+2CkC;EkE92ClC;E3DxEE;EACA;;A2D0EF;EACE;EACA;;;AAKJ;EACE;EACA,alEkhB4B;;;AkE7gB9B;EACE;EAGA;EACA,SlEiRO;;;AkE7QT;EACE;EACA;EACA;EACA;EACA;EACA;EACA;E3D3FE;EACA;;A2DgGF;EACE;;;AlC7EA;EkCoFF;IACE,WlEi0CgC;IkEh0ChC;;EAGF;IACE;;EAGF;IACE;;EAOF;IAAY,WlEgzCsB;;;AgCr5ChC;EkCyGF;AAAA;IAEE,WlE4yCgC;;;AgCv5ChC;EkCgHF;IAAY,WlEwyCsB;;;AkE/xChC;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;E3D7KJ;;A2DiLE;E3DjLF;;A2DqLE;EACE;;AAGF;E3DzLF;;;AyByDA;EkC4GA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;I3D7KJ;;E2DiLE;I3DjLF;;E2DqLE;IACE;;EAGF;I3DzLF;;;AyByDA;EkC4GA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;I3D7KJ;;E2DiLE;I3DjLF;;E2DqLE;IACE;;EAGF;I3DzLF;;;AyByDA;EkC4GA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;I3D7KJ;;E2DiLE;I3DjLF;;E2DqLE;IACE;;EAGF;I3DzLF;;;AyByDA;EkC4GA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;I3D7KJ;;E2DiLE;I3DjLF;;E2DqLE;IACE;;EAGF;I3DzLF;;;AyByDA;EkC4GA;IACE;IACA;IACA;IACA;;EAEA;IACE;IACA;I3D7KJ;;E2DiLE;I3DjLF;;E2DqLE;IACE;;EAGF;I3DzLF;;;A2DgMA;EACI;EACA,kBlEtKE;EkEuKF;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAKR;EACI;;AAMR;EACI;EACA;;AAEA;EACI;EACA;EACA,OlE1NF;EkE2NE;;AAEA;EACI,OlE9NN;;AkEkOF;EACI,OlExOF;;AkE0OE;EACI;EACA;EACA;EACA,OlE9ON;;;AoE9CV;EACE;EACA,SpE+lCkC;EoE9lClC;EACA,QpEg2CkC;EqEp2ClC,arE8mB4B;EqE5mB5B;EACA,arEunB4B;EqEtnB5B,arE6nB4B;EqE5nB5B;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EjEsRI,WALI;EgErRR;EACA;;AAEA;EAAS,SpEo1CyB;;AoEl1ClC;EACE;EACA;EACA,OpEo1CgC;EoEn1ChC,QpEo1CgC;;AoEl1ChC;EACE;EACA;EACA;EACA;;;AAKN;EACE;;AAEA;EACE;;AAEA;EACE;EACA;EACA,kBpEnBK;;;AoEwBX;EACE;;AAEA;EACE;EACA,OpEszCgC;EoErzChC,QpEozCgC;;AoElzChC;EACE;EACA;EACA,oBpEnCK;;;AoEwCX;EACE;;AAEA;EACE;;AAEA;EACE;EACA;EACA,qBpEjDK;;;AoEsDX;EACE;;AAEA;EACE;EACA,OpEwxCgC;EoEvxChC,QpEsxCgC;;AoEpxChC;EACE;EACA;EACA,mBpEjEK;;;AoEsFX;EACE,WpEkvCkC;EoEjvClC;EACA,OpEtGS;EoEuGT;EACA,kBpE3FS;EOFP;;;A+DnBJ;EACE;EACA;EACA;EACA,StE6lCkC;EsE5lClC;EACA,WtEs3CkC;EqE33ClC,arE8mB4B;EqE5mB5B;EACA,arEunB4B;EqEtnB5B,arE6nB4B;EqE5nB5B;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EjEsRI,WALI;EkEpRR;EACA,kBtELS;Es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aS;EmEZT;;AAGA;EAAS;;AACT;EAAS,SnE87CyB;;;A0Ev7CpC;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;;AAIJ;EACE;EACA,a1E8lB4B;;;A0E3lB9B;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA,O1E8lDkC;E0E7lDlC;EACA;;;AAGF;EACE;EACA;EACA,O1EslDkC;E0ErlDlC;EACA;;;AAGF;EACE;EACA;EACA;EACA,Q1E8kDkC;E0E7kDlC;EACA;EACA;;;AAGF;EACE;EACA;EACA,Q1EqkDkC;E0EpkDlC;EACA;EACA;;;AAGF;EACE;;;AAKA;EACE;EACA;;;ACxFJ;EACE;EACA;EACA;EACA;EACA;EACA,S3EuwCkC;;A2ErwClC;EACE;EACA;;;AAKJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAKA;EACE;;;AAIJ;EACE;IACE,S3E0uCgC;;;A2EtuCpC;EACE;EACA;EACA;;;AAGF;EACE;IACE;;;AChDJ;EACI;;;AAIF;EACE;EACA;EACA;EACA;EACA;;;AAKF;AACA;EACE;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;AAEA;AAAA;AAAA;EAGA;;;AAGF;EACE;;;AAIF;AACA;EACE;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASE;;;AAGF;AACA;EACE;IACE;;;AAGJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;AACA;IACA;IACA;AACA;IACA;IACA;;EAGF;AAAA;IAEE;;AAGF;AAAA;AAAA;EAGA;AAAA;AAAA;IAGE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;;EAGF;AAAA;AAAA;IAEE;IACA;;EAGF;IACE;AACA;IACA;IACA;IACA;IACA;AACA;IACA;IACA;IACA;;EAGF;AAAA;IAEE;IACA;;EAGF;IACE;;;AClKN;EAAU;;;A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;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;AAEA;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;AAEA;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;AAEA;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;IACE;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;EACA;;;AAIJ;AACA;AACA;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;;;AC9xGF;EACE;EACA;;;AAGF;AAEE;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;;AAGF;EACE;;AAEA;EACE;;AAIJ;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;;AAGF;EACE;;AAEF;EACE;;AAEF;EAAsB;;AACtB;EAA2C;EAAoB;EAAQ;;;AAKzE;AAEA;EACE;IACE;;EACA;IACE;;;AAIN;EACE;IACE;;EAEF;IACE;;;AAGJ;EACE;IACE;;EAEF;IACE;;;AAGJ;EACE;IACE;;EAEF;IACE;;;AAGJ;EACE;IACE;;EAEF;IACE;;;AAOJ;EACE;;;AAKF;EACE;;AAGM;EACE;EACA;;AAEE;EACA;EACA;;AAGI;EACA;EACA;EACA;;AAKV;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAMd;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACA;EACA;;AAGA;EACA;EACA;EACA;;AAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQE;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAQJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAQF;EACE;;AlDnVE;EkDkVJ;IAIM;;;AlDtVF;EkDkVJ;IAOM;;;AlDzVF;EkDkVJ;IAUM;IACA;;;AlD7VF;EkDkVJ;IAcU;IACA;;;AlDjWN;EkDkVJ;IAkBW;IACA;;;AAIT;EACI;EACA;;AlD3WF;EkDyWF;IAIQ;;;AlD7WN;EkDyWF;IAOQ;;;AlDhXN;EkDyWF;IAUQ;;;;AAMV;EACA;EACA;;;AAME;EACE;;AACA;EACE,YlF5ZI;EkF6ZJ;EACA;EACA;EACA,alFuJwB;EkFtJxB;;AAEF;EACE,alFmJwB;EkFlJxB;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAEE;EACI;EACA;;AAGJ;EACI;EACA;EACD;;AAGH;EACI;EACA;EACA;EACA;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACE,YlFlfM;;;AkF2fR;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AlDveF;EkDkeF;IAQQ;IACA;;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAQN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKN;EACI;EACA;;AAEA;EACI;AACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;;AAQN;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AlDhoBF;EkD2nBF;IAQQ;IACA;;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAQN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACE,YlFt4BO;EkFu4BP;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAEF;EACE,alFrTwB;;;AkF8T9B;EACE;EACA;;AAEI;EACI;AACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAMd;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACA;EACA;;AAGA;EACA;EACA;EACA;;AAGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACA;EACA;EACA;EACA;;AAGA;EACE,YlFz+BS;EkF0+BT;;AAGF;EACE;EACA,YlF/+BS;;AkFk/BX;EACE;;;AAOF;EACE,YlFp9BQ;;;AmF/CV;AAAA;EAEI;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;EAEA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;AAAA;EAGI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;AAAA;EAGI;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;AAAA;EAGI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;AAAA;AAAA;EAII;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;AAAA;AAAA;AAAA;EAII;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA,anFsC0B;;;AmFpC9B;EACI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;AAAA;EAGI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;AAAA;EAGI;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;AAAA;EAEI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;AAAA;EAEI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAOJ;EACI;EACA;;;AAGJ;EACI;;;AAIA;EACI;;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;;AAKJ;EACI,anFvhBsB;;;AmF2hB9B;EACI;;;AAGJ;EACI;;;AAKA;AAAA;AAAA;AAAA;AAAA;EAKI;;;AAKJ;EACI,YnF9pCG;EmF+pCH;EACA;EACA;EACA;EACA,anFrjBsB;;;AmF2jB1B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOI,cnFhrCG;;AmFmrCP;AAAA;EAEI,YnFrrCG;;;AmF0rCX;EACI,YnF3rCO;EmF4rCP;EACA,OnFzrCO;EmF0rCP;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAAA;AAAA;EAGI,YnF9sCO;;;AmFitCX;AAAA;AAAA;EAGI,kBnFnrCM;EmForCN,OnF3tCO;EmF4tCP;;;AAIA;EACI,YnFjuCG;;;AmFquCX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OnF7uCO;;;AmFgvCX;EACI;EACA;EACA;EACA,OnFpvCO;EmFqvCP;;;AAKI;EACI;;AAIR;EACI;;AAGJ;EACI,OnFpwCG;;;AmFywCP;EACI,OnF1wCG;;;AmF8wCX;EACI;EACA;EACA;EACA;EACA;EACA,kBnFhxCO;EmFixCP;EACA;EACA;EACA;;;AAGJ;EACI,cnF5xCO;;;AmF+xCX;AAAA;EAEI,OnFjyCO;;;AmFoyCX;AAAA;EAEI;;;AAGJ;EACI;;;AnDtuCA;EmD0uCA;IACI;;EACA;IACI;;EAEJ;AAAA;AAAA;IAGI;IACA;IACA;IACA;;EAOI;IACI;;EAMhB;IACI;;;AAMJ;EpFvtCF;EKsKI,WALI;EG7QN;;;A4Ew0CJ;AAAA;EAEI,OnFr1CO;;;AmF21CH;EACI;;;AAUA;EACI;EACA;EACA,enFjzBc;;AmFmzBlB;EACI;EACA;EACA,enFtzBc;;;AoFhkB9B;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;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AH;EACA;EACA;EACA;EACA,ajGgnBsB;;;AiG5mB9B;EACI;;;AAIA;EACI;EACA;EACA;EACA;;;AAKR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AACA;EACI;;AAGA;EACI;EACA;EACA;;AjEeR;EiEZA;IAEQ;;;;AAMZ;EACI;;;AAGJ;EACI;;;AC9DI;EACI;;AAGJ;EACI,alGomBkB;EkGnmBlB;EACA;EACA;;AAEA;EACI;;AAIR;EACI,OlG6BF;EkG5BE,YlGMK;EkGLL;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIZ;EAEQ;IACI;;EACA;IACI;;;AASZ;EACI,OlGEE;EkGDF,YlGrBS;EkGsBT;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,alGkjBsB;EkGjjBtB;EACA;EACA;;AAEA;EACI;;;AAMR;EACI;EACA;EACA,alGmiBsB;EkGliBtB;;AAEJ;EACI;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI,OlG1CE;EkG2CF;EACA;;;AAKJ;EACI;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;;;AAIR;EACI,YlGxGM;EkGyGN;EACA;EACA;EACA;;AlE3CA;EkEsCJ;IAQQ;;;AAGJ;EACI,alG8esB;EkG7etB;EACA;;AAGJ;EACI,alGuesB;;AkGretB;EACI;EACA;;AAGJ;EACI;EACA,OlG9FF;;;AkGmGV;EACI;EACA;EACA;;;AAGJ;EACI,YlG9IM;EkG+IN;EACA;EACA;;AACA;EACI,alG6csB;EkG5ctB;EACA;EACA;EACA;;AAEA;EACI;EACA;;;ACtKZ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAGR;EACI;;;AAGA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA,anG2jBsB;EmG1jBtB;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;;AAKJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;A3BxFN;EACE;EACA;EACA;;;A4BJF;EACE,OpGiGW;;AoG9FT;EAEE;;;AANN;EACE,OpGiGW;;AoG9FT;EAEE;;;AANN;EACE,OpGiGW;;AoG9FT;EAEE;;;AANN;EACE,OpGiGW;;AoG9FT;EAEE;;;AANN;EACE,OpGiGW;;AoG9FT;EAEE;;;AANN;EACE,OpGiGW;;AoG9FT;EAEE;;;AANN;EACE,OpGiGW;;AoG9FT;EAEE;;;AANN;EACE,OpGiGW;;AoG9FT;EAEE;;;AANN;EACE,OpGiGW;;AoG9FT;EAEE;;;AANN;EACE,OpGiGW;;AoG9FT;EAEE;;;ACLR;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAKF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;ACtBJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA,StG6kCkC;;;AsGzkChC;EACI;;;AASA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AtE0BZ;EsElCI;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;;;AtE0BZ;EsElCI;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;;;AtE0BZ;EsElCI;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;;;AtE0BZ;EsElCI;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;;;AtE0BZ;EsElCI;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;;;ACpChB;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;ACRF;AAAA;ECIE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACXA;EACE;EACA;EACA;EACA;EACA;EACA,S1GmesC;E0GletC;;;ACRJ;ECAE;EACA;EACA;;;ACNF;EACE;EACA;EACA;EACA;EACA;EACA,S7GgsB4B;;;A8GvoBtB;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AArBJ;AAcA;EAOI;EAAA;;;AAcJ;AArBA;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAjBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASF;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAPJ;EAIQ;EAGJ;;;AAjBJ;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AASF;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;EAAA;;;AAPJ;EAOI;;;AAPJ;EAOI;;;A9EPR;E8EAI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A9EPR;E8EAI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A9EPR;E8EAI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A9EPR;E8EAI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;A9EPR;E8EAI;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;IAAA;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;ACnDZ;ED4CQ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;;AChCZ;EDyBQ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI;;EAPJ;IAOI%22%7D */