@charset "UTF-8";
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #00907a;
  background-color: #e6f6f3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300907a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #80d0c4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 160, 136, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.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: 1rem 1.25rem;
}

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

.container,
.container-fluid,
.container-full,
.container-xxxl,
.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: 540px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 992px;
  }
}
@media (min-width: 1160px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1160px;
  }
}
@media (min-width: 1320px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1680px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1680px;
  }
}
@media (min-width: 1920px) {
  .container-full, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1920px;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  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-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: 400px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 540px) {
  .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: 1160px) {
  .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: 1320px) {
  .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;
  }
}
@media (min-width: 1680px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-full-start {
    --bs-position: start;
  }
  .dropdown-menu-full-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-full-end {
    --bs-position: end;
  }
  .dropdown-menu-full-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 20px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 40px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00A088;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 40px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 10px 40px;
  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: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #00A088;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

.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: 10px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 10px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 20px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 20px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 40px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 40px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 60px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 60px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 120px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 120px;
}

@media (min-width: 400px) {
  .col-xs {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xs-0,
.gx-xs-0 {
    --bs-gutter-x: 0;
  }

  .g-xs-0,
.gy-xs-0 {
    --bs-gutter-y: 0;
  }

  .g-xs-1,
.gx-xs-1 {
    --bs-gutter-x: 10px;
  }

  .g-xs-1,
.gy-xs-1 {
    --bs-gutter-y: 10px;
  }

  .g-xs-2,
.gx-xs-2 {
    --bs-gutter-x: 20px;
  }

  .g-xs-2,
.gy-xs-2 {
    --bs-gutter-y: 20px;
  }

  .g-xs-3,
.gx-xs-3 {
    --bs-gutter-x: 40px;
  }

  .g-xs-3,
.gy-xs-3 {
    --bs-gutter-y: 40px;
  }

  .g-xs-4,
.gx-xs-4 {
    --bs-gutter-x: 60px;
  }

  .g-xs-4,
.gy-xs-4 {
    --bs-gutter-y: 60px;
  }

  .g-xs-5,
.gx-xs-5 {
    --bs-gutter-x: 120px;
  }

  .g-xs-5,
.gy-xs-5 {
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 540px) {
  .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: 10px;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 10px;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 20px;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 20px;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 40px;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 40px;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 60px;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 60px;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 120px;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 120px;
  }
}
@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: 10px;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 10px;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 20px;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 20px;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 40px;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 40px;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 60px;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 60px;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 120px;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 120px;
  }
}
@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: 10px;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 10px;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 20px;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 20px;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 40px;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 40px;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 60px;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 60px;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 120px;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 1160px) {
  .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: 10px;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 10px;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 20px;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 20px;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 40px;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 40px;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 60px;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 60px;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 120px;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 1320px) {
  .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: 10px;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 10px;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 20px;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 20px;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 40px;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 40px;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 60px;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 60px;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 120px;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 1680px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 10px;
  }

  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 10px;
  }

  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 20px;
  }

  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 20px;
  }

  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 40px;
  }

  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 40px;
  }

  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 60px;
  }

  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 60px;
  }

  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 120px;
  }

  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 120px;
  }
}
@media (min-width: 1920px) {
  .col-full {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-full-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-full-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-full-0,
.gx-full-0 {
    --bs-gutter-x: 0;
  }

  .g-full-0,
.gy-full-0 {
    --bs-gutter-y: 0;
  }

  .g-full-1,
.gx-full-1 {
    --bs-gutter-x: 10px;
  }

  .g-full-1,
.gy-full-1 {
    --bs-gutter-y: 10px;
  }

  .g-full-2,
.gx-full-2 {
    --bs-gutter-x: 20px;
  }

  .g-full-2,
.gy-full-2 {
    --bs-gutter-y: 20px;
  }

  .g-full-3,
.gx-full-3 {
    --bs-gutter-x: 40px;
  }

  .g-full-3,
.gy-full-3 {
    --bs-gutter-y: 40px;
  }

  .g-full-4,
.gx-full-4 {
    --bs-gutter-x: 60px;
  }

  .g-full-4,
.gy-full-4 {
    --bs-gutter-y: 60px;
  }

  .g-full-5,
.gx-full-5 {
    --bs-gutter-x: 120px;
  }

  .g-full-5,
.gy-full-5 {
    --bs-gutter-y: 120px;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #00A088;
}
.link-primary:hover, .link-primary:focus {
  color: #33b3a0;
}

.link-secondary {
  color: #206E62;
}
.link-secondary:hover, .link-secondary:focus {
  color: #1a584e;
}

.link-light {
  color: #D2E9E5;
}
.link-light:hover, .link-light:focus {
  color: #dbedea;
}

.link-dark {
  color: #094D4D;
}
.link-dark:hover, .link-dark:focus {
  color: #073e3e;
}

.link-white {
  color: #fff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-black {
  color: #000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.link-blue {
  color: #1B8272;
}
.link-blue:hover, .link-blue:focus {
  color: #16685b;
}

.link-darkblue {
  color: #206E62;
}
.link-darkblue:hover, .link-darkblue:focus {
  color: #1a584e;
}

.link-placeholder {
  color: #8DC0B9;
}
.link-placeholder:hover, .link-placeholder:focus {
  color: #a4cdc7;
}

.link-pale {
  color: #D2E9E5;
}
.link-pale:hover, .link-pale:focus {
  color: #dbedea;
}

.link-lightblue {
  color: #D2E9E5;
}
.link-lightblue:hover, .link-lightblue:focus {
  color: #dbedea;
}

.link-box-blue {
  color: #D2E9E5;
}
.link-box-blue:hover, .link-box-blue:focus {
  color: #dbedea;
}

.link-bic-blue {
  color: #EDF6F9;
}
.link-bic-blue:hover, .link-bic-blue:focus {
  color: #f1f8fa;
}

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

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

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

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

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

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

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

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

@media (min-width: 400px) {
  .sticky-xs-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 540px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1160px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1320px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1680px) {
  .sticky-xxxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1920px) {
  .sticky-full-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 20px;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.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: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 20px 40px;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00A088;
  border-color: #00A088;
}
.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: 400px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 540px) {
  .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: 1160px) {
  .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: 1320px) {
  .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;
  }
}
@media (min-width: 1680px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-full {
    flex-direction: row;
  }
  .list-group-horizontal-full > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-full > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-full > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-full > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-full > .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: #006052;
  background-color: #ccece7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #006052;
  background-color: #b8d4d0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #006052;
  border-color: #006052;
}

.list-group-item-secondary {
  color: #13423b;
  background-color: #d2e2e0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #13423b;
  background-color: #bdcbca;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #13423b;
  border-color: #13423b;
}

.list-group-item-light {
  color: #545d5c;
  background-color: #f6fbfa;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #545d5c;
  background-color: #dde2e1;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #545d5c;
  border-color: #545d5c;
}

.list-group-item-dark {
  color: #052e2e;
  background-color: #cedbdb;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #052e2e;
  background-color: #b9c5c5;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #052e2e;
  border-color: #052e2e;
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-blue {
  color: #104e44;
  background-color: #d1e6e3;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #104e44;
  background-color: #bccfcc;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #104e44;
  border-color: #104e44;
}

.list-group-item-darkblue {
  color: #13423b;
  background-color: #d2e2e0;
}
.list-group-item-darkblue.list-group-item-action:hover, .list-group-item-darkblue.list-group-item-action:focus {
  color: #13423b;
  background-color: #bdcbca;
}
.list-group-item-darkblue.list-group-item-action.active {
  color: #fff;
  background-color: #13423b;
  border-color: #13423b;
}

.list-group-item-placeholder {
  color: #55736f;
  background-color: #e8f2f1;
}
.list-group-item-placeholder.list-group-item-action:hover, .list-group-item-placeholder.list-group-item-action:focus {
  color: #55736f;
  background-color: #d1dad9;
}
.list-group-item-placeholder.list-group-item-action.active {
  color: #fff;
  background-color: #55736f;
  border-color: #55736f;
}

.list-group-item-pale {
  color: #545d5c;
  background-color: #f6fbfa;
}
.list-group-item-pale.list-group-item-action:hover, .list-group-item-pale.list-group-item-action:focus {
  color: #545d5c;
  background-color: #dde2e1;
}
.list-group-item-pale.list-group-item-action.active {
  color: #fff;
  background-color: #545d5c;
  border-color: #545d5c;
}

.list-group-item-lightblue {
  color: #545d5c;
  background-color: #f6fbfa;
}
.list-group-item-lightblue.list-group-item-action:hover, .list-group-item-lightblue.list-group-item-action:focus {
  color: #545d5c;
  background-color: #dde2e1;
}
.list-group-item-lightblue.list-group-item-action.active {
  color: #fff;
  background-color: #545d5c;
  border-color: #545d5c;
}

.list-group-item-box-blue {
  color: #545d5c;
  background-color: #f6fbfa;
}
.list-group-item-box-blue.list-group-item-action:hover, .list-group-item-box-blue.list-group-item-action:focus {
  color: #545d5c;
  background-color: #dde2e1;
}
.list-group-item-box-blue.list-group-item-action.active {
  color: #fff;
  background-color: #545d5c;
  border-color: #545d5c;
}

.list-group-item-bic-blue {
  color: #5f6264;
  background-color: #fbfdfe;
}
.list-group-item-bic-blue.list-group-item-action:hover, .list-group-item-bic-blue.list-group-item-action:focus {
  color: #5f6264;
  background-color: #e2e4e5;
}
.list-group-item-bic-blue.list-group-item-action.active {
  color: #fff;
  background-color: #5f6264;
  border-color: #5f6264;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #00A088;
  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: #00806d;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 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: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00A088;
}

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

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

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

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

hr {
  margin: 40px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00A088;
  text-decoration: underline;
}
a:hover {
  color: #00806d;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root {
  --bs-blue: #1B8272;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #00A088;
  --bs-secondary: #206E62;
  --bs-light: #D2E9E5;
  --bs-dark: #094D4D;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-blue: #1B8272;
  --bs-darkblue: #206E62;
  --bs-placeholder: #8DC0B9;
  --bs-pale: #D2E9E5;
  --bs-lightblue: #D2E9E5;
  --bs-box-blue: #D2E9E5;
  --bs-bic-blue: #EDF6F9;
  --bs-primary-rgb: 0, 160, 136;
  --bs-secondary-rgb: 32, 110, 98;
  --bs-light-rgb: 210, 233, 229;
  --bs-dark-rgb: 9, 77, 77;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-blue-rgb: 27, 130, 114;
  --bs-darkblue-rgb: 32, 110, 98;
  --bs-placeholder-rgb: 141, 192, 185;
  --bs-pale-rgb: 210, 233, 229;
  --bs-lightblue-rgb: 210, 233, 229;
  --bs-box-blue-rgb: 210, 233, 229;
  --bs-bic-blue-rgb: 237, 246, 249;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.translate-middle {
  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: #00A088 !important;
}

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

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

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

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

.border-black {
  border-color: #000 !important;
}

.border-blue {
  border-color: #1B8272 !important;
}

.border-darkblue {
  border-color: #206E62 !important;
}

.border-placeholder {
  border-color: #8DC0B9 !important;
}

.border-pale {
  border-color: #D2E9E5 !important;
}

.border-lightblue {
  border-color: #D2E9E5 !important;
}

.border-box-blue {
  border-color: #D2E9E5 !important;
}

.border-bic-blue {
  border-color: #EDF6F9 !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: 10px !important;
}

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

.gap-3 {
  gap: 40px !important;
}

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

.gap-5 {
  gap: 120px !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: 10px !important;
}

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

.m-3 {
  margin: 40px !important;
}

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 120px !important;
  margin-left: 120px !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: 10px !important;
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 40px !important;
}

.p-4 {
  padding: 60px !important;
}

.p-5 {
  padding: 120px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-3 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-4 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-5 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-3 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-4 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-5 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

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

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 40px !important;
}

.pt-4 {
  padding-top: 60px !important;
}

.pt-5 {
  padding-top: 120px !important;
}

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

.pe-1 {
  padding-right: 10px !important;
}

.pe-2 {
  padding-right: 20px !important;
}

.pe-3 {
  padding-right: 40px !important;
}

.pe-4 {
  padding-right: 60px !important;
}

.pe-5 {
  padding-right: 120px !important;
}

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

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 40px !important;
}

.pb-4 {
  padding-bottom: 60px !important;
}

.pb-5 {
  padding-bottom: 120px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 10px !important;
}

.ps-2 {
  padding-left: 20px !important;
}

.ps-3 {
  padding-left: 40px !important;
}

.ps-4 {
  padding-left: 60px !important;
}

.ps-5 {
  padding-left: 120px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.fw-normal {
  font-weight: 400 !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-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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

.text-box-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-box-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-bic-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-bic-blue-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: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-bic-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-bic-blue-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 {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

.pe-none {
  pointer-events: none !important;
}

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !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: 400px) {
  .float-xs-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xs-grid {
    display: grid !important;
  }

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

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

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

  .d-xs-flex {
    display: flex !important;
  }

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

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

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

  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-xs-1 {
    gap: 10px !important;
  }

  .gap-xs-2 {
    gap: 20px !important;
  }

  .gap-xs-3 {
    gap: 40px !important;
  }

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

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

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .m-xs-3 {
    margin: 40px !important;
  }

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

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

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

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

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

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

  .mx-xs-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

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

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

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

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

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

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

  .my-xs-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .mt-xs-3 {
    margin-top: 40px !important;
  }

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

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

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

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

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

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

  .me-xs-3 {
    margin-right: 40px !important;
  }

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

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

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

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

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

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

  .mb-xs-3 {
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .ms-xs-3 {
    margin-left: 40px !important;
  }

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

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

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

  .p-xs-0 {
    padding: 0 !important;
  }

  .p-xs-1 {
    padding: 10px !important;
  }

  .p-xs-2 {
    padding: 20px !important;
  }

  .p-xs-3 {
    padding: 40px !important;
  }

  .p-xs-4 {
    padding: 60px !important;
  }

  .p-xs-5 {
    padding: 120px !important;
  }

  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xs-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xs-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xs-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xs-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xs-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xs-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xs-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xs-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xs-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-1 {
    padding-top: 10px !important;
  }

  .pt-xs-2 {
    padding-top: 20px !important;
  }

  .pt-xs-3 {
    padding-top: 40px !important;
  }

  .pt-xs-4 {
    padding-top: 60px !important;
  }

  .pt-xs-5 {
    padding-top: 120px !important;
  }

  .pe-xs-0 {
    padding-right: 0 !important;
  }

  .pe-xs-1 {
    padding-right: 10px !important;
  }

  .pe-xs-2 {
    padding-right: 20px !important;
  }

  .pe-xs-3 {
    padding-right: 40px !important;
  }

  .pe-xs-4 {
    padding-right: 60px !important;
  }

  .pe-xs-5 {
    padding-right: 120px !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-1 {
    padding-bottom: 10px !important;
  }

  .pb-xs-2 {
    padding-bottom: 20px !important;
  }

  .pb-xs-3 {
    padding-bottom: 40px !important;
  }

  .pb-xs-4 {
    padding-bottom: 60px !important;
  }

  .pb-xs-5 {
    padding-bottom: 120px !important;
  }

  .ps-xs-0 {
    padding-left: 0 !important;
  }

  .ps-xs-1 {
    padding-left: 10px !important;
  }

  .ps-xs-2 {
    padding-left: 20px !important;
  }

  .ps-xs-3 {
    padding-left: 40px !important;
  }

  .ps-xs-4 {
    padding-left: 60px !important;
  }

  .ps-xs-5 {
    padding-left: 120px !important;
  }

  .text-xs-start {
    text-align: left !important;
  }

  .text-xs-end {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 540px) {
  .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: 10px !important;
  }

  .gap-sm-2 {
    gap: 20px !important;
  }

  .gap-sm-3 {
    gap: 40px !important;
  }

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

  .gap-sm-5 {
    gap: 120px !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: 10px !important;
  }

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

  .m-sm-3 {
    margin: 40px !important;
  }

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

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

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

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

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

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

  .mx-sm-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

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

  .mx-sm-5 {
    margin-right: 120px !important;
    margin-left: 120px !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: 10px !important;
    margin-bottom: 10px !important;
  }

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

  .my-sm-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .mt-sm-3 {
    margin-top: 40px !important;
  }

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

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

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

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

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

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

  .me-sm-3 {
    margin-right: 40px !important;
  }

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

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

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

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

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

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

  .mb-sm-3 {
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .ms-sm-3 {
    margin-left: 40px !important;
  }

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

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

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

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 10px !important;
  }

  .p-sm-2 {
    padding: 20px !important;
  }

  .p-sm-3 {
    padding: 40px !important;
  }

  .p-sm-4 {
    padding: 60px !important;
  }

  .p-sm-5 {
    padding: 120px !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-sm-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-sm-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-sm-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-sm-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-sm-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-sm-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-sm-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 10px !important;
  }

  .pt-sm-2 {
    padding-top: 20px !important;
  }

  .pt-sm-3 {
    padding-top: 40px !important;
  }

  .pt-sm-4 {
    padding-top: 60px !important;
  }

  .pt-sm-5 {
    padding-top: 120px !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 10px !important;
  }

  .pe-sm-2 {
    padding-right: 20px !important;
  }

  .pe-sm-3 {
    padding-right: 40px !important;
  }

  .pe-sm-4 {
    padding-right: 60px !important;
  }

  .pe-sm-5 {
    padding-right: 120px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 10px !important;
  }

  .pb-sm-2 {
    padding-bottom: 20px !important;
  }

  .pb-sm-3 {
    padding-bottom: 40px !important;
  }

  .pb-sm-4 {
    padding-bottom: 60px !important;
  }

  .pb-sm-5 {
    padding-bottom: 120px !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 10px !important;
  }

  .ps-sm-2 {
    padding-left: 20px !important;
  }

  .ps-sm-3 {
    padding-left: 40px !important;
  }

  .ps-sm-4 {
    padding-left: 60px !important;
  }

  .ps-sm-5 {
    padding-left: 120px !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: 10px !important;
  }

  .gap-md-2 {
    gap: 20px !important;
  }

  .gap-md-3 {
    gap: 40px !important;
  }

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

  .gap-md-5 {
    gap: 120px !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: 10px !important;
  }

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

  .m-md-3 {
    margin: 40px !important;
  }

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

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

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

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

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

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

  .mx-md-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

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

  .mx-md-5 {
    margin-right: 120px !important;
    margin-left: 120px !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: 10px !important;
    margin-bottom: 10px !important;
  }

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

  .my-md-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .mt-md-3 {
    margin-top: 40px !important;
  }

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

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

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

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

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

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

  .me-md-3 {
    margin-right: 40px !important;
  }

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

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

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

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

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

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

  .mb-md-3 {
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .ms-md-3 {
    margin-left: 40px !important;
  }

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

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

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

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 10px !important;
  }

  .p-md-2 {
    padding: 20px !important;
  }

  .p-md-3 {
    padding: 40px !important;
  }

  .p-md-4 {
    padding: 60px !important;
  }

  .p-md-5 {
    padding: 120px !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-md-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-md-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-md-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-md-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-md-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-md-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-md-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 10px !important;
  }

  .pt-md-2 {
    padding-top: 20px !important;
  }

  .pt-md-3 {
    padding-top: 40px !important;
  }

  .pt-md-4 {
    padding-top: 60px !important;
  }

  .pt-md-5 {
    padding-top: 120px !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 10px !important;
  }

  .pe-md-2 {
    padding-right: 20px !important;
  }

  .pe-md-3 {
    padding-right: 40px !important;
  }

  .pe-md-4 {
    padding-right: 60px !important;
  }

  .pe-md-5 {
    padding-right: 120px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 10px !important;
  }

  .pb-md-2 {
    padding-bottom: 20px !important;
  }

  .pb-md-3 {
    padding-bottom: 40px !important;
  }

  .pb-md-4 {
    padding-bottom: 60px !important;
  }

  .pb-md-5 {
    padding-bottom: 120px !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 10px !important;
  }

  .ps-md-2 {
    padding-left: 20px !important;
  }

  .ps-md-3 {
    padding-left: 40px !important;
  }

  .ps-md-4 {
    padding-left: 60px !important;
  }

  .ps-md-5 {
    padding-left: 120px !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: 10px !important;
  }

  .gap-lg-2 {
    gap: 20px !important;
  }

  .gap-lg-3 {
    gap: 40px !important;
  }

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

  .gap-lg-5 {
    gap: 120px !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: 10px !important;
  }

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

  .m-lg-3 {
    margin: 40px !important;
  }

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

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

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

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

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

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

  .mx-lg-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

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

  .mx-lg-5 {
    margin-right: 120px !important;
    margin-left: 120px !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: 10px !important;
    margin-bottom: 10px !important;
  }

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

  .my-lg-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .mt-lg-3 {
    margin-top: 40px !important;
  }

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

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

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

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

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

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

  .me-lg-3 {
    margin-right: 40px !important;
  }

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

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

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

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

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

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

  .mb-lg-3 {
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .ms-lg-3 {
    margin-left: 40px !important;
  }

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

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

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

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 10px !important;
  }

  .p-lg-2 {
    padding: 20px !important;
  }

  .p-lg-3 {
    padding: 40px !important;
  }

  .p-lg-4 {
    padding: 60px !important;
  }

  .p-lg-5 {
    padding: 120px !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-lg-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-lg-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-lg-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-lg-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-lg-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-lg-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-lg-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 10px !important;
  }

  .pt-lg-2 {
    padding-top: 20px !important;
  }

  .pt-lg-3 {
    padding-top: 40px !important;
  }

  .pt-lg-4 {
    padding-top: 60px !important;
  }

  .pt-lg-5 {
    padding-top: 120px !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 10px !important;
  }

  .pe-lg-2 {
    padding-right: 20px !important;
  }

  .pe-lg-3 {
    padding-right: 40px !important;
  }

  .pe-lg-4 {
    padding-right: 60px !important;
  }

  .pe-lg-5 {
    padding-right: 120px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 10px !important;
  }

  .pb-lg-2 {
    padding-bottom: 20px !important;
  }

  .pb-lg-3 {
    padding-bottom: 40px !important;
  }

  .pb-lg-4 {
    padding-bottom: 60px !important;
  }

  .pb-lg-5 {
    padding-bottom: 120px !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 10px !important;
  }

  .ps-lg-2 {
    padding-left: 20px !important;
  }

  .ps-lg-3 {
    padding-left: 40px !important;
  }

  .ps-lg-4 {
    padding-left: 60px !important;
  }

  .ps-lg-5 {
    padding-left: 120px !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: 1160px) {
  .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: 10px !important;
  }

  .gap-xl-2 {
    gap: 20px !important;
  }

  .gap-xl-3 {
    gap: 40px !important;
  }

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

  .gap-xl-5 {
    gap: 120px !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: 10px !important;
  }

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

  .m-xl-3 {
    margin: 40px !important;
  }

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

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

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

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

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

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

  .mx-xl-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

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

  .mx-xl-5 {
    margin-right: 120px !important;
    margin-left: 120px !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: 10px !important;
    margin-bottom: 10px !important;
  }

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

  .my-xl-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .mt-xl-3 {
    margin-top: 40px !important;
  }

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

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

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

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

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

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

  .me-xl-3 {
    margin-right: 40px !important;
  }

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

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

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

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

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

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

  .mb-xl-3 {
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .ms-xl-3 {
    margin-left: 40px !important;
  }

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

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

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

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 10px !important;
  }

  .p-xl-2 {
    padding: 20px !important;
  }

  .p-xl-3 {
    padding: 40px !important;
  }

  .p-xl-4 {
    padding: 60px !important;
  }

  .p-xl-5 {
    padding: 120px !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xl-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xl-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xl-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xl-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xl-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xl-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 10px !important;
  }

  .pt-xl-2 {
    padding-top: 20px !important;
  }

  .pt-xl-3 {
    padding-top: 40px !important;
  }

  .pt-xl-4 {
    padding-top: 60px !important;
  }

  .pt-xl-5 {
    padding-top: 120px !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 10px !important;
  }

  .pe-xl-2 {
    padding-right: 20px !important;
  }

  .pe-xl-3 {
    padding-right: 40px !important;
  }

  .pe-xl-4 {
    padding-right: 60px !important;
  }

  .pe-xl-5 {
    padding-right: 120px !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 10px !important;
  }

  .pb-xl-2 {
    padding-bottom: 20px !important;
  }

  .pb-xl-3 {
    padding-bottom: 40px !important;
  }

  .pb-xl-4 {
    padding-bottom: 60px !important;
  }

  .pb-xl-5 {
    padding-bottom: 120px !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 10px !important;
  }

  .ps-xl-2 {
    padding-left: 20px !important;
  }

  .ps-xl-3 {
    padding-left: 40px !important;
  }

  .ps-xl-4 {
    padding-left: 60px !important;
  }

  .ps-xl-5 {
    padding-left: 120px !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: 1320px) {
  .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: 10px !important;
  }

  .gap-xxl-2 {
    gap: 20px !important;
  }

  .gap-xxl-3 {
    gap: 40px !important;
  }

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

  .gap-xxl-5 {
    gap: 120px !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: 10px !important;
  }

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

  .m-xxl-3 {
    margin: 40px !important;
  }

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

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

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

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

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

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

  .mx-xxl-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

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

  .mx-xxl-5 {
    margin-right: 120px !important;
    margin-left: 120px !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: 10px !important;
    margin-bottom: 10px !important;
  }

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

  .my-xxl-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .mt-xxl-3 {
    margin-top: 40px !important;
  }

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

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

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

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

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

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

  .me-xxl-3 {
    margin-right: 40px !important;
  }

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

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

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

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

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

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

  .mb-xxl-3 {
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .ms-xxl-3 {
    margin-left: 40px !important;
  }

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

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

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

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 10px !important;
  }

  .p-xxl-2 {
    padding: 20px !important;
  }

  .p-xxl-3 {
    padding: 40px !important;
  }

  .p-xxl-4 {
    padding: 60px !important;
  }

  .p-xxl-5 {
    padding: 120px !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xxl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xxl-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xxl-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xxl-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xxl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xxl-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xxl-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xxl-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 10px !important;
  }

  .pt-xxl-2 {
    padding-top: 20px !important;
  }

  .pt-xxl-3 {
    padding-top: 40px !important;
  }

  .pt-xxl-4 {
    padding-top: 60px !important;
  }

  .pt-xxl-5 {
    padding-top: 120px !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 10px !important;
  }

  .pe-xxl-2 {
    padding-right: 20px !important;
  }

  .pe-xxl-3 {
    padding-right: 40px !important;
  }

  .pe-xxl-4 {
    padding-right: 60px !important;
  }

  .pe-xxl-5 {
    padding-right: 120px !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 10px !important;
  }

  .pb-xxl-2 {
    padding-bottom: 20px !important;
  }

  .pb-xxl-3 {
    padding-bottom: 40px !important;
  }

  .pb-xxl-4 {
    padding-bottom: 60px !important;
  }

  .pb-xxl-5 {
    padding-bottom: 120px !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 10px !important;
  }

  .ps-xxl-2 {
    padding-left: 20px !important;
  }

  .ps-xxl-3 {
    padding-left: 40px !important;
  }

  .ps-xxl-4 {
    padding-left: 60px !important;
  }

  .ps-xxl-5 {
    padding-left: 120px !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: 1680px) {
  .float-xxxl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xxxl-grid {
    display: grid !important;
  }

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

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

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

  .d-xxxl-flex {
    display: flex !important;
  }

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

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

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

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-xxxl-1 {
    gap: 10px !important;
  }

  .gap-xxxl-2 {
    gap: 20px !important;
  }

  .gap-xxxl-3 {
    gap: 40px !important;
  }

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

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

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .m-xxxl-3 {
    margin: 40px !important;
  }

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

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

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

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

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

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

  .mx-xxxl-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

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

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

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

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

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

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

  .my-xxxl-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .mt-xxxl-3 {
    margin-top: 40px !important;
  }

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

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

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

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

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

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

  .me-xxxl-3 {
    margin-right: 40px !important;
  }

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

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

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

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

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

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

  .mb-xxxl-3 {
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .ms-xxxl-3 {
    margin-left: 40px !important;
  }

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

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

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

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 10px !important;
  }

  .p-xxxl-2 {
    padding: 20px !important;
  }

  .p-xxxl-3 {
    padding: 40px !important;
  }

  .p-xxxl-4 {
    padding: 60px !important;
  }

  .p-xxxl-5 {
    padding: 120px !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xxxl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xxxl-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xxxl-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xxxl-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xxxl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xxxl-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xxxl-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xxxl-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 10px !important;
  }

  .pt-xxxl-2 {
    padding-top: 20px !important;
  }

  .pt-xxxl-3 {
    padding-top: 40px !important;
  }

  .pt-xxxl-4 {
    padding-top: 60px !important;
  }

  .pt-xxxl-5 {
    padding-top: 120px !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 10px !important;
  }

  .pe-xxxl-2 {
    padding-right: 20px !important;
  }

  .pe-xxxl-3 {
    padding-right: 40px !important;
  }

  .pe-xxxl-4 {
    padding-right: 60px !important;
  }

  .pe-xxxl-5 {
    padding-right: 120px !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 10px !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 20px !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 40px !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 60px !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 120px !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 10px !important;
  }

  .ps-xxxl-2 {
    padding-left: 20px !important;
  }

  .ps-xxxl-3 {
    padding-left: 40px !important;
  }

  .ps-xxxl-4 {
    padding-left: 60px !important;
  }

  .ps-xxxl-5 {
    padding-left: 120px !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .float-full-start {
    float: left !important;
  }

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

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

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

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

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

  .d-full-grid {
    display: grid !important;
  }

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

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

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

  .d-full-flex {
    display: flex !important;
  }

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

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

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

  .flex-full-row {
    flex-direction: row !important;
  }

  .flex-full-column {
    flex-direction: column !important;
  }

  .flex-full-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-full-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-full-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-full-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-full-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-full-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

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

  .gap-full-1 {
    gap: 10px !important;
  }

  .gap-full-2 {
    gap: 20px !important;
  }

  .gap-full-3 {
    gap: 40px !important;
  }

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

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

  .justify-content-full-start {
    justify-content: flex-start !important;
  }

  .justify-content-full-end {
    justify-content: flex-end !important;
  }

  .justify-content-full-center {
    justify-content: center !important;
  }

  .justify-content-full-between {
    justify-content: space-between !important;
  }

  .justify-content-full-around {
    justify-content: space-around !important;
  }

  .justify-content-full-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-full-start {
    align-items: flex-start !important;
  }

  .align-items-full-end {
    align-items: flex-end !important;
  }

  .align-items-full-center {
    align-items: center !important;
  }

  .align-items-full-baseline {
    align-items: baseline !important;
  }

  .align-items-full-stretch {
    align-items: stretch !important;
  }

  .align-content-full-start {
    align-content: flex-start !important;
  }

  .align-content-full-end {
    align-content: flex-end !important;
  }

  .align-content-full-center {
    align-content: center !important;
  }

  .align-content-full-between {
    align-content: space-between !important;
  }

  .align-content-full-around {
    align-content: space-around !important;
  }

  .align-content-full-stretch {
    align-content: stretch !important;
  }

  .align-self-full-auto {
    align-self: auto !important;
  }

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

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

  .align-self-full-center {
    align-self: center !important;
  }

  .align-self-full-baseline {
    align-self: baseline !important;
  }

  .align-self-full-stretch {
    align-self: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .m-full-3 {
    margin: 40px !important;
  }

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

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

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

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

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

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

  .mx-full-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

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

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

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

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

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

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

  .my-full-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .mt-full-3 {
    margin-top: 40px !important;
  }

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

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

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

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

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

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

  .me-full-3 {
    margin-right: 40px !important;
  }

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

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

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

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

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

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

  .mb-full-3 {
    margin-bottom: 40px !important;
  }

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

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

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

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

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

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

  .ms-full-3 {
    margin-left: 40px !important;
  }

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

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

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

  .p-full-0 {
    padding: 0 !important;
  }

  .p-full-1 {
    padding: 10px !important;
  }

  .p-full-2 {
    padding: 20px !important;
  }

  .p-full-3 {
    padding: 40px !important;
  }

  .p-full-4 {
    padding: 60px !important;
  }

  .p-full-5 {
    padding: 120px !important;
  }

  .px-full-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-full-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-full-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-full-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-full-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-full-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-full-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-full-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-full-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-full-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-full-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-full-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .pt-full-0 {
    padding-top: 0 !important;
  }

  .pt-full-1 {
    padding-top: 10px !important;
  }

  .pt-full-2 {
    padding-top: 20px !important;
  }

  .pt-full-3 {
    padding-top: 40px !important;
  }

  .pt-full-4 {
    padding-top: 60px !important;
  }

  .pt-full-5 {
    padding-top: 120px !important;
  }

  .pe-full-0 {
    padding-right: 0 !important;
  }

  .pe-full-1 {
    padding-right: 10px !important;
  }

  .pe-full-2 {
    padding-right: 20px !important;
  }

  .pe-full-3 {
    padding-right: 40px !important;
  }

  .pe-full-4 {
    padding-right: 60px !important;
  }

  .pe-full-5 {
    padding-right: 120px !important;
  }

  .pb-full-0 {
    padding-bottom: 0 !important;
  }

  .pb-full-1 {
    padding-bottom: 10px !important;
  }

  .pb-full-2 {
    padding-bottom: 20px !important;
  }

  .pb-full-3 {
    padding-bottom: 40px !important;
  }

  .pb-full-4 {
    padding-bottom: 60px !important;
  }

  .pb-full-5 {
    padding-bottom: 120px !important;
  }

  .ps-full-0 {
    padding-left: 0 !important;
  }

  .ps-full-1 {
    padding-left: 10px !important;
  }

  .ps-full-2 {
    padding-left: 20px !important;
  }

  .ps-full-3 {
    padding-left: 40px !important;
  }

  .ps-full-4 {
    padding-left: 60px !important;
  }

  .ps-full-5 {
    padding-left: 120px !important;
  }

  .text-full-start {
    text-align: left !important;
  }

  .text-full-end {
    text-align: right !important;
  }

  .text-full-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

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

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

  .d-print-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;
  }
}
.leftSide {
  position: fixed;
  height: 100vh;
  width: calc((100vw - 1920px) / 2);
  left: 0px;
  top: 0px;
  background: #D2E9E5;
  z-index: 9999;
}

.upperCase {
  text-transform: uppercase;
}

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

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

.rightSide {
  position: fixed;
  height: 100vh;
  width: calc((100vw - 1920px) / 2);
  right: 0px;
  top: 0px;
  background: #D2E9E5;
  z-index: 9999;
}

.noMargins {
  margin: 0px;
}

div {
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .hideOnMobile {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hideOnTablet {
    display: none !important;
  }
}

.showOnTablet {
  display: none;
}
@media (max-width: 991.98px) {
  .showOnTablet {
    display: block !important;
  }
}

.hideOnDesktop {
  display: none;
}
@media (max-width: 767.98px) {
  .hideOnDesktop {
    display: inline-block !important;
  }
}

.container-xxxl {
  width: 1680px;
  margin: 0 auto;
}
@media (max-width: 1679.98px) {
  .container-xxxl {
    width: 100%;
  }
}

.container-full {
  width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1919.98px) {
  .container-full {
    width: 100%;
  }
}

#page {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

b, strong {
  font-weight: 500;
}

form input, form textarea, form select {
  color: #094D4D;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
form input:focus, form textarea:focus, form select:focus {
  border: solid 2px #00A088;
  outline: solid 2px #fff;
  outline-offset: 2px;
  border-radius: 0px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/wp-content/themes/tessellate/assets/images/dropdownArrow.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

button.btn-white {
  background: #fff;
}
button.blueBtn {
  background: #206E62;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 11px;
  box-shadow: 0 0;
  text-align: left;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
button.blueBtn:not(.noArrow):after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
button.blueBtn:not(.noArrow):hover:after {
  margin-left: 7px;
  margin-right: 0px;
}
button.blueBtn-light {
  background: #00A088;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 11px;
  box-shadow: 0 0;
  text-align: left;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
button.blueBtn-light:not(.noArrow):after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
button.blueBtn-light:not(.noArrow):hover:after {
  margin-left: 7px;
  margin-right: 0px;
}

a.withArrow:after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow-darkblue.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
a.withArrow:hover {
  color: #094D4D;
}
a.withArrow:hover:after {
  margin-left: 7px;
  margin-right: 0px;
}
a.btn-pale {
  background: #D2E9E5;
  text-decoration: none;
  border: 0px;
  color: #094D4D;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  box-shadow: 0 0;
  text-align: left;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
a.btn-pale:after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow-darkblue.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
a.btn-pale:hover:after {
  margin-left: 7px;
  margin-right: 0px;
}
a.btn-pale-reverse {
  background: #D2E9E5;
  text-decoration: none;
  border: 0px;
  color: #094D4D;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  box-shadow: 0 0;
  text-align: left;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
a.btn-pale-reverse:before {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-left-arrow-darkblue.svg");
  margin-right: 5px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
a.btn-pale-reverse:hover:before {
  margin-left: -3px;
  margin-right: 8px;
}
a.btn-primary {
  background: #00A088;
  text-decoration: none;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  box-shadow: 0 0;
  text-align: left;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
a.btn-primary.searchBtn {
  top: 30px;
  right: 12px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  a.btn-primary.searchBtn {
    position: relative;
    top: 0;
    right: 0;
  }
}
a.btn-primary.searchBtn:after {
  content: url("/wp-content/themes/tessellate/assets/images/search.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  transition: ease-in-out 0.2s;
}
a.btn-primary.searchBtn:hover {
  color: #fff;
}
a.btn-primary.searchBtn:hover:after {
  margin-left: 5px;
  margin-right: 2px;
}
a.btn-primary:not(.noArrow):after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
a.btn-primary:not(.noArrow):hover {
  color: #fff;
}
a.btn-primary:not(.noArrow):hover:after {
  margin-left: 7px;
  margin-right: 0px;
}
a.btn-blue {
  background: #1B8272;
  text-decoration: none;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  box-shadow: 0 0;
  text-align: left;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
a.btn-blue:not(.noArrow):after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
a.btn-blue:not(.noArrow):hover {
  color: #fff;
}
a.btn-blue:not(.noArrow):hover:after {
  margin-left: 7px;
  margin-right: 0px;
}
a.btn-blue-dark {
  background: #206E62;
  text-decoration: none;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  box-shadow: 0 0;
  text-align: left;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
a.btn-blue-dark:after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
a.btn-blue-dark:hover:after {
  margin-left: 7px;
  margin-right: 0px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pushDown {
  margin-top: 100px;
}
@media (max-width: 1159.98px) {
  .pushDown {
    margin-top: 75px;
  }
}

.barcode {
  width: 86px;
  height: 86px;
  padding-right: 5px;
}
.barcode .bar {
  width: 3px;
  height: 100%;
}
.barcode.white .bar {
  background: #fff;
}
.barcode.primary .bar {
  background: #00A088;
}

.dropdown-toggle {
  padding: 17px 15px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.dropdown-toggle.btn-white {
  border: 0;
}

.dropdown-menu {
  border-radius: 0px;
  border: 0px;
  margin-top: -2px !important;
  background: #00A088;
  padding: 0px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.dropdown-menu.dropdown-white {
  background: #fff;
  min-width: 72px;
  width: 72px;
}
.dropdown-menu.dropdown-white li a {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.dropdown-menu li a {
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.dropdown-menu li a.dropdown-item {
  color: #fff;
}
.dropdown-menu li a.dropdown-item:hover {
  background: #00A088;
}

h1 {
  font-family: "navigo", sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 48px;
}
h1.h2 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h2 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h3 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h2, h3 {
  margin-bottom: 0px;
}

strong > a, b > a, p > a, li > a {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

p {
  color: #094D4D;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
p.intro {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.styledUl ul {
  list-style: none;
  padding-left: 20px;
}
.styledUl ul li {
  color: #094D4D;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px;
}
.styledUl ul li:before {
  content: "▪";
  color: #00A088;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.styledUl ol {
  list-style: none;
  position: relative;
  padding-left: 0px;
}
.styledUl ol li {
  color: #094D4D;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 10px;
  margin-left: 25px;
  position: relative;
}
.styledUl ol li:before {
  content: url("/wp-content/themes/tessellate/assets/images/ol.svg");
  position: absolute;
  left: -25px;
  top: 4px;
}

a {
  text-decoration: none;
  color: #094D4D;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
a:hover {
  color: #00A088;
  cursor: pointer;
}

div.intro p {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

header {
  background: #fff;
  transition: ease-in-out 0s;
}
header .menuBtns a:first-of-type {
  margin-right: 15px;
}
header .menuBtns a:hover {
  color: #fff;
}
@media (max-width: 539.98px) {
  header .menuBtns a {
    display: block;
    margin: 20px auto;
    width: 100%;
    text-align: center;
  }
}
header .menuDesktop .menuBtns {
  position: absolute;
  top: 0px;
  right: 160px;
}
@media (max-width: 1919.98px) {
  header .menuDesktop .menuBtns {
    right: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  header .menuDesktop .menuBtns {
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  header .menuDesktop .menuBtns {
    background: none;
  }
}
header .menuDesktop .menuBtns a:first-of-type {
  margin-right: 15px;
}
header .menuDesktop #logo {
  width: 200px;
}
@media (max-width: 1159.98px) {
  header .menuDesktop #logo {
    width: 165px;
  }
}
header.scrolled {
  background: #094D4D;
}
header.scrolled .menuDesktop .menuBtns {
  position: relative;
  top: unset;
  right: unset;
}
header.scrolled .menuDesktop .menuBtns a {
  margin-bottom: 8px;
}
header.scrolled .menuDesktop .menuBtns a:first-of-type {
  margin-left: 15px;
}
header.scrolled .menuDesktop .menu-primary-container ul.parent_ul li.parent_li {
  margin-top: 28px;
}
header.scrolled .menuDesktop #logo {
  display: none;
}
header.scrolled .menuDesktop #logo svg {
  width: 100%;
  height: auto;
}
header.scrolled .menuDesktop #logoSmall {
  display: block;
  width: 165px;
}
header.scrolled .menuDesktop .menu-primary-container ul.parent_ul li.parent_li a {
  color: #fff;
}
header.scrolled #nav-icon span {
  background: #fff;
}
header #nav-icon {
  width: 36px;
  height: 40px;
  display: none;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  margin-bottom: 10px;
  cursor: pointer;
}
header #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #00A088;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header #nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 6px 6px 0;
}
header #nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 6px 0 0 6px;
}
header #nav-icon span:nth-child(1) {
  top: 0px;
}
header #nav-icon span:nth-child(3) {
  top: 12px;
}
header #nav-icon span:nth-child(5) {
  top: 24px;
}
header #nav-icon span:nth-child(2) {
  top: 0px;
}
header #nav-icon span:nth-child(4) {
  top: 12px;
}
header #nav-icon span:nth-child(6) {
  top: 24px;
}
header #nav-icon.open span:nth-child(6) {
  transform: rotate(45deg);
  left: calc(50% - 4px);
  top: 17px;
}
header #nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  left: 4px;
  top: 7px;
}
header #nav-icon.open span:nth-child(2) {
  transform: rotate(-45deg);
  left: calc(50% - 4px);
  top: 7px;
}
header #nav-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
  left: 4px;
  top: 17px;
}
header #nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
header #nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
@media (max-width: 1159.98px) {
  header #nav-icon {
    display: block;
  }
}
header .menuDesktop #logoSmall {
  display: none;
}
header .menuDesktop .menu-primary-container {
  text-align: right;
}
header .menuDesktop .menu-primary-container ul.parent_ul {
  transform: rotate(0deg);
  padding-left: 0px;
  margin: 0;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li {
  display: inline-block;
  list-style: none;
  padding: 15px;
  padding-bottom: 15px;
  margin-top: 40px;
  position: relative;
  transition: 0.2s ease-in-out;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.center {
  position: unset;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.center div.dropdownMenu {
  width: 1920px;
  left: 0;
}
@media (max-width: 1919.98px) {
  header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.center div.dropdownMenu {
    width: 100%;
  }
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.center div.dropdownMenu .pseudo {
  width: 1680px;
  margin: 0 auto;
}
@media (max-width: 1679.98px) {
  header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.center div.dropdownMenu .pseudo {
    width: 100%;
  }
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.center div.dropdownMenu .pseudo ul li {
  text-align: center;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.center.hasChild:hover:after {
  content: "";
  left: unset;
  margin-left: -50px;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li:last-of-type {
  padding-right: 0px;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.current_page_item a {
  text-decoration: none;
  color: black;
  position: relative;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.current_page_item a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: black;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li a {
  text-decoration: none;
  color: black;
  position: relative;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: black;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li div.dropdownMenu {
  display: none;
  position: absolute;
  background: #206E62;
  top: 100%;
  z-index: 10;
  width: 100vw;
  text-align: left;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li div.dropdownMenu .pseudo:before {
  content: "";
  width: 200vw;
  background: #1B8272;
  height: 100%;
  position: absolute;
  left: -100vw;
  top: 0px;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li ul {
  padding-left: 0px;
  margin-top: 30px;
  margin-bottom: 20px;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li ul li {
  display: block;
  list-style: none;
  padding: 10px 0px;
  text-align: left;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li ul li a {
  color: #fff;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li ul li a:after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li ul li a:hover:after {
  margin-left: 7px;
  margin-right: 0px;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 10px);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #206E62 transparent;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu {
  display: block;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu.facility, header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu.code {
  position: fixed;
  width: 1600px;
  right: 0px;
}
@media (max-width: 1679.98px) {
  header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu.facility, header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu.code {
    width: 100vw;
    right: -40px;
  }
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu.facility .centerMenu, header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu.code .centerMenu {
  width: 1000px;
  margin: 30px auto;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu.facility .centerMenu .child_ul, header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu.code .centerMenu .child_ul {
  margin: 0px;
}
header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu.facility #bicCodesForm, header .menuDesktop .menu-primary-container ul.parent_ul li.parent_li.hasChild:hover div.dropdownMenu.code #bicCodesForm {
  left: 0px;
}
@media (max-width: 1159.98px) {
  header .menuDesktop .desktopNav {
    display: none;
  }
}
header .menuContainer {
  position: relative;
  visibility: hidden;
}
header .menuContainer.active {
  visibility: visible;
}
header .menuContainer .menu {
  position: absolute;
  background: #094D4D;
  width: 100%;
  z-index: 2;
  height: 0px;
  transition: 0.5s;
}
header .menuContainer .menu .content {
  color: black;
  transition: 0.1s ease-in-out;
}
@media (max-width: 1159.98px) {
  header .menuContainer .menu .content {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 1159.98px) {
  header .menuContainer .menu .content.open {
    padding-top: 0px;
    padding-bottom: 60px;
    height: auto;
    overflow: unset;
  }
}
header .menuContainer .menu .content .mobileNav .menu-primary-container {
  padding: 50px 40px;
}
@media (max-width: 539.98px) {
  header .menuContainer .menu .content .mobileNav .menu-primary-container {
    padding: 50px 28px;
  }
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul {
  padding-left: 0px;
  color: #fff;
  margin-bottom: 50px;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li {
  display: block;
  list-style: none;
  margin-bottom: 20px;
  color: inherit;
  border-bottom: solid 2px #fff;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li:last-of-type {
  margin-bottom: 0;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li a {
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  color: black;
  position: relative;
  color: inherit;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li button:not(.blueBtn) {
  padding: 0px;
  background: none;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: inherit;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li button.accordion-button {
  padding-bottom: 20px;
  box-shadow: none;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li button.accordion-button:focus {
  box-shadow: none;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li button.accordion-button:after {
  display: block;
  background-image: url("/wp-content/themes/tessellate/assets/images/accordionArrow.svg") !important;
  width: 19px;
  height: 10px;
  margin-top: 6px;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li ul.child_ul {
  border-top: solid 2px #00A088;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li ul.child_ul li {
  margin: 20px 0;
  border-bottom: solid 0px;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li ul.child_ul li a {
  margin-bottom: 0px;
}
header .menuContainer .menu .content .mobileNav .menu-primary-container ul li ul.child_ul li a:after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
header .menuContainer .menu.show {
  height: 100vh;
  transition: 0.5s;
  overflow: scroll;
}

section.pageHeader {
  background: #fff;
}
section.pageHeader .barcodeContainer {
  bottom: 0px;
  left: 0px;
}
section.pageHeader .barcodeContainer .whiteSquare {
  height: 86px;
  background: #fff;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.pageHeader .barcodeContainer .whiteSquare {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.pageHeader .barcodeContainer .whiteSquare {
    width: 40px;
  }
}
@media (max-width: 991.98px) {
  section.pageHeader .barcodeContainer .whiteSquare {
    display: none;
  }
}
section.pageHeader .barcodeAfter {
  bottom: 0px;
  left: 860px;
}
@media (max-width: 1919.98px) {
  section.pageHeader .barcodeAfter {
    left: calc(50vw - 840px + 40px + 700px);
  }
}
@media (max-width: 1679.98px) {
  section.pageHeader .barcodeAfter {
    left: 740px;
  }
}
@media (max-width: 991.98px) {
  section.pageHeader .barcodeAfter {
    display: none;
  }
}
section.pageHeader .imageContainer {
  height: 600px;
  padding-right: 160px;
}
@media (max-width: 1919.98px) {
  section.pageHeader .imageContainer {
    padding-right: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.pageHeader .imageContainer {
    padding-right: 40px;
  }
}
@media (max-width: 1319.98px) {
  section.pageHeader .imageContainer {
    height: 550px;
  }
}
@media (max-width: 991.98px) {
  section.pageHeader .imageContainer {
    padding-right: 0px;
  }
}
@media (max-width: 767.98px) {
  section.pageHeader .imageContainer {
    height: 440px;
  }
}
@media (max-width: 539.98px) {
  section.pageHeader .imageContainer {
    height: 210px;
  }
}
section.pageHeader .imageContainer img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.homepageHeader {
  max-height: 750px;
}
@media (max-width: 1159.98px) {
  section.homepageHeader {
    max-height: none;
  }
}
section.homepageHeader .bannerContent {
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 90px;
}
section.homepageHeader .bannerContent .contentContainer {
  max-width: 515px;
}
section.homepageHeader .bannerContent .contentContainer p {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  color: #fff;
}
section.homepageHeader .imageContainer {
  height: 750px;
}
@media (max-width: 1319.98px) {
  section.homepageHeader .imageContainer {
    height: 680px;
  }
}
@media (max-width: 767.98px) {
  section.homepageHeader .imageContainer {
    height: 550px;
  }
}
section.homepageHeader .imageContainer img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.homepageHeader .imageContainer picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1159.98px) {
  section.homepageHeader .tabContainer {
    margin-top: -42px;
    z-index: 3;
    position: relative;
  }
}
@media (max-width: 539.98px) {
  section.homepageHeader .tabContainer {
    margin-top: -50px;
  }
}
section.homepageHeader .tabContainer #myCodeTabs.tab-content .tab-pane:not(.active).desktopShow {
  opacity: 1;
  display: block;
}
@media (max-width: 1159.98px) {
  section.homepageHeader .tabContainer #myCodeTabs.tab-content .tab-pane:not(.active).desktopShow {
    display: none;
  }
}
section.homepageHeader .tabContainer #myTabCodes {
  padding-left: 40px;
}
@media (max-width: 539.98px) {
  section.homepageHeader .tabContainer #myTabCodes {
    padding-left: 20px;
  }
}
section.homepageHeader .tabContainer #myTabCodes.nav-tabs {
  display: none;
  border: 0px;
}
@media (max-width: 1159.98px) {
  section.homepageHeader .tabContainer #myTabCodes.nav-tabs {
    display: flex;
  }
}
section.homepageHeader .tabContainer #myTabCodes.nav-tabs .nav-item {
  border: 0px;
}
section.homepageHeader .tabContainer #myTabCodes.nav-tabs .nav-item:first-of-type {
  margin-right: 10px;
}
section.homepageHeader .tabContainer #myTabCodes.nav-tabs .nav-item:first-of-type .nav-link {
  background: #fff;
  border-radius: 0px;
}
section.homepageHeader .tabContainer #myTabCodes.nav-tabs .nav-item:first-of-type .nav-link.active {
  background: #00A088;
  color: #fff;
  border: 0px;
  border-radius: 0px;
}
section.homepageHeader .tabContainer #myTabCodes.nav-tabs .nav-item .nav-link {
  background: #fff;
  border-radius: 0px;
  color: #206E62;
}
section.homepageHeader .tabContainer #myTabCodes.nav-tabs .nav-item .nav-link.active {
  background: #206E62;
  color: #fff;
  border: 0px;
  border-radius: 0px;
}
section.homepageHeader .tabContainer section.bicCodes {
  z-index: 2;
  min-height: 318px;
  background: #00A088;
  padding: 35px;
  padding-left: 0px;
  padding-right: 121px;
  width: 1003px;
  bottom: 0;
  left: 0px;
}
section.homepageHeader .tabContainer section.bicCodes h2 {
  margin-bottom: 0px;
}
@media (max-width: 1919.98px) {
  section.homepageHeader .tabContainer section.bicCodes {
    width: calc(50% + 43px);
  }
}
@media (max-width: 1159.98px) {
  section.homepageHeader .tabContainer section.bicCodes {
    position: relative;
    width: 100%;
    padding-right: 40px;
    margin-top: -1px;
  }
}
@media (max-width: 539.98px) {
  section.homepageHeader .tabContainer section.bicCodes {
    padding-right: 20px;
  }
}
section.homepageHeader .tabContainer section.bicCodes .formContainer {
  padding-left: 160px;
}
section.homepageHeader .tabContainer section.bicCodes .formContainer h1 {
  max-width: 400px;
}
section.homepageHeader .tabContainer section.bicCodes .formContainer p {
  color: #fff;
}
@media (max-width: 1919.98px) {
  section.homepageHeader .tabContainer section.bicCodes .formContainer {
    padding-left: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.homepageHeader .tabContainer section.bicCodes .formContainer {
    padding-left: 40px;
  }
}
@media (max-width: 539.98px) {
  section.homepageHeader .tabContainer section.bicCodes .formContainer {
    padding-left: 20px;
  }
}
section.homepageHeader .tabContainer section.bicCodes .barcode {
  right: 0px;
  bottom: 0px;
}
@media (max-width: 1159.98px) {
  section.homepageHeader .tabContainer section.bicCodes .barcode {
    display: none;
  }
}
section.homepageHeader .tabContainer section.bicFacilityCodes {
  z-index: 1;
  min-height: 318px;
  background: #206E62;
  padding: 35px;
  padding-right: 0px;
  padding-left: 121px;
  width: 1003px;
  top: calc(100% - 86px);
  right: 0px;
}
section.homepageHeader .tabContainer section.bicFacilityCodes h2 {
  margin-bottom: 0px;
}
@media (max-width: 1919.98px) {
  section.homepageHeader .tabContainer section.bicFacilityCodes {
    width: calc(50% + 43px);
  }
}
@media (max-width: 1159.98px) {
  section.homepageHeader .tabContainer section.bicFacilityCodes {
    position: relative;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: -1px;
  }
}
@media (max-width: 539.98px) {
  section.homepageHeader .tabContainer section.bicFacilityCodes {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer {
  padding-right: 160px;
}
section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer #started {
  width: 334px;
}
section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer p {
  color: #fff;
}
section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer select {
  width: 100%;
  padding: 10px;
}
section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer .btnPadding {
  padding: 14px;
}
section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer .dropdown button {
  width: 100%;
  text-align: left;
  max-width: 334px;
  position: relative;
  padding: 12px;
  border: 0px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer .dropdown button.show {
  background: #fff;
}
section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer .dropdown button:after {
  position: absolute;
  right: 15px;
  top: 21px;
}
section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer .dropdown ul {
  max-width: 334px;
  background: #fff;
  position: relative;
}
section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer .dropdown ul:before {
  content: "";
  width: 90%;
  position: absolute;
  height: 2px;
  background: #00A088;
  top: 0px;
  left: 5%;
}
@media (max-width: 1919.98px) {
  section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer {
    padding-right: calc(50vw - 840px + 40px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer {
    padding-right: 40px;
  }
}
@media (max-width: 539.98px) {
  section.homepageHeader .tabContainer section.bicFacilityCodes .formContainer {
    padding-right: 20px;
  }
}
section.homepageHeader .tabContainer section .nav-tabs {
  border-bottom: 3px solid #1B8272;
  margin-top: 30px;
  padding-bottom: 20px;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  section.homepageHeader .tabContainer section .nav-tabs {
    display: block;
    border-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  section.homepageHeader .tabContainer section .nav-tabs .nav-item {
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
section.homepageHeader .tabContainer section .nav-tabs .nav-item button {
  color: #fff;
  background: unset;
  border-width: 0px;
  padding: 0 0px;
  margin: 0 40px;
  position: relative;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
section.homepageHeader .tabContainer section .nav-tabs .nav-item button.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1B8272 transparent;
}
@media (max-width: 767.98px) {
  section.homepageHeader .tabContainer section .nav-tabs .nav-item button.active:after {
    bottom: 2px;
    left: -20px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1B8272;
  }
}
section.homepageHeader .tabContainer section .nav-tabs .nav-item button:first-of-type {
  margin-left: 0px;
}
section.homepageHeader .tabContainer section .nav-tabs .nav-item button.end {
  margin-right: 0px;
}
section.homepageHeader .tabContainer section .tab-content {
  margin-top: 20px;
}
section.homepageHeader form.bicCodes select {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 9px 11px;
  margin: 0 14px 20px 0;
  border: 0;
  box-shadow: 0 0;
  text-align: left;
  text-transform: uppercase;
  max-width: 100%;
}
section.homepageHeader form.bicCodes input[type=text] {
  max-width: 100%;
  width: 42px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 11px;
  margin: 0 14px 20px 0;
  border: 0;
  box-shadow: 0 0;
  text-align: center;
  text-transform: uppercase;
}
section.homepageHeader form.bicCodes input[type=text]::-moz-placeholder {
  color: #8DC0B9;
}
section.homepageHeader form.bicCodes input[type=text]:-ms-input-placeholder {
  color: #8DC0B9;
}
section.homepageHeader form.bicCodes input[type=text]::placeholder {
  color: #8DC0B9;
}
section.homepageHeader form.bicCodes input[type=text].last {
  background: #206E62;
  color: #fff;
}
section.homepageHeader form.bicCodes input[type=text].long {
  max-width: 300px;
  width: 100%;
  text-align: left;
}
section.homepageHeader form.bicCodes input[type=text].double {
  width: 49px;
}
section.homepageHeader form.bicCodes input[type=text].triple {
  width: 61px;
}
section.homepageHeader form.bicCodes input[type=text].quad {
  width: 75px;
}

section#archive {
  padding-top: 120px;
  background: none;
  background-color: #D2E9E5;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767.98px) {
  section#archive {
    background: none;
  }
}
section#archive .leftFill {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section#archive .leftFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section#archive .leftFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section#archive .leftFill {
    background: none;
  }
}
section#archive .paleBg {
  background: #fff;
  padding: 0 0 0px 0;
}
@media (max-width: 767.98px) {
  section#archive .paleBg {
    background: none;
    padding: 0px 0;
  }
}
section#archive h2 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 39px;
}
section#archive .card {
  position: relative;
  padding-right: 23%;
  border-left: solid #8DC0B9 2px;
  padding-bottom: 70px;
  height: 100%;
}
@media (max-width: 1319.98px) {
  section#archive .card {
    padding-right: 18%;
  }
}
@media (max-width: 991.98px) {
  section#archive .card {
    padding-right: 10%;
  }
}
@media (max-width: 767.98px) {
  section#archive .card {
    padding-right: 50px;
  }
}
section#archive .card .downloadLink {
  position: absolute;
  left: 20px;
  bottom: 0;
}
section#archive .card .imgContainer img {
  width: 100%;
}
section#archive .card .content {
  max-width: 260px;
}
section#archive .card .content .date {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
section#archive .card .content .title {
  margin-top: 5px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
section#archive .pagination {
  text-align: right;
}
section#archive .pagination .nav-links a {
  text-decoration: none;
}
section#archive .pagination .nav-links a.page-numbers {
  width: 45px;
  height: 45px;
  background: #fff;
  display: inline-block;
  color: #094D4D;
  text-align: center;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 43px;
  margin-left: 10px;
}
section#archive .pagination .nav-links span.page-numbers {
  width: 45px;
  height: 45px;
  background: #00A088;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 43px;
  margin-left: 10px;
}

#single-post {
  background: #fff;
}
#single-post #blocks {
  padding-top: 60px;
}
#single-post section#archive {
  background: #fff;
  position: relative;
  padding: 60px 0 0 0;
}
#single-post section#archive .titleSection .heading {
  max-width: 1000px;
}
#single-post section#archive .titleSection .heading p {
  font-family: "navigo", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 39px;
}
#single-post section#archive .titleSection .heading p:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  #single-post section#archive {
    background: #D2E9E5;
  }
}
#single-post section#archive .leftFill {
  position: absolute;
  background: #D2E9E5;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  #single-post section#archive .leftFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  #single-post section#archive .leftFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  #single-post section#archive .leftFill {
    background: none;
  }
}
#single-post section#archive .paleBg {
  background: #D2E9E5;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  #single-post section#archive .paleBg {
    background: none;
    padding: 0px 0;
  }
}
#single-post section#archive h2 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 39px;
}
#single-post section#archive .card {
  position: relative;
  padding-right: 23%;
  border-left: solid #8DC0B9 2px;
  padding-bottom: 100px;
}
@media (max-width: 1319.98px) {
  #single-post section#archive .card {
    padding-right: 18%;
  }
}
@media (max-width: 991.98px) {
  #single-post section#archive .card {
    padding-right: 10%;
  }
}
@media (max-width: 767.98px) {
  #single-post section#archive .card {
    padding-right: 50px;
  }
}
#single-post section#archive .card .downloadLink {
  position: absolute;
  left: 20px;
  bottom: 0;
}
#single-post section#archive .card .imgContainer img {
  width: 100%;
}
#single-post section#archive .card .content {
  max-width: 260px;
}
#single-post section#archive .card .content .date {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
#single-post section#archive .card .content .title {
  margin-top: 5px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.frm_forms .frm_message {
  margin: 40px 0;
}
.frm_forms form.feedback-form fieldset {
  padding: 40px 35px 20px 0px;
  width: 50%;
}
@media (max-width: 991.98px) {
  .frm_forms form.feedback-form fieldset {
    width: 100%;
  }
}
.frm_forms form.feedback-form fieldset label {
  margin-bottom: 10px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.frm_forms form fieldset {
  padding: 25px 35px;
  background: #1B8272;
}
.frm_forms form fieldset label {
  display: block;
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.frm_forms form fieldset input, .frm_forms form fieldset textarea, .frm_forms form fieldset select {
  width: 100%;
  padding: 10px 15px;
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #094D4D;
  margin-bottom: 15px;
  border: 0px;
}
.frm_forms form fieldset input:focus, .frm_forms form fieldset textarea:focus, .frm_forms form fieldset select:focus {
  outline-offset: -2px;
  outline: solid 2px #00A088;
  border-radius: 0px;
}
.frm_forms form fieldset button {
  margin-top: 20px;
}
.frm_forms form fieldset .frm_error {
  color: red;
  margin-top: -10px;
}
.frm_forms form fieldset button.frm_final_submit {
  background: #00A088;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 11px;
  box-shadow: 0 0;
  text-align: left;
  margin-bottom: 20px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.frm_forms form fieldset button.frm_final_submit:not(.noArrow):after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
.frm_forms form fieldset button.frm_final_submit:not(.noArrow):hover:after {
  margin-left: 7px;
  margin-right: 0px;
}

form#search-again-form.search-form {
  position: relative;
  top: 0;
  z-index: 2;
  left: 0px;
}
form#search-again-form.search-form label {
  display: block;
  margin-bottom: 30px;
}
form.search-form:not(.mobileSearch) {
  font-family: "navigo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 0;
  z-index: 2;
  right: 160px;
}
@media (max-width: 1919.98px) {
  form.search-form:not(.mobileSearch) {
    right: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  form.search-form:not(.mobileSearch) {
    right: 40px;
  }
}
@media (max-width: 1159.98px) {
  form.search-form:not(.mobileSearch) {
    display: none;
  }
}
form.search-form.mobileSearch {
  background: #fff;
  margin-top: 40px;
}
form.search-form.mobileSearch input {
  width: calc(100% - 40px);
}
form.search-form input {
  font-size: inherit;
  width: 210px;
  border-radius: 0px;
  padding: 10px;
  border-width: 0px;
  background: #D2E9E5;
}

table.bicResults {
  width: 100%;
}
table.bicResults .page-numbers {
  color: #fff;
}
table.bicResults .page-numbers a {
  color: inherit;
}
table.bicResults th {
  color: #fff;
  background: #00A088;
  padding: 15px;
  font-family: "navigo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  table.bicResults th {
    display: none;
  }
}
@media (max-width: 767.98px) {
  table.bicResults th.narrowcell {
    display: block;
    padding: 0px 15px;
  }
  table.bicResults th.narrowcell div {
    padding: 5px 0;
  }
  table.bicResults th.narrowcell label {
    padding: 5px 0;
  }
  table.bicResults th.narrowcell form {
    padding-bottom: 15px;
  }
}
table.bicResults th.narrowcell select {
  padding: 10px;
  padding-right: 28px;
}
table.bicResults tr:nth-of-type(even) {
  background: #fff;
}
table.bicResults tr:nth-of-type(odd) {
  background: #D2E9E5;
}
table.bicResults td {
  padding: 15px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  table.bicResults td {
    display: block;
    font-family: "navigo", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }
}
table.bicResults td .tdHeading {
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 20px;
  width: 80px;
}
@media (max-width: 767.98px) {
  table.bicResults td.flexMobile {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  table.bicResults td a {
    font-family: "navigo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
}

#archive.searchResponse .resultsText {
  font-family: "navigo", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 39px;
  margin-bottom: 0;
}
#archive.searchResponse h1 {
  color: #00A088;
}
@media (max-width: 767.98px) {
  #archive.searchResponse {
    background-color: #D2E9E5;
  }
}
#archive.searchResponse .noMargins p {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0px;
  padding-right: 20px;
}
#archive.searchResponse .paginateResults {
  text-align: right;
}
#archive.searchResponse .paginateResults {
  margin-top: 20px;
}
#archive.searchResponse .paginateResults a {
  text-decoration: none;
}
#archive.searchResponse .paginateResults a.page-numbers {
  width: 45px;
  height: 45px;
  background: #fff;
  display: inline-block;
  color: #094D4D;
  text-align: center;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 43px;
  margin-left: 10px;
}
#archive.searchResponse .paginateResults a.page-numbers.next svg, #archive.searchResponse .paginateResults a.page-numbers.prev svg {
  margin-top: 10px;
}
#archive.searchResponse .paginateResults span:not(.dots).page-numbers {
  width: 45px;
  height: 45px;
  background: #00A088;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 43px;
  margin-left: 10px;
}
#archive.searchResponse .paginateResults span.dots {
  margin-left: 10px;
}

#single-page.bic-code {
  padding-top: 120px;
  background-color: #D2E9E5;
}
#single-page.bic-code h1 {
  font-family: "navigo", sans-serif;
  font-size: 39px;
  font-weight: 300;
  line-height: 48px;
}
#single-page.bic-code section.bic-code-result {
  padding: 45px;
  background: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1319.98px) {
  #single-page.bic-code section.bic-code-result {
    padding: 45px 10px;
  }
}
#single-page.bic-code section.bic-code-result .boxtech {
  padding: 25px;
  background: #D2E9E5;
}
@media (max-width: 991.98px) {
  #single-page.bic-code section.bic-code-result .boxtech {
    margin-top: 30px;
  }
}
#single-page.bic-code section.bic-code-result .boxtech p {
  margin-top: 30px;
  max-width: 70%;
  margin-bottom: 0px;
}
#single-page.bic-code section.bic-code-result .boxtech p:first-of-type {
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #single-page.bic-code section.bic-code-result .boxtech p {
    max-width: 100%;
  }
}
#single-page.bic-code section.bic-code-result .boxtech a {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  max-width: 70%;
  display: block;
}
@media (max-width: 767.98px) {
  #single-page.bic-code section.bic-code-result .boxtech a {
    max-width: 100%;
  }
}
#single-page.bic-code section.bic-code-result .column {
  padding-left: 20px;
  border-left: solid 2px #8DC0B9;
  padding-right: 40px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
#single-page.bic-code section.bic-code-result .column .content {
  color: #094D4D;
}
#single-page.bic-code section.bic-code-result .column .content:first-of-type p {
  margin-top: 0px;
}
#single-page.bic-code section.bic-code-result .column .content p {
  margin: 0px;
  margin-top: 40px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

#single-page.facility-code {
  padding-top: 120px;
  background-color: #D2E9E5;
}
#single-page.facility-code h1 {
  font-family: "navigo", sans-serif;
  font-size: 39px;
  font-weight: 300;
  line-height: 48px;
}
#single-page.facility-code #google-map {
  width: 60%;
  height: auto;
  min-height: 400px;
}
@media (max-width: 767.98px) {
  #single-page.facility-code #google-map {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}
#single-page.facility-code section.facility-code-result {
  padding: 45px;
  background: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1319.98px) {
  #single-page.facility-code section.facility-code-result {
    padding: 45px 10px;
  }
}
#single-page.facility-code section.facility-code-result .flex {
  display: flex;
}
@media (max-width: 767.98px) {
  #single-page.facility-code section.facility-code-result .flex {
    display: block;
  }
}
#single-page.facility-code section.facility-code-result .boxtech {
  padding: 25px;
  background: #D2E9E5;
}
@media (max-width: 991.98px) {
  #single-page.facility-code section.facility-code-result .boxtech {
    margin-top: 30px;
  }
}
#single-page.facility-code section.facility-code-result .boxtech p {
  margin-top: 30px;
  max-width: 70%;
  margin-bottom: 0px;
}
#single-page.facility-code section.facility-code-result .boxtech p:first-of-type {
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #single-page.facility-code section.facility-code-result .boxtech p {
    max-width: 100%;
  }
}
#single-page.facility-code section.facility-code-result .boxtech a {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  max-width: 70%;
  display: block;
}
@media (max-width: 767.98px) {
  #single-page.facility-code section.facility-code-result .boxtech a {
    max-width: 100%;
  }
}
#single-page.facility-code section.facility-code-result .column {
  padding-left: 20px;
  border-left: solid 2px #8DC0B9;
  padding-right: 40px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
#single-page.facility-code section.facility-code-result .column .content {
  color: #094D4D;
}
#single-page.facility-code section.facility-code-result .column .content:first-of-type p {
  margin-top: 0px;
}
#single-page.facility-code section.facility-code-result .column .content p {
  margin: 0px;
  margin-top: 40px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.desktopNav .dropdownMenu section#bicCodesForm .nav-tabs {
  padding-bottom: 10px;
}

.dropdownMenu section#bicCodesForm {
  position: relative;
  min-height: auto;
  align-self: flex-start;
}
@media (max-width: 1159.98px) {
  .dropdownMenu section#bicCodesForm {
    left: 0px;
  }
}
.dropdownMenu section#bicCodesForm .nav-tabs {
  padding-bottom: 3px;
}
.dropdownMenu section#bicCodesForm .accordion-button {
  display: none;
}
.dropdownMenu section#bicCodesForm .collapse:not(.show) {
  display: block;
}
@media (max-width: 1159.98px) {
  .dropdownMenu section#bicCodesForm .accordion-body {
    padding-top: 35px;
  }
  .dropdownMenu section#bicCodesForm .accordion-body .nav-tabs .nav-item button.active:after {
    bottom: -25px;
  }
}
@media (max-width: 767.98px) {
  .dropdownMenu section#bicCodesForm .accordion-body {
    padding-top: 20px;
    padding: 20px;
  }
  .dropdownMenu section#bicCodesForm .accordion-body .nav-tabs {
    margin-left: -20px;
  }
  .dropdownMenu section#bicCodesForm .accordion-body .nav-tabs .nav-item button.active:after {
    bottom: 2px;
  }
}

section#bicCodesForm {
  bottom: 0;
  left: 160px;
  z-index: 2;
  background: #00A088;
  width: 700px;
  min-height: 263px;
}
section#bicCodesForm.calculator {
  bottom: -215px;
}
@media (max-width: 991.98px) {
  section#bicCodesForm.calculator {
    bottom: 0;
  }
}
@media (max-width: 1919.98px) {
  section#bicCodesForm {
    left: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section#bicCodesForm {
    left: 40px;
  }
}
section#bicCodesForm .accordion-button {
  padding: 35px;
  background: #00A088;
}
section#bicCodesForm .accordion-button:not(.collapsed) {
  box-shadow: none;
}
section#bicCodesForm .accordion-button:not(.collapsed):after {
  transform: rotate(-90deg) !important;
  transform-origin: center !important;
}
section#bicCodesForm .accordion-button:after {
  display: none;
}
@media (max-width: 991.98px) {
  section#bicCodesForm .accordion-button:after {
    display: block;
    background-image: url("/wp-content/themes/tessellate/assets/images/accordionArrow.svg") !important;
    width: 19px;
    height: 10px;
    margin-top: 6px;
  }
}
section#bicCodesForm .accordion-body {
  padding: 35px;
  padding-right: 35px;
  padding-top: 0px;
}
section#bicCodesForm h2 {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  section#bicCodesForm {
    position: relative;
    left: 0px;
    width: 100%;
    min-height: auto;
  }
}
section#bicCodesForm .nav-tabs {
  border-bottom: 3px solid #1B8272;
  padding-bottom: 20px;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  section#bicCodesForm .nav-tabs {
    display: block;
    border-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  section#bicCodesForm .nav-tabs .nav-item {
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
section#bicCodesForm .nav-tabs .nav-item button {
  color: #fff;
  background: unset;
  border-width: 0px;
  padding: 0 0px;
  margin: 0 40px;
  position: relative;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
section#bicCodesForm .nav-tabs .nav-item button.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1B8272 transparent;
}
@media (max-width: 767.98px) {
  section#bicCodesForm .nav-tabs .nav-item button.active:after {
    bottom: 2px;
    left: -20px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1B8272;
  }
}
section#bicCodesForm .nav-tabs .nav-item button:first-of-type {
  margin-left: 0px;
}
section#bicCodesForm .nav-tabs .nav-item button.end {
  margin-right: 0px;
}
section#bicCodesForm .tab-content {
  margin-top: 20px;
}
section#bicCodesForm select {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 9px 11px;
  margin: 0 14px 20px 0;
  border: 0;
  box-shadow: 0 0;
  text-align: left;
  text-transform: uppercase;
  max-width: 100%;
}
section#bicCodesForm input[type=text] {
  max-width: 100%;
  width: 42px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 11px;
  margin: 0 14px 20px 0;
  border: 0;
  box-shadow: 0 0;
  text-align: center;
  text-transform: uppercase;
}
section#bicCodesForm input[type=text]::-moz-placeholder {
  color: #8DC0B9;
}
section#bicCodesForm input[type=text]:-ms-input-placeholder {
  color: #8DC0B9;
}
section#bicCodesForm input[type=text]::placeholder {
  color: #8DC0B9;
}
section#bicCodesForm input[type=text].last {
  background: #206E62;
  color: #fff;
}
section#bicCodesForm input[type=text].long {
  max-width: 300px;
  width: 100%;
  text-align: left;
}
section#bicCodesForm input[type=text].double {
  width: 49px;
}
section#bicCodesForm input[type=text].triple {
  width: 61px;
}
section#bicCodesForm input[type=text].quad {
  width: 75px;
}
section#bicCodesForm .checkdigit .ajaxResponse {
  display: none;
  margin-top: 20px;
}
section#bicCodesForm .checkdigit .ajaxResponse.error {
  border: red solid 1px;
  padding: 10px;
}
section#bicCodesForm .checkdigit .ajaxResponse p {
  margin: 0;
}
section#bicCodesForm .checkdigit .ajaxResponse .error {
  color: #fff;
}
section#bicCodesForm .checkdigit .ajaxResponse table th {
  padding: 5px 0;
  padding-right: 30px;
}
section#bicCodesForm .checkdigit .ajaxResponse table td {
  padding: 5px 0;
}
section#bicCodesForm .checkdigit .ajaxResponse table td div {
  background: #206E62;
  padding: 10px;
  width: auto;
  display: inline-block;
}
section#bicCodesForm .checkdigit .ajaxResponse table td a {
  color: #fff;
}
section#bicCodesForm .checkdigit .ajaxResponse table td p {
  color: #fff;
}
section#bicCodesForm .checkdigit #check-digit-form select {
  width: 60px;
  padding: 11px;
}
section#bicCodesForm .checkdigit #check-digit-form input[type=text] {
  text-align: left;
}
section#bicCodesForm .checkdigit #check-digit-form .checkdigitserialinput {
  min-width: 250px;
}

.calculatorSpace {
  height: 215px;
}
@media (max-width: 991.98px) {
  .calculatorSpace {
    height: 0px;
  }
}

section.block-intro {
  margin: 60px 0;
}

section.block-intro {
  margin: 60px 0;
}

section.block-full_width_image .imageContainer {
  height: 600px;
}
@media (max-width: 1319.98px) {
  section.block-full_width_image .imageContainer {
    height: 550px;
  }
}
@media (max-width: 767.98px) {
  section.block-full_width_image .imageContainer {
    height: 440px;
    padding-left: 0px;
  }
}
@media (max-width: 539.98px) {
  section.block-full_width_image .imageContainer {
    height: 210px;
  }
}
section.block-full_width_image .imageContainer img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

section.block-three_four_column_text_white, section.block-four_column_text_white_with_blog {
  background: #fff;
  padding: 50px 0px;
}
@media (max-width: 767.98px) {
  section.block-three_four_column_text_white, section.block-four_column_text_white_with_blog {
    padding: 0px 0px;
  }
}
@media (max-width: 767.98px) {
  section.block-three_four_column_text_white .column, section.block-four_column_text_white_with_blog .column {
    padding: 0 40px;
  }
  section.block-three_four_column_text_white .column:nth-of-type(even), section.block-four_column_text_white_with_blog .column:nth-of-type(even) {
    background: #D2E9E5;
  }
}
@media (max-width: 539.98px) {
  section.block-three_four_column_text_white .column, section.block-four_column_text_white_with_blog .column {
    padding: 0 20px;
  }
}
section.block-three_four_column_text_white .content, section.block-four_column_text_white_with_blog .content {
  border-left: solid 2px #00A088;
  padding-left: 20px;
  max-width: 380px;
  padding-right: 20px;
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  height: 100%;
}
section.block-three_four_column_text_white .content h3, section.block-four_column_text_white_with_blog .content h3 {
  padding-bottom: 20px;
}
section.block-three_four_column_text_white .content p.intro, section.block-four_column_text_white_with_blog .content p.intro {
  margin-top: -20px;
}
section.block-three_four_column_text_white .content a, section.block-four_column_text_white_with_blog .content a {
  position: absolute;
  bottom: 0px;
}
@media (max-width: 767.98px) {
  section.block-three_four_column_text_white .content, section.block-four_column_text_white_with_blog .content {
    max-width: none;
    padding-right: 0px;
  }
}
section.block-three_four_column_text_white .barcodeContainer, section.block-four_column_text_white_with_blog .barcodeContainer {
  top: -86px;
  left: 0px;
}
section.block-three_four_column_text_white .barcodeContainer .whiteSquare, section.block-four_column_text_white_with_blog .barcodeContainer .whiteSquare {
  height: 86px;
  background: #fff;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-three_four_column_text_white .barcodeContainer .whiteSquare, section.block-four_column_text_white_with_blog .barcodeContainer .whiteSquare {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-three_four_column_text_white .barcodeContainer .whiteSquare, section.block-four_column_text_white_with_blog .barcodeContainer .whiteSquare {
    width: 40px;
  }
}

section {
  position: relative;
}
section.block-three_four_column_text_blue {
  background: #00A088;
  padding: 50px 0px;
}
@media (max-width: 767.98px) {
  section.block-three_four_column_text_blue {
    padding: 0px 0px;
  }
}
@media (max-width: 767.98px) {
  section.block-three_four_column_text_blue .column {
    padding: 0 40px;
  }
}
@media (max-width: 539.98px) {
  section.block-three_four_column_text_blue .column {
    padding: 0 20px;
  }
}
section.block-three_four_column_text_blue .content {
  border-left: solid 2px #1B8272;
  padding-left: 20px;
  max-width: 380px;
  padding-right: 20px;
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  height: 100%;
}
section.block-three_four_column_text_blue .content h3 {
  margin-bottom: 20px;
}
section.block-three_four_column_text_blue .content p {
  color: #fff;
}
section.block-three_four_column_text_blue .content.wide {
  max-width: 500px;
}
section.block-three_four_column_text_blue .content a {
  position: absolute;
  bottom: 0px;
}
@media (max-width: 767.98px) {
  section.block-three_four_column_text_blue .content a.btn-blue {
    background: #206E62;
  }
}
@media (max-width: 767.98px) {
  section.block-three_four_column_text_blue .content {
    max-width: none;
    padding-right: 0px;
  }
}
section.block-three_four_column_text_blue .barcodeContainer {
  top: -86px;
  left: 0px;
}
section.block-three_four_column_text_blue .barcodeContainer .blueSquare {
  height: 86px;
  background: #00A088;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-three_four_column_text_blue .barcodeContainer .blueSquare {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-three_four_column_text_blue .barcodeContainer .blueSquare {
    width: 40px;
  }
}

section.block-full_width_image_left_indent {
  background: transparent;
}
section.block-full_width_image_left_indent .imageContainer {
  height: 600px;
  padding-left: 160px;
}
@media (max-width: 1919.98px) {
  section.block-full_width_image_left_indent .imageContainer {
    padding-left: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-full_width_image_left_indent .imageContainer {
    padding-left: 40px;
  }
}
@media (max-width: 1319.98px) {
  section.block-full_width_image_left_indent .imageContainer {
    height: 550px;
  }
}
@media (max-width: 767.98px) {
  section.block-full_width_image_left_indent .imageContainer {
    height: 440px;
    padding-left: 0px;
  }
}
@media (max-width: 539.98px) {
  section.block-full_width_image_left_indent .imageContainer {
    height: 210px;
  }
}
section.block-full_width_image_left_indent .imageContainer img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.block-full_width_image_left_indent .barcodeContainer .blueSquare {
  height: 86px;
  background: #00A088;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-full_width_image_left_indent .barcodeContainer .blueSquare {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-full_width_image_left_indent .barcodeContainer .blueSquare {
    width: 40px;
  }
}

section.block-full_width_image_right_indent {
  background: transparent;
}
section.block-full_width_image_right_indent .imageContainer {
  height: 600px;
  padding-right: 160px;
}
@media (max-width: 1919.98px) {
  section.block-full_width_image_right_indent .imageContainer {
    padding-right: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-full_width_image_right_indent .imageContainer {
    padding-right: 40px;
  }
}
@media (max-width: 1319.98px) {
  section.block-full_width_image_right_indent .imageContainer {
    height: 550px;
  }
}
@media (max-width: 767.98px) {
  section.block-full_width_image_right_indent .imageContainer {
    height: 440px;
    padding-right: 0px;
  }
}
@media (max-width: 539.98px) {
  section.block-full_width_image_right_indent .imageContainer {
    height: 210px;
  }
}
section.block-full_width_image_right_indent .imageContainer img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

section.block-image_with_content_box {
  background: #fff;
}
section.block-image_with_content_box .blueSquareContainer {
  top: 0px;
  right: 0px;
}
section.block-image_with_content_box .blueSquareContainer .blueSquare {
  height: 86px;
  background: #00A088;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-image_with_content_box .blueSquareContainer .blueSquare {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-image_with_content_box .blueSquareContainer .blueSquare {
    width: 40px;
  }
}
section.block-image_with_content_box .contentBox {
  bottom: 86px;
  max-height: calc(100% - 172px);
  max-width: 700px;
  padding: 40px;
  background: #206E62;
  left: 160px;
}
@media (max-width: 1919.98px) {
  section.block-image_with_content_box .contentBox {
    left: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-image_with_content_box .contentBox {
    left: 40px;
  }
}
@media (max-width: 1319.98px) {
  section.block-image_with_content_box .contentBox {
    max-width: 600px;
  }
}
@media (max-width: 767.98px) {
  section.block-image_with_content_box .contentBox {
    position: relative;
    max-width: 100%;
    left: 0px;
    bottom: unset;
  }
}
@media (max-width: 539.98px) {
  section.block-image_with_content_box .contentBox {
    padding: 40px 20px;
  }
}
section.block-image_with_content_box .contentBox p {
  color: #fff;
}
section.block-image_with_content_box .contentBox h3 {
  margin-bottom: 20px;
}
section.block-image_with_content_box .imageContainer {
  height: 900px;
  padding-right: 160px;
}
@media (max-width: 1919.98px) {
  section.block-image_with_content_box .imageContainer {
    padding-right: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-image_with_content_box .imageContainer {
    padding-right: 40px;
  }
}
@media (max-width: 1319.98px) {
  section.block-image_with_content_box .imageContainer {
    height: 750px;
  }
}
@media (max-width: 767.98px) {
  section.block-image_with_content_box .imageContainer {
    height: 440px;
    padding-right: 0px;
  }
}
@media (max-width: 539.98px) {
  section.block-image_with_content_box .imageContainer {
    height: 210px;
  }
}
section.block-image_with_content_box .imageContainer img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

section.block-staff {
  margin: 60px 0;
}
section.block-staff h2 {
  font-family: "navigo", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 39px;
}
section.block-staff .card {
  padding-right: 23%;
  border-left: solid #8DC0B9 2px;
}
@media (max-width: 1319.98px) {
  section.block-staff .card {
    padding-right: 18%;
  }
}
@media (max-width: 991.98px) {
  section.block-staff .card {
    padding-right: 10%;
  }
}
@media (max-width: 767.98px) {
  section.block-staff .card {
    padding-right: 50px;
  }
}
section.block-staff .card .imgContainer img {
  width: 100%;
}
section.block-staff .card .content {
  max-width: 260px;
}
section.block-staff .card .content .position {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
section.block-staff .card .content .name {
  margin-top: 5px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

section.block-two_column_text_and_sidebar {
  margin: 60px 0;
}
section.block-two_column_text_and_sidebar.pale {
  background: #D2E9E5;
  padding: 60px 0;
  margin-bottom: 0px;
}
section.block-two_column_text_and_sidebar .announcement .heading {
  font-family: "navigo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
section.block-two_column_text_and_sidebar .announcement .text {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
section.block-two_column_text_and_sidebar .announcement.bic-blue {
  background: #EDF6F9;
  color: #094D4D;
}
section.block-two_column_text_and_sidebar .announcement.blue {
  background: #00A088;
  color: #fff;
}
section.block-two_column_text_and_sidebar .announcement.blue-light {
  background: #D2E9E5;
  color: #094D4D;
}
section.block-two_column_text_and_sidebar .announcement.blue-dark {
  background: #206E62;
  color: #fff;
}
section.block-two_column_text_and_sidebar a.link {
  text-decoration: none;
}
section.block-two_column_text_and_sidebar a.link .innerLink:hover span.btn-blue:after {
  margin-left: 7px;
  margin-right: 0px;
}
section.block-two_column_text_and_sidebar a.link .innerLink.bic-blue {
  background: #EDF6F9;
  color: #094D4D;
}
section.block-two_column_text_and_sidebar a.link .innerLink.bic-blue a, section.block-two_column_text_and_sidebar a.link .innerLink.bic-blue span {
  color: #094D4D;
}
section.block-two_column_text_and_sidebar a.link .innerLink.blue {
  background: #00A088;
  color: #fff;
}
section.block-two_column_text_and_sidebar a.link .innerLink.blue a {
  color: #fff;
}
section.block-two_column_text_and_sidebar a.link .innerLink.blue-light {
  background: #D2E9E5;
  color: #094D4D;
}
section.block-two_column_text_and_sidebar a.link .innerLink.blue-light a {
  color: #094D4D;
}
section.block-two_column_text_and_sidebar a.link .innerLink.blue-light span {
  padding-left: 0px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
section.block-two_column_text_and_sidebar a.link .innerLink.blue-light span.btn-blue {
  color: #094D4D;
}
section.block-two_column_text_and_sidebar a.link .innerLink.blue-light span.btn-blue:after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow-darkblue.svg");
}
section.block-two_column_text_and_sidebar a.link .innerLink.blue-dark {
  background: #206E62;
  color: #fff;
}
section.block-two_column_text_and_sidebar a.link .innerLink.blue-dark a {
  color: #fff;
}
section.block-two_column_text_and_sidebar a span.btn-blue {
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px 10px 0;
  box-shadow: 0 0;
  text-align: left;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
section.block-two_column_text_and_sidebar a span.btn-blue:after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
section.block-two_column_text_and_sidebar a span.btn-blue:hover:after {
  margin-left: 7px;
  margin-right: 0px;
}
section.block-two_column_text_and_sidebar a .text {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

section.block-three_column_cards_right_indented_with_blue_background {
  position: relative;
  margin: 60px 0 0px 0;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  section.block-three_column_cards_right_indented_with_blue_background {
    background: #D2E9E5;
  }
}
section.block-three_column_cards_right_indented_with_blue_background .leftFill {
  position: absolute;
  background: #D2E9E5;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-three_column_cards_right_indented_with_blue_background .leftFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-three_column_cards_right_indented_with_blue_background .leftFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-three_column_cards_right_indented_with_blue_background .leftFill {
    background: none;
  }
}
section.block-three_column_cards_right_indented_with_blue_background .paleBg {
  background: #D2E9E5;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  section.block-three_column_cards_right_indented_with_blue_background .paleBg {
    background: none;
    padding: 0px 0;
  }
}
section.block-three_column_cards_right_indented_with_blue_background h2 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 39px;
}
section.block-three_column_cards_right_indented_with_blue_background .card {
  position: relative;
  padding-right: 23%;
  border-left: solid #8DC0B9 2px;
  padding-bottom: 100px;
}
@media (max-width: 1319.98px) {
  section.block-three_column_cards_right_indented_with_blue_background .card {
    padding-right: 18%;
  }
}
@media (max-width: 991.98px) {
  section.block-three_column_cards_right_indented_with_blue_background .card {
    padding-right: 10%;
  }
}
@media (max-width: 767.98px) {
  section.block-three_column_cards_right_indented_with_blue_background .card {
    padding-right: 50px;
  }
}
section.block-three_column_cards_right_indented_with_blue_background .card .downloadLink {
  position: absolute;
  left: 20px;
  bottom: 0;
}
section.block-three_column_cards_right_indented_with_blue_background .card .imgContainer img {
  width: 100%;
}
section.block-three_column_cards_right_indented_with_blue_background .card .content {
  max-width: 260px;
}
section.block-three_column_cards_right_indented_with_blue_background .card .content .date {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
section.block-three_column_cards_right_indented_with_blue_background .card .content .title {
  margin-top: 5px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

section.block-narrow_left_text {
  margin: 60px 0 0 0;
}

section.block-full_width_text_left_indented {
  background: #fff;
  position: relative;
  margin: 60px 0 0 0;
}
@media (max-width: 767.98px) {
  section.block-full_width_text_left_indented {
    background: #D2E9E5;
  }
}
section.block-full_width_text_left_indented .rightFill {
  position: absolute;
  right: 0;
  background: #D2E9E5;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-full_width_text_left_indented .rightFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-full_width_text_left_indented .rightFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-full_width_text_left_indented .rightFill {
    background: none;
  }
}
section.block-full_width_text_left_indented .paleBg {
  background: #D2E9E5;
  padding: 60px 0;
  padding-left: 70px;
}
@media (max-width: 767.98px) {
  section.block-full_width_text_left_indented .paleBg {
    background: none;
    padding: 0px 0;
  }
}
section.block-full_width_text_left_indented .paleBg p {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
section.block-full_width_text_left_indented .paleBg h3 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px;
}

section.block-faq {
  position: relative;
  margin: 60px 0;
}
@media (max-width: 767.98px) {
  section.block-faq {
    background: #D2E9E5;
  }
}
section.block-faq .leftFill {
  position: absolute;
  background: #D2E9E5;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-faq .leftFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-faq .leftFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-faq .leftFill {
    background: none;
  }
}
section.block-faq .rightFill {
  position: absolute;
  right: 0;
  background: #D2E9E5;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-faq .rightFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-faq .rightFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-faq .rightFill {
    background: none;
  }
}
section.block-faq .paleBg {
  background: #D2E9E5;
  padding: 60px 0;
}
section.block-faq .paleBg.padded {
  padding: 60px 0 60px 50px;
}
@media (max-width: 767.98px) {
  section.block-faq .paleBg.padded {
    padding: 60px 0px;
  }
}
@media (max-width: 767.98px) {
  section.block-faq .paleBg {
    background: none;
  }
}
section.block-faq .paleBg h2 {
  border-bottom: 0px;
}
section.block-faq .accordion-item {
  border-top: 0px;
}
section.block-faq .accordion-button {
  padding-left: 0px;
  font-family: "navigo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  background-color: #D2E9E5;
  border-bottom: 2px solid #8DC0B9;
}
section.block-faq .accordion-button:focus {
  box-shadow: none;
}
section.block-faq .accordion-button:not(.collapsed) {
  background-color: #D2E9E5;
  color: #094D4D;
}
section.block-faq .accordion-button:after {
  width: 19px;
  height: 10px;
  margin-top: 6px;
  background-image: url("/wp-content/themes/tessellate/assets/images/accordionArrowBlue.svg") !important;
}
section.block-faq .accordion-body {
  background-color: #D2E9E5;
  padding-left: 0px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

section.block-contact {
  padding: 60px 0;
}
section.block-contact .fullheight {
  height: 100%;
}
section.block-contact .frm_forms form fieldset .frm_form_title {
  display: none;
}
section.block-contact .content {
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  section.block-contact .content {
    padding-right: 0px;
  }
}
section.block-contact .contactDetails .details {
  padding-left: 20px;
  border-left: solid #8DC0B9 2px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  padding-right: 20px;
}
section.block-contact .contactDetails .details p {
  margin-bottom: 5px;
}
section.block-contact .contactDetails .details p:last-of-type {
  margin-top: 30px;
}
section.block-contact .contactDetails .details a {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
section.block-contact .contactDetails .name {
  padding-left: 20px;
  border-left: solid #8DC0B9 2px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  padding-right: 20px;
  width: 60%;
}
section.block-contact .contactDetails .name .address {
  max-width: 250px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
section.block-contact a.link {
  left: 0px;
  bottom: 0px;
  max-width: 320px;
  text-decoration: none;
  display: block;
}
@media (max-width: 991.98px) {
  section.block-contact a.link {
    position: relative;
    margin: 40px 0px 0 0;
  }
}
section.block-contact a.link .innerLink:hover span.btn-blue:after {
  margin-left: 7px;
  margin-right: 0px;
}
section.block-contact a.link .innerLink.blue {
  background: #00A088;
  color: #fff;
}
section.block-contact a.link .innerLink.blue a {
  color: #fff;
}
section.block-contact a.link .innerLink.blue-light {
  background: #D2E9E5;
  color: #094D4D;
}
section.block-contact a.link .innerLink.blue-light a {
  color: #094D4D;
}
section.block-contact a.link .innerLink.blue-light span {
  padding-left: 0px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
section.block-contact a.link .innerLink.blue-light span.btn-blue {
  color: #094D4D;
}
section.block-contact a.link .innerLink.blue-light span.btn-blue:after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow-darkblue.svg");
}
section.block-contact a span.btn-blue {
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  border: 0px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px 10px 0;
  box-shadow: 0 0;
  text-align: left;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
section.block-contact a span.btn-blue:after {
  content: url("/wp-content/themes/tessellate/assets/images/bluebtn-right-arrow.svg");
  margin-left: 5px;
  margin-right: 2px;
  fill: white;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: ease-in-out 0.2s;
}
section.block-contact a span.btn-blue:hover:after {
  margin-left: 7px;
  margin-right: 0px;
}
section.block-contact a .text {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

section.block-feedback {
  margin: 60px 0;
  background: #D2E9E5;
}
section.block-feedback fieldset {
  background: #D2E9E5;
}
section.block-feedback .frm_forms form fieldset label {
  color: #094D4D;
}
section.block-feedback .fullwidth {
  width: 100%;
}
section.block-feedback .svgContainer {
  padding-top: 40px;
  padding-right: 15px;
}

section.block-two_column_blue_box_left_indented {
  position: relative;
  margin: 60px 0;
}
section.block-two_column_blue_box_left_indented .styledUl ol li:before {
  content: url("/wp-content/themes/tessellate/assets/images/ol-light.svg");
}
@media (max-width: 767.98px) {
  section.block-two_column_blue_box_left_indented {
    background: #D2E9E5;
  }
}
section.block-two_column_blue_box_left_indented .rightFill {
  position: absolute;
  right: 0;
  background: #D2E9E5;
  height: 100%;
  width: 160px;
}
section.block-two_column_blue_box_left_indented .rightFill.green {
  background: #1B8272;
}
@media (max-width: 1919.98px) {
  section.block-two_column_blue_box_left_indented .rightFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-two_column_blue_box_left_indented .rightFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-two_column_blue_box_left_indented .rightFill {
    background: none;
  }
}
section.block-two_column_blue_box_left_indented .paleBg {
  background: #D2E9E5;
  padding: 60px 0;
  padding-left: 50px;
}
section.block-two_column_blue_box_left_indented .paleBg.green {
  background: #1B8272;
  color: #fff;
}
section.block-two_column_blue_box_left_indented .paleBg.green p, section.block-two_column_blue_box_left_indented .paleBg.green ul, section.block-two_column_blue_box_left_indented .paleBg.green li {
  color: #fff;
}
@media (max-width: 991.98px) {
  section.block-two_column_blue_box_left_indented .paleBg {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-two_column_blue_box_left_indented .paleBg {
    background: none;
    padding-left: 0px;
  }
}
section.block-two_column_blue_box_left_indented .paleBg h2 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
section.block-two_column_blue_box_left_indented .paleBg .columns .col1 {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  section.block-two_column_blue_box_left_indented .paleBg .columns .col1 {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  section.block-two_column_blue_box_left_indented .paleBg .columns .col1 {
    padding-right: 0px;
  }
}
section.block-two_column_blue_box_left_indented .paleBg .columns .col2 {
  padding-right: 50px;
  width: 50%;
}
@media (max-width: 991.98px) {
  section.block-two_column_blue_box_left_indented .paleBg .columns .col2 {
    width: 100%;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-two_column_blue_box_left_indented .paleBg .columns .col2 {
    padding-right: 0px;
  }
}
section.block-two_column_blue_box_left_indented .paleBg .columns .col2 .imgContainer img {
  width: 100%;
}

section.block-two_column_blue_box_right_indented {
  position: relative;
  margin: 60px 0;
}
section.block-two_column_blue_box_right_indented .styledUl ol li:before {
  content: url("/wp-content/themes/tessellate/assets/images/ol-light.svg");
}
@media (max-width: 767.98px) {
  section.block-two_column_blue_box_right_indented {
    background: #D2E9E5;
  }
}
section.block-two_column_blue_box_right_indented .leftFill {
  position: absolute;
  background: #D2E9E5;
  height: 100%;
  width: 160px;
}
section.block-two_column_blue_box_right_indented .leftFill.green {
  background: #1B8272;
}
@media (max-width: 1919.98px) {
  section.block-two_column_blue_box_right_indented .leftFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-two_column_blue_box_right_indented .leftFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-two_column_blue_box_right_indented .leftFill {
    width: 10px;
    background: none;
  }
}
section.block-two_column_blue_box_right_indented .paleBg {
  background: #D2E9E5;
  padding: 60px 0;
}
section.block-two_column_blue_box_right_indented .paleBg.green {
  background: #1B8272;
  color: #fff;
}
section.block-two_column_blue_box_right_indented .paleBg.green p,
section.block-two_column_blue_box_right_indented .paleBg.green ul,
section.block-two_column_blue_box_right_indented .paleBg.green li {
  color: #fff;
}
@media (max-width: 767.98px) {
  section.block-two_column_blue_box_right_indented .paleBg {
    background: none;
    width: calc(100% + 10px);
  }
}
section.block-two_column_blue_box_right_indented .paleBg h2 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
section.block-two_column_blue_box_right_indented .paleBg .columns .col1 {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  section.block-two_column_blue_box_right_indented .paleBg .columns .col1 {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  section.block-two_column_blue_box_right_indented .paleBg .columns .col1 {
    padding-right: 0px;
  }
}
section.block-two_column_blue_box_right_indented .paleBg .columns .col2 {
  padding-right: 50px;
  width: 50%;
}
@media (max-width: 991.98px) {
  section.block-two_column_blue_box_right_indented .paleBg .columns .col2 {
    width: 100%;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-two_column_blue_box_right_indented .paleBg .columns .col2 {
    padding-right: 0px;
  }
}
section.block-two_column_blue_box_right_indented .paleBg .columns .col2 .imgContainer img {
  width: 100%;
}

section.block-two_column_white_box_right_indented {
  position: relative;
  margin: 60px 0;
}
section.block-two_column_white_box_right_indented .styledUl ol li:before {
  content: url("/wp-content/themes/tessellate/assets/images/ol-light.svg");
}
@media (max-width: 767.98px) {
  section.block-two_column_white_box_right_indented {
    background: #fff;
  }
}
section.block-two_column_white_box_right_indented .leftFill {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-two_column_white_box_right_indented .leftFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-two_column_white_box_right_indented .leftFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-two_column_white_box_right_indented .leftFill {
    background: none;
  }
}
section.block-two_column_white_box_right_indented .whiteBg {
  background: #fff;
  padding: 60px 0;
}
section.block-two_column_white_box_right_indented .whiteBg .columns .col1 {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  section.block-two_column_white_box_right_indented .whiteBg .columns .col1 {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  section.block-two_column_white_box_right_indented .whiteBg .columns .col1 {
    padding-right: 0px;
  }
}
section.block-two_column_white_box_right_indented .whiteBg .columns .col2 {
  padding-right: 0px;
  width: 50%;
}
@media (max-width: 991.98px) {
  section.block-two_column_white_box_right_indented .whiteBg .columns .col2 {
    width: 100%;
    padding-right: 0px;
  }
}
@media (max-width: 767.98px) {
  section.block-two_column_white_box_right_indented .whiteBg .columns .col2 {
    padding-right: 0px;
  }
}
section.block-two_column_white_box_right_indented .whiteBg .columns .col2 .imgContainer img {
  width: 100%;
}
@media (max-width: 767.98px) {
  section.block-two_column_white_box_right_indented .whiteBg .columns .col2 .imgContainer {
    margin-right: -10px;
  }
}

section.block-two_column_text {
  margin: 60px 0;
}
section.block-two_column_text.pale {
  background: #D2E9E5;
  padding: 60px 0;
}
section.block-two_column_text.pale .styledUl ol li:before {
  content: url("/wp-content/themes/tessellate/assets/images/ol-light.svg");
}
section.block-two_column_text.white {
  background: #fff;
}
section.block-two_column_text .column {
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  section.block-two_column_text .column {
    padding-right: 0px;
  }
  section.block-two_column_text .column:first-of-type {
    margin-bottom: 20px;
  }
}
section.block-two_column_text .column a:hover {
  color: #094D4D;
}

section.block-accordion {
  position: relative;
  margin: 60px 0;
}
@media (max-width: 767.98px) {
  section.block-accordion {
    background: #D2E9E5;
  }
}
section.block-accordion .leftFill {
  position: absolute;
  background: #D2E9E5;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-accordion .leftFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-accordion .leftFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-accordion .leftFill {
    background: none;
  }
}
section.block-accordion .paleBg {
  background: #D2E9E5;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  section.block-accordion .paleBg {
    background: none;
  }
}
section.block-accordion .accordion-button {
  padding-left: 0px;
  font-family: "navigo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  background-color: #D2E9E5;
  border-bottom: 2px solid #8DC0B9;
}
section.block-accordion .accordion-button:focus {
  box-shadow: none;
}
section.block-accordion .accordion-button:not(.collapsed) {
  background-color: #D2E9E5;
  color: #094D4D;
}
section.block-accordion .accordion-button:after {
  width: 19px;
  height: 10px;
  margin-top: 6px;
  background-image: url("/wp-content/themes/tessellate/assets/images/accordionArrowBlue.svg") !important;
}
section.block-accordion .accordion-body {
  background-color: #D2E9E5;
  padding-left: 0px;
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
section.block-accordion .accordion-body .column {
  padding-left: 20px;
  padding-right: 50px;
  border-left: solid #00A088 2px;
}
section.block-accordion .accordion-body .column:first-of-type {
  width: 40%;
}
@media (max-width: 767.98px) {
  section.block-accordion .accordion-body .column:first-of-type {
    width: 100%;
  }
}
section.block-accordion .accordion-body .column:last-of-type p {
  margin: 0px;
}
section.block-accordion .accordion-body .column:last-of-type div {
  margin-bottom: 20px;
}
section.block-accordion .accordion-body .column:last-of-type div a {
  font-weight: 500;
  display: block;
}

section.block-statistics {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #fff;
}
section.block-statistics .barcodeContainer {
  top: -146px;
  left: 0px;
}
section.block-statistics .barcodeContainer .whiteSquare {
  height: 86px;
  background: #fff;
  width: 1260px;
}
@media (max-width: 1919.98px) {
  section.block-statistics .barcodeContainer .whiteSquare {
    width: 65vw;
  }
}
@media (max-width: 991.98px) {
  section.block-statistics .barcodeContainer .whiteSquare {
    width: 40px;
  }
}
section.block-statistics .statsContainer div:not(.flexible) {
  padding-left: 10px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  section.block-statistics .statsContainer div:not(.flexible) {
    padding-right: 20px;
  }
}
section.block-statistics .statsContainer div.countries, section.block-statistics .statsContainer div .owners {
  padding-left: 20px;
  border-left: solid 2px #8DC0B9;
  max-width: 180px;
  box-sizing: content-box;
}
@media (max-width: 767.98px) {
  section.block-statistics .statsContainer div.countries, section.block-statistics .statsContainer div .owners {
    padding-right: 0px;
  }
}
section.block-statistics .statsContainer div.countries p, section.block-statistics .statsContainer div .owners p {
  margin: 0;
}
section.block-statistics .statsContainer div.countries p:nth-of-type(2), section.block-statistics .statsContainer div .owners p:nth-of-type(2) {
  font-family: "navigo", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
  margin: 0px 0;
}
@media (max-width: 767.98px) {
  section.block-statistics .statsContainer div.countries {
    padding-top: 30px;
  }
}

section.block-image_blue_box_left_indented {
  position: relative;
  margin: 60px 0;
}
@media (max-width: 767.98px) {
  section.block-image_blue_box_left_indented {
    background: #D2E9E5;
  }
}
section.block-image_blue_box_left_indented .rightFill {
  position: absolute;
  right: 0;
  background: #D2E9E5;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-image_blue_box_left_indented .rightFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-image_blue_box_left_indented .rightFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-image_blue_box_left_indented .rightFill {
    background: none;
  }
}
section.block-image_blue_box_left_indented .paleBg {
  background: #D2E9E5;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  section.block-image_blue_box_left_indented .paleBg {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-image_blue_box_left_indented .paleBg {
    padding-left: 0px;
  }
}
section.block-image_blue_box_left_indented .paleBg .imgContainer {
  width: 100%;
  padding-left: 160px;
}
@media (max-width: 1919.98px) {
  section.block-image_blue_box_left_indented .paleBg .imgContainer {
    padding-left: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-image_blue_box_left_indented .paleBg .imgContainer {
    padding-left: 0px;
  }
}
section.block-image_blue_box_left_indented .paleBg .imgContainer img {
  max-width: 100%;
}

section.block-size_and_lookup_tool {
  position: relative;
  margin: 60px 0;
}
section.block-size_and_lookup_tool .styledUl ol li:before {
  content: url("/wp-content/themes/tessellate/assets/images/ol-light.svg");
}
@media (max-width: 767.98px) {
  section.block-size_and_lookup_tool {
    background: #206E62;
  }
}
section.block-size_and_lookup_tool .leftFill {
  position: absolute;
  background: #206E62;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-size_and_lookup_tool .leftFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-size_and_lookup_tool .leftFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-size_and_lookup_tool .leftFill {
    background: none;
  }
}
section.block-size_and_lookup_tool .paleBg {
  background: #206E62;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  section.block-size_and_lookup_tool .paleBg {
    background: none;
  }
}
section.block-size_and_lookup_tool .paleBg h2 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
section.block-size_and_lookup_tool .paleBg .columns .col1 {
  width: 40%;
  padding-right: 50px;
}
section.block-size_and_lookup_tool .paleBg .columns .col1.text-white p, section.block-size_and_lookup_tool .paleBg .columns .col1.text-white ul, section.block-size_and_lookup_tool .paleBg .columns .col1.text-white li {
  color: #fff;
}
@media (max-width: 991.98px) {
  section.block-size_and_lookup_tool .paleBg .columns .col1 {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  section.block-size_and_lookup_tool .paleBg .columns .col1 {
    padding-right: 0px;
  }
}
section.block-size_and_lookup_tool .paleBg .columns .col2 {
  padding-right: 50px;
  width: 60%;
}
@media (max-width: 991.98px) {
  section.block-size_and_lookup_tool .paleBg .columns .col2 {
    width: 100%;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-size_and_lookup_tool .paleBg .columns .col2 {
    padding-right: 0px;
  }
}
section.block-size_and_lookup_tool .paleBg .columns .col2 .imgContainer img {
  width: 100%;
}
section.block-size_and_lookup_tool .formSizeContainer {
  background: #00A088;
  padding: 25px;
}
section.block-size_and_lookup_tool .formSizeContainer .form-text {
  width: 357px;
}
section.block-size_and_lookup_tool .formSizeContainer #sizetypeform {
  width: 357px;
}
section.block-size_and_lookup_tool .formSizeContainer #sizetypeform input[type=text] {
  max-width: 100%;
  width: 42px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 11px;
  margin: 0 14px 0px 0;
  border: 0;
  box-shadow: 0 0;
  text-align: center;
  text-transform: uppercase;
}
section.block-size_and_lookup_tool .formSizeContainer #sizetypeform input[type=text]::-moz-placeholder {
  color: #8DC0B9;
}
section.block-size_and_lookup_tool .formSizeContainer #sizetypeform input[type=text]:-ms-input-placeholder {
  color: #8DC0B9;
}
section.block-size_and_lookup_tool .formSizeContainer #sizetypeform input[type=text]::placeholder {
  color: #8DC0B9;
}
@media (max-width: 767.98px) {
  section.block-size_and_lookup_tool .formSizeContainer #sizetypeform button {
    display: block;
    margin-top: 20px;
  }
}
section.block-size_and_lookup_tool .results {
  padding: 50px 25px 25px 25px;
  position: relative;
  background: #206E62;
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
section.block-size_and_lookup_tool .results .length, section.block-size_and_lookup_tool .results .height, section.block-size_and_lookup_tool .results .chars {
  min-width: 95px;
  max-width: calc(100% - 200px);
}
section.block-size_and_lookup_tool .results .length div, section.block-size_and_lookup_tool .results .height div, section.block-size_and_lookup_tool .results .chars div {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
section.block-size_and_lookup_tool .results .length div#heightresult, section.block-size_and_lookup_tool .results .length div#lengthresult, section.block-size_and_lookup_tool .results .height div#heightresult, section.block-size_and_lookup_tool .results .height div#lengthresult, section.block-size_and_lookup_tool .results .chars div#heightresult, section.block-size_and_lookup_tool .results .chars div#lengthresult {
  font-family: "navigo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  background: #206E62;
  padding: 15px;
  max-width: 65px;
  height: 58px;
}
@media (max-width: 767.98px) {
  section.block-size_and_lookup_tool .results .length, section.block-size_and_lookup_tool .results .height {
    min-width: 50%;
    text-align: center;
  }
  section.block-size_and_lookup_tool .results .length div, section.block-size_and_lookup_tool .results .height div {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  section.block-size_and_lookup_tool .results .chars {
    width: 100%;
    margin-top: 20px;
  }
}
section.block-size_and_lookup_tool .results:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #00A088 transparent transparent transparent;
}

section.block-container_sizes {
  margin: 60px 0;
}
section.block-container_sizes.pale {
  background: #D2E9E5;
  padding: 60px 0;
  margin-bottom: 0px;
}
section.block-container_sizes table {
  width: calc(33% - 20px);
}
@media (max-width: 1319.98px) {
  section.block-container_sizes table.lengthTable {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  section.block-container_sizes table.lengthTable {
    width: 100%;
  }
}
@media (max-width: 1319.98px) {
  section.block-container_sizes table.heightTable {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  section.block-container_sizes table.heightTable {
    width: 100%;
  }
}
@media (max-width: 1319.98px) {
  section.block-container_sizes table.typeTable {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  section.block-container_sizes table.typeTable {
    width: 100%;
    margin-bottom: 20px;
  }
}
section.block-container_sizes table th {
  background: #00A088;
  padding: 17px;
}
section.block-container_sizes table td {
  background: #fff;
  padding: 17px;
}

section.block-info_box {
  margin: 60px 0;
}
section.block-info_box.pale {
  background: #D2E9E5;
  padding: 60px 0;
  margin-bottom: 0px;
}
section.block-info_box .announcement {
  padding: 35px;
}
section.block-info_box .announcement p {
  color: #fff;
}
section.block-info_box .announcement .heading {
  font-family: "navigo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
section.block-info_box .announcement .text {
  font-family: "navigo", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
section.block-info_box .announcement.blue {
  background: #00A088;
  color: #fff;
}
section.block-info_box .announcement.blue-light {
  background: #D2E9E5;
  color: #094D4D;
}
section.block-info_box .announcement.blue-dark {
  background: #206E62;
  color: #fff;
}
section.block-info_box .announcement.blue-darkblue {
  background: #206E62;
  color: #fff;
}

section.block-three_column_cards {
  margin: 60px 0;
}
section.block-three_column_cards.white {
  background: #fff;
}
section.block-three_column_cards .cardContainer {
  max-width: 66.6666666667%;
}
@media (max-width: 991.98px) {
  section.block-three_column_cards .cardContainer {
    max-width: 100%;
  }
}
section.block-three_column_cards .card {
  width: calc(50% - 20px);
}
@media (max-width: 991.98px) {
  section.block-three_column_cards .card {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  section.block-three_column_cards .card .imageContainer {
    min-height: 200px;
  }
}
section.block-three_column_cards .card .imageContainer img {
  width: 100%;
  display: block;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.block-three_column_cards .card .content {
  padding: 25px;
  background: #D2E9E5;
}
section.block-three_column_cards .card .content .title {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #094D4D;
}
section.block-three_column_cards .card .content p {
  color: #094D4D;
}

section.block-api_steps {
  position: relative;
  margin: 60px 0;
}
section.block-api_steps .rightFill {
  position: absolute;
  right: 0;
  background: #D2E9E5;
  height: 100%;
  width: 160px;
}
@media (max-width: 1919.98px) {
  section.block-api_steps .rightFill {
    width: calc(50vw - 840px + 40px);
  }
}
@media (max-width: 1679.98px) {
  section.block-api_steps .rightFill {
    width: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-api_steps .rightFill {
    background: none;
  }
}
section.block-api_steps .paleBg {
  background: #D2E9E5;
  padding: 40px 0 60px 0;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  section.block-api_steps .paleBg {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  section.block-api_steps .paleBg {
    padding-left: 25px;
    padding-right: 25px;
  }
}
section.block-api_steps .paleBg h2 {
  font-family: "navigo", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
section.block-api_steps .step {
  width: calc(33.3333333333% - 72px);
}
@media (max-width: 991.98px) {
  section.block-api_steps .step {
    width: 100%;
  }
}
section.block-api_steps .step .content {
  padding-bottom: 40px;
}
section.block-api_steps .step .content .title {
  font-family: "navigo", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
section.block-api_steps .step .number {
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "navigo", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 39px;
  margin-right: 15px;
}
section.block-api_steps .step a.btn-blue {
  position: absolute;
  left: 0;
  bottom: 0;
}

footer {
  background: #094D4D;
  color: #fff;
  padding: 70px 0 85px 0;
}
footer .footerTop {
  width: 100%;
}
footer .logoContainer {
  padding-right: 45px;
  border-right: solid 2px #206E62;
}
@media (max-width: 539.98px) {
  footer .logoContainer {
    padding-right: 20px;
    max-width: 78px;
  }
  footer .logoContainer svg {
    width: 56px;
    height: 69px;
  }
}
footer .details {
  max-width: 320px;
  padding-left: 35px;
}
@media (max-width: 539.98px) {
  footer .details {
    padding-left: 20px;
  }
}
footer .details p {
  margin: 5px 0;
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
footer .details p.bold {
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 0px;
}
footer .details a {
  text-decoration: none;
  color: #fff;
}
footer .details a:hover {
  text-decoration: none;
  color: #D2E9E5;
}
footer .social {
  text-align: right;
}
footer .social a {
  text-decoration: none;
}
footer .social a:first-of-type {
  margin-right: 10px;
}
footer .social a:hover svg path {
  fill: #D2E9E5;
}
@media (max-width: 767.98px) {
  footer .social {
    text-align: left;
    margin-top: 20px;
    padding-left: 35px;
  }
}
footer .lowerFooter {
  margin-top: 75px;
}
footer .lowerFooter .policyContainer {
  padding-left: 35px;
  max-width: 745px;
}
@media (max-width: 767.98px) {
  footer .lowerFooter .policyContainer {
    padding-left: 0px;
    margin-top: 20px;
  }
}
footer .lowerFooter .imageContainer {
  min-width: 145px;
  width: 145px;
  height: auto;
}
footer .lowerFooter .imageContainer img {
  width: 100%;
}
footer .lowerFooter p {
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
}
footer .lowerFooter p:first-of-type {
  margin-top: 0;
  margin-bottom: 5px;
}
footer .lowerFooter a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
footer .lowerFooter a:hover {
  text-decoration: none;
  color: #D2E9E5;
}

html {
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #094D4D;
}

#page {
  background-color: #fff;
}

#single-page.topPadding, #arhicve.topPadding {
  padding-top: 114px;
}
#single-page.white, #arhicve.white {
  background: #fff;
}
#single-page.pale, #arhicve.pale {
  background: #D2E9E5;
}
#single-page.pale #blocks section.block-faq .paleBg, #single-page.pale #blocks section.block-accordion .paleBg, #arhicve.pale #blocks section.block-faq .paleBg, #arhicve.pale #blocks section.block-accordion .paleBg {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#single-page #blocks section:last-of-type, #arhicve #blocks section:last-of-type {
  margin-bottom: 0px !important;
}
#single-page #blocks section:last-of-type.block-faq, #single-page #blocks section:last-of-type.block-two_column_blue_box_right_indented, #single-page #blocks section:last-of-type.block-two_column_blue_box_left_indented, #single-page #blocks section:last-of-type.block-full_width_image_left_indent, #single-page #blocks section:last-of-type.block-full_width_image_right_indent, #single-page #blocks section:last-of-type.block-full_width_text_left_indented, #arhicve #blocks section:last-of-type.block-faq, #arhicve #blocks section:last-of-type.block-two_column_blue_box_right_indented, #arhicve #blocks section:last-of-type.block-two_column_blue_box_left_indented, #arhicve #blocks section:last-of-type.block-full_width_image_left_indent, #arhicve #blocks section:last-of-type.block-full_width_image_right_indent, #arhicve #blocks section:last-of-type.block-full_width_text_left_indented {
  margin-bottom: 60px !important;
}
#single-page #blocks section:first-of-type, #arhicve #blocks section:first-of-type {
  margin-bottom: 0px !important;
}

body {
  margin: 0;
  background: #D2E9E5;
}

section.breadCrumbSection {
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
section.breadCrumbSection + #blocks section:first-of-type {
  margin-top: 0px !important;
}
section.breadCrumbSection.noBg {
  background: none;
}
section.breadCrumbSection #breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
  padding-left: 0px;
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
section.breadCrumbSection #breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
section.breadCrumbSection #breadcrumbs li a {
  text-decoration: none;
  color: #000;
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
section.breadCrumbSection #breadcrumbs .separator {
  font-family: "navigo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #000;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  border-radius: 0 !important;
}

/*# sourceMappingURL=style.css.map*/