@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(0, 0, 0, 0.75);
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #000;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

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

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

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

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

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

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

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


ul {
  padding-left: 2rem;
}


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


ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

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

b {
  font-weight: bolder;
}

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

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

img,
svg {
  vertical-align: middle;
}

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


tr,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

button {
  border-radius: 0;
}

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


button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
}

.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-6 {
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

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

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

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

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

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

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

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

.card-img {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #0d6efd;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #d63384;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #dc3545;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #198754;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #0dcaf0;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
html.wf-active body {
  visibility: visible;
}

body {
  position: relative;
  visibility: hidden;
}
@media (max-width: 575.98px) {
  body {
    font-size: 1rem;
  }
}

.sans-serif {
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a,
a img {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a,
  a img {
    transition: none;
  }
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 576px) {
  a.hover-img:hover img {
    opacity: 0.8;
  }
}
a .img-responsive {
  display: inline-block;
}

.both-side-slash {
  position: relative;
  display: inline-block;
  padding-right: 62px;
  padding-left: 62px;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
}
.both-side-slash:before, .both-side-slash:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 49px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.both-side-slash:before {
  left: 0;
  background: url("../img/common/slash-left.png") no-repeat 0 0;
}
.both-side-slash:after {
  right: 0;
  background: url("../img/common/slash-right.png") no-repeat 100% 0;
}
.both-side-slash .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}
@media (max-width: 575.98px) {
  .both-side-slash .title {
    font-size: 1.1rem;
  }
}

.google-map-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 30%;
  overflow: hidden;
}
.google-map-container iframe,
.google-map-container object,
.google-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .google-map-container-xs {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 30%;
    overflow: hidden;
    padding-bottom: 60%;
  }
  .google-map-container-xs iframe,
  .google-map-container-xs object,
  .google-map-container-xs embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

img.width-100p {
  width: 100% !important;
}

@media (max-width: 575.98px) {
  .img-responsive-xs {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .img-responsive-sm {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .img-responsive-md {
    max-width: 100%;
    height: auto;
  }
}

hr {
  background-color: transparent;
  opacity: 1;
}
hr.hr-arrow-bottom-red {
  height: auto;
  border-top: 0;
}
hr.hr-arrow-bottom-red:after {
  display: block;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-color: #f00 transparent transparent;
  border-style: solid;
  border-width: 50px 100px 0;
  content: "";
}

.both-side-line {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .both-side-line {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.both-side-line:before, .both-side-line:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  content: "";
}
@media (max-width: 575.98px) {
  .both-side-line:before, .both-side-line:after {
    width: 16px;
  }
}
.both-side-line:before {
  left: 0;
}
.both-side-line:after {
  right: 0;
}

main {
  overflow: hidden;
}

mark,
.mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}

.page-header {
  display: table;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 35px;
  margin: 0;
  text-align: center;
  background-color: #ccc;
  border-bottom: 0;
}
@media (min-width: 576px) {
  .page-header {
    height: 200px;
  }
}
.page-header .title {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  vertical-align: middle;
}
.page-header.paint-drop-green {
  padding: 0;
  background: url("../img/common/paint-drop.png") no-repeat 50% 0;
}
.page-header.paint-drop-green .title {
  padding-top: 48px;
  padding-bottom: 48px;
  vertical-align: top;
}
.page-header small, .page-header .small {
  display: block;
}

ul,
ol {
  padding-left: 1.5em;
}

.list-inline {
  margin-left: 0;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.list-inline.bordered > li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.1;
  border-right: 1px solid #999;
}
.list-inline.bordered > li:first-child {
  border-left: 1px solid #999;
}

.list-dot-orange {
  padding: 0;
  margin: 0;
}
@media (max-width: 575.98px) {
  .list-dot-orange {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .list-dot-orange {
    font-size: 9px;
  }
}
.list-dot-orange li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7;
}
@media (max-width: 575.98px) {
  .list-dot-orange li {
    line-height: 1.5;
  }
}
.list-dot-orange li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  background-color: #e6872c;
  border-radius: 50%;
  content: "";
}
@media (max-width: 575.98px) {
  .list-dot-orange li:before {
    top: 4px;
    font-size: 12px;
  }
}

.list-disc-orange-lg li {
  position: relative;
  padding: 0 0 0 1.5em;
}
.list-disc-orange-lg li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff8c00;
  border-radius: 5px;
  content: "";
}

.list-disc-dark-blue {
  padding-left: 0;
  list-style: none;
}
.list-disc-dark-blue li {
  position: relative;
  padding-left: 13px;
}
.list-disc-dark-blue li:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1e374e;
  border-radius: 5px;
  content: "";
}
@media (max-width: 575.98px) {
  .list-disc-dark-blue li:before {
    top: 5px;
  }
}

.dl-list-indent {
  margin-bottom: 0;
}
.dl-list-indent,
.dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}
.dl-list-indent dt,
.dl-list-indent dd {
  display: table-cell;
  vertical-align: top;
}
.dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}
.dl-list-indent dt img {
  display: block;
}
.dl-list-indent dd {
  width: 10000px;
}
@media (max-width: 575.98px) {
  .dl-list-indent.cleared-xs dt {
    display: block;
  }
  .dl-list-indent.cleared-xs dd {
    padding-top: 0;
  }
}

@media (min-width: 576px) {
  .dl-list-news dt {
    width: 28%;
  }
}
@media (max-width: 575.98px) {
  .dl-list-news dt {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .dl-list-news dt:before {
    top: 7px !important;
  }
}
.dl-list-news .label {
  margin-left: 10px;
}
@media (min-width: 576px) {
  .dl-list-news .label {
    width: 120px;
    white-space: normal;
  }
}

.highlight-yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.text-gray {
  color: #ccc !important;
}

.text-red {
  color: #f00 !important;
}

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

.text-bold {
  font-weight: bold !important;
}

.text-break {
  word-break: break-all !important;
}

.text-emphasis {
  font-size: 3rem;
  line-height: 4.5rem;
}
@media (max-width: 575.98px) {
  .text-emphasis {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.text-emphasis .fs-xxs {
  font-size: 1rem;
}
.text-emphasis .fs-xs {
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  .text-emphasis .fs-xs {
    font-size: 1.2rem;
  }
}
.text-emphasis .fs-sm {
  font-size: 2rem;
}
@media (max-width: 575.98px) {
  .text-emphasis .fs-sm {
    font-size: 1.5rem;
  }
}
.text-emphasis .fs-lg {
  font-size: 6rem;
}
@media (max-width: 575.98px) {
  .text-emphasis .fs-lg {
    font-size: 2rem;
  }
}
.text-emphasis .fs-xlg {
  font-size: 8rem;
}
@media (max-width: 575.98px) {
  .text-emphasis .fs-xlg {
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  .text-center-xs {
    text-align: center !important;
  }
}

@media (max-width: 575.98px) {
  .text-center-sm {
    text-align: center !important;
  }
}

@media (max-width: 767.98px) {
  .text-center-md {
    text-align: center !important;
  }
}

.text-switch-color {
  position: relative;
  width: 100%;
  padding: 40px 0 0 20%;
}
.text-switch-color .text-overflow {
  position: absolute;
  top: 50%;
  left: 7.5%;
  margin: -35px 0 0;
}
.text-switch-color .text-overflow .inner {
  position: relative;
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .text-switch-color .text-overflow .inner {
    font-size: 7vw;
  }
}
.text-switch-color .text-overflow .inner .text-below {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.text-switch-color .text-overflow .inner:nth-child(2) {
  margin: 15px 0 0;
}
.text-switch-color .text-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  overflow: hidden;
}
.text-switch-color .text-black .text-overflow {
  left: 37.5%;
}
.text-switch-color .text-black .text-overflow .inner {
  color: rgb(0, 0, 0);
}
.text-switch-color .bg {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  overflow: hidden;
  background: url("../img/common/bg-room.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.text-shadow-outline-black {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000;
  color: #fff;
}
@media (max-width: 575.98px) {
  .text-shadow-outline-black {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
  }
}

.text-shadow-outline-blurred-black {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000, 2px 3px 2px #000, 2px -3px 2px #000, -2px 3px 2px #000, -2px -3px 2px #000, 3px 0 2px #000, 0 3px 2px #000, -3px 0 2px #000, 0 -3px 2px #000;
  color: #fff;
}
@media (max-width: 575.98px) {
  .text-shadow-outline-blurred-black {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 1px 2px 1px #000, 1px -2px 1px #000, -1px 2px 1px #000, -1px -2px 1px #000, 2px 0 1px #000, 0 2px 1px #000, -2px 0 1px #000, 0 -2px 1px #000;
  }
}

.text-fluffy > span {
  display: inline-block;
  white-space: pre-wrap;
  opacity: 0;
  transition: all 1.4s ease;
}
.text-fluffy > span:nth-child(0) {
  transform: translate(1px, 8px);
  transition-delay: 0.1s;
}
.text-fluffy > span:nth-child(1) {
  transform: translate(-2px, 4px);
  transition-delay: 0.3s;
}
.text-fluffy > span:nth-child(2) {
  transform: translate(3px, 2px);
  transition-delay: 0.4s;
}
.text-fluffy > span:nth-child(3) {
  transform: translate(-4px, 8px);
  transition-delay: 0.6s;
}
.text-fluffy > span:nth-child(4) {
  transform: translate(-2px, 2px);
  transition-delay: 0.8s;
}
.text-fluffy > span:nth-child(5) {
  transform: translate(2px, 4px);
  transition-delay: 1s;
}
.text-fluffy > span:nth-child(6) {
  transform: translate(2px, -4px);
  transition-delay: 1.2s;
}
.text-fluffy > span:nth-child(7) {
  transform: translate(-2px, 1px);
  transition-delay: 1.3s;
}
.text-fluffy > span:nth-child(8) {
  transform: translate(4px, -4px);
  transition-delay: 1.4s;
}
.text-fluffy > span:nth-child(9) {
  transform: translate(2px, 2px);
  transition-delay: 1.5s;
}
.text-fluffy > span:nth-child(10) {
  transform: translate(-2px, -1px);
  transition-delay: 1.6s;
}
.text-fluffy > span:nth-child(11) {
  transform: translate(-2px, 1px);
  transition-delay: 1.8s;
}
.text-fluffy > span:nth-child(12) {
  transform: translate(2px, -4px);
  transition-delay: 2s;
}
.text-fluffy > span:nth-child(13) {
  transform: translate(-2px, 3px);
  transition-delay: 2.1s;
}
.text-fluffy > span:nth-child(14) {
  transform: translate(2px, 1px);
  transition-delay: 2.2s;
}
.text-fluffy > span:nth-child(15) {
  transform: translate(-2px, -3px);
  transition-delay: 2.3s;
}
.text-fluffy > span:nth-child(16) {
  transform: translate(-2px, -3px);
  transition-delay: 2.4s;
}
.text-fluffy > span:nth-child(17) {
  transform: translate(-2px, -3px);
  transition-delay: 2.5s;
}
.text-fluffy > span:nth-child(18) {
  transform: translate(-2px, -3px);
  transition-delay: 2.6s;
}
.text-fluffy > span:nth-child(19) {
  transform: translate(-2px, -3px);
  transition-delay: 2.7s;
}
.text-fluffy.active > span {
  opacity: 1;
  transform: translate(0, 0);
}

address {
  margin-bottom: 0;
  line-height: 1.1;
}

.text-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.scroll-animation {
  position: absolute;
  bottom: 0;
  left: 40%;
  z-index: 2;
  display: inline-block;
  width: 3px;
  height: 70px;
  font-size: 10px;
  text-decoration: none;
}
.scroll-animation .text {
  position: relative;
  top: 7px;
  left: -2px;
  display: inline-block;
  line-height: 1.02;
  letter-spacing: 0.1em;
  color: #000;
  transform: rotate(90deg);
}
.scroll-animation .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 70px;
  overflow: hidden;
  background-color: #eee;
}
.scroll-animation .line:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 15px;
  margin-left: 0;
  background-color: #000;
  content: "";
  box-sizing: border-box;
  animation: infinite-top-to-bottom 2s infinite;
}

@keyframes infinite-top-to-bottom {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translate(0, 62px);
  }
  100% {
    opacity: 0;
  }
}
.lead-common {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .lead-common {
    font-size: 18px;
  }
}

.d-flex-about {
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .d-flex-about {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .d-flex-about .flex-left {
    width: 50%;
    margin-left: 60px;
  }
}
@media (max-width: 767.98px) {
  .d-flex-about .flex-left {
    margin-bottom: 30px;
  }
}
.d-flex-about .flex-left img {
  width: 100%;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
}
.d-flex-about .flex-title {
  margin-bottom: 50px;
  color: #51489d;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .d-flex-about .flex-title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.d-flex-about .flex-right p, .d-flex-about .flex-right ul {
  font-size: 20px;
  line-height: 1.4;
}
.d-flex-about .flex-right p:last-of-type, .d-flex-about .flex-right ul:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .d-flex-about .flex-right p, .d-flex-about .flex-right ul {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.list-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #51489d;
}
@media (max-width: 767.98px) {
  .list-contact {
    flex-direction: column;
  }
}
.list-contact a {
  color: #000;
  text-decoration: none;
  transition: 0.3s all ease;
}
.list-contact a:hover {
  color: rgb(62.96069869, 55.9650655022, 122.0349344978);
}
.list-contact > li {
  text-align: start;
}
.list-contact .title-sm {
  margin-bottom: 5px;
  font-weight: bold;
}
.list-contact .icon {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(17%) saturate(4093%) hue-rotate(226deg) brightness(89%) contrast(95%);
}
.list-contact-fixed {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .list-contact-fixed {
    gap: 5px;
  }
}
.list-contact-fixed .btn-contact {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.flow-step {
  grid-template-columns: 140px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
@media (max-width: 767.98px) {
  .flow-step {
    grid-template-columns: 110px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.flow-step:last-of-type .flow-step-header {
  background-color: #514084;
}
.flow-step:nth-of-type(1) .flow-step-header {
  background-color: #A69FC1;
}
.flow-step:nth-of-type(2) .flow-step-header {
  background-color: #948CB5;
}
.flow-step:nth-of-type(3) .flow-step-header {
  background-color: #8279A8;
}
.flow-step:nth-of-type(4) .flow-step-header {
  background-color: #73669C;
}
.flow-step:nth-of-type(5) .flow-step-header {
  background-color: #615390;
}
.flow-step .flow-step-header {
  text-align: center;
  position: relative;
  padding: 5px;
  background-color: #ddd;
  color: #fff;
  font-weight: bold;
  display: flex;
  height: 100%;
  min-height: 176px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0% 0%);
}
@media (max-width: 767.98px) {
  .flow-step .flow-step-header {
    height: 136px;
  }
}
.flow-step .flow-step-header h3, .flow-step .flow-step-header .h3 {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .flow-step .flow-step-header h3, .flow-step .flow-step-header .h3 {
    font-size: 16px;
    margin-top: 5px;
  }
}
.flow-step .flow-step-body {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .flow-step .flow-step-body {
    padding: 10px;
    font-size: 14px;
  }
}

.list-md {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .list-md {
    font-size: 16px;
  }
}
.list-md > li {
  line-height: 1.7;
  color: #606060;
  text-align: justify;
  margin-top: 1.5rem;
}
.list-md > li:first-child {
  margin-top: 0;
}
.list-md > li > ul {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .list-md > li > ul {
    font-size: 14px;
  }
}

.list-numbered {
  list-style-type: decimal;
}

.list-consultation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 610px;
}
@media (min-width: 768px) {
  .list-consultation {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.list-consultation > li {
  flex: 1 1 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .list-consultation > li {
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
  }
}

a.external,
.title-external.external {
  position: relative;
}
a.external.purple:after,
.title-external.external.purple:after {
  background: url("../images/icon/external-purple.svg") 0 0 no-repeat;
  background-size: contain;
}
a.external.gray:after,
.title-external.external.gray:after {
  background: url("../images/icon/external-gray.svg") 0 0 no-repeat;
  background-size: contain;
}
a.external:after,
.title-external.external:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url("../images/icon/external.svg") 0 0 no-repeat;
  background-size: contain;
  content: "";
}

a.external {
  display: inline-block;
}

.list-service {
  padding-left: 0;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .list-service {
    margin-top: 50px;
  }
}
.list-service li {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 60px;
       column-gap: 60px;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .list-service li {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .list-service li {
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .list-service li:last-of-type {
    margin-bottom: 30px;
  }
}
.list-service li .body {
  padding: 0;
}
.list-service li img {
  width: 400px;
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .list-service li img {
    width: 250px;
    height: 130px;
  }
}
@media (max-width: 767.98px) {
  .list-service li img {
    display: block;
    width: 100%;
    height: 47vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.list-service li .title {
  font-size: 25px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  color: #51489d;
  border-bottom: 1px solid #51489d;
}
@media (max-width: 767.98px) {
  .list-service li .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.row-0 {
  margin-right: 0;
  margin-left: 0;
}
.row-0 > div,
.row-0 > li {
  padding-right: 0;
  padding-left: 0;
}

.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-5 > div,
.row-5 > li {
  padding-right: 5px;
  padding-left: 5px;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10 > div,
.row-10 > li {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 575.98px) {
  .row-5-xs {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-xs > div,
  .row-5-xs > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.gutter-15 {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 575.98px) {
  .gutter-0-sm {
    padding-right: 0;
    padding-left: 0;
  }
}

.col-base {
  position: relative;
  min-height: 1px;
}

.col-xs-15 {
  float: left;
  width: 20%;
}

@media (min-width: 576px) {
  .col-sm-15 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-15 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-15 {
    float: left;
    width: 20%;
  }
}
.col-sidebar,
.col-main {
  position: relative;
  margin-top: 60px;
}

@media (min-width: 576px) {
  .col-sidebar {
    width: 30%;
  }
}

@media (min-width: 576px) {
  .col-main {
    width: 70%;
  }
}

@media (min-width: 576px) {
  .col-sm-524 {
    float: left;
    width: 52.4%;
  }
  .col-sm-476 {
    float: left;
    width: 47.6%;
  }
}
.container-fluid-0 {
  padding-right: 0;
  padding-left: 0;
}

.container-img-parallax {
  max-width: 1920px;
  margin-top: 200px;
  margin-bottom: 100px;
}
@media (max-width: 575.98px) {
  .container-img-parallax {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .table {
    table-layout: fixed;
  }
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 1.428571429;
}
.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom-width: 1px;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  word-break: break-all;
}
.table > :not(:first-child) {
  border-top: 0;
}
.table th {
  font-weight: normal;
}
.table.table-text-center th,
.table.table-text-center td {
  text-align: center;
}
.table.table-text-right th,
.table.table-text-right td {
  text-align: right;
}

.table-no-border > thead > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > tfoot > tr > td {
  padding-left: 0;
  border-top: 0;
}
.table-no-border > thead > tr > th {
  border-bottom: 0;
}

.table-border-radius-8 {
  overflow: hidden;
  background-color: #fff;
  border-bottom: 0;
  border-radius: 8px;
}
.table-border-radius-8 .table {
  margin-bottom: 0;
  border-collapse: collapse;
}

@media (max-width: 767.98px) {
  .table-responsive > .table > tbody > tr :first-child > th,
  .table-responsive > .table > tbody > tr :first-child > td {
    border-top: 0;
  }
}

@media (max-width: 767.98px) {
  .table-collapsed-md {
    display: block;
    border: 0 !important;
  }
  .table-collapsed-md > :not(caption) > * {
    border-width: 0.5px 0;
  }
  .table-collapsed-md > tbody {
    display: block;
  }
  .table-collapsed-md > tbody > tr > th,
  .table-collapsed-md > tbody > tr > td {
    display: block;
    width: auto;
    padding: 10px !important;
  }
  .table-collapsed-md > tbody > tr > th {
    position: relative;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .table-collapsed-md > tbody > tr > th::after {
    display: block;
    clear: both;
    content: "";
  }
}
.table-cell {
  display: table;
  width: 100%;
}
.table-cell > .cell {
  display: table-cell;
}
.table-cell.bordered {
  margin-bottom: 30px;
}
.table-cell.bordered .cell {
  padding: 0 10px;
  margin-bottom: 35px;
  border-left: 1px solid #ccc;
}
@media (max-width: 767.98px) {
  .table-cell.cleared-md,
  .table-cell.cleared-md > .cell {
    display: block;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .table-cell.cleared-lg,
  .table-cell.cleared-lg > .cell {
    display: block;
    width: auto;
  }
}

.table-cell-blue {
  text-align: center;
}
.table-cell-blue a {
  padding: 10px 5px 8px;
  color: #fff;
  vertical-align: middle;
  background-color: #0d6fb8;
}
@media (min-width: 768px) {
  .table-cell-blue a {
    width: 14.2857143%;
  }
}
@media (min-width: 768px) {
  .table-cell-blue a + a {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .table-cell-blue a + a {
    border-top: 1px solid #fff;
  }
}
.table-cell-blue a:hover, .table-cell-blue a:focus {
  background-color: #2fa8e1;
}

.table-horizontal {
  border-collapse: separate;
  border-spacing: 4px;
}
.table-horizontal > thead > tr > th,
.table-horizontal > tbody > tr > th {
  padding: 9px 10px 5px;
  color: #42210b;
  vertical-align: middle;
  background-color: #ffc099;
}
.table-horizontal > thead > tr > th small, .table-horizontal > thead > tr > th .small,
.table-horizontal > tbody > tr > th small,
.table-horizontal > tbody > tr > th .small {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .table-horizontal > thead > tr > th small, .table-horizontal > thead > tr > th .small,
  .table-horizontal > tbody > tr > th small,
  .table-horizontal > tbody > tr > th .small {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > thead {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > thead > tr,
  .table-horizontal > thead > tr > th {
    display: block;
  }
}
.table-horizontal > thead > tr > th {
  font-size: 24px;
  text-align: center;
  border-bottom: 0;
}
@media (max-width: 767.98px) {
  .table-horizontal > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}
.table-horizontal > tbody > tr > th,
.table-horizontal > tbody > tr > td {
  padding: 9px 10px 5px;
  border-top: 0;
}
.table-horizontal > tbody > tr > th {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .table-horizontal > tbody > tr > th {
    width: 200px;
    padding-left: 48px;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > tbody > tr > th {
    font-size: 16px;
  }
}
.table-horizontal > tbody > tr > td {
  background-color: #ffe1c2;
}
@media (min-width: 768px) {
  .table-horizontal > tbody > tr > td {
    padding-right: 40px;
    padding-left: 45px;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal > tbody > tr > td {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.table-horizontal > tbody > tr > td small, .table-horizontal > tbody > tr > td .small {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .table-horizontal > tbody > tr > td small, .table-horizontal > tbody > tr > td .small {
    font-size: 12px;
  }
}
.table-horizontal.table-horizontal-responsive-xs {
  margin-bottom: 14px;
  border-spacing: 6px 5px;
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-xs > thead {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-xs > thead > tr,
  .table-horizontal.table-horizontal-responsive-xs > thead > tr > th {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-xs > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-xs > tbody {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-xs > tbody > tr,
  .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
    display: block;
  }
}
.table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
  padding: 11px 10px 9px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
    font-size: 20px;
    border-bottom: 5px solid #fff;
    border-left: 6px solid #fff;
  }
}

.table-cell-elastic-arrow .cell {
  width: 100px;
  padding: 10px;
  vertical-align: middle;
}
.table-cell-elastic-arrow .col-1 {
  color: #fff;
  background-color: #00a0e9;
}
.table-cell-elastic-arrow .col-arrow {
  width: 20px;
  padding: 0;
  vertical-align: middle;
}
.table-cell-elastic-arrow .col-arrow:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-color: transparent transparent transparent #00a0e9;
  border-style: solid;
  border-width: 55px 0 55px 20px;
  content: "";
}

label {
  cursor: pointer;
}
label.error {
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  cursor: default;
  background-color: #f00;
}

select {
  cursor: pointer;
}

.form-container .list-inline {
  margin-bottom: 0;
  margin-left: -10px;
}
.form-container .list-inline li {
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .form-container .list-inline li {
    display: block;
  }
}

.form-inline .form-control {
  vertical-align: 1px;
}

.form-inline-force.form-control {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.form-floating .form-control {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
}

.form-check-inline {
  padding-left: 1.5em;
}
.form-check-inline .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.btn-multiline {
  white-space: normal;
}

.btn-red {
  background-color: red !important;
}

.btn-green {
  background-color: green !important;
}

.btn-blue {
  background-color: blue !important;
}

.btn-bright-blue {
  background-color: #7fcbe9 !important;
}

.btn {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn-white-with-shadows {
  --bs-btn-color: #333;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.1);
  --bs-btn-focus-shadow-rgb: 51, 51, 51;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: transparent;
  display: block;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.btn-white-with-shadows:hover {
  --bs-btn-color: #fff;
  --bs-btn-bg: #51489d;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(68.85, 61.2, 133.45);
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0.2);
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(64.8, 57.6, 125.6);
  --bs-btn-active-border-color: rgba(0, 0, 0, 0.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #51489d;
  --bs-btn-disabled-border-color: transparent;
}

.btn-purple-with-shadows {
  --bs-btn-color: #fff;
  --bs-btn-bg: #51489d;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(68.85, 61.2, 133.45);
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0.2);
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(64.8, 57.6, 125.6);
  --bs-btn-active-border-color: rgba(0, 0, 0, 0.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #51489d;
  --bs-btn-disabled-border-color: transparent;
  display: block;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
.btn-purple-with-shadows:hover {
  --bs-btn-color: #2D283E;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.1);
  --bs-btn-focus-shadow-rgb: 45, 40, 62;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: transparent;
}

.btn-gray {
  background-color: #333 !important;
}

.btn-zalo {
  background-color: transparent !important;
}
.btn-zalo .icon {
  border-radius: 50%;
  filter: none !important;
}
@media (min-width: 768px) {
  .btn-zalo .icon {
    width: 60px !important;
  }
}
@media (max-width: 767.98px) {
  .btn-zalo .icon {
    width: 50px !important;
  }
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 76px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.header-main .header-text {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-main .header-text p {
  margin-bottom: 0;
}
.header-main .container .text-header {
  margin: 2px 0 !important;
}
.header-main .navbar {
  padding: 17px 0;
  width: 100%;
}
.header-main .navbar-brand {
  padding: 0;
  margin: 0;
}
.header-main .navbar-brand a {
  display: inline-block;
}
.header-main .navbar-nav {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.header-main .navbar-nav .nav-item {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .header-main .navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-main .navbar-nav .nav-item .collapse-menu-header {
  width: 100%;
  padding: 20px !important;
  left: -12vw;
  z-index: 10;
}
@media (min-width: 768px) {
  .header-main .navbar-nav .nav-item .collapse-menu-header {
    position: absolute;
    min-width: 450px;
    top: 120%;
  }
}
@media (max-width: 991.98px) {
  .header-main .navbar-nav .nav-item .collapse-menu-header {
    left: -20vw;
  }
}
@media (max-width: 767.98px) {
  .header-main .navbar-nav .nav-item .collapse-menu-header {
    margin-bottom: 20px;
  }
}
.header-main .navbar-nav .nav-item .collapse-menu-header .card {
  border: 0;
}
.header-main .navbar-nav .nav-item .collapse-menu-header li {
  margin-bottom: 3px;
}
.header-main .navbar-nav .nav-item .collapse-menu-header li a {
  color: #2D283E;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .header-main .navbar-nav .nav-item .collapse-menu-header {
    max-width: 100%;
    min-width: unset;
    top: 100%;
  }
}
.header-main .navbar-nav .nav-item .btn {
  width: 170px;
}
@media (max-width: 767.98px) {
  .header-main .navbar-nav .nav-item .btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .header-main .navbar-nav .nav-item .btn-collapse {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-main .navbar-nav .nav-item .btn-collapse.show .caret {
  top: 2px;
  transform: rotate(225deg);
}
@media (max-width: 767.98px) {
  .header-main .navbar-nav .nav-item .btn-collapse.show .caret {
    top: 0;
  }
}
.header-main .navbar-nav .nav-item .btn-collapse .caret {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 2px solid #2D283E;
  border-right: 2px solid #2D283E;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .header-main .navbar-nav .nav-item .btn-collapse .caret {
    top: -4px;
  }
}
.header-main .navbar-nav .nav-link {
  position: relative;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #2D283E;
  padding: 0;
}
@media (min-width: 768px) {
  .header-main .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    bottom: -5px;
    border-radius: 25px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #2D283E;
    transition: all 0.3s ease;
  }
}
@media (max-width: 767.98px) {
  .header-main .navbar-nav .nav-link {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
  }
}
.header-main .navbar-nav .nav-link:hover:after {
  width: 100%;
}

.menu-trigger {
  height: 32px;
  width: 40px;
  cursor: pointer;
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
}
.menu-trigger span {
  background: #51489d;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.15s ease-in-out;
}
.menu-trigger span::before, .menu-trigger span::after {
  content: "";
  background: #51489d;
  width: 100%;
  height: 3px;
  position: absolute;
  transition: 0.15s ease-in-out;
}
.menu-trigger span::before {
  top: -10px;
}
.menu-trigger span::after {
  top: 10px;
}
.menu-trigger[aria-expanded=true] span {
  background: transparent;
  transition: 0.3s ease-in-out;
  transform: rotate(-90deg);
}
.menu-trigger[aria-expanded=true] span::before, .menu-trigger[aria-expanded=true] span::after {
  top: 0;
  transition-delay: 0.15s;
}
.menu-trigger[aria-expanded=true] span::before {
  transform: rotate(-45deg);
}
.menu-trigger[aria-expanded=true] span::after {
  transform: rotate(45deg);
  transition-delay: 0.2s;
}

.breadcrumb > li + li:before {
  padding: 0 0 0 5px;
  vertical-align: 1px;
}

.d-flex-elastic-thumbnail {
  margin-bottom: 15px;
  background-color: #fff;
}
.d-flex-elastic-thumbnail .flex-shrink-0 {
  min-width: 130px;
  padding-bottom: 36%;
}
@media (max-width: 575.98px) {
  .d-flex-elastic-thumbnail .flex-shrink-0 {
    min-width: 75px;
    padding-bottom: 30%;
  }
}
.d-flex-elastic-thumbnail .flex-shrink-0.img-1 {
  background: url("../img/media/img-1.png") no-repeat 50% 50%/cover;
}
.d-flex-elastic-thumbnail .flex-grow-1 {
  padding-left: 15px;
}

.d-flex-bordered-blue {
  background-color: transparent;
  border: 5px solid #355ea6;
  border-radius: 10px;
}
.d-flex-bordered-blue .flex-shrink-0 {
  min-width: 200px;
  padding-bottom: 15%;
}
@media (max-width: 767.98px) {
  .d-flex-bordered-blue .flex-shrink-0 {
    min-height: 200px;
  }
}
.d-flex-bordered-blue .flex-grow-1 {
  padding: 15px;
}
.d-flex-bordered-blue .img-cleaning-2 {
  background: url("../img/media/img-1.png") 50% 50% no-repeat;
  background-size: cover;
}

.d-flex-separated {
  border-top: 1px solid #000;
}
.d-flex-separated .flex-shrink-0,
.d-flex-separated .flex-grow-1 {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  .d-flex-separated .flex-shrink-0,
  .d-flex-separated .flex-grow-1 {
    padding-top: 10px;
  }
}
.d-flex-separated .flex-shrink-0 {
  min-width: 174px;
  font-weight: bold;
  border-right: 1px solid #000;
}
@media (min-width: 576px) {
  .d-flex-separated .flex-shrink-0 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .d-flex-separated .flex-shrink-0 {
    min-width: 100px;
  }
}
.d-flex-separated .flex-grow-1 {
  padding-left: 26px;
}
@media (max-width: 575.98px) {
  .d-flex-separated .flex-grow-1 {
    padding-left: 15px;
  }
}

.d-flex-styled {
  padding: 10px;
}
.d-flex-styled .flex-shrink-0 {
  padding: 10px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .d-flex-styled .flex-shrink-0 {
    min-width: 240px;
    font-size: 20px;
  }
}
.d-flex-styled.gray {
  background-color: #eee;
}
.d-flex-styled.gray .flex-shrink-0 {
  background-color: #999;
}
@media (max-width: 575.98px) {
  .d-flex-styled.d-flex-xs .flex-shrink-0 {
    padding-right: 10px !important;
  }
}
@media (min-width: 576px) {
  .d-flex-styled .flex-grow-1 {
    padding-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .d-flex-styled .flex-grow-1 {
    padding-top: 10px;
  }
}
.d-flex-styled ul {
  margin-bottom: 0;
}

.d-flex-img-parallax .flex-shrink-0 {
  position: relative;
  height: 900px;
  min-width: 770px;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .d-flex-img-parallax .flex-shrink-0 {
    min-width: 45vw;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .d-flex-img-parallax .flex-shrink-0 {
    height: 600px;
    min-width: 40vw;
  }
}
@media (max-width: 575.98px) {
  .d-flex-img-parallax .flex-shrink-0 {
    height: 400px;
    min-width: 100%;
  }
}
.d-flex-img-parallax .flex-grow-1 {
  padding-right: 150px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .d-flex-img-parallax .flex-grow-1 {
    padding-right: 120px;
  }
}
@media (max-width: 575.98px) {
  .d-flex-img-parallax .flex-grow-1 {
    padding-top: 35px;
    padding-right: 0;
  }
}
.d-flex-img-parallax .img-parallax {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.d-flex-img-parallax .img-parallax .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.d-flex-img-parallax .img-parallax.img-1 {
  left: -100px;
  z-index: 2;
  width: 580px;
  height: 800px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .d-flex-img-parallax .img-parallax.img-1 {
    left: -12vw;
    width: 38vw;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .d-flex-img-parallax .img-parallax.img-1 {
    width: 41vw;
    height: 80vw;
  }
}
@media (max-width: 990px) and (min-width: 768px) {
  .d-flex-img-parallax .img-parallax.img-1 {
    top: 74%;
  }
}
@media (max-width: 575.98px) {
  .d-flex-img-parallax .img-parallax.img-1 {
    top: 50px;
    left: 0;
    width: 60vw;
    height: 350px;
  }
}
.d-flex-img-parallax .img-parallax.img-1 .bg {
  background: url("../img/common/building-1.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.d-flex-img-parallax .img-parallax.img-2 {
  width: 500px;
  height: 720px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .d-flex-img-parallax .img-parallax.img-2 {
    width: 32vw;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .d-flex-img-parallax .img-parallax.img-2 {
    width: 35vw;
    height: 64vw;
  }
}
@media (max-width: 575.98px) {
  .d-flex-img-parallax .img-parallax.img-2 {
    width: 58vw;
    height: 300px;
  }
}
.d-flex-img-parallax .img-parallax.img-2 .bg {
  background: url("../img/common/building-2.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.panel-contact {
  color: #222;
  border: 0;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .panel-contact {
    margin-bottom: 15px;
  }
}
.panel-contact .panel-title {
  margin-bottom: 0;
}
.panel-contact .both-side-slash {
  position: relative;
  display: inline-block;
  padding-right: 56px;
  padding-left: 56px;
  margin-top: 5px;
  text-align: center;
}
.panel-contact .both-side-slash:after, .panel-contact .both-side-slash:before {
  top: -8px;
  bottom: 0;
  width: 26px;
  height: 34px;
}
.panel-contact .both-side-slash:before {
  background: url("../img/common/slash-left-white.png") no-repeat;
}
.panel-contact .both-side-slash:after {
  background: url("../img/common/slash-right-white.png") no-repeat;
}
.panel-contact .panel-heading {
  padding: 9px 10px 2px;
  text-align: center;
  background-color: #c83737;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 575.98px) {
  .panel-contact .panel-heading {
    padding-top: 9px;
    padding-bottom: 6px;
  }
}
.panel-contact .panel-body {
  padding: 15px 15px 20px;
  border: 7px solid #b9b9b9;
  border-top: 0;
}
@media (max-width: 575.98px) {
  .panel-contact .panel-body {
    padding: 4px 4px 0;
    border-width: 4px;
  }
}
.panel-contact .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
@media (max-width: 575.98px) {
  .panel-contact .title {
    font-size: 20px;
  }
}
.panel-contact .inner {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
.panel-contact .inner::after {
  display: block;
  clear: both;
  content: "";
}
.panel-contact .lead {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
}
@media (max-width: 575.98px) {
  .panel-contact .lead {
    font-size: 14px;
    text-align: center;
  }
}
.panel-contact .hours {
  display: block;
  margin-top: 5px;
  margin-left: 67px;
  font-size: 26px;
}
.panel-contact .img {
  float: right;
  margin-top: -74px;
}
@media (min-width: 576px) {
  .panel-contact .body {
    float: left;
  }
}
.panel-contact .btn-container {
  max-width: 854px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.panel-contact .btn-container a {
  display: block;
  border-radius: 24px;
}
.panel-contact .btn-tel-sm {
  margin-bottom: 4px;
}
.panel-contact .media {
  max-width: 304px;
  margin-right: auto;
  margin-left: auto;
}
.panel-contact .media-right {
  padding-left: 0;
}
.panel-contact .media-right img {
  display: inline-block;
  vertical-align: bottom;
}

.panel-collapse {
  margin-bottom: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 576px) {
  .panel-collapse {
    font-size: 16px;
  }
}
.panel-collapse,
.panel-collapse p,
.panel-collapse .panel-body {
  line-height: 1.4;
  color: rgb(100, 100, 100);
}
@media (min-width: 576px) {
  .panel-collapse,
  .panel-collapse p,
  .panel-collapse .panel-body {
    font-size: 18px;
  }
}
.panel-collapse.border-top {
  border-top: 1px solid #1946ba;
}
.panel-collapse > .panel-heading {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #1946ba;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-collapse > .panel-heading a {
  position: relative;
  display: block;
  padding: 22px 50px 23px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #646464;
}
@media (max-width: 575.98px) {
  .panel-collapse > .panel-heading a {
    padding: 12px 65px 10px 15px;
    font-size: 16px;
  }
}
.panel-collapse > .panel-heading a:hover, .panel-collapse > .panel-heading a:focus, .panel-collapse > .panel-heading a[aria-expanded=true] {
  color: #275cc4;
  text-decoration: none;
}
.panel-collapse > .panel-heading a:hover .icon, .panel-collapse > .panel-heading a:focus .icon, .panel-collapse > .panel-heading a[aria-expanded=true] .icon {
  background-color: #275cc4;
}
.panel-collapse > .panel-heading a[aria-expanded=true] {
  color: #646464;
  background-color: #f4f5f7;
}
.panel-collapse > .panel-heading a[aria-expanded=true]:hover {
  color: #275cc4;
}
.panel-collapse > .panel-heading a[aria-expanded=true]:hover .icon {
  background-color: #a8a8a8;
}
.panel-collapse > .panel-heading a[aria-expanded=true] .icon {
  background-color: #999;
}
.panel-collapse > .panel-heading a[aria-expanded=true] .icon .bar {
  transform: rotate(90deg);
}
.panel-collapse .panel-body {
  padding: 5px 100px 21px 20px;
}
@media (max-width: 575.98px) {
  .panel-collapse .panel-body {
    padding: 5px 15px 20px;
  }
}
.panel-collapse .panel-body a {
  line-height: 1.4;
  color: #1946ba;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .panel-collapse .panel-body a {
    font-size: 18px;
  }
}
.panel-collapse .panel-body a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.panel-collapse .collapsing {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}
.panel-collapse .collapse.in {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}
.panel-collapse .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #1946ba;
  content: "";
  transition: 300ms all ease;
}
@media (max-width: 575.98px) {
  .panel-collapse .icon {
    right: 10px;
  }
}
.panel-collapse .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: #fff;
  content: "";
  transition: 300ms all ease;
}
.panel-collapse .bar:nth-child(2n) {
  transform: rotate(90deg);
}

#modal-phone .show-modal {
  color: #51489d;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 15px;
  margin: 80px auto 0;
  border: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  display: block;
}
#modal-phone .show-modal:hover, #modal-phone .show-modal:focus {
  color: rgb(62.96069869, 55.9650655022, 122.0349344978);
  border: none;
  outline: none;
}
#modal-phone .modal-backdrop.in {
  opacity: 0;
}
#modal-phone .modal-dialog {
  max-width: 650px;
}
#modal-phone .modal-dialog .modal-content {
  text-align: center;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#modal-phone .modal-dialog .modal-content .close {
  color: #51489d;
  font-size: 30px;
  line-height: 15px;
  opacity: 1;
  position: absolute;
  left: auto;
  top: 20px;
  right: 15px;
  z-index: 1;
  transition: all 0.3s;
  background-color: transparent;
  border: 0;
}
#modal-phone .modal-dialog .modal-content .close span {
  margin: -2px 0 0 0;
  display: block;
}
#modal-phone .modal-dialog .modal-content .close:hover {
  color: rgb(62.96069869, 55.9650655022, 122.0349344978);
}
#modal-phone .modal-dialog .modal-content .modal-body {
  padding: 0 45px 45px;
  background-color: #edecf3;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  #modal-phone .modal-dialog .modal-content .modal-body {
    padding: 0 15px 25px;
  }
}
#modal-phone .modal-dialog .modal-content .modal-body .modal-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #51489d;
  font-size: 70px;
  width: 125px;
  height: 125px;
  margin: -63px auto 15px;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  #modal-phone .modal-dialog .modal-content .modal-body .modal-icon {
    width: 100px;
    height: 100px;
    margin-top: -48px;
  }
}
#modal-phone .modal-dialog .modal-content .modal-body .modal-icon .icon {
  width: 60px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  #modal-phone .modal-dialog .modal-content .modal-body .modal-icon .icon {
    width: 40px;
  }
}
#modal-phone .modal-dialog .modal-content .modal-body .title {
  margin-bottom: 50px;
  color: #51489d;
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  #modal-phone .modal-dialog .modal-content .modal-body .title {
    margin-bottom: 35px;
    font-size: 25px;
  }
}
#modal-phone .modal-dialog .modal-content .modal-body .description {
  color: #767676;
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 15px;
}
#modal-phone .modal.fade .modal-dialog {
  transform: translateX(100px);
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
#modal-phone .modal.in .modal-dialog {
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  #modal-phone .modal-box .modal-dialog {
    width: 95% !important;
  }
  #modal-phone .modal-box .modal-dialog .modal-content .modal-body {
    padding: 0 25px 45px !important;
  }
  #modal-phone .modal-box .modal-dialog .modal-content .modal-body .title {
    font-size: 33px;
  }
}

.bg-room {
  background-image: url("../img/common/bg-room.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-dot {
  background: url("../img/common/bg-dot.png") repeat 0 0;
}

.bg-dark-purple {
  background-color: #EDECF3 !important;
}

.bg-gray {
  background-color: #ccc !important;
}

.bg-light-salmon {
  background-color: #ffa07a !important;
}

.bg-red {
  background-color: #f00 !important;
}

.bg-light-blue {
  background-color: #add8e6 !important;
}

.bg-blue {
  background-color: #0051c3 !important;
}

.bg-dodger-blue {
  background-color: #7ec3ec !important;
}

.bg-green-yellow {
  background-color: #a6d171 !important;
}

.bg-soft-red {
  background-color: #f49980 !important;
}

.bg-orange {
  background-color: #f4bd50 !important;
}

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

.width-15p {
  width: 15% !important;
}

.width-16p {
  width: 16% !important;
}

.width-18p {
  width: 18% !important;
}

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

.width-30p {
  width: 30% !important;
}

.width-40p {
  width: 40% !important;
}

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

.width-150 {
  width: 150px !important;
}

.max-width-800 {
  max-width: 800px !important;
}

.max-width-1280 {
  max-width: 1280px !important;
}

.clear {
  clear: both !important;
}

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

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

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

.box-shadow-yellow {
  box-shadow: 0 0 30px 15px rgb(255, 255, 0);
}

.box-shadow-yellow-spread-sm {
  box-shadow: 0 0 30px 0 rgb(255, 255, 0);
}

.box-shadow-yellow-spread-lg {
  box-shadow: 0 0 30px 20px rgb(255, 255, 0);
}

.fs-14 {
  font-size: 14px !important;
}

.container {
  max-width: 1680px;
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding: 0 15px;
  }
}

.text-justify {
  text-align: justify !important;
}

.img-invert {
  filter: brightness(0) invert(1);
}

p {
  color: #606060;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14-xs {
  font-size: 14px !important;
}
@media (max-width: 575.98px) {
  .fs14-xs {
    font-size: 12px !important;
  }
}

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .pull-none-xs {
    float: none !important;
  }
}

@media (max-width: 575.98px) {
  .pull-none-sm {
    float: none !important;
  }
}

@media (max-width: 767.98px) {
  .pull-none-md {
    float: none !important;
  }
}

@media (max-width: 575.98px) {
  .rotate-90-xs {
    transform: rotate(90deg);
  }
}

@media (max-width: 575.98px) {
  .rotate-90-sm {
    transform: rotate(90deg);
  }
}

.badge {
  text-decoration: none;
}
.badge.has-space {
  margin-bottom: 3px;
}

.badge-border-gray {
  color: #000;
  border: 1px solid #9b9b9b;
}
.badge-border-gray:hover {
  color: #fff;
  background-color: #595757;
  border: 1px solid #9b9b9b;
}

.card-simple {
  display: block;
  border: 0;
  margin: 0 auto 40px;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .card-simple {
    margin-bottom: 30px;
  }
}
.card-simple:hover .img-container img {
  scale: 1.1;
}
.card-simple .img-container {
  position: relative;
  overflow: hidden;
}
.card-simple .img-container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.card-simple .img-container img {
  transition: 0.8s all ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-simple .card-body {
  padding: 10px 0 0;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .card-simple .card-body {
    font-size: 16px;
  }
}
.card-simple .card-title {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #51489d;
}
@media (max-width: 767.98px) {
  .card-simple .card-title {
    font-size: 18px;
  }
}

.alignnone,
.alignleft,
.alignright {
  max-width: 100%;
  height: auto;
}

.alignleft {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}
@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 15px;
  }
}

.alignright {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}
@media (min-width: 576px) {
  .alignright {
    float: right;
    margin-left: 15px;
  }
}

.screen-reader-text {
  display: none;
}

.editor-area {
  min-width: 0;
  margin: 10px;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}
.editor-area img {
  max-width: none;
}

@media (min-width: 576px) {
  .post-thumbnail {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.post-thumbnail img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.entry-title {
  margin-top: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.entry-date {
  margin-right: 10px;
}

.wp-block {
  width: auto !important;
  max-width: none !important;
}

.wp-block-image img {
  height: auto;
}

.wp-autoresize {
  padding: 15px !important;
}
.wp-autoresize,
.wp-autoresize p,
.wp-autoresize .lead {
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.09em;
}

.title-common {
  color: #51489d;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767.98px) {
  .title-common {
    font-size: 22px;
  }
}

.title-main {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
}
@media (max-width: 767.98px) {
  .title-main {
    font-size: 20px;
  }
}

.title-external {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .title-external {
    font-size: 18px;
  }
}
.title-external.external:after {
  top: 9px;
  width: 14px;
  height: 14px;
}

.frame-paper {
  position: relative;
  z-index: 1;
  max-width: 910px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .frame-paper {
    font-size: 12px;
  }
}
.frame-paper:before {
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  background: url("../img/frame/middle.png") no-repeat 50% 100%;
  background-size: 100%;
  content: "";
}
@media (max-width: 767.98px) {
  .frame-paper:before {
    top: 4%;
  }
}
.frame-paper .inner {
  position: relative;
  z-index: 1;
  padding: 5.2rem 9.5rem 7rem;
}
@media (max-width: 991.98px) {
  .frame-paper .inner {
    padding: 7vw 6vw 6vw;
  }
}

.frame-paper-top {
  background: url("../img/frame/top.png") no-repeat 50% 0;
  background-size: 100%;
}

.frame-paper-bottom {
  background: url("../img/frame/bottom.png") no-repeat 50% 100%;
  background-size: 100%;
}

.section-news .title {
  margin-bottom: 25px;
}
.section-news dl {
  padding: 0 10px 10px;
  margin-top: 14px;
  border-bottom: 1px dashed #bababa;
}
.section-news dt,
.section-news dd {
  line-height: 1.4;
}
.section-news dt {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  white-space: nowrap;
}
.section-news dt:before {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 11px;
  color: #003366;
  content: ">";
}
@media (max-width: 575.98px) {
  .section-news dt:before {
    top: 2px;
  }
}

.section-process .box {
  height: 243px;
  padding-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .section-process .box {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .section-process .box {
    width: 254px;
  }
}
.section-process .table-cell {
  font-size: 20px;
  color: #fff;
}
.section-process .bg-1 {
  background: url("../img/common/bg-1.png") no-repeat 50% 50%;
}
.section-process .bg-2 {
  background: url("../img/common/bg-2.png") no-repeat 50% 50%;
}
.section-process .bg-3 {
  background: url("../img/common/bg-3.png") no-repeat 50% 50%;
}
.section-process .bg-4 {
  background: url("../img/common/bg-4.png") no-repeat 50% 50%;
}

.section-timeline {
  position: relative;
}
@media (min-width: 768px) {
  .section-timeline {
    padding-left: 270px;
    background: url("../img/icon/timeline-bar.png") repeat-y 20px 0;
  }
}
@media (min-width: 576px) {
  .section-timeline {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-timeline .time-1000 {
    top: 15px;
  }
  .section-timeline .time-1400 {
    top: 180px;
  }
  .section-timeline .time-1500 {
    top: 262px;
  }
}
.section-timeline .time {
  font-size: 20px;
  color: #96a89a;
}
@media (min-width: 768px) {
  .section-timeline .time {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .section-timeline .time {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.section-timeline .time .icon {
  margin-right: 5px;
}
@media (min-width: 576px) {
  .section-timeline .time .icon {
    margin-right: 15px;
  }
}
.section-timeline .memo {
  margin-left: 25px;
  color: #009640;
}
@media (max-width: 575.98px) {
  .section-timeline p {
    margin-bottom: 15px;
  }
}

.section-col-2 {
  background-color: #f0f1f2;
}
@media (min-width: 576px) {
  .section-col-2 {
    font-size: 16px;
  }
}
.section-col-2 .container-fluid, .section-col-2 .container-sm, .section-col-2 .container-md, .section-col-2 .container-lg, .section-col-2 .container-xl, .section-col-2 .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.section-col-2 .title {
  margin-top: 60px;
}
@media (max-width: 575.98px) {
  .section-col-2 .title {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .section-col-2 .body {
    max-width: 450px;
  }
}
@media (max-width: 575.98px) {
  .section-col-2 .body {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .section-col-2 .body.pull-right {
    margin-right: 50px;
    margin-left: 20px;
  }
}
@media (max-width: 575.98px) {
  .section-col-2 .body.pull-right {
    float: none !important;
  }
}
.section-col-2 .body.pull-left {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .section-col-2 .body.pull-left {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media (min-width: 576px) {
  .section-col-2 .body.pull-left {
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .section-col-2 .body.pull-left {
    float: none !important;
  }
}
.section-col-2 .row-btns {
  margin-right: 0;
  margin-left: 0;
}
.section-col-2 .row-btns > div {
  margin-bottom: 10px;
  text-align: center;
}

.section-fv-with-sidebar {
  position: relative;
  height: 100vh;
  margin-bottom: 50px;
  color: #fff;
  background: url("../img/section/fv-bg/bg-farm.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.section-fv-with-sidebar .title {
  margin-top: 160px;
  margin-bottom: 35px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.143em;
}
@media (max-width: 575.98px) {
  .section-fv-with-sidebar .title {
    margin-top: 70vw;
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.571;
  }
}
.section-fv-with-sidebar .title,
.section-fv-with-sidebar .title small,
.section-fv-with-sidebar .title .small {
  color: #fff;
}
.section-fv-with-sidebar .title small, .section-fv-with-sidebar .title .small {
  display: block;
  margin-top: 34px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media (max-width: 575.98px) {
  .section-fv-with-sidebar .title small, .section-fv-with-sidebar .title .small {
    margin-top: 16px;
    font-size: 11px;
    line-height: 2;
  }
}

.section-fv .swiper-fv {
  position: relative;
  height: 100vh;
}
@media (max-width: 767.98px) {
  .section-fv .swiper-fv {
    margin-top: 107px;
    height: 40.5vh;
  }
}
.section-fv .swiper-fv:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.section-fv .swiper-fv .fv-container {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 32px auto auto;
  max-width: 1680px;
  padding: 20px 70px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .section-fv .swiper-fv .fv-container {
    padding: 20px 15px;
    margin-top: 0;
  }
}
.section-fv .swiper-fv .fv-container .title-main {
  margin-bottom: 20px;
  max-width: 1200px;
}
@media (max-width: 767.98px) {
  .section-fv .swiper-fv .fv-container .title-main {
    margin-bottom: 58px;
  }
}
.section-fv .swiper-fv .fv-container .text-fv {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  max-width: 850px;
  margin-bottom: 50px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
  text-align: justify;
}
@media (max-width: 767.98px) {
  .section-fv .swiper-fv .fv-container .text-fv {
    display: none;
  }
}
.section-fv .swiper-fv .fv-container .btn-container {
  max-width: 240px;
}
@media (max-width: 767.98px) {
  .section-fv .swiper-fv .fv-container .btn-container {
    max-width: 170px;
  }
}
.section-fv .swiper-fv .swiper-slide img, .section-fv .swiper-fv .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-fv .swiper-fv .container-pagi {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1680px;
  margin: auto;
  top: 50%;
  transform: translateY(50%);
  z-index: 3;
  display: flex;
}
@media (max-width: 767.98px) {
  .section-fv .swiper-fv .container-pagi {
    top: unset;
    transform: unset;
    margin: 0 15px;
    bottom: 75px;
    max-width: 106px;
  }
}
.section-fv .swiper-fv .container-pagi .swiper-button-next, .section-fv .swiper-fv .container-pagi .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #51489d;
  margin-top: 0;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.section-fv .swiper-fv .container-pagi .swiper-button-next:hover, .section-fv .swiper-fv .container-pagi .swiper-button-prev:hover {
  background-color: #fff;
}
.section-fv .swiper-fv .container-pagi .swiper-button-next:hover:after, .section-fv .swiper-fv .container-pagi .swiper-button-prev:hover:after {
  color: #51489d;
}
.section-fv .swiper-fv .container-pagi .swiper-button-next:after, .section-fv .swiper-fv .container-pagi .swiper-button-prev:after {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.section-fv .swiper-fv .container-pagi .swiper-button-disabled {
  opacity: 1;
  background-color: #EDECF3;
  pointer-events: none;
}
.section-fv .swiper-fv .container-pagi .swiper-button-disabled:after {
  color: #2D283E;
}
.section-fv .swiper-fv .container-pagi .swiper-button-prev {
  left: 5px;
}
.section-fv .swiper-fv .container-pagi .swiper-button-next {
  right: 5px;
}
.section-fv .swiper-fv .swiper-pagination {
  text-align: right;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1480px;
  width: auto;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .section-fv .swiper-fv .swiper-pagination {
    padding: 0 15px;
  }
}
.section-fv .swiper-fv .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: transparent;
  opacity: 1;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.section-fv .swiper-fv .swiper-pagination-bullet:hover {
  border-color: #51489d;
}
.section-fv .swiper-fv .swiper-pagination-bullet-active {
  background-color: #51489d;
  border-color: #51489d;
}

.section-support {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .section-support {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-support .container {
  max-width: 1140px;
}
.section-support .lead-common {
  margin-bottom: 60px;
}

.section-product {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .section-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-product .container {
  max-width: 1140px;
}

.section-about {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .section-about {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.section-about .flex-cus {
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-wrap: wrap;
}
.section-about .list-about {
  margin-bottom: 0 !important;
  list-style: disc;
}
.section-about .list-about li {
  margin-bottom: 15px;
  color: #606060;
  font-size: 18px;
}
.section-about .list-about li::marker {
  color: #51489d;
}

.section-hiri .d-flex {
  position: relative;
  justify-content: end;
  align-items: flex-end;
}
.section-hiri .block-img-link {
  clip-path: polygon(290px 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 100%;
  height: 720px;
}
@media (max-width: 767.98px) {
  .section-hiri .block-img-link {
    height: 620px;
  }
}
@media (max-width: 991.98px) {
  .section-hiri .block-img-link {
    width: 90%;
    clip-path: polygon(134px 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.section-hiri .block-img-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hiri .block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 200px;
  height: 600px;
  clip-path: polygon(24% 0%, 100% 0%, 76% 100%, 0% 100%);
  position: relative;
  z-index: 2;
  margin-right: -390px;
  background-color: #fff;
  max-width: 900px;
}
@media (max-width: 991.98px) {
  .section-hiri .block-content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 20px 20px 90px;
    height: 396px;
    max-width: unset;
    width: 100%;
    clip-path: polygon(70px 0%, 100% 0%, 100% 100%, 0% 100%);
    margin-right: 0;
  }
}

.section-about .d-about {
  flex-direction: row-reverse;
}
.section-about .d-about-xl {
  flex-direction: row-reverse;
}
@media (max-width: 1199.98px) {
  .section-about .d-about-xl {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .section-about .d-about {
    flex-direction: column-reverse;
  }
}
.section-about .flex-title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #6147b6;
}
@media (max-width: 767.98px) {
  .section-about .flex-title {
    margin-bottom: 25px;
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-about .flex-left {
    width: 50%;
    margin-left: 35px;
  }
}
@media (max-width: 767.98px) {
  .section-about .flex-left {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .section-about .flex-left-xl {
    width: 40%;
    margin-left: 35px;
  }
}
@media (max-width: 1199.98px) {
  .section-about .flex-left-xl {
    margin-top: 25px;
  }
}
.section-about p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .section-about p {
    font-size: 17px;
    text-align: left;
  }
}
.section-about p + p {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .section-about p + p {
    margin-top: 10px;
  }
}
.section-about .swiper-top .swiper-slide {
  background-color: #edecf3;
}
.section-about .swiper-top .swiper-slide img {
  width: 100%;
  height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .section-about .swiper-top .swiper-slide img {
    height: 50vw;
  }
}
.section-about .swiper-bottom {
  margin-top: 10px;
}
.section-about .swiper-bottom .swiper-slide {
  cursor: pointer;
}
.section-about .swiper-bottom .swiper-slide:hover {
  opacity: 0.8;
}
.section-about .swiper-bottom .swiper-slide-thumb-active img {
  border: 2px solid #6147b6;
}
.section-about .swiper-bottom img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .section-about .swiper-bottom img {
    height: 10vw;
  }
}

.section-page-header {
  position: relative;
  margin-top: 108px;
  padding-top: 150px;
  padding-bottom: 200px;
  color: #fff;
  background: url("../images/detail/banner_2.jpg") 50% 0 no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .section-page-header {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media (max-width: 767.98px) {
  .section-page-header {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
}
.section-page-header:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 20.31%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
.section-page-header .container {
  position: relative;
  z-index: 1;
}
.section-page-header .title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .section-page-header .title {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.section-page-header p {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-page-header p {
    font-size: 18px;
  }
}

.section-slide {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #edecf3;
}
@media (max-width: 767.98px) {
  .section-slide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-slide .container {
  max-width: 1600px;
}
.section-slide .title-section {
  color: #6147b6;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .section-slide .title-section {
    font-size: 22px;
  }
}
.section-slide .lead,
.section-slide .subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
}
@media (max-width: 767.98px) {
  .section-slide .lead,
  .section-slide .subtitle {
    font-size: 16px;
  }
}
.section-slide .text {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .section-slide .text {
    font-size: 14px;
  }
}
.section-slide .img-container {
  position: relative;
  color: #fff;
}
.section-slide .img-container .text-container {
  position: absolute;
  bottom: 0;
  left: 25px;
  z-index: 12;
  display: flex;
  padding: 10px 0 20px;
}
.section-slide .img-container .text-container .subtitle {
  margin-bottom: 0;
}
.section-slide .img-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  content: "";
}
.section-slide .swiper-slide {
  width: 38% !important;
  transition: all 0.2s ease;
}
@media (max-width: 767.98px) {
  .section-slide .swiper-slide {
    width: 80% !important;
  }
}
.section-slide .swiper-slide:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  isolation: isolate;
  height: 150px;
  opacity: 0.4;
  background: linear-gradient(to bottom, transparent 0, black 50%);
  content: "";
}
.section-slide .swiper-slide:hover {
  opacity: 0.8;
}
.section-slide .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
.section-slide .swiper-button-next,
.section-slide .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #6147b6;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.26);
  transition: all 0.2s ease;
}
@media (max-width: 767.98px) {
  .section-slide .swiper-button-next,
  .section-slide .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}
.section-slide .swiper-button-next:hover,
.section-slide .swiper-button-prev:hover {
  box-shadow: none;
}
.section-slide .swiper-button-next:after,
.section-slide .swiper-button-prev:after {
  width: 12px;
  height: 16px;
  background: url("../images/icon/arrow-white.svg") 50% 50%/cover no-repeat;
  content: "";
}
.section-slide .swiper-button-next:after {
  transform: scaleX(-1);
}
.section-slide .swiper-button-container {
  position: relative;
  max-width: 120px;
  width: 100%;
  margin: 40px 14vw 0 auto;
}
@media (max-width: 767.98px) {
  .section-slide .swiper-button-container {
    max-width: 100px;
    margin-right: 2vw;
  }
}

.section-projects {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .section-projects {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.section-projects .container {
  max-width: 1140px;
}
.section-projects .card-title {
  position: relative;
  padding-left: 15px;
}
.section-projects .card-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ">";
}
.section-projects .others a {
  font-size: 20px;
  text-decoration: none;
  color: #51489d;
}
@media (max-width: 767.98px) {
  .section-projects .others a {
    font-size: 18px;
  }
}
.section-projects .others a:before {
  content: ">";
}

footer {
  font-size: 12px;
  line-height: 1.4;
}
footer,
footer a {
  color: #333;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  footer .d-flex-footer dl {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  footer .d-flex-footer dl dd {
    text-align: left;
  }
}
footer .footer-top {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #333;
}
@media (max-width: 767.98px) {
  footer .footer-top {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}
footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #535353;
}
@media (max-width: 767.98px) {
  footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
  }
}
footer .footer-bottom,
footer .footer-bottom a {
  color: #fff;
}
footer .footer-bottom .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  footer .footer-bottom .copyright {
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
  }
}
footer .footer-bottom .copyright .copyright-logo {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  footer .flex-logo {
    width: 35%;
    margin-right: 1vw;
  }
}
@media (max-width: 767.98px) {
  footer .flex-logo {
    text-align: center;
  }
}
footer .flex-logo .dl-indent {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 5px;
}
footer .logo-footer {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
footer .logo-footer img {
  width: 100%;
  max-width: 130px;
}
footer .btn-container {
  grid-template-columns: auto auto;
  justify-content: start;
  gap: 5px;
  align-items: center;
}
footer .btn-container img {
  max-width: 100%;
}
footer p {
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  footer .flex-menu {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
footer .list-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media (max-width: 767.98px) {
  footer .list-social {
    justify-content: center;
  }
}
footer .list-menu {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  footer .list-menu {
    margin-bottom: 20px;
  }
}
footer .list-menu li + li {
  margin-top: 5px;
}
footer .container {
  max-width: 1320px;
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  transition: none;
}
@media (max-width: 575.98px) {
  .page-top {
    right: 0;
  }
}
.page-top:hover .bg-color {
  fill: #00aaad;
}

.balloon-elastic {
  position: relative;
  max-width: 774px;
  margin-bottom: 15px;
  clear: both;
}
@media (max-width: 575.98px) {
  .balloon-elastic {
    margin-bottom: 10px;
    font-size: 3.8vw;
  }
}
.balloon-elastic:before, .balloon-elastic:after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 20px;
  content: "";
}
@media (max-width: 575.98px) {
  .balloon-elastic:before, .balloon-elastic:after {
    height: 10px;
  }
}
.balloon-elastic:before {
  top: 0;
}
.balloon-elastic:after {
  bottom: 0;
}
.balloon-elastic.left {
  margin-left: 178px;
}
@media (max-width: 575.98px) {
  .balloon-elastic.left {
    margin-left: 128px;
  }
}
@media (max-width: 575.98px) {
  .balloon-elastic.left {
    margin-left: 64px;
  }
}
.balloon-elastic.left .body:before {
  left: -126px;
}
@media (max-width: 575.98px) {
  .balloon-elastic.left .body:before {
    left: -63px;
  }
}
.balloon-elastic.right {
  margin-right: 178px;
  margin-left: 50px;
}
@media (max-width: 575.98px) {
  .balloon-elastic.right {
    margin-right: 128px;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .balloon-elastic.right {
    margin-right: 64px;
  }
}
.balloon-elastic.right .body:before {
  right: -126px;
}
@media (max-width: 575.98px) {
  .balloon-elastic.right .body:before {
    right: -63px;
  }
}
.balloon-elastic .body {
  padding: 40px 80px;
}
@media (max-width: 575.98px) {
  .balloon-elastic .body {
    padding: 30px 40px;
  }
}
@media (max-width: 575.98px) {
  .balloon-elastic .body {
    padding: 10px;
  }
}
.balloon-elastic .body:before {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 128px;
  height: 37px;
  content: "";
}
@media (max-width: 575.98px) {
  .balloon-elastic .body:before {
    width: 64px;
    height: 18.5px;
  }
}
.balloon-elastic.balloon-blue {
  background: url("../img/balloon/blue-body.png") repeat-y 50% 0/100%;
}
.balloon-elastic.balloon-blue:before {
  background: url("../img/balloon/blue-header.png") no-repeat 0 0/100%;
}
.balloon-elastic.balloon-blue:after {
  background: url("../img/balloon/blue-footer.png") no-repeat 0 100%/100%;
}
.balloon-elastic.balloon-blue.left .body:before {
  background: url("../img/balloon/blue-left-arrow.png") no-repeat 0 0/cover;
}
.balloon-elastic.balloon-blue.right .body:before {
  background: url("../img/balloon/blue-right-arrow.png") no-repeat 0 0/cover;
}
.balloon-elastic.balloon-cyan {
  background: url("../img/balloon/cyan-body.png") repeat-y 50% 0/100%;
}
.balloon-elastic.balloon-cyan:before {
  background: url("../img/balloon/cyan-header.png") no-repeat 0 0/100%;
}
.balloon-elastic.balloon-cyan:after {
  background: url("../img/balloon/cyan-footer.png") no-repeat 0 100%/100%;
}
.balloon-elastic.balloon-cyan.left .body:before {
  background: url("../img/balloon/cyan-left-arrow.png") no-repeat 0 0/cover;
}
.balloon-elastic.balloon-cyan.right .body:before {
  background: url("../img/balloon/cyan-right-arrow.png") no-repeat 0 0/cover;
}

.banner-fixed-bottom {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.banner-fixed-bottom .cell {
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .banner-fixed-bottom .cell {
    padding: 0 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .banner-fixed-bottom .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.banner-fixed-bottom .title {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 2.5vw;
}
.banner-fixed-bottom.is-hidden {
  bottom: -70px;
}

.layout-card {
  max-width: 320px;
  min-height: 320px;
  padding: 8px 22px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .layout-card {
    min-height: 140px;
    padding: 4px 9px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
}
.layout-card .title {
  margin-top: 10px;
  margin-bottom: 55px;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .layout-card .title {
    margin-top: 2px;
    margin-bottom: 15px;
    font-size: 8px;
  }
}

.hover-zoom {
  position: relative;
  display: block;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.hover-zoom, .hover-zoom:hover, .hover-zoom:focus {
  color: #fff;
}
.hover-zoom .title {
  position: relative;
  z-index: 10;
}
.hover-zoom.puzzle:before {
  background: url("../img/common/puzzle.png") no-repeat 50% 50%;
}
.hover-zoom:before {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-size: cover;
  content: "";
}
@media (prefers-reduced-motion: reduce) {
  .hover-zoom:before {
    transition: none;
  }
}
.hover-zoom:after {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .hover-zoom:after {
    transition: none;
  }
}
.hover-zoom .caption {
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 24px 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (prefers-reduced-motion: reduce) {
  .hover-zoom .caption {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .hover-zoom .caption {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 10px;
  }
}
.hover-zoom:hover {
  overflow: hidden;
  text-decoration: none;
}
.hover-zoom:hover:before {
  transform: scale(1.2);
}
.hover-zoom:hover:after {
  width: 150%;
  height: 150%;
  opacity: 0.5;
}
.hover-zoom:hover .caption {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 109, 187, 0.7);
}
@media (max-width: 575.98px) {
  .hover-zoom:hover .caption {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: center;
  width: 72px;
  font-size: 12px;
  color: #1a1a1a;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .sidebar {
    display: none;
  }
}
.sidebar .list-social {
  padding-left: 0;
  list-style: none;
}
.sidebar .list-social > li {
  margin-bottom: 30px;
}
.sidebar .list-social > li:first-of-type {
  padding-bottom: 27px;
  margin-bottom: 35px;
  margin-left: 4px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.sidebar .list-social > li:last-of-type {
  margin-bottom: 0;
}

.contact-fixed {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .contact-fixed {
    bottom: 56px;
  }
}
.contact-fixed .dropdown-menu {
  background-color: transparent;
  border: 0;
}
.contact-fixed .dropdown-menu > li:not(:last-child) {
  margin-bottom: 10px;
}
.contact-fixed .dropdown-menu .btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}
.contact-fixed .icon {
  width: 40px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  .contact-fixed .icon {
    width: 30px;
  }
}
.contact-fixed .btn-contact {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #51489d;
}
@media (max-width: 767.98px) {
  .contact-fixed .btn-contact {
    width: 50px;
    height: 50px;
  }
}
.contact-fixed .btn-contact:hover .icon {
  animation: jello-horizontal 0.9s both;
}
.contact-fixed .btn-contact:after {
  position: absolute;
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 2px solid #51489d;
  animation: 1.5s linear 0s normal none infinite focus;
  content: "";
}

@keyframes focus {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.caption-img {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .caption-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
