@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans", "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: #464646;
  --bs-body-color-rgb: 70, 70, 70;
  --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(70, 70, 70, 0.75);
  --bs-secondary-color-rgb: 70, 70, 70;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(70, 70, 70, 0.5);
  --bs-tertiary-color-rgb: 70, 70, 70;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #464646;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #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: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.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);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  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-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-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-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  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: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0;
  --bs-card-inner-border-radius: 0;
  --bs-card-cap-padding-y: 0;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-bg: none;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: none;
  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-text:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-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);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-block {
  display: block !important;
}

.position-relative {
  position: relative !important;
}

.w-100 {
  width: 100% !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !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;
}

.swiper-scrollbar {
  opacity: 1;
  height: 1px;
  background-color: #ccc;
  border-radius: 0;
}

.swiper-scrollbar-container {
  max-width: 1120px;
  width: 90%;
  padding: 13px 0 14px;
  margin: 51px auto 0;
}
@media (max-width: 767.98px) {
  .swiper-scrollbar-container {
    margin-top: 30px;
  }
}

.swiper-scrollbar-drag {
  top: -13px;
  height: 28px;
  background: #2e67cd url("../img/icon/drag.svg") no-repeat 50% 50%/40px 8px;
  border-radius: 20px;
  cursor: pointer;
}
.swiper-scrollbar-drag:before {
  position: absolute;
  top: 13px;
  right: 100%;
  width: 100vw;
  height: 1px;
  background-color: #2e67cd;
  content: "";
}

.swiper-related {
  width: 1370px;
  overflow: visible;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1399.98px) {
  .swiper-related {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .swiper-related {
    width: 340px;
    padding-right: 0;
    padding-left: 0;
  }
}
.swiper-related .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: auto;
  color: #3187f7;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 38px 0 rgba(170, 186, 214, 0.51);
}
.swiper-related .swiper-body {
  padding: 28px 36px 32px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.63;
  color: #fff;
  background-color: #2e67cd;
}
@media (max-width: 767.98px) {
  .swiper-related .swiper-body {
    padding: 20px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.swiper-related .swiper-footer {
  padding: 25px 15px 36px;
}
.swiper-related .swiper-img {
  margin-bottom: 22px;
  text-align: center;
}
.swiper-related .swiper-title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.476;
}
.swiper-related .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 200px;
  padding: 7px 12px 6px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #3187f7;
}

html.wf-active body {
  visibility: visible;
}

body {
  position: relative;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }
}

.sans-serif {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans", "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;
}

.fw-900 {
  font-weight: 900;
}

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: 768px) {
  a.hover:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  a.hover-img:hover img {
    opacity: 0.8;
  }
}

mark,
.mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}

strong {
  font-weight: bold;
}

ul,
ol {
  padding-left: 1.5em;
}

.lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 14px;
    line-height: 1.5;
  }
}
.lead.lead-md {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .lead.lead-md {
    font-size: 12px;
  }
}
.lead.lead-lg {
  font-size: 22px;
  line-height: 1.52;
}
@media (max-width: 767.98px) {
  .lead.lead-lg {
    font-size: 16px;
  }
}
.lead.lead-xl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .lead.lead-xl {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .lead p {
    margin-bottom: 20px;
  }
}
.lead .text-lg {
  font-size: 27px;
}
@media (max-width: 767.98px) {
  .lead .text-lg {
    font-size: 20px;
  }
}

.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;
  border-right: 1px solid #999;
}
.list-inline.bordered > li:first-child {
  border-left: 1px solid #999;
}

.list-dot-black {
  margin-bottom: 0;
  color: #464646;
  font-size: 15px;
  line-height: 1.52;
}
@media (min-width: 1200px) {
  .list-dot-black {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767.98px) {
  .list-dot-black {
    font-size: 13px;
  }
}
.list-dot-black li {
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .list-dot-black li {
    margin-bottom: 4px;
  }
}

.list-dot-simple {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.52;
}
@media (min-width: 1200px) {
  .list-dot-simple {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767.98px) {
  .list-dot-simple {
    font-size: 13px;
  }
}
.list-dot-simple li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 767.98px) {
  .list-dot-simple li {
    font-size: 12px;
    line-height: 1.4;
  }
}
.list-dot-simple li:before {
  position: absolute;
  top: 11px;
  left: 2px;
  width: 9px;
  height: 9px;
  background-color: #bccddc;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767.98px) {
  .list-dot-simple li:before {
    top: 5px;
  }
}

.list-news {
  list-style: none;
  padding-left: 0;
}
.list-news li {
  display: flex;
  padding: 21px 17px;
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid;
}
@media (max-width: 767.98px) {
  .list-news li {
    flex-direction: column;
  }
}
.list-news a {
  text-decoration: none;
  color: #464646;
}
.list-news a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .list-news .date {
    margin-right: 82px;
  }
}

.list-percent-container {
  padding: 52px 44px 28px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 991.98px) {
  .list-percent-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .list-percent-container {
    padding: 30px 15px 25px;
  }
}

.list-percent li {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .list-percent li {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .list-percent li {
    display: block;
    font-size: 12px;
  }
}
.list-percent li + li {
  margin-top: 44px;
}
.list-percent .li-text {
  display: flex;
  align-items: center;
  flex: 0 1 336px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .list-percent .li-text {
    flex-basis: 310px;
  }
}
@media (max-width: 767.98px) {
  .list-percent .li-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.list-percent .li-title {
  margin-bottom: 0;
  margin-left: 11px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.478;
  color: #0061d5;
}
@media (max-width: 991.98px) {
  .list-percent .li-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .list-percent .li-title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.list-percent .li-percent {
  flex-grow: 1;
}
.list-percent .li-percent .percent {
  display: flex;
  align-items: flex-end;
  padding: 6px 0;
}
.list-percent .li-percent .percent-bg {
  padding: 12px 11px 11px;
  margin-bottom: 0;
  color: #fff;
  background-color: #0061d5;
}
@media (max-width: 767.98px) {
  .list-percent .li-percent .percent-bg {
    padding: 9px 7px;
  }
}
.list-percent .li-percent .percent-number {
  margin-left: 12px;
}
@media (max-width: 767.98px) {
  .list-percent .li-percent .percent-number {
    height: 22px;
    margin-left: 8px;
  }
}
.list-percent .li-percent .percent-29 {
  width: calc(43px + 28%);
}
.list-percent .li-percent .percent-37 {
  width: calc(43px + 37%);
}
.list-percent .li-percent .percent-42 {
  width: calc(43px + 43%);
}
.list-percent .li-percent .percent-58 {
  width: calc(43px + 56.8%);
}
.list-percent .li-percent .percent-71 {
  width: calc(43px + 71.5%);
}
.list-percent .li-percent .percent-74 {
  width: calc(43px + 75%);
}
.list-percent .li-percent .percent-before .percent-bg {
  background-color: #66a0e6;
}
.list-percent .li-percent .percent-after .percent-bg {
  position: relative;
  background-color: #f8991c;
}
.list-percent .li-percent .percent-after .percent-bg:after {
  position: absolute;
  width: 36px;
  height: 72px;
  background: url("../img/icon/triangle-orange.svg") no-repeat 100% 50%/contain;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  content: "";
}
@media (max-width: 767.98px) {
  .list-percent .li-percent .percent-after .percent-bg:after {
    width: 28px;
  }
}
.list-percent .li-percent .percent-after .percent-number {
  margin-left: 45px;
}
@media (max-width: 767.98px) {
  .list-percent .li-percent .percent-after .percent-number {
    height: 26px;
    margin-left: 36px;
  }
}
.list-percent .number-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #0061d5;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .list-percent .number-circle {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .list-percent .number-circle img {
    height: 24px;
  }
}

.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: 767.98px) {
  .dl-list-indent.cleared-md dt {
    display: block;
  }
  .dl-list-indent.cleared-md dd {
    padding-top: 0;
  }
}

.text-shadow-outline-blue {
  text-shadow: 2px 2px 0 #0061d5, 2px -2px 0 #0061d5, -2px 2px 0 #0061d5, -2px -2px 0 #0061d5, 2px 0 0 #0061d5, 0 2px 0 #0061d5, -2px 0 0 #0061d5, 0 -2px 0 #0061d5;
}
@media (max-width: 767.98px) {
  .text-shadow-outline-blue {
    text-shadow: 1px 1px 0 #0061d5, 1px -1px 0 #0061d5, -1px 1px 0 #0061d5, -1px -1px 0 #0061d5, 1px 0 0 #0061d5, 0 1px 0 #0061d5, -1px 0 0 #0061d5, 0 -1px 0 #0061d5;
  }
}

.text-shadow-outline-blue-sm {
  text-shadow: 1px 1px 0 #2e67cd, 1px -1px 0 #2e67cd, -1px 1px 0 #2e67cd, -1px -1px 0 #2e67cd, 1px 0 0 #2e67cd, 0 1px 0 #2e67cd, -1px 0 0 #2e67cd, 0 -1px 0 #2e67cd;
}

.text-shadow-outline-strong-blue-sm {
  text-shadow: 1px 1px 0 #003e92, 1px -1px 0 #003e92, -1px 1px 0 #003e92, -1px -1px 0 #003e92, 1px 0 0 #003e92, 0 1px 0 #003e92, -1px 0 0 #003e92, 0 -1px 0 #003e92;
}

.text-red {
  color: #ff3000 !important;
}

.text-orange {
  color: #ff8565 !important;
}

.text-orange-1 {
  color: #c0925e !important;
}

.text-yellow {
  color: #fbb03b !important;
}

.text-blue {
  color: #0061d5 !important;
}

.text-green {
  color: #309a7a !important;
}

@media (min-width: 768px) {
  .lh-md-178 {
    line-height: 1.778 !important;
  }
}

.d-flex-common {
  align-items: flex-start;
}
.d-flex-common + .d-flex-common {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .d-flex-common + .d-flex-common {
    margin-top: 35px;
  }
}
.d-flex-common.reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .d-flex-common.reverse .flex-img {
    margin-right: 0;
    margin-left: 30px;
  }
}
.d-flex-common .flex-img {
  display: flex;
  align-items: center;
  padding: 16px 10px;
  background-color: #fff;
  border-radius: 18px;
}
@media (min-width: 768px) {
  .d-flex-common .flex-img {
    width: 39.6%;
    margin: 10px 40px 0 0;
  }
}
.d-flex-common .flex-text {
  font-size: 17px;
  line-height: 1.882;
  letter-spacing: 0.02em;
}
@media (max-width: 767.98px) {
  .d-flex-common .flex-text {
    font-size: 15px;
    line-height: 1.6;
  }
}
.d-flex-common .flex-title {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .d-flex-common .flex-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.d-flex-common .img-1 {
  height: 267px;
}
.d-flex-common .img-2 {
  height: 269px;
}
.d-flex-common .img-3 {
  height: 273px;
}
.d-flex-common .img-4 {
  height: 287px;
}

.item-top {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .item-top {
    padding-bottom: 35px;
  }
}

.item-bottom {
  margin-top: -50px;
  padding-top: 130px;
  padding-bottom: 85px;
  background-color: #f4f6f8;
}
@media (max-width: 767.98px) {
  .item-bottom {
    margin-top: -35px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.radius-bottom-common {
  border-bottom-right-radius: 62px;
  border-bottom-left-radius: 62px;
}
@media (max-width: 767.98px) {
  .radius-bottom-common {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

.d-flex-data {
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (min-width: 1200px) {
  .d-flex-data .flex-img {
    width: 49.9%;
  }
}
.d-flex-data .flex-img img {
  width: 100%;
}
@media (min-width: 1200px) {
  .d-flex-data .flex-img img {
    margin-left: -39px !important;
  }
}
@media (max-width: 1199.98px) {
  .d-flex-data .flex-img img {
    max-width: 400px;
  }
}
.d-flex-data .flex-text {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .d-flex-data .flex-text {
    margin-top: 106px;
    margin-left: 82px;
  }
}
@media (max-width: 1199.98px) {
  .d-flex-data .flex-text {
    margin-top: 25px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .d-flex-data .flex-text {
    margin-top: 15px;
  }
}
.d-flex-data .flex-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1199.98px) {
  .d-flex-data .flex-text p {
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .d-flex-data .flex-text p {
    font-size: 16px;
    line-height: 1.6;
  }
}

.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;
}

.row-11 {
  margin-right: -11px;
  margin-left: -11px;
}
.row-11 > div,
.row-11 > li {
  padding-right: 11px;
  padding-left: 11px;
}

@media (max-width: 767.98px) {
  .row-5-md {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-md > div,
  .row-5-md > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 991.98px) {
  .row-5-lg {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-lg > div,
  .row-5-lg > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .row-md-22 {
    margin-right: -22px;
    margin-left: -22px;
  }
  .row-md-22 > div,
  .row-md-22 > li {
    padding-right: 22px;
    padding-left: 22px;
  }
}
@media (min-width: 1200px) {
  .row-xl-12 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row-xl-12 > div,
  .row-xl-12 > li {
    padding-right: 12px;
    padding-left: 12px;
  }
  .row-xl-13 {
    margin-right: -13px;
    margin-left: -13px;
  }
  .row-xl-13 > div,
  .row-xl-13 > li {
    padding-right: 13px;
    padding-left: 13px;
  }
  .row-xl-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-xl-15 > div,
  .row-xl-15 > li {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-xl-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row-xl-20 > div,
  .row-xl-20 > li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-xl-23 {
    margin-right: -23px;
    margin-left: -23px;
  }
  .row-xl-23 > div,
  .row-xl-23 > li {
    padding-right: 23px;
    padding-left: 23px;
  }
}
@media (min-width: 1400px) {
  .row-xxl-35 {
    margin-right: -35px;
    margin-left: -35px;
  }
  .row-xxl-35 > div,
  .row-xxl-35 > li {
    padding-right: 35px;
    padding-left: 35px;
  }
  .row-xxl-40 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row-xxl-40 > div,
  .row-xxl-40 > li {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container {
  max-width: 1124px;
}

.btn-multiline {
  white-space: normal;
}

.btn-blue {
  color: #fff;
  background-color: #003e92;
  border-color: #003e92;
  display: block;
  max-width: 346px;
  padding: 18px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0 0 18px 0 rgba(133, 153, 186, 0.004);
}
.btn-blue:active, .btn-blue:focus, .btn-blue:hover {
  color: #003e92;
  background-color: #fff;
  box-shadow: none;
}
.btn-blue.btn-sm {
  max-width: 240px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .btn-blue.btn-sm {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .btn-blue.btn-md {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.btn-blue.btn-lg {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 18px 0 rgba(0, 62, 146, 0.4);
}
@media (min-width: 768px) {
  .btn-blue.btn-lg {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.btn-blue.mw-588 {
  max-width: 588px;
}

.btn-orange {
  color: #fff;
  background-color: #ff8565;
  border-color: #ff8565;
  display: block;
  max-width: 280px;
  padding: 14px 20px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.42;
  border-radius: 35px;
}
.btn-orange:focus, .btn-orange.focus {
  color: #ff8565;
  background-color: #fff;
}
.btn-orange:hover {
  color: #ff8565;
  background-color: #fff;
}
.btn-orange:active, .btn-orange.active, .open > .btn-orange.dropdown-toggle {
  color: #ff8565;
  background-color: #fff;
}
.btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus, .open > .btn-orange.dropdown-toggle:hover, .open > .btn-orange.dropdown-toggle:focus, .open > .btn-orange.dropdown-toggle.focus {
  color: #ff8565;
  background-color: #fff;
}
.btn-orange:active, .btn-orange.active {
  background-image: none;
}
.open > .btn-orange .dropdown-toggle {
  background-image: none;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange.focus {
  background-color: #ff8565;
}
@media (max-width: 767.98px) {
  .btn-orange {
    padding: 12px 15px;
    font-size: 16px;
  }
}
.btn-orange:hover, .btn-orange:focus {
  color: #fff;
  background-color: #ffad99;
  border-color: #ffad99;
}
.btn-orange.btn-sm {
  max-width: 210px;
  padding: 11px 20px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .btn-orange.btn-sm {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .btn-orange.btn-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.btn-white {
  color: #003e92;
  background-color: #fff;
  border-color: #003e92;
  display: block;
  max-width: 346px;
  padding: 18px 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0 0 18px 0 rgba(133, 153, 186, 0.004);
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
  color: #fff;
  background-color: #003e92;
  box-shadow: none;
}
.btn-white.btn-sm {
  max-width: 240px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .btn-white.btn-sm {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .btn-white.btn-md {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.btn-white.btn-lg {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 18px 0 rgba(0, 62, 146, 0.4);
}
@media (min-width: 768px) {
  .btn-white.btn-lg {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.btn-white.mw-588 {
  max-width: 588px;
}
.btn-white.hover-orange:active, .btn-white.hover-orange:focus, .btn-white.hover-orange:hover {
  background-color: #ff3000;
  border-color: #ff3000;
}

.navbar {
  padding: 25px 0;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
    max-width: 1430px;
    padding-right: 22px;
    padding-left: 22px;
  }
}
.navbar .navbar-brand {
  padding: 0;
  margin: 2px 0 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    width: 240px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    text-align: center;
  }
}
.navbar .navbar-text {
  padding: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-text {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-text {
    font-size: 16px;
  }
}
.navbar .navbar-nav-container {
  padding-right: 32px;
  padding-left: 20px;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav-container {
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav-container {
    padding: 0 5px;
    margin-top: 30px;
  }
}
.navbar .navbar-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav {
    display: block;
    padding: 0 0 15px;
    margin-top: 10px;
    text-align: center;
  }
}
.navbar .navbar-nav .nav-item {
  padding: 0 10px;
  margin-top: 10px;
  border: solid;
  border-width: 0 1px;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item {
    padding: 0 5px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item + .nav-item {
    border-left-width: 0;
  }
}
.navbar .navbar-nav .nav-link {
  padding: 0 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  color: #464646;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    white-space: normal;
  }
}
.navbar .navbar-nav .nav-link:hover {
  opacity: 0.7;
}
.navbar .navbar-btn {
  padding: 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-btn {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-btn {
    margin-top: 0;
  }
}
.navbar .navbar-btn .nav-item {
  padding: 0;
  margin-top: 0;
  border-width: 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-btn .nav-item {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-btn .nav-item + .nav-item {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-btn .nav-item + .nav-item {
    margin-left: 10px;
  }
}
.navbar .navbar-btn .nav-link {
  max-width: 220px;
  padding: 14px 20px;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .navbar .navbar-btn .nav-link {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-btn .nav-link {
    max-width: 220px;
    padding: 18px 20px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-btn .nav-link {
    max-width: 250px;
    font-size: 17px;
  }
}
.navbar .navbar-btn .nav-link:hover {
  opacity: 1;
}
.navbar .navbar-btn .icon {
  margin-right: 12px;
}

.js-header {
  transition: all 0.3s ease;
}
.js-header.is-active {
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
  width: 40px;
  height: 32px;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .menu-trigger {
    display: inline-block;
  }
}
.menu-trigger, .menu-trigger:hover, .menu-trigger:focus, .menu-trigger:active {
  background-color: transparent !important;
  border: 0;
  outline: 0;
  box-shadow: none !important;
}
.menu-trigger .icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all 0.3s;
}
.menu-trigger .icon-bar:nth-of-type(1) {
  top: 0;
}
.menu-trigger .icon-bar:nth-of-type(2) {
  top: 14px;
}
.menu-trigger .icon-bar:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger .icon-bar + .icon-bar {
  margin-top: 0;
}
.menu-trigger[aria-expanded=true], .menu-trigger[aria-expanded=true]:focus {
  box-shadow: none;
}
.menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}

.bg-light-gray {
  background-color: #f4f6f8 !important;
}

.bg-light-blue {
  background-color: #f0f3f9 !important;
}

.bg-strong-blue {
  background-color: #003e92 !important;
}

.bg-blue {
  background-color: #2e67cd !important;
}

.mix-blend-mode-multiply {
  mix-blend-mode: multiply !important;
}

.mw-280 {
  max-width: 280px !important;
}

.mw-330 {
  max-width: 330px !important;
}

.mw-372 {
  max-width: 372px !important;
}

.mw-900 {
  max-width: 900px !important;
}

.badge {
  text-decoration: none;
}
.badge.has-space {
  margin-bottom: 3px;
}

.badge-common {
  padding: 3px 10px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: #003e92;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .badge-common {
    font-size: 15px;
    padding-right: 6px;
    padding-left: 6px;
  }
}

a.card {
  transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  a.card {
    transition: none;
  }
}

.card-strength {
  margin-top: 30px;
  margin-bottom: 28px;
  background-color: #f4f6f8;
  border-radius: 30px;
}
.card-strength .card-header {
  width: 136px;
  height: 136px;
  padding: 12px 10px 0;
  margin: -45px auto 0;
  font-size: 15px;
  text-align: center;
  color: #2e67cd;
  background-color: #fff;
  border: 21px solid #f4f6f8;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .card-strength .card-header {
    width: 120px;
    height: 120px;
    margin-top: -35px;
    border-width: 16px;
  }
}
.card-strength .card-header .number {
  display: block;
  margin: 5px auto 0;
}
.card-strength .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 13px 42px 38px;
  font-size: 17px;
  line-height: 1.88;
}
@media (max-width: 991.98px) {
  .card-strength .card-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .card-strength .card-body {
    display: block;
    padding: 10px 20px 30px;
    font-size: 15px;
  }
}
.card-strength .card-title {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #2e67cd;
}
@media (max-width: 767.98px) {
  .card-strength .card-title {
    margin-bottom: 18px;
    font-size: 20px;
  }
}
.card-strength .card-img {
  margin-top: 18px;
  text-align: center;
}
.card-strength .card-inner {
  display: flex;
  align-items: center;
  flex: 1 0 55.7%;
  margin-left: 35px;
  padding: 10px 30px 9px 21px;
  background-color: #f8f6f5;
  border: 1px solid #7592a0;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .card-strength .card-inner {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    flex-basis: 50%;
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .card-strength .card-inner {
    padding: 12px 15px 15px;
    margin-top: 20px;
    margin-left: 0;
  }
}
.card-strength .card-inner .fig {
  margin-right: 20px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .card-strength .card-inner .fig {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.card-strength .subtitle {
  padding-bottom: 11px;
  font-size: 17px;
  font-weight: bold;
  color: #7592a0;
  border-bottom: 1px solid;
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .card-strength .subtitle {
    padding-bottom: 8px;
    margin-bottom: 14px;
    font-size: 15px;
  }
}

.title-bg {
  max-width: 770px;
  padding: 12px 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #0061d5;
  border-radius: 30px;
}
@media (max-width: 767.98px) {
  .title-bg {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .title-bg.title-md {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 26px;
    font-size: 24px;
  }
}

.title-blue {
  font-weight: bold;
  color: #2e67cd;
}
.title-blue.fs-21 {
  font-size: 21px;
  line-height: 1.333;
}
@media (max-width: 767.98px) {
  .title-blue.fs-21 {
    font-size: 18px;
  }
}
.title-blue.fs-25 {
  font-size: 25px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .title-blue.fs-25 {
    font-size: 22px;
  }
}
.title-blue.fs-36 {
  font-size: 36px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .title-blue.fs-36 {
    font-size: 26px;
  }
}

.section-fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 156px 0 38px;
  color: #fff;
  background: #2e67cd url("../img/section/fv/bg-gradient.svg") no-repeat 50% 50%/cover;
  border-radius: 0 0 60px 60px;
}
@media (max-width: 1399.98px) {
  .section-fv {
    padding-top: 200px;
  }
}
@media (max-width: 991.98px) {
  .section-fv {
    padding-top: 140px;
  }
}
@media (max-width: 767.98px) {
  .section-fv {
    padding-top: 90px;
    padding-bottom: 40px;
    border-radius: 0 0 35px 35px;
  }
}
.section-fv .text-container {
  width: 65%;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .section-fv .text-container {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .section-fv .text-container {
    padding: 20px 0;
  }
}
.section-fv .img-container {
  margin: 0 -157px;
}
@media (max-width: 991.98px) {
  .section-fv .img-container {
    width: 50%;
    margin-right: -30px;
    margin-left: -300px;
  }
}
@media (max-width: 767.98px) {
  .section-fv .img-container {
    margin-right: 0;
    margin-left: 0;
  }
}
.section-fv .title-section {
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.09em;
}
@media (max-width: 767.98px) {
  .section-fv .title-section {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.section-fv .title-section strong {
  color: #ff8565;
}
.section-fv .main-visual {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-common {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media (max-width: 767.98px) {
  .section-common {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-common .title-section {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .section-common .title-section {
    margin-bottom: 20px;
  }
}
.section-common .lead {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .section-common .lead {
    margin-bottom: 30px;
  }
}
.section-common .btn-container {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .section-common .btn-container {
    margin-top: 20px;
  }
}

.section-related {
  padding: 72px 0 62px;
  background-color: #f4f6f8;
}
@media (max-width: 767.98px) {
  .section-related {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-related .title-section {
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .section-related .title-section {
    margin-bottom: 30px;
  }
}

.section-cta {
  padding-top: 50px;
  padding-bottom: 100px;
  border-radius: 35px 35px 0 0;
}
@media (min-width: 768px) {
  .section-cta {
    padding-top: 62px;
    padding-bottom: 74px;
    border-radius: 60px 60px 0 0;
  }
}
.section-cta .container {
  max-width: 1024px;
}
.section-cta .title-section {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .section-cta .title-section {
    margin-bottom: 23px;
    font-size: 34px;
    line-height: 1.62;
  }
}
.section-cta .lead {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-cta .lead {
    margin-bottom: 27px;
    line-height: 1.778;
  }
}
.section-cta .btn-container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section-cta .btn-container {
    margin-top: 32px;
  }
}
.section-cta .illust-1 {
  position: absolute;
  bottom: -38px;
  left: -110px;
}
@media (max-width: 1399.98px) {
  .section-cta .illust-1 {
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .section-cta .illust-1 {
    width: 110px;
  }
}
@media (max-width: 767.98px) {
  .section-cta .illust-1 {
    bottom: -102px;
    left: 5px;
    width: 70px;
  }
}
.section-cta .illust-2 {
  position: absolute;
  bottom: -33px;
  right: -124px;
}
@media (max-width: 1399.98px) {
  .section-cta .illust-2 {
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .section-cta .illust-2 {
    bottom: -50px;
    width: 170px;
  }
}
@media (max-width: 767.98px) {
  .section-cta .illust-2 {
    right: 5px;
    bottom: -104px;
    width: 104px;
  }
}

.section-page-header {
  padding-top: 59px;
  padding-bottom: 61px;
  margin-top: 115px;
  background-image: url("../img/section/page-header/bg-gradient-blue-about.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media (max-width: 1499.98px) {
  .section-page-header {
    padding-top: 3.9vw;
    padding-bottom: 4.2vw;
    border-bottom-right-radius: 4vw;
    border-bottom-left-radius: 4vw;
  }
}
@media (max-width: 1358.98px) {
  .section-page-header {
    margin-top: 155px;
  }
}
@media (max-width: 991.98px) {
  .section-page-header {
    margin-top: 62px;
  }
}
@media (max-width: 767.98px) {
  .section-page-header {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position-x: 85%;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.section-page-header.databricks {
  padding-top: 71px;
  padding-bottom: 90px;
  background-image: url("../img/section/page-header/bg-gradient-blue-databricks.png");
}
@media (max-width: 1499.98px) {
  .section-page-header.databricks {
    padding-top: 4.7vw;
    padding-bottom: 6vw;
  }
}
@media (max-width: 767.98px) {
  .section-page-header.databricks {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.section-page-header.databricks .title {
  font-size: 81px;
}
@media (max-width: 767.98px) {
  .section-page-header.databricks .title {
    font-size: 40px;
  }
}
.section-page-header .title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.286;
  color: #fff;
}
@media (max-width: 1499.98px) {
  .section-page-header .title {
    font-size: 3.7vw;
  }
}
@media (max-width: 767.98px) {
  .section-page-header .title {
    font-size: 25px;
    text-shadow: 1px 1px 0 #316cd1, 1px -1px 0 #316cd1, -1px 1px 0 #316cd1, -1px -1px 0 #316cd1, 1px 0 0 #316cd1, 0 1px 0 #316cd1, -1px 0 0 #316cd1, 0 -1px 0 #316cd1;
  }
}

.section-solutions {
  padding-top: 110px;
}
@media (max-width: 767.98px) {
  .section-solutions {
    padding-top: 60px;
  }
}
.section-solutions .title-section {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .section-solutions .title-section {
    margin-bottom: 20px;
  }
}
.section-solutions .box-light-blue {
  padding: 37px 50px 44px;
  margin-top: 40px;
  border-radius: 40px;
  background-color: #f4f6f8;
}
@media (max-width: 1199.98px) {
  .section-solutions .box-light-blue {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-solutions .box-light-blue {
    padding: 15px;
    border-radius: 20px;
  }
}
.section-solutions .box-light-blue ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 27px;
  margin-bottom: 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 767.98px) {
  .section-solutions .box-light-blue ul {
    margin-top: 20px;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 5px;
  }
}
.section-solutions .box-light-blue ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  padding: 17px 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background-color: #2e67cd;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .section-solutions .box-light-blue ul li {
    width: 31%;
  }
}
@media (max-width: 767.98px) {
  .section-solutions .box-light-blue ul li {
    width: 32%;
    padding: 10px 5px;
    font-size: 16px;
  }
}
.section-solutions .box-light-blue ul li.bg-gray {
  color: #464646;
  background-color: #d1d8dc;
}
.section-solutions .box-light-blue .note {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 44px;
}
@media (max-width: 767.98px) {
  .section-solutions .box-light-blue .note {
    margin-top: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.section-solutions .box-light-blue .note p {
  position: relative;
  padding-left: 97px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .section-solutions .box-light-blue .note p {
    font-size: 13px;
    padding-left: 45px;
  }
}
.section-solutions .box-light-blue .note p:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 4px;
  content: "";
}
@media (max-width: 767.98px) {
  .section-solutions .box-light-blue .note p:before {
    width: 40px;
    height: 20px;
  }
}
.section-solutions .box-light-blue .note p.gray:before {
  background-color: #d1d8dc;
}
.section-solutions .box-light-blue .note p.blue:before {
  background-color: #2e67cd;
}

.section-services {
  padding-top: 110px;
}
@media (max-width: 767.98px) {
  .section-services {
    padding-top: 50px;
  }
}
.section-services .title-section {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .section-services .title-section {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .section-services .item-top {
    padding-bottom: 42px;
  }
}
.section-services .item-bottom {
  border-radius: 0;
}
@media (min-width: 768px) {
  .section-services .item-bottom {
    padding-bottom: 90px;
  }
}

.section-databricks {
  position: relative;
  padding-top: 100px;
  padding-bottom: 59px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .section-databricks {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section-databricks .container {
    max-width: 1288px;
  }
}
.section-databricks .title-section {
  margin-bottom: 5px;
}

.section-databricks-common {
  padding-top: 144px;
  padding-bottom: 37px;
  margin-top: -59px;
  background-color: #f4f6f8;
}
@media (max-width: 767.98px) {
  .section-databricks-common {
    margin-top: -40px;
    padding-bottom: 30px;
    padding-top: 80px;
  }
}
.section-databricks-common .title-section {
  margin-bottom: 24px;
  font-size: 53px;
  font-weight: bold;
  line-height: 1.283;
  color: #2e67cd;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-databricks-common .title-section {
    margin-bottom: 18px;
    font-size: 30px;
  }
}
.section-databricks-common .title-section small, .section-databricks-common .title-section .small {
  display: block;
  margin-top: 7px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .section-databricks-common .title-section small, .section-databricks-common .title-section .small {
    font-size: 22px;
    line-height: 1.6;
  }
}
.section-databricks-common .lead {
  font-size: 17px;
  line-height: 1.882;
}
@media (max-width: 767.98px) {
  .section-databricks-common .lead {
    font-size: 15px;
    line-height: 1.6;
  }
}
.section-databricks-common .box-white {
  padding: 46px 47px 40px;
  margin-top: 34px;
  margin-bottom: 85px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .section-databricks-common .box-white {
    padding: 25px 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .section-databricks-common .box-white.box-white-sm {
    padding-right: 33px;
    padding-left: 33px;
  }
}
.section-databricks-common .box-white img {
  width: 100%;
}
.section-databricks-common .badge-blue {
  display: block;
  max-width: 300px;
  padding: 12px 10px;
  margin: 0 auto 17px;
  font-size: 19px;
  line-height: 1.316;
  color: #fff;
  background-color: #a1bbe8;
  border-radius: 7px;
}
@media (max-width: 767.98px) {
  .section-databricks-common .badge-blue {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
  }
}
.section-databricks-common .img {
  display: flex;
  align-items: center;
}
.section-databricks-common .img-1 {
  max-width: 230px;
}
.section-databricks-common .img-2 {
  max-width: 306px;
}
.section-databricks-common .img-3 {
  max-width: 302px;
}
.section-databricks-common .img-4 {
  max-width: 964px;
}
.section-databricks-common .img-5 {
  max-width: 1034px;
}
.section-databricks-common .row > div:not(:last-of-type) {
  position: relative;
}
.section-databricks-common .row > div:not(:last-of-type):after {
  position: absolute;
  top: 182px;
  right: -11px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 22px;
  border-color: transparent transparent transparent #a1bbe8;
  transform: rotate(0deg);
  content: "";
}
@media (max-width: 767.98px) {
  .section-databricks-common .row > div:not(:last-of-type):after {
    top: auto;
    bottom: -38px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border-width: 16px 0 16px 16px;
    transform: rotate(90deg);
  }
}
.section-databricks-common .row > div:nth-child(2):after {
  border-color: transparent transparent transparent #2e67cd;
}
.section-databricks-common .row > div:last-of-type .badge-blue {
  background-color: #2e67cd;
}
@media (max-width: 767.98px) {
  .section-databricks-common .row > div + div {
    margin-top: 40px;
  }
}
.section-databricks-common.pb-lg {
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .section-databricks-common.pb-lg {
    padding-bottom: 50px;
  }
}

.box-service {
  padding: 23px 20px 30px;
  margin-top: 30px;
  margin-bottom: 70px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .box-service {
    padding: 25px 15px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.box-service .caption {
  margin-top: 10px;
  margin-bottom: 10px;
}

footer {
  padding: 48px 0;
  color: #000;
}
footer .container {
  max-width: 1024px;
}
footer .img-logo {
  margin-bottom: 42px;
}
footer .list-footer {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  font-size: 15px;
}
footer .list-footer .list-inline-item {
  margin: 0 13px 9px;
}
footer .list-footer a {
  text-decoration: none;
  color: #000;
}
footer .list-footer a:hover {
  opacity: 0.7;
}
footer .copyright {
  margin-bottom: 3px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  footer .copyright {
    font-size: 11px;
    margin-bottom: 5px;
    letter-spacing: normal;
  }
}