@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+TC:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* 拷貝範例
opacity: 0;
transform: translateY(40px);
transition: all 0.3s, opacity $ani_duration $ani_function, transform $ani_duration $ani_function;
*/
.module_desc {
  color: #525252;
  line-height: 1.6;
  text-align: justify;
}
.module_desc.white {
  color: #fff;
}
.module_desc p {
  margin-bottom: 15px;
}

.en-font {
  font-family: "Open Sans", sans-serif;
}

.button_set {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .button_set {
    margin-top: 35px !important;
  }
}
.button_set.center {
  justify-content: center;
}
.button_set.no_middle [class^=button].middle {
  display: none;
}

.title_arrow {
  animation: title_arrow 1s linear infinite;
}
@media (max-width: 576px) {
  .title_arrow {
    margin-top: 10px;
  }
}

.container,
.wider_container {
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .container,
  .wider_container {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .container,
  .wider_container {
    padding: 0 25px;
  }
}

.container {
  max-width: 1520px;
}

.wider_container {
  max-width: 1720px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row:not(.no_gutter) {
  margin: 0 -15px;
  transition: all 0.3s;
}
.row:not(.no_gutter) > * {
  padding: 0 15px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .row:not(.no_gutter) {
    margin: 0 -10px;
  }
  .row:not(.no_gutter) > * {
    padding: 0 10px;
  }
}

.row_by_gap {
  display: flex;
  flex-wrap: wrap;
}
.row_by_gap:not(.no_gutter) {
  gap: 15px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .row_by_gap:not(.no_gutter) {
    gap: 10px;
  }
}

@font-face {
  font-family: "BeTrueToYourSchool";
  src: url("../font/BeTrueToYourSchool-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "CAMPUS PERSONAL USE";
  src: url("../font/CAMPUS-PERSONAL-USE.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("../font/LibreBaskerville-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "URW Baskerville W01";
  src: url("../font/URW-Baskerville-W01-Regular.ttf") format("truetype");
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*,
*:focus,
*:active,
*:hover {
  outline: none;
}

body {
  color: #525252;
  font-size: 15px;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
body {
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
body.no_overflow {
  overflow: hidden;
}
body .page_wrap {
  min-height: 75vh;
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.editor ol {
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 40px;
}

.editor ul:not(.slick-dots) {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

.editor h2 {
  font-family: "Open Sans", sans-serif;
}
.editor h3 {
  font-family: "Noto Sans TC", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.editor img {
  display: inline;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1.seo,
h2.seo {
  position: fixed;
  top: -100%;
  left: -100%;
  visibility: hidden;
}

a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #132137;
}

button {
  padding: 0;
  border: 0;
  background: unset;
  appearance: none;
  cursor: pointer;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

form {
  width: 100%;
  margin: 0 auto;
}

input:not([type=radio]):not([type=checkbox]), textarea, select {
  color: #525252;
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  appearance: none;
}
input:not([type=radio]):not([type=checkbox])::placeholder, textarea::placeholder, select::placeholder {
  color: #bbb;
}

input[type=file] {
  padding: 4.5px 10px !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  display: block;
  max-width: 100%;
}

select {
  max-width: 100%;
  padding: 7px 25px 7px 10px;
  background: #fff url("../img/arrow/arrow05.png") calc(100% - 5px) center no-repeat;
  cursor: pointer;
}
select option {
  color: #393939;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.underline {
  text-decoration: underline;
}

.del {
  text-decoration: line-through;
}

.break_all {
  word-break: break-all;
}

.swal2-popup {
  width: 20em !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid #fff !important;
  border-radius: 35px !important;
}
.swal2-popup .swal2-close {
  width: 35px;
  height: 35px;
  color: #000 !important;
  font-size: 28px;
  padding: 0 0 2px;
  background: #fff !important;
  margin: 15px 15px -35px 0;
  border-radius: 50% !important;
  box-shadow: 3px 3px 10px 0 rgba(0, 158, 247, 0.25) !important;
}
.swal2-popup .swal2-icon {
  display: none !important;
}
.swal2-popup .swal2-title {
  color: #000;
  font-size: 22px;
  padding: 3em 1em 0;
}
.swal2-popup .swal2-title strong {
  font-weight: 400;
}
.swal2-popup .swal2-html-container {
  color: #009ef7;
  font-size: 18px;
  margin: 0;
  padding: 15px 15px 40px;
}
.swal2-popup .swal2-html-container > div:not(#captcha) {
  margin-top: 15px !important;
}
.swal2-popup .swal2-html-container > div:not(#captcha) a {
  display: block;
  width: fit-content;
  color: #009ef7;
  font-size: 17px;
  text-decoration: none !important;
  padding: 8px 23px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #009ef7;
  border-radius: 20px !important;
}

:not(body[data-page=index]) body {
  margin-top: 145px;
}
@media (max-width: 1600px) {
  :not(body[data-page=index]) body {
    margin-top: 70px;
  }
}
:not(body[data-page=index]) .page_wrap {
  padding-top: 0;
}
@media (max-width: 480px) {
  :not(body[data-page=index]) .page_wrap {
    margin-top: 70px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes goUp {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goDown {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goLeft {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goLeft_cc {
  0% {
    opacity: 0;
    transform: translate(calc(-50% + 20px), -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes goRight {
  0% {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes goRight_cc {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 20px), -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes goRightTop {
  0% {
    opacity: 0;
    transform: translate(-20px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes drawing_circle {
  0% {
    stroke-dashoffset: 360;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes title_arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fixbox {
  0% {
    transform: rotate(0);
    transform-origin: center left;
  }
  50% {
    transform: rotate(-10deg);
    transform-origin: center left;
  }
  100% {
    transform: rotate(0);
    transform-origin: center left;
  }
}
@keyframes admissionAni {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes campusAni {
  0% {
    transform: translateX(150px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes marqueeAni {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loadingAni {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150vh);
  }
}
@keyframes loadingLogoAni {
  0% {
    transform: translate(-50%, -70%);
  }
  100% {
    transform: translate(-50%, -150vh);
  }
}
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.slick-slider .slick-arrow.slick-hidden {
  display: none !important;
}
.slick-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.1;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  float: left;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.1s;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  color: transparent;
  font-size: 0;
  background: #c9caca;
  border-radius: 50%;
  transition: background 0.1s;
}
@media (max-width: 768px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li.slick-active button {
  background: #132137;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
}
.slick-lightbox .slick-prev::before,
.slick-lightbox .slick-next::before {
  color: #fff;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 20px;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-prev::before {
  content: "\f053";
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox .slick-next::before {
  content: "\f054";
}

.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}

.slick-lightbox-slick-img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}

.slick-lightbox-slick-caption {
  color: white;
  margin: 10px 0 0;
}

.slick-lightbox-close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.slick-lightbox-close::before {
  content: "×";
  color: white;
  font-size: 20px;
  font-family: "slick";
  line-height: 1;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-lightbox-close::focus {
  outline: none;
}

/* @group Flipster Essential Styles */
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}

.flipster:focus {
  outline: none;
}

.flipster__container,
.flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}

.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}

.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
  cursor: pointer;
}

.flipster__item img {
  max-width: 100%;
}

/* @end */
/* @group Flipster Previous & Next Buttons */
.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  transition: opacity 500ms ease;
  margin: -1em 2em;
}

.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}

.flipster__button:hover,
.flipster__button:focus {
  opacity: 1;
}

.flipster__button--prev {
  left: 0;
}

.flipster__button--next {
  right: 0;
}

/* @end */
/* @group Flipster Navigation */
.flipster__nav,
.flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}

.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}

.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster__nav__link::after {
  content: "";
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateY(100%) translateY(-0.25em);
  transition: inherit;
}

.flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
  color: #FFF;
}

.flipster__nav__item--current > .flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
  transform: translateY(0);
}

.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: #4e4441;
  z-index: 1;
}

.flipster__nav__child .flipster__nav__link {
  color: #FFF;
}

.flipster__nav__child .flipster__nav__link::after {
  background: #FFF;
}

.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
  color: #232221;
}

.flipster__nav__item--current .flipster__nav__child {
  display: block;
}

/* @end */
/* @group Flipster Carousel Theme */
.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--carousel .flipster__item {
  perspective: 800px;
}

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
  opacity: 0;
  transition-delay: 115ms;
}

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
  opacity: 0.6;
  transition-delay: 90ms;
}

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
  opacity: 0.8;
  transition-delay: 60ms;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
  transform: translateX(100%) rotateY(-20deg) scale(0.5);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) rotateY(40deg) scale(0.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  transform: rotateY(45deg) scale(0.8);
}

.flipster--carousel .flipster__item--future .flipster__item__content {
  transform: translateX(-100%) rotateY(20deg) scale(0.5);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  transform: rotateY(-45deg) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  transform: translateX(175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  transform: translateX(-175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel .flipster__item--current .flipster__item__content {
  transform: translateX(0) rotateY(0deg) scale(1);
  transition-delay: 60ms;
}

/* @end */
/* @group Flipster Coverflow Theme */
.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item {
  perspective: 800px;
}

.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}

.flipster--coverflow .flipster__item__content {
  transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
  transform-origin: 0% 50%;
  transform: scale(0.75) rotateY(55deg);
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
  transform-origin: 100% 50%;
  transform: scale(0.75) rotateY(-55deg);
}

.flipster--coverflow .flip-current .flipster__item__content {
  transform: rotateY(0deg);
}

/* @end */
/* @group Flat */
.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
  transition: all 400ms ease-in-out;
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
  opacity: 0.5;
}

.flipster--flat .flipster__item--past .flipster__item__content {
  transform: scale(0.75);
}

.flipster--flat .flipster__item--future .flipster__item__content {
  transform: scale(0.75);
}

/* @end */
/* @group Flipster Wheel Theme */
.flipster--wheel {
  overflow: hidden;
}

.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
  transition: all 400ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}

.flipster--wheel .flipster__item__content {
  transform-origin: 50% 100%;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  transform-origin: 100% 100%;
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  transform-origin: 0% 100%;
}

.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  transform: rotateZ(-80deg) translate(-170%, 110%);
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  transform: rotateZ(80deg) translate(170%, 110%);
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-60deg) translate(-70%, 75%);
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(60deg) translate(70%, 75%);
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-40deg) translate(-17%, 30%);
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(40deg) translate(17%, 30%);
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-20deg);
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(20deg);
}

.flipster--wheel .flip-current .flipster__item__content {
  transform: rotateX(0deg);
}

/* @end */
.twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  width: 1px;
  height: 9999px;
  left: 50%;
  margin-left: -0.5px;
}

.twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before {
  width: 9999px;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
}

.twentytwenty-overlay, .twentytwenty-after-label, .twentytwenty-before-label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-overlay, .twentytwenty-after-label, .twentytwenty-before-label {
  transition-duration: 0.5s;
}

.twentytwenty-after-label, .twentytwenty-before-label {
  transition-property: opacity;
}

.twentytwenty-after-label:before, .twentytwenty-before-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-after-label:before, .twentytwenty-before-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before, .twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-after-label:before, .twentytwenty-vertical .twentytwenty-before-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-down-arrow, .twentytwenty-up-arrow, .twentytwenty-right-arrow, .twentytwenty-left-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-right-arrow, .twentytwenty-left-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-down-arrow, .twentytwenty-up-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.twentytwenty-container .before,
.twentytwenty-container .after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -20px;
  margin-left: -20px;
  border: 1px solid #fff;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  cursor: e-resize;
  z-index: 40;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 20px;
  box-shadow: 0 1px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  pointer-events: none;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 20px;
  box-shadow: 0 -1px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  pointer-events: none;
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 20px;
  box-shadow: 1px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  pointer-events: none;
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 20px;
  box-shadow: -1px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  pointer-events: none;
}

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: pointer;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jszip-3.10.1/pdfmake-0.2.7/dt-2.0.5/af-2.7.0/b-3.0.2/b-colvis-3.0.2/b-html5-3.0.2/b-print-3.0.2/cr-2.0.1/date-1.5.2/fc-5.0.0/fh-4.0.1/kt-2.12.0/r-3.0.2/rg-1.5.0/rr-1.5.0/sc-2.4.1/sb-1.7.1/sp-2.3.1/sl-2.0.1/sr-1.4.1
 *
 * Included libraries:
 *   JSZip 3.10.1, pdfmake 0.2.7, DataTables 2.0.5, AutoFill 2.7.0, Buttons 3.0.2, Column visibility 3.0.2, HTML5 export 3.0.2, Print view 3.0.2, ColReorder 2.0.1, DateTime 1.5.2, FixedColumns 5.0.0, FixedHeader 4.0.1, KeyTable 2.12.0, Responsive 3.0.2, RowGroup 1.5.0, RowReorder 1.5.0, Scroller 2.4.1, SearchBuilder 1.7.1, SearchPanes 2.3.1, Select 2.0.1, StateRestore 1.4.1
 */
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 52%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 52%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 8.5px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.3;
  line-height: 8.5px;
  font-size: 0.5em;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px 6px 10px;
}

table.dataTable > tbody > tr {
  background-color: transparent;
}

table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}

table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}

table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}

table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}

table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/*
 * Control feature layout
 */
div.dt-container {
  position: relative;
  clear: both;
}

div.dt-container div.dt-layout-row {
  display: table;
  clear: both;
  width: 100%;
}

div.dt-container div.dt-layout-row.dt-layout-table {
  display: block;
}

div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
  display: block;
}

div.dt-container div.dt-layout-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}

div.dt-container div.dt-layout-cell.dt-full {
  text-align: center;
}

div.dt-container div.dt-layout-cell.dt-start {
  text-align: left;
}

div.dt-container div.dt-layout-cell.dt-end {
  text-align: right;
}

div.dt-container div.dt-layout-cell:empty {
  display: none;
}

div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}

div.dt-container select.dt-input {
  padding: 4px;
  background: unset;
  appearance: auto;
}

div.dt-container .dt-paging .dt-paging-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #525252;
  font-size: 15px;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: #132137;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  opacity: 0.25;
  pointer-events: none;
}

div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}

div.dt-container .dataTables_scroll {
  clear: both;
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row {
    display: block;
  }
  div.dt-container div.dt-layout-cell {
    display: block;
  }
  div.dt-container div.dt-layout-cell.dt-full, div.dt-container div.dt-layout-cell.dt-start, div.dt-container div.dt-layout-cell.dt-end {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .dt-container .dt-length,
  .dt-container .dt-search {
    float: none;
    text-align: center;
  }
  .dt-container .dt-search {
    margin-top: 0.5em;
  }
}
html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}

html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important;
}

html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a;
}

/*
 * Overrides for RTL support
 */
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}

*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

div.dt-autofill-handle {
  position: absolute;
  height: 10px;
  width: 10px;
  z-index: 10;
  box-sizing: border-box;
  background: #36f;
  cursor: pointer;
}

div.dtk-focus-alt div.dt-autofill-handle {
  background: #ff8b33;
}

div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #4989de;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}

div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}

div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}

div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 0.75em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  z-index: 104;
  box-sizing: border-box;
  padding: 2em;
}

div.dt-autofill-list div.dtaf-popover-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dt-autofill-list > div.dt-autofill-list-items > button {
  display: block;
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.175);
  background-color: #f6f6f6;
  text-align: left;
  cursor: pointer;
}

div.dt-autofill-list > div.dt-autofill-list-items > button:hover {
  background-color: #ebebeb;
}

div.dt-autofill-list > div.dt-autofill-list-items > button:first-child {
  margin-top: 0;
}

div.dt-autofill-list > div.dt-autofill-list-items > button:last-child {
  margin-bottom: 0;
}

div.dt-autofill-list > div.dt-autofill-list-items > button input[type=number] {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px;
  width: 70px;
  margin: -2px 0;
}

div.dt-autofill-list > div.dt-autofill-list-items > button span {
  float: right;
}

div.dtaf-popover-closeable {
  padding-top: 2.5em;
}

div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 103;
}

html.dark div.dt-autofill-handle {
  background: rgb(110, 168, 254);
}

html.dark div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: rgb(110, 168, 254);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(0, 0, 0, 0.5) 5px, rgba(0, 0, 0, 0.5) 10px);
}

html.dark div.dt-autofill-list {
  background-color: var(--dt-html-background);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

html.dark div.dt-autofill-list button {
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.175);
  background-color: rgb(47, 52, 56);
}

html.dark div.dt-autofill-list button:hover {
  background-color: rgb(64, 69, 73);
}

@media screen and (max-width: 767px) {
  div.dt-autofill-handle {
    height: 16px;
    width: 16px;
  }
  div.dt-autofill-list {
    width: 90%;
    left: 74.5%;
  }
}
@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dataTables_wrapper {
  position: relative;
}

div.dt-buttons {
  position: initial;
}

div.dt-buttons .dt-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border-radius: 0.75em;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 2003;
  overflow: hidden;
}

div.dt-button-info h2 {
  padding: 2rem 2rem 1rem 2rem;
  margin: 0;
  font-weight: normal;
}

div.dt-button-info > div {
  padding: 1em 2em 2em 2em;
}

div.dtb-popover-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2003;
}

button.dtb-hide-drop {
  display: none !important;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0.5em 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.dt-button-collection-title:empty {
  display: none;
}

span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}

span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-left: 0.5em;
}

span.dt-button-spacer.bar:empty {
  height: 1em;
  width: 1px;
  padding-left: 0;
}

div.dt-button-collection .dt-button-active {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection .dt-button-active.dt-button-split {
  padding-right: 0;
}

div.dt-button-collection .dt-button-active.dt-button-split:after {
  display: none;
}

div.dt-button-collection .dt-button-active.dt-button-split > *:first-child {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active.dt-button-split > *:first-child:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection .dt-button-active-a a {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active-a a:after {
  position: absolute;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection span.dt-button-spacer {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.5em 0;
}

div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}

div.dt-button-collection span.dt-button-spacer.bar {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}

@media print {
  table.dataTable tr > * {
    box-shadow: none !important;
  }
}
html.dark div.dt-button-info {
  background-color: var(--dt-html-background);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

div.dt-buttons > .dt-button,
div.dt-buttons > div.dt-button-split .dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 0.167em;
  margin-right: 0.167em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}

div.dt-buttons > .dt-button:first-child,
div.dt-buttons > div.dt-button-split .dt-button:first-child {
  margin-left: 0;
}

div.dt-buttons > .dt-button.disabled,
div.dt-buttons > div.dt-button-split .dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}

div.dt-buttons > .dt-button.dt-button-active:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  box-shadow: inset 1px 1px 3px #999999;
}

div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

div.dt-buttons > .dt-button:hover,
div.dt-buttons > div.dt-button-split .dt-button:hover {
  text-decoration: none;
}

div.dt-buttons > .dt-button:hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

div.dt-buttons > .dt-button:focus:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
  outline: 2px solid rgb(53, 132, 228);
}

div.dt-buttons > .dt-button embed,
div.dt-buttons > div.dt-button-split .dt-button embed {
  outline: none;
}

div.dt-buttons > div.dt-button-split .dt-button:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
  border-right: 1px solid #666;
}

div.dt-buttons > div.dt-button-split .dt-button:last-child {
  border-left: 1px solid transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
  border-left: 1px solid #666;
}

div.dt-buttons span.dt-button-down-arrow {
  position: relative;
  top: -2px;
  font-size: 10px;
  padding-left: 10px;
  line-height: 1em;
  opacity: 0.6;
}

div.dt-buttons div.dt-button-split {
  display: inline-block;
}

div.dt-buttons div.dt-button-split .dt-button:first-child {
  margin-right: 0;
}

div.dt-buttons div.dt-button-split .dt-button:last-child {
  margin-left: -1px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  z-index: 2;
}

div.dt-buttons div.dt-button-split .dt-button:last-child span {
  padding-left: 0;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0.75em 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

div.dt-button-collection .dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0.5em 1em;
  border: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
}

div.dt-button-collection .dt-button.dt-button-active {
  background: none;
  box-shadow: none;
}

div.dt-button-collection .dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}

div.dt-button-collection .dt-button:hover:not(.disabled) {
  border: none;
  background: rgba(153, 153, 153, 0.1);
  box-shadow: none;
}

div.dt-button-collection div.dt-button-split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}

div.dt-button-collection div.dt-button-split button.dt-button {
  margin: 0;
  display: inline-block;
  width: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50px;
}

div.dt-button-collection div.dt-button-split button.dt-button-split-drop {
  min-width: 33px;
  flex: 0;
}

div.dt-button-collection.fixed .dt-button {
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.1);
}

div.dt-button-collection.fixed {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  background-color: white;
  padding: 0.5em;
}

div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

div.dt-button-collection.fixed.columns {
  margin-left: -409px;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}
div.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}

div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

div.dt-button-collection.two-column {
  width: 400px;
}

div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  column-count: 2;
}

div.dt-button-collection.three-column {
  width: 450px;
}

div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  column-count: 3;
}

div.dt-button-collection.four-column {
  width: 600px;
}

div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  column-count: 4;
}

div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-collection.columns {
  width: auto;
}

div.dt-button-collection.columns > :last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 818px;
  padding-bottom: 1px;
}

div.dt-button-collection.columns > :last-child .dt-button {
  min-width: 200px;
  flex: 0 1;
  margin: 0;
}

div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b1 > :last-child {
  justify-content: space-between;
}

div.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}

div.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}

div.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Fallback */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}

.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid rgb(40, 40, 40);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
html.dark div.dt-buttons > .dt-button,
html.dark div.dt-buttons > div.dt-button-split .dt-button {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark div.dt-buttons > .dt-button.dt-button-active:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
  background: rgba(179, 179, 179, 0.15);
  box-shadow: inset 1px 1px 2px black;
}

html.dark div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
  background: rgba(128, 128, 128, 0.15);
  box-shadow: inset 1px 1px 3px black;
}

html.dark div.dt-buttons > .dt-button:hover:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
  background: rgba(179, 179, 179, 0.15);
}

html.dark div.dt-buttons > .dt-button:focus:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
  outline: 2px solid rgb(110, 168, 254);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
  border-right: 1px solid rgb(89, 91, 94);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
  border-left: 1px solid rgb(89, 91, 94);
}

html.dark div.dt-button-collection {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgb(33, 37, 41);
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
}

body.dtcr-dragging {
  overflow-x: hidden;
}

table.dtcr-cloned.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
  border-radius: 4px;
}

table.dataTable tbody tr td.dtcr-moving {
  background-color: rgba(127, 127, 127, 0.15);
}

table.dataTable tbody tr td.dtcr-moving-first {
  border-left: 1px solid #0259C4;
}

table.dataTable tbody tr td.dtcr-moving-last {
  border-right: 1px solid #0259C4;
}

html.dark table.dtcr-cloned.dataTable {
  background-color: rgba(33, 33, 33, 0.9);
}

div.dt-datetime {
  position: absolute;
  background-color: white;
  z-index: 2050;
  border: 1px solid #ccc;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  padding: 6px 20px;
  width: 275px;
  border-radius: 5px;
}

div.dt-datetime.inline {
  position: relative;
  box-shadow: none;
}

div.dt-datetime div.dt-datetime-title {
  text-align: center;
  padding: 5px 0px 3px;
}

div.dt-datetime div.dt-datetime-buttons {
  text-align: center;
}

div.dt-datetime div.dt-datetime-buttons a {
  display: inline-block;
  padding: 0 0.5em 0.5em 0.5em;
  margin: 0;
  font-size: 0.9em;
}

div.dt-datetime div.dt-datetime-buttons a:hover {
  text-decoration: underline;
}

div.dt-datetime table {
  border-spacing: 0;
  margin: 12px 0;
  width: 100%;
}

div.dt-datetime table.dt-datetime-table-nospace {
  margin-top: -12px;
}

div.dt-datetime table th {
  font-size: 0.8em;
  color: #777;
  font-weight: normal;
  width: 14.285714286%;
  padding: 0 0 4px 0;
  text-align: center;
}

div.dt-datetime table td {
  font-size: 0.9em;
  color: #444;
  padding: 0;
}

div.dt-datetime table td.selectable {
  text-align: center;
  background: #f5f5f5;
}

div.dt-datetime table td.selectable.disabled {
  color: #aaa;
  background: white;
}

div.dt-datetime table td.selectable.disabled button:hover {
  color: #aaa;
  background: white;
}

div.dt-datetime table td.selectable.now {
  background-color: #ddd;
}

div.dt-datetime table td.selectable.now button {
  font-weight: bold;
}

div.dt-datetime table td.selectable.selected button {
  background: #4E6CA3;
  color: white;
  border-radius: 2px;
}

div.dt-datetime table td.selectable button:hover {
  background: #ff8000;
  color: white;
  border-radius: 2px;
}

div.dt-datetime table td.dt-datetime-week {
  font-size: 0.7em;
}

div.dt-datetime table button {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  font-size: inherit;
  color: inherit;
  text-align: center;
  padding: 4px 0;
  cursor: pointer;
  margin: 0;
}

div.dt-datetime table button span {
  display: inline-block;
  min-width: 14px;
  text-align: right;
}

div.dt-datetime table.weekNumber th {
  width: 12.5%;
}

div.dt-datetime div.dt-datetime-calendar table {
  margin-top: 0;
}

div.dt-datetime div.dt-datetime-label {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 5px 6px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}

div.dt-datetime div.dt-datetime-label:hover {
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #f5f5f5;
}

div.dt-datetime div.dt-datetime-label select {
  position: absolute;
  top: 6px;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

div.dt-datetime.horizontal {
  width: 550px;
}

div.dt-datetime.horizontal div.dt-datetime-date,
div.dt-datetime.horizontal div.dt-datetime-time {
  width: 48%;
}

div.dt-datetime.horizontal div.dt-datetime-time {
  margin-left: 4%;
}

div.dt-datetime div.dt-datetime-date {
  position: relative;
  float: left;
  width: 100%;
}

div.dt-datetime div.dt-datetime-time {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}

div.dt-datetime div.dt-datetime-time > span {
  vertical-align: middle;
}

div.dt-datetime div.dt-datetime-time th {
  text-align: left;
}

div.dt-datetime div.dt-datetime-time div.dt-datetime-timeblock {
  display: inline-block;
  vertical-align: middle;
}

div.dt-datetime div.dt-datetime-iconLeft,
div.dt-datetime div.dt-datetime-iconRight {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid transparent;
}

div.dt-datetime div.dt-datetime-iconLeft:hover,
div.dt-datetime div.dt-datetime-iconRight:hover {
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #f0f0f0;
  opacity: 0.6;
}

div.dt-datetime div.dt-datetime-iconLeft button,
div.dt-datetime div.dt-datetime-iconRight button {
  border: none;
  background: transparent;
  text-indent: 30px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

div.dt-datetime div.dt-datetime-iconLeft {
  position: absolute;
  top: 5px;
  left: 5px;
}

div.dt-datetime div.dt-datetime-iconLeft button {
  position: relative;
  z-index: 1;
}

div.dt-datetime div.dt-datetime-iconLeft:after {
  position: absolute;
  top: 7px;
  left: 10px;
  display: block;
  content: "";
  border-top: 7px solid transparent;
  border-right: 7px solid black;
  border-bottom: 7px solid transparent;
}

div.dt-datetime div.dt-datetime-iconRight {
  position: absolute;
  top: 5px;
  right: 5px;
}

div.dt-datetime div.dt-datetime-iconRight button {
  position: relative;
  z-index: 1;
}

div.dt-datetime div.dt-datetime-iconRight:after {
  position: absolute;
  top: 7px;
  left: 12px;
  display: block;
  content: "";
  border-top: 7px solid transparent;
  border-left: 7px solid black;
  border-bottom: 7px solid transparent;
}

div.dt-datetime-error {
  clear: both;
  padding: 0 1em;
  max-width: 240px;
  font-size: 11px;
  line-height: 1.25em;
  text-align: center;
  color: #b11f1f;
}

html.dark input.dt-datetime {
  color-scheme: dark;
}

html.dark div.dt-datetime {
  border: 1px solid #595b5e;
  background-color: #212529;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
}

html.dark div.dt-datetime table th {
  color: #ccc;
}

html.dark div.dt-datetime table td {
  color: #eee;
}

html.dark div.dt-datetime table td.selectable {
  background: #373c41;
}

html.dark div.dt-datetime table td.selectable.disabled {
  color: #aaa;
  background: #171b1f;
}

html.dark div.dt-datetime table td.selectable.disabled button:hover {
  color: #aaa;
  background: #171b1f;
}

html.dark div.dt-datetime table td.selectable.now {
  background: #4b5055;
}

html.dark div.dt-datetime table td.selectable.selected button {
  background: #6ea8fe;
  color: black;
}

html.dark div.dt-datetime table td.selectable button:hover {
  background: #ff8000;
  color: black;
}

html.dark div.dt-datetime div.dt-datetime-label:hover {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
}

html.dark div.dt-datetime div.dt-datetime-iconLeft:hover,
html.dark div.dt-datetime div.dt-datetime-iconRight:hover,
html.dark div.dt-datetime div.dt-datetime-iconUp:hover,
html.dark div.dt-datetime div.dt-datetime-iconDown:hover {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
}

html.dark div.dt-datetime div.dt-datetime-iconLeft:after {
  border-right-color: white;
}

html.dark div.dt-datetime div.dt-datetime-iconRight:after {
  border-left-color: white;
}

html.dark div.dt-datetime select {
  color-scheme: dark;
}

html.dark div.dt-datetime-error {
  color: #b11f1f;
}

table.dataTable thead tr > .dtfc-fixed-start,
table.dataTable thead tr > .dtfc-fixed-end,
table.dataTable tfoot tr > .dtfc-fixed-start,
table.dataTable tfoot tr > .dtfc-fixed-end {
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: white;
}

table.dataTable tbody tr > .dtfc-fixed-start,
table.dataTable tbody tr > .dtfc-fixed-end {
  z-index: 1;
  background-color: white;
}

table.dataTable tr > .dtfc-fixed-left::after,
table.dataTable tr > .dtfc-fixed-right::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}

table.dataTable tr > .dtfc-fixed-left::after {
  right: 0;
  transform: translateX(100%);
}

table.dataTable tr > .dtfc-fixed-right::after {
  left: 0;
  transform: translateX(-80%);
}

table.dataTable.dtfc-scrolling-left tr > .dtfc-fixed-left::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.2);
}

table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.2);
}

table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right + .dtfc-fixed-right::after {
  box-shadow: none;
}

div.dt-scroll,
div.dtfh-floatingparent {
  position: relative;
}

div.dt-scroll div.dtfc-top-blocker,
div.dt-scroll div.dtfc-bottom-blocker,
div.dtfh-floatingparent div.dtfc-top-blocker,
div.dtfh-floatingparent div.dtfc-bottom-blocker {
  position: absolute;
  background-color: white;
}

html.dark table.dataTable thead tr > .dtfc-fixed-start,
html.dark table.dataTable thead tr > .dtfc-fixed-end,
html.dark table.dataTable tfoot tr > .dtfc-fixed-start,
html.dark table.dataTable tfoot tr > .dtfc-fixed-end {
  background-color: var(--dt-html-background);
}

html.dark table.dataTable tbody tr > .dtfc-fixed-start,
html.dark table.dataTable tbody tr > .dtfc-fixed-end {
  background-color: var(--dt-html-background);
}

html.dark table.dataTable.dtfc-scrolling-left tbody > tr > .dtfc-fixed-left::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.3);
}

html.dark table.dataTable.dtfc-scrolling-right tbody > tr > .dtfc-fixed-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.3);
}

html.dark table.dataTable.dtfc-scrolling-right tbody > tr > .dtfc-fixed-right + .dtfc-fixed-right::after {
  box-shadow: none;
}

html.dark div.dtfc-top-blocker,
html.dark div.dtfc-bottom-blocker {
  background-color: var(--dt-html-background);
}

table.fixedHeader-floating,
table.fixedHeader-locked {
  position: relative !important;
  background-color: var(--dt-html-background);
  background-color: var(--dt-html-background);
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  outline: 2px solid #3366ff;
  outline-offset: -2px;
}

table.dataTable tbody tr.selected th.focus,
table.dataTable tbody tr.selected td.focus {
  outline-color: #0033cc;
}

div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
  outline: 2px solid #ff8b33;
  outline-offset: -2px;
}

html.dark table.dataTable tbody th.focus,
html.dark table.dataTable tbody td.focus {
  outline-color: rgb(13, 110, 253);
}

html.dark table.dataTable tbody tr.selected th.focus,
html.dark table.dataTable tbody tr.selected td.focus {
  outline-color: #0143a3;
}

html.dark div.dtk-focus-alt table.dataTable tbody th.focus,
html.dark div.dtk-focus-alt table.dataTable tbody td.focus {
  outline-color: #ff8b33;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 0.333em;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}

table.dataTable.dtr-column > tbody > tr.dtr-expanded td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: fit-content;
  max-height: 75%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 2.5em;
}

div.dtr-modal div.dtr-modal-content h2 {
  margin-top: 0;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
html.dark table.dataTable > tbody > tr > td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control:before {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable > tbody > tr > td.dtr-control.arrow-right::before,
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control.arrow-right::before {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}

html.dark table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before,
html.dark table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

html.dark table.dataTable > tbody > tr.child ul.dtr-details > li,
html[data-bs-theme=dark] table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: rgb(64, 67, 70);
}

html.dark div.dtr-modal div.dtr-modal-display,
html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display {
  background-color: rgb(33, 37, 41);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

table.dataTable tr.dtrg-group th {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
}

table.dataTable tr.dtrg-group.dtrg-level-0 th {
  font-weight: bold;
}

table.dataTable tr.dtrg-group.dtrg-level-1 th,
table.dataTable tr.dtrg-group.dtrg-level-2 th,
table.dataTable tr.dtrg-group.dtrg-level-3 th,
table.dataTable tr.dtrg-group.dtrg-level-4 th,
table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

table.dataTable tr.dtrg-group.dtrg-level-2 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 2.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-3 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 3em;
}

table.dataTable tr.dtrg-group.dtrg-level-4 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 3.5em;
}

table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(0, 0, 0, 0.01);
  padding-left: 4em;
}

html.dark table.dataTable tr.dtrg-group th {
  background-color: rgba(255, 255, 255, 0.1);
}

html.dark table.dataTable tr.dtrg-group.dtrg-level-1 th {
  background-color: rgba(255, 255, 255, 0.05);
}

html.dark table.dataTable tr.dtrg-group.dtrg-level-2 th,
html.dark table.dataTable tr.dtrg-group.dtrg-level-3 th,
html.dark table.dataTable tr.dtrg-group.dtrg-level-4 th,
html.dark table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: rgba(255, 255, 255, 0.01);
}

div.dt-rowReorder-float-parent {
  table-layout: fixed;
  outline: 2px solid rgb(10, 89, 203);
  z-index: 2001;
  position: absolute !important;
  overflow: hidden;
  border-radius: 3px;
}

div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  opacity: 0.9;
  background-color: white;
  margin: 0 !important;
}

div.dt-rowReorder-float-parent.drop-not-allowed {
  cursor: not-allowed;
}

tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

html.dark div.dt-rowReorder-float-parent {
  outline-color: rgb(110, 168, 254);
}

html.dark div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  background-color: var(--dt-html-background);
}

html.dark tr.dt-rowReorder-moving {
  outline-color: #aaa;
}

div.dts {
  display: block !important;
}

div.dts tbody th,
div.dts tbody td {
  white-space: nowrap;
}

div.dts div.dts_loading {
  z-index: 1;
}

div.dts div.dts_label {
  position: absolute;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-align: right;
  border-radius: 3px;
  padding: 0.4em;
  z-index: 2;
  display: none;
}

div.dts div.dt-scroll-body,
div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px);
}

div.dts div.dt-scroll-body table,
div.dts div.dataTables_scrollBody table {
  background-color: white;
  z-index: 2;
}

div.dts div.dt-length,
div.dts div.dt-paging,
div.dts div.dataTables_paginate,
div.dts div.dataTables_length {
  display: none;
}

html.dark div.dts div.dts_label {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}

html.dark div.dts div.dt-scroll-body,
html.dark div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025) 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 20px);
}

html.dark div.dts div.dt-scroll-body table,
html.dark div.dts div.dataTables_scrollBody table {
  background-color: var(--dt-html-background);
  z-index: 2;
}

div.dt-button-collection {
  overflow: visible !important;
  z-index: 2002 !important;
}

div.dt-button-collection div.dtsb-searchBuilder {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

div.dt-button-collection.dtb-collection-closeable div.dtsb-titleRow {
  padding-right: 40px;
}

.dtsb-greyscale {
  border: 1px solid #cecece !important;
}

div.dtsb-logicContainer .dtsb-greyscale {
  border: none !important;
}

div.dtsb-searchBuilder {
  justify-content: space-evenly;
  cursor: default;
  margin-bottom: 1em;
  text-align: left;
}

div.dtsb-searchBuilder button.dtsb-button,
div.dtsb-searchBuilder select {
  font-size: 1em;
}

div.dtsb-searchBuilder div.dtsb-titleRow {
  justify-content: space-evenly;
  margin-bottom: 0.5em;
}

div.dtsb-searchBuilder div.dtsb-titleRow div.dtsb-title {
  display: inline-block;
  padding-top: 14px;
}

div.dtsb-searchBuilder div.dtsb-titleRow div.dtsb-title:empty {
  display: inline;
}

div.dtsb-searchBuilder div.dtsb-titleRow button.dtsb-clearAll {
  float: right;
  margin-bottom: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-vertical .dtsb-value, div.dtsb-searchBuilder div.dtsb-vertical .dtsb-data, div.dtsb-searchBuilder div.dtsb-vertical .dtsb-condition {
  display: block;
}

div.dtsb-searchBuilder div.dtsb-group {
  position: relative;
  clear: both;
  margin-bottom: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group button.dtsb-search {
  float: right;
}

div.dtsb-searchBuilder div.dtsb-group button.dtsb-clearGroup {
  margin: 2px;
  text-align: center;
  padding: 0;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  margin-top: 0.8em;
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria {
  margin-bottom: 0.8em;
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
  padding: 0.4em;
  margin-right: 0.8em;
  min-width: 5em;
  max-width: 20em;
  color: inherit;
  font-size: 1em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown option.dtsb-notItalic,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input option.dtsb-notItalic {
  font-style: normal;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-italic {
  font-style: italic;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont {
  flex: 1;
  white-space: nowrap;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont span.dtsb-joiner {
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont input.dtsb-value {
  width: 33%;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont select,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont input {
  height: 100%;
  box-sizing: border-box;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer {
  margin-left: auto;
  display: inline-block;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left {
  margin-right: 0.8em;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-delete:last-child, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-right:last-child, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button.dtsb-left:last-child {
  margin-right: 0;
}

@media screen and (max-width: 550px) {
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria {
    display: flex;
    flex-flow: none;
    flex-direction: column;
    justify-content: start;
    padding-right: calc(35px + 0.8em);
    margin-bottom: 0px;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:not(:first-child), div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:not(:nth-child(2)), div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:not(:last-child) {
    padding-top: 0.8em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:first-child, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:nth-child(2), div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria:last-child {
    padding-top: 0em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
    max-width: none;
    width: 100%;
    margin-bottom: 0.8em;
    margin-right: 0.8em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont {
    margin-right: 0.8em;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer {
    position: absolute;
    width: 35px;
    display: flex;
    flex-wrap: wrap-reverse;
    right: 0;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button {
    margin-right: 0px !important;
  }
}
div.dtsb-searchBuilder button,
div.dtsb-searchBuilder select.dtsb-dropDown,
div.dtsb-searchBuilder input {
  background-color: #f9f9f9;
}

div.dtsb-searchBuilder button.dtsb-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}

div.dtsb-searchBuilder button.dtsb-button:hover {
  background-color: #cecece;
  cursor: pointer;
}

div.dtsb-searchBuilder div.dtsb-logicContainer {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to right, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

div.dtsb-searchBuilder div.dtsb-logicContainer button {
  border: 1px solid transparent;
  background: transparent;
}

div.dtsb-searchBuilder button.dtsb-clearGroup {
  min-width: 2em;
  padding: 0;
}

div.dtsb-searchBuilder button.dtsb-iptbtn {
  min-width: 100px;
  text-align: left;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer {
  border: 1px solid;
  border-color: #cecece;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-logic {
  border: none;
  border-radius: 0px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 3em;
  margin: 0px;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-logicContainer button.dtsb-clearGroup {
  border: none;
  border-radius: 0px;
  width: 2em;
  margin: 0px;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown,
div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
  border: 1px solid;
  border-radius: 3px;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-condition {
  border-color: #48b13c;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-data {
  border-color: #e70f00;
}

div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-value, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-value {
  border-color: #0069ba;
}

html.dark div.dtsb-searchBuilder button.dtsb-button,
html.dark div.dtsb-searchBuilder select.dtsb-dropDown,
html.dark div.dtsb-searchBuilder input.dtsb-input {
  background-color: rgb(66, 69, 73) !important;
  color-scheme: dark;
}

html.dark div.dtsb-searchBuilder button.dtsb-button {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark div.dtsb-searchBuilder button.dtsb-button:hover {
  background: rgba(179, 179, 179, 0.15);
}

html.dark div.dtsb-searchBuilder div.dtsb-logicContainer {
  border: 1px solid rgb(89, 91, 94);
}

html.dark div.dtsb-searchBuilder .dtsb-greyscale {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

div.dtsp-topRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
}

div.dtsp-topRow input.dtsp-search {
  text-overflow: ellipsis;
  min-width: 50px;
  flex-basis: 90px;
  max-width: none;
}

div.dtsp-topRow input.dtsp-search::placeholder {
  color: inherit;
}

div.dtsp-topRow div.dtsp-subRow1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1 1 auto;
}

div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont {
  position: relative;
  width: 100%;
}

div.dtsp-topRow div.dtsp-subRow1 input {
  padding-right: 2em;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 1em;
}

div.dtsp-topRow div.dtsp-subRow1 input[disabled=disabled] {
  background-color: transparent;
  border: none;
  cursor: initial;
  box-shadow: none;
  padding-bottom: 0;
  padding-top: 0;
  min-height: 1em;
  height: fit-content;
  box-sizing: content-box;
}

div.dtsp-topRow div.dtsp-subRow1 input[disabled=disabled]::placeholder {
  color: initial;
  opacity: 1;
}

div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABbmlDQ1BpY2MAACiRdZE7SwNBFIU/EyWikRRaiFhsoWKhEBREO42FTZAQFYza7G5eQhKX3QQJtoKNhWAh2vgq/AfaCrYKgqAIIhb+Al+NhPVOEkiQZJbZ+3FmzmXmDHjCGTPrtAYhm8vb0bmQthxb0Xzv+PHRxRSabjrWTCQSpun4eaRF1YdR1av5voajM55wTGhpF54wLTsvPC0c3sxbineFe8y0Hhc+ER6x5YDCt0o3KvymOFXhL8X2YnQWPKqnlqpjo47NtJ0VHhYeyGYKZvU86ib+RG5pQWqfzH4coswRQsOgwDoZ8oxKzUlmjX3Bsm+eDfGY8rcoYosjRVq8I6IWpGtCalL0hHwZiir3/3k6yfGxSnd/CNpeXfdzEHz7UNpz3d9T1y2dgfcFrnM1/4bkNPkt+l5NGziGwDZc3tQ04wCudqD32dJtvSx5ZXqSSfi4gK4YdN9Dx2olq+o650+wuCVPdAeHRzAk+wNrfw8JaBFXEnV+AAAACXBIWXMAAA9hAAAPYQGoP6dpAAABMUlEQVQoU6XRr0vDQRjH8akoM4iIjqGoOIZ5oIjB5XWxajaYDGLSIhhNYjcPRDSJwbQNw+L+BNGgYYo/5pT5/shz8vDlBgMPXux7z3N3z+25VOofYyCyd4ZYCavI4gXPsRp9LqiDdrEMH+8wv8Vh8gBfWclFPOEUN3hAHjlMoRa7wTzBS5xgKLFglPkZLjDic6HyDsEMNvGR2Nxifoci3tEI+X770JU0XmPXIlax+LTPh83fFox1X6kxyzdjm9UcdXi9S+Vti6svfyNULhNR9TVsYNhW6Ff9KKCNR7/Zv6eeaQ+6+qcdpu9BqGlp1HFgud+FYdzzUcUExu0Q/cdzHGEFetIlXKPjK/sbqYoOftMiS+j9jzEJPd1Wt+5+kdR/9EM9ucIC5jCbyPc01Q32kfsBppYz3hYFcCwAAAAASUVORK5CYII=") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

div.dtsp-topRow div.dtsp-subRow2 {
  white-space: nowrap;
  flex: 0 0 auto;
}

div.dtsp-topRow button > span {
  display: inline-block;
  height: 100%;
  width: 100%;
}

div.dtsp-topRow button.dtsp-nameButton span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAK2SURBVFgJ7ZY9j41BFICvryCExrJBQ6HyEYVEIREaUZDQIRoR2ViJKCioxV+gkVXYTVZEQiEUhG2EQnxUCh0FKolY4ut5XnM2cyfva3Pt5m7EPcmzZ2bemTNnzjkzd1utnvQi0IvAfxiBy5z5FoxO89kPY+8mbMjtzs47RXs5/WVpbAG6bWExt5PuIibvhVkwmC+ck3eK9ln6/fAddFojYzBVuYSBpcnIEvRaqOw2RcaN18FPuJH0JvRUxbT3wWf4ltiKPgfVidWlbGZgPozDFfgAC+EA/K2EI4cwcAJ+gPaeQ+VQU2SOMMGcPgPl/m/V2p50rrbRsRgt9Iv5h6xtpP22Bz7Ce1C+gFFxfKzOmShcU+Qmyh2w3w8rIJfddHTck66EukL/xPhj+JM8rHNmFys0Pg4v0up3aFNlwR9NYyodd3OL/C64zpsymcTFcf6ElM4YzjAWKYrJkaq8kE/yUYNP4BoYvS1QRo+hNtF5xfkTUjoTheukSFFMjlTFm6PjceOca/SMpKfeCR1L6Uzk/y2WIkVhNFJlJAZhP+hYns7b9D3IPuhY5mYrIv8OrQJvR5NYyNaW4jsU8pSGNySiVx4o5tXq3JkoXE/mg5R/M8dGJCJpKhaDcjBRdbI/Rm8g69c122om33BHmj2CHoV5qa9jUXBraJ+G1fAVjIBO1klc87ro1K4JZ/K35SWW3TwcyDd6TecqnAEd8cGq2+w84xvBm1n3vS0izKkkwh5XNC/GmFPqqAtPF89AOScKuemaNzoTV1SD5dtSbmLf1/RV+tC0WTgcj6R7HEtrVGWaqu/lYDZ/2pvxQ/kIyw/gFByHC9AHw910hv1aUUumyd8yy0QfhmEkfiNod0Xusct68J1qc8Tdux0Z97Q+hsDb+AYGYEbF/4Guw2Q/qDPqZG/zXgT+3Qj8AtKnfWhFwmuAAAAAAElFTkSuQmCC") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  vertical-align: bottom;
}

div.dtsp-topRow button.dtsp-countButton span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAG5SURBVEgN3VU9LwVBFF0fiYhofUSlEQkKhU7z/oBCQkIiGr9BgUbhVzy9BAnhFyjV/AYFiU5ICM7ZN+c5Zud5dm3lJmfmzrkz9+7cu3c3y/6jjOBSF8CxXS7FmTkbwqIJjDpJvTcmsJ4K3KPZUpyZsx0sxoB9J6mnAkyC7wGuuCFIipNtEcpcWExgXpOBc78vgj6N+QO4NVsjwdFM59tUIDxDrHMBOeIQ34C5ZDregXuAQm4YcI68nN9B3wr2PcwPAIPkN2EqtJH6b+QZm1ajjTx7BqwAr26Lb+C2Kvpbt0Mb2HAJ7NrGFGfmXO3DeA4UshDfQAVmH0gaUFg852TTTDvlxwBlCtxy9zXyBhQFaq0wMmIdRebrfgosA3zb2hKnqG0oqchp4QbuR8X0TjzABhbdOT8jnQ/atcgqpnfwOA7yqZyTU587ZkIGdesLTt2EkynOnbreMUUKMI/dA4B/QVOcO13CQh+5wWCgDwo/75u59odB/wjmfhbgvACcAOyZPHihMWAoIwxyCLgf1oxfgjzVbgBXSTzIN+f0pg6s5DkcesLMRpsBrgE2XO3CN64JFP7JtUeKHX4CKtRRXFZ+7dEAAAAASUVORK5CYII=") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  vertical-align: bottom;
}

div.dtsp-topRow button.dtsp-collapseButton span.dtsp-caret {
  position: relative;
  top: 9px;
  display: inline-block;
}

div.dtsp-topRow button.dtsp-collapseButton.dtsp-rotated {
  transform: rotate(180deg);
}

div.dtsp-searchPane table thead th,
div.dtsp-searchPane table thead td {
  width: 100% !important;
}

div.dt-button-collection {
  z-index: 2002;
}

div.dt-button-collection.dtb-collection-closeable div.dtsp-titleRow {
  padding-right: 25px;
}

div.dtsp-columns-1 {
  max-width: 100%;
  min-width: 100%;
  margin: 0px !important;
}

div.dtsp-columns-2 {
  max-width: 49%;
  min-width: 49%;
  margin: 0px !important;
}

div.dtsp-columns-3 {
  max-width: 32%;
  min-width: 32%;
  margin: 0px !important;
}

div.dtsp-columns-4 {
  max-width: 24%;
  min-width: 24%;
  margin: 0px !important;
}

div.dtsp-columns-5 {
  max-width: 19%;
  min-width: 19%;
  margin: 0px !important;
}

div.dtsp-columns-6 {
  max-width: 16%;
  min-width: 16%;
  margin: 0px !important;
}

div.dtsp-columns-7 {
  max-width: 14%;
  min-width: 14%;
  margin: 0px !important;
}

div.dtsp-columns-8 {
  max-width: 12%;
  min-width: 12%;
  margin: 0px !important;
}

div.dtsp-columns-9 {
  max-width: 10.5%;
  min-width: 10.5%;
  margin: 0px !important;
}

div.dtsp-narrow {
  flex-direction: column !important;
}

div.dtsp-narrow div.dtsp-subRow1,
div.dtsp-narrow div.dtsp-subRow2 {
  width: 100%;
}

div.dtsp-narrow div.dtsp-subRow2 button {
  margin: 0 !important;
  width: 25% !important;
}

div.dt-button-collection div.dtsp-panesContainer {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 0;
}

div.dtsp-panesContainer {
  margin-bottom: 1em;
}

div.dtsp-searchPane div.dt-container,
div.dtsp-searchPane div.dataTables_wrapper {
  width: 100%;
}

div.dtsp-searchPane div.dt-container div.dataTables_layout_cell,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_layout_cell {
  padding: 0;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-head,
div.dtsp-searchPane div.dt-container div.dataTables_scrollHead,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-head,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollHead {
  display: none !important;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody {
  background: white !important;
  border: none;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body thead,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody thead,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body thead,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody thead {
  display: none;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body table tr > th,
div.dtsp-searchPane div.dt-container div.dt-scroll-body table tr > td,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody table tr > th,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody table tr > td,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body table tr > th,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body table tr > td,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody table tr > th,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody table tr > td {
  padding: 5px 10px;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body td.dtsp-nameColumn,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody td.dtsp-nameColumn,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body td.dtsp-nameColumn,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody td.dtsp-nameColumn {
  width: 100% !important;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
  cursor: default;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-name,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  flex-grow: 1;
  text-align: left;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
  display: inline-block;
  background-color: #cfcfcf;
  text-align: center;
  border-radius: 10px;
  width: auto;
  min-width: 30px;
  color: black;
  font-size: 0.9em;
  padding: 0 4px;
}

div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill:empty,
div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill:empty,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill:empty,
div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill:empty {
  display: none;
}

div.dtsp-panesContainer {
  clear: both;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

div.dtsp-panesContainer div.dtsp-searchPanes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  clear: both;
  text-align: left;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane {
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 0.9em;
  margin-top: 15px !important;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dt-container,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper {
  flex: 1;
  box-sizing: border-box;
}

div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dt-container div.dt-search,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dt-container div.dataTables_filter,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper div.dt-search,
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_wrapper div.dataTables_filter {
  display: none;
}

div.dtsp-panesContainer div.dtsp-title {
  float: left;
  padding: 10px 0;
}

div.dtsp-panesContainer button.dtsp-clearAll,
div.dtsp-panesContainer button.dtsp-collapseAll,
div.dtsp-panesContainer button.dtsp-showAll {
  float: right;
}

div.dtsp-hidden {
  display: none !important;
}

html.dark div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont input[disabled=disabled]::placeholder,
html[data-bs-theme=dark] div.dtsp-topRow div.dtsp-subRow1 div.dtsp-searchCont input[disabled=disabled]::placeholder {
  color: white;
}

div.dtsp-searchPane div.dt-container,
div.dtsp-searchPane div.dataTables_wrapper {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

div.dtsp-searchPane div.dt-container:hover,
div.dtsp-searchPane div.dataTables_wrapper:hover {
  border: 1px solid #cfcfcf;
}

div.dtsp-searchPane div.dt-container div.dt-scroll,
div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll {
  margin: -5px 0;
}

div.dtsp-searchPane div.dt-container table.dataTable,
div.dtsp-searchPane div.dataTables_wrapper table.dataTable {
  border-bottom: none !important;
}

div.dtsp-searchPane div.dtsp-topRow {
  border: 1px solid transparent;
}

div.dtsp-searchPane div.dtsp-topRow div.dtsp-subRow1 input[disabled=disabled] {
  padding-bottom: 5px;
}

div.dtsp-searchPane div.dtsp-topRow div.dtsp-searchCont input.dtsp-search {
  border: none;
  padding-left: 3px;
}

div.dtsp-searchPane div.dtsp-topRow.dtsp-bordered {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

div.dtsp-searchPane div.dtsp-topRow.dtsp-bordered:hover {
  background-color: #f0f0f0;
}

div.dtsp-searchPane input.dtsp-paneInputButton,
div.dtsp-searchPane button.dtsp-paneButton {
  height: 35px;
  width: 35px;
  min-width: 0;
  display: inline-block;
  margin: 2px;
  border: 0px solid transparent;
  background-color: transparent;
  margin-bottom: 0px;
}

div.dtsp-searchPane input.dtsp-paneInputButton:hover,
div.dtsp-searchPane button.dtsp-paneButton:hover {
  background-color: #f0f0f0;
  border-radius: 2px;
  cursor: pointer;
}

div.dtsp-searchPane button.dtsp-paneButton {
  vertical-align: middle;
  opacity: 0.6;
}

div.dtsp-panesContainer button.dtsp-clearAll,
div.dtsp-panesContainer button.dtsp-collapseAll,
div.dtsp-panesContainer button.dtsp-showAll {
  border: 1px solid transparent;
  background-color: transparent;
}

div.dtsp-panesContainer button.dtsp-clearAll:hover,
div.dtsp-panesContainer button.dtsp-collapseAll:hover,
div.dtsp-panesContainer button.dtsp-showAll:hover {
  background-color: #f0f0f0;
  border-radius: 2px;
  cursor: pointer;
}

div.dtsp-panesContainer button.dtsp-disabledButton {
  cursor: default !important;
  color: rgb(124, 124, 124);
}

div.dtsp-panesContainer button.dtsp-disabledButton:hover {
  background-color: transparent;
}

div.dtsp-panesContainer button.dtsp-disabledButton:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  div.dtsp-columns-4,
  div.dtsp-columns-5,
  div.dtsp-columns-6 {
    max-width: 31% !important;
    min-width: 31% !important;
  }
}
@media screen and (max-width: 640px) {
  div.dtsp-searchPanes {
    flex-direction: column !important;
  }
  div.dtsp-searchPane {
    max-width: 98% !important;
    min-width: 98% !important;
  }
}
html.dark div.dtsp-topRow div.dtsp-subRow1 button.dtsp-searchIcon span {
  filter: invert(1);
}

html.dark div.dtsp-topRow button.dtsp-nameButton span {
  filter: invert(1);
}

html.dark div.dtsp-topRow button.dtsp-countButton span {
  filter: invert(1);
}

html.dark div.dtsp-topRow input.dtsp-paneInputButton,
html.dark div.dtsp-topRow button.dtsp-paneButton {
  color: inherit;
}

html.dark div.dtsp-topRow input.dtsp-paneInputButton:hover,
html.dark div.dtsp-topRow button.dtsp-paneButton:hover {
  background-color: rgb(64, 69, 73);
}

html.dark div.dtsp-topRow.dtsp-bordered {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgb(47, 52, 56) !important;
}

html.dark div.dtsp-topRow.dtsp-bordered:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

html.dark div.dtsp-panesContainer button.dtsp-clearAll,
html.dark div.dtsp-panesContainer button.dtsp-collapseAll,
html.dark div.dtsp-panesContainer button.dtsp-showAll {
  color: inherit;
}

html.dark div.dtsp-panesContainer button.dtsp-clearAll:hover,
html.dark div.dtsp-panesContainer button.dtsp-collapseAll:hover,
html.dark div.dtsp-panesContainer button.dtsp-showAll:hover {
  background-color: rgb(64, 69, 73);
}

html.dark div.dtsp-panesContainer button.dtsp-disabledButton {
  color: rgb(124, 124, 124);
}

html.dark div.dtsp-searchPane div.dt-container,
html.dark div.dtsp-searchPane div.dataTables_wrapper {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

html.dark div.dtsp-searchPane div.dt-container:hover,
html.dark div.dtsp-searchPane div.dataTables_wrapper:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

html.dark div.dtsp-searchPane div.dt-container div.dt-scroll-body,
html.dark div.dtsp-searchPane div.dt-container div.dataTables_scrollBody,
html.dark div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body,
html.dark div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody {
  background: rgb(47, 52, 56) !important;
}

html.dark div.dtsp-searchPane div.dt-container div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
html.dark div.dtsp-searchPane div.dt-container div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill,
html.dark div.dtsp-searchPane div.dataTables_wrapper div.dt-scroll-body div.dtsp-nameCont span.dtsp-pill,
html.dark div.dtsp-searchPane div.dataTables_wrapper div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
  background-color: rgb(33, 37, 41);
  color: inherit;
}

table.dataTable > tbody > tr > .selected {
  background-color: rgba(13, 110, 253, 0.9);
  color: white;
}

table.dataTable > tbody > tr > .dt-select {
  text-align: center;
  vertical-align: middle;
}

table.dataTable > thead > tr > .dt-select {
  text-align: center;
}

table.dataTable input.dt-select-checkbox {
  appearance: none;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-radius: 3px;
  vertical-align: middle;
  margin-top: 1px;
  color: inherit;
  font-size: 20px;
  line-height: 1em;
}

table.dataTable input.dt-select-checkbox:checked:after {
  display: block;
  content: "✓";
  margin-top: -8px;
}

table.dataTable input.dt-select-checkbox:indeterminate:after {
  display: block;
  position: absolute;
  content: " ";
  top: 3px;
  left: 3px;
  height: 4px;
  width: 4px;
  background-color: black;
  border-radius: 2px;
}

table.dataTable > tbody > tr.selected input.dt-select-checkbox:checked {
  border: 1px solid;
}

table.dataTable > tbody > tr > td.select-checkbox,
table.dataTable > tbody > tr > th.select-checkbox {
  position: relative;
}

table.dataTable > tbody > tr > td.select-checkbox:before,
table.dataTable > tbody > tr > th.select-checkbox:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid;
  border-radius: 3px;
}

table.dataTable > tbody > tr.selected > td.select-checkbox:before,
table.dataTable > tbody > tr.selected > th.select-checkbox:before {
  border: 1px solid;
  content: "✓";
  font-size: 20px;
  line-height: 6px;
  text-align: center;
}

table.dataTable.compact > tbody > tr > td.select-checkbox:before,
table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  margin-top: -12px;
}

table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
  margin-top: -16px;
}

div.dt-container span.select-info,
div.dt-container span.select-item {
  margin-left: 0.5em;
}

html.dark table.dataTable input.dt-select-checkbox:indeterminate:after,
html[data-bs-theme=dark] table.dataTable input.dt-select-checkbox:indeterminate:after {
  background-color: white;
}

@media screen and (max-width: 640px) {
  div.dt-container span.select-info,
  div.dt-container span.select-item {
    margin-left: 0;
    display: block;
  }
}
div.dtsr-confirmation,
div.dtsr-creation {
  position: fixed;
  top: 20%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 0.75em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  z-index: 2003;
  box-sizing: border-box;
  padding: 2em;
}

div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-creation-text,
div.dtsr-creation div.dtsr-confirmation-title-row {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-creation-text h2,
div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-creation-text h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
  padding-left: 0;
  border-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 1rem;
}

div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
  text-align: center;
}

div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-confirmation div.dtsr-confirmation-buttons,
div.dtsr-creation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-confirmation-buttons {
  text-align: right;
  margin-top: 1em;
}

div.dtsr-confirmation div.dtsr-modal-foot button,
div.dtsr-confirmation div.dtsr-confirmation-buttons button,
div.dtsr-creation div.dtsr-modal-foot button,
div.dtsr-creation div.dtsr-confirmation-buttons button {
  margin: 0px;
}

div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-creation div.dtsr-creation-text {
  text-align: left;
  padding: 0px;
  border: none;
}

div.dtsr-confirmation div.dtsr-creation-text span,
div.dtsr-creation div.dtsr-creation-text span {
  font-size: 20px;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-left, div.dtsr-confirmation div.dtsr-creation-form div.dtsr-right,
div.dtsr-creation div.dtsr-creation-form div.dtsr-left,
div.dtsr-creation div.dtsr-creation-form div.dtsr-right {
  display: inline-block;
  width: 50%;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-left,
div.dtsr-creation div.dtsr-creation-form div.dtsr-left {
  text-align: right;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-right, div.dtsr-confirmation div.dtsr-creation-form div.dtsr-name-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-right,
div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row {
  display: flex;
  margin: 0.5em 0;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:first-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:first-child {
  margin-top: 1em;
  margin-bottom: 1em;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:last-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:last-child {
  margin-bottom: 0;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label {
  width: 25%;
  padding-right: 1em;
  text-align: right;
  padding-top: 2px;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input {
  width: 75%;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label {
  margin-bottom: 0.5em;
}

div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input {
  margin-right: 0.5em;
}

div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
  text-align: left;
}

div.dtsr-confirmation div.dtsr-confirmation-text label.dtsr-name-label,
div.dtsr-creation div.dtsr-confirmation-text label.dtsr-name-label {
  width: auto;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
}

div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-name-input,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
  width: 66.6%;
  display: inline-block;
}

div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
  text-align: right;
  padding-top: 10px;
}

div.dtsr-confirmation span.dtsr-modal-error,
div.dtsr-creation span.dtsr-modal-error {
  color: red;
  font-size: 0.9em;
}

div.dtsr-creation {
  top: 10%;
}

div.dtsr-check-row {
  padding-top: 0px;
}

div.dtsr-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtsr-background {
  z-index: 2002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}

div.dt-button-collection h3 {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.dt-button-collection span.dtsr-emptyStates {
  border-radius: 5px;
  display: inline-block;
  line-height: 1.6em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 7px;
  padding-top: 3px;
}

html.dark div.dtsr-confirmation,
html.dark div.dtsr-creation,
html[data-bs-theme=dark] div.dtsr-confirmation,
html[data-bs-theme=dark] div.dtsr-creation {
  background-color: rgb(33, 37, 41);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

html.dark div.dtsr-confirmation button,
html.dark div.dtsr-creation button,
html[data-bs-theme=dark] div.dtsr-confirmation button,
html[data-bs-theme=dark] div.dtsr-creation button {
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.175);
  background-color: rgb(47, 52, 56);
}

html.dark div.dtsr-confirmation button:hover,
html.dark div.dtsr-creation button:hover,
html[data-bs-theme=dark] div.dtsr-confirmation button:hover,
html[data-bs-theme=dark] div.dtsr-creation button:hover {
  background-color: rgb(64, 69, 73);
}

div.dtsr-confirmation h2,
div.dtsr-creation h2 {
  font-size: 24px;
}

div.dtsr-confirmation input[type=text],
div.dtsr-creation input[type=text] {
  padding: 3px;
}

div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-creation div.dtsr-creation-text {
  margin-bottom: 2em;
}

div.dtsr-confirmation button,
div.dtsr-creation button {
  display: inline-block;
  margin: 1em;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.175);
  background-color: #f6f6f6;
  text-align: left;
  cursor: pointer;
}

div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
  background-color: #ebebeb;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: rgba(19, 33, 55, 0.15);
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #132137;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  font-size: 12px;
  padding: 2px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  appearance: auto;
}

.daterangepicker .calendar-time {
  position: relative;
  line-height: 30px;
  text-align: center;
  margin: 4px auto 0 auto;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  display: none;
  line-height: 12px;
  text-align: right;
  padding: 8px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  clear: both;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 13px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 3px 6px;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.1s;
}
.daterangepicker .drp-buttons .btn:hover {
  color: #fff;
  background: #132137;
  border: 1px solid #132137;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/* Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}

/* gradient */
lite-youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

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

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

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

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

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple], select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

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

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

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

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: 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) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

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

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

.card-link:hover {
  text-decoration: none;
}

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

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

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

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

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

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

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

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

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

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

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

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

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

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

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

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.passing01 {
  display: flex;
}
@media (max-width: 640px) {
  .passing01 {
    position: relative;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.passing01 .left {
  width: 36.4583333333%;
}
@media (min-width: 641px) {
  .passing01 .left {
    max-height: calc(100vh - 70px);
  }
}
@media (max-width: 840px) {
  .passing01 .left {
    width: 42.2619047619%;
  }
}
@media (max-width: 720px) {
  .passing01 .left {
    width: 46.875%;
  }
}
@media (max-width: 640px) {
  .passing01 .left {
    width: 100%;
  }
}
.passing01 .left .top {
  display: flex;
  flex-direction: column;
  padding: 0 4.1666666667vw 30px;
  background: var(--bgimg) no-repeat center center/cover;
}
@media (min-width: 641px) {
  .passing01 .left .top {
    height: 58.9285714286%;
  }
}
@media (max-width: 640px) {
  .passing01 .left .top {
    padding: 30px 4.1666666667vw;
  }
}
.passing01 .left .top .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 70px;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .passing01 .left .top .logo {
    position: absolute;
    top: 0;
    left: 4.1666666667vw;
    z-index: 1;
  }
}
.passing01 .left .top .logo img {
  max-height: 60px;
}
@media (max-width: 640px) {
  .passing01 .left .top .logo img {
    max-height: calc(1rem + 3.75vw);
  }
}
.passing01 .left .top .editor {
  margin-top: auto;
}
@media (min-width: 641px) {
  .passing01 .left .top .editor {
    padding-right: 10px;
    max-height: 294px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 641px) and (min-width: 1025px) {
  .passing01 .left .top .editor::-webkit-scrollbar {
    width: 2px;
  }
  .passing01 .left .top .editor::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .passing01 .left .top .editor::-webkit-scrollbar-thumb {
    background: rgba(82, 82, 82, 0.5);
  }
  .passing01 .left .top .editor::-webkit-scrollbar-thumb:hover {
    background: #525252;
  }
}
@media (min-width: 641px) {
  .passing01 .left .top .editor::-webkit-scrollbar {
    width: 3px;
  }
  .passing01 .left .top .editor::-webkit-scrollbar-track {
    background-image: linear-gradient(to bottom, #acacac, #acacac);
    background-size: 1px 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .passing01 .left .top .editor::-webkit-scrollbar-thumb, .passing01 .left .top .editor::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
}
@media (max-width: 640px) {
  .passing01 .left .top .button_set {
    justify-content: center;
  }
}
.passing01 .left .bottom {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 4.1666666667vw calc(2.75rem + 0.5208333333vw);
  background: var(--bgcolor);
}
@media (min-width: 641px) {
  .passing01 .left .bottom {
    height: 41.0714285714%;
  }
}
@media (max-width: 640px) {
  .passing01 .left .bottom {
    padding: 30px 4.1666666667vw calc(2.75rem + 1.5625vw);
  }
}
.passing01 .left .bottom .index_product {
  position: relative;
  width: 100%;
  height: 100%;
}
.passing01 .left .bottom .index_product .index_product_num {
  position: absolute;
  top: -1.0416666667vw;
  left: 0;
  color: rgba(254, 254, 254, 0.41);
  font-size: 7.7083333333vw;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media (max-width: 640px) {
  .passing01 .left .bottom .index_product .index_product_num {
    top: -3.125vw;
    font-size: 21.09375vw;
  }
}
.passing01 .left .bottom .index_product .index_product_name {
  position: absolute;
  top: 100%;
  width: 100%;
  color: #fff;
  font-size: calc(0.75rem + 0.625vw);
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media (max-width: 640px) {
  .passing01 .left .bottom .index_product .index_product_name {
    font-size: calc(0.75rem + 1.875vw);
  }
}
@media (max-width: 480px) {
  .passing01 .left .bottom .index_product .index_product_name {
    display: none;
  }
}
.passing01 .left .bottom .index_product .index_banner_product {
  width: 100%;
  height: 100%;
}
.passing01 .left .bottom .index_product .index_banner_product .slick-list,
.passing01 .left .bottom .index_product .index_banner_product .slick-track {
  height: 100%;
}
.passing01 .left .bottom .index_product .index_banner_product .slick-slide a {
  display: flex;
  align-items: center;
  height: 100%;
}
.passing01 .left .bottom .index_product .index_banner_product .slick-slide a img {
  max-height: 100%;
  margin: 0 auto;
}
.passing01 .left .bottom .index_product .index_banner_product .slick-slide p {
  color: #fff;
  font-size: calc(0.75rem + 1.875vw);
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 481px) {
  .passing01 .left .bottom .index_product .index_banner_product .slick-slide p {
    display: none;
  }
}
.passing01 .left .bottom .index_product .index_banner_product .slick-dots {
  bottom: -30px;
}
.passing01 .left .bottom .button_set {
  position: absolute;
  bottom: 18px;
  left: 8px;
}
@media (max-width: 480px) {
  .passing01 .left .bottom .button_set {
    display: none;
  }
}
.passing01 .left .bottom .button_set .arrowtype {
  width: 25px;
  height: 45px;
}
.passing01 .left .bottom .button_set .arrowtype svg {
  height: 20px;
}
.passing01 .right {
  position: relative;
  width: 63.5416666667%;
}
@media (max-width: 840px) {
  .passing01 .right {
    width: 57.7380952381%;
  }
}
@media (max-width: 720px) {
  .passing01 .right {
    width: 53.125%;
  }
}
@media (max-width: 640px) {
  .passing01 .right {
    width: 100%;
  }
}
.passing01 .right .index_banner .slick-slide picture {
  display: block;
}
@media (min-width: 641px) {
  .passing01 .right .index_banner .slick-slide picture {
    height: 849px;
    max-height: calc(100vh - 70px);
  }
}
.passing01 .right .index_banner .slick-slide picture img {
  width: 100%;
}
@media (min-width: 641px) {
  .passing01 .right .index_banner .slick-slide picture img {
    height: 100%;
    object-fit: cover;
  }
}
.passing01 .right .index_banner .slick-dots {
  bottom: 20px;
}
.passing01 .right .tool_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 56%;
  right: 2.0833333333vw;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .passing01 .right .tool_btn {
    display: none;
  }
}
.passing01 .right .tool_btn .tool_page {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.passing01 .right .tool_btn .tool_page > span:nth-child(3) {
  display: block;
  position: relative;
  width: 1px;
  height: 103px;
  margin: 13px 0 10px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .passing01 .right .tool_btn .tool_page > span:nth-child(3) {
    height: 80px;
  }
}
.passing01 .right .tool_btn .tool_page > span:nth-child(3) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 0.6s;
}
.passing01 .right .tool_btn .slick-arrow {
  cursor: pointer;
}
.passing01 .right .tool_btn .slick-arrow svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
.passing01 .right .tool_btn .slick-arrow.prev {
  margin-bottom: 28px;
}
@media (max-width: 1440px) {
  .passing01 .right .tool_btn .slick-arrow.prev {
    margin-bottom: 15px;
  }
}
.passing01 .right .tool_btn .slick-arrow.prev svg {
  transform: rotate(-90deg);
}
.passing01 .right .tool_btn .slick-arrow.next svg {
  transform: rotate(90deg);
}
.passing01 .right .tool_btn .slick-arrow:hover svg {
  fill: #132137;
}
.passing01 .social_media {
  position: absolute;
  top: 0;
  right: 2.0833333333vw;
  display: flex;
  align-items: center;
  height: 70px;
  gap: 0 0.78125vw;
}
.passing01 .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
}
@media (max-width: 480px) {
  .passing01 .social_media a {
    width: 28px;
    height: 28px;
  }
}
.passing01 .social_media a svg {
  width: auto;
  height: 21px;
  fill: #fff;
  transition: all 0.1s;
}
@media (max-width: 480px) {
  .passing01 .social_media a svg {
    height: 18px;
  }
}
.passing01 .social_media a:hover svg.fb {
  fill: #0866FF;
}
.passing01 .social_media a:hover svg.ig {
  fill: #EB1383;
}
.passing01 .social_media a:hover svg.line {
  fill: #07BE5B;
}
.passing01 .social_media a:hover svg.tt {
  fill: #5DA9DD;
}
.passing01 .social_media a:hover svg.yt {
  fill: #FF0000;
}

.passing01_footer {
  background: #141516;
}
.passing01_footer .passing_container {
  padding: 0 4.1666666667vw;
}
.passing01_footer .footer_content {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 70px;
  padding: 15px 0;
}
@media (min-width: 641px) {
  .passing01_footer .footer_content {
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .passing01_footer .footer_content {
    flex-direction: column-reverse;
    padding: 30px 0;
  }
}
.passing01_footer .footer_content .copyright {
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .passing01_footer .footer_content .copyright {
    text-align: center;
  }
}
.passing01_footer .footer_content .copyright a {
  color: #fff;
}
@media (min-width: 641px) {
  .passing01_footer .footer_content .copyright br {
    display: none;
  }
}
@media (max-width: 400px) {
  .passing01_footer .footer_content .copyright br {
    display: none;
  }
}
.passing01_footer .footer_content .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 30px;
}
@media (max-width: 640px) {
  .passing01_footer .footer_content .info {
    align-items: center;
    flex-direction: column;
  }
}
.passing01_footer .footer_content .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  line-height: 1.8;
  padding-left: 20px;
  transition: all 0.1s;
}
.passing01_footer .footer_content .info a i {
  position: absolute;
  top: 7px;
  left: 0;
}
.passing01_footer .footer_content .info a:hover {
  color: #1f365c;
}

.passing01_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.passing01_popup .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.passing01_popup .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 10px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.passing01_popup .popup_content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .passing01_popup .popup_content .close_btn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.passing01_popup .popup_content .close_btn::before, .passing01_popup .popup_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .passing01_popup .popup_content .close_btn::before, .passing01_popup .popup_content .close_btn::after {
    width: 15px;
  }
}
.passing01_popup .popup_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.passing01_popup .popup_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.passing01_popup .popup_content .editor {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.passing01_popup.show {
  opacity: 1;
  pointer-events: auto;
}
.passing01_popup.show .popup_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.header05 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 3.90625vw;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header05 {
    padding: 0 3.3333333333vw;
  }
}
@media (max-width: 1200px) {
  .header05 {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 480px) {
  .header05 {
    padding: 0 0 0 15px;
  }
}
.header05 .logo {
  display: block;
}
@media (max-width: 1200px) {
  .header05 .logo {
    margin-right: 15px;
  }
}
.header05 .logo img {
  max-height: 60px;
}
.header05 .navbar {
  display: flex;
}
.header05 .navbar .navmenu {
  display: flex;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .header05 .navbar .navmenu {
    display: none;
  }
}
.header05 .navbar .navmenu > li {
  position: relative;
}
.header05 .navbar .navmenu > li > a {
  display: block;
  color: #525252;
  font-size: 16px;
  line-height: 1.5;
  padding: 23px 25px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .header05 .navbar .navmenu > li > a {
    padding: 23px 15px;
  }
}
.header05 .navbar .navmenu > li:hover > a, .header05 .navbar .navmenu > li.active > a {
  color: #132137;
}
.header05 .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}
.header05 .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
}
.header05 .navbar .navmenu > li ul li {
  position: relative;
}
.header05 .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header05 .navbar .navmenu > li ul li a {
  display: block;
  color: #525252;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header05 .navbar .navmenu > li ul li:hover > a, .header05 .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #132137;
}
.header05 .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header05 .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header05 .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header05 .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header05 .navbar .navtool {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .header05 .navbar .navtool {
    margin-left: 0;
  }
}
.header05 .navbar .navtool > div,
.header05 .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header05 .navbar .navtool > div,
  .header05 .navbar .navtool > a {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header05 .navbar .navtool > div,
  .header05 .navbar .navtool > a {
    padding: 0 25px;
  }
  .header05 .navbar .navtool > div:first-child,
  .header05 .navbar .navtool > a:first-child {
    margin-left: 20px;
  }
  .header05 .navbar .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header05 .navbar .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header05 .navbar .navtool > div > i,
.header05 .navbar .navtool > a > i {
  color: #525252;
  font-size: 20px;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div > svg,
.header05 .navbar .navtool > a > svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #525252;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div form,
.header05 .navbar .navtool > a form {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  padding: 15px;
  background: #132137;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div form button,
.header05 .navbar .navtool > a form button {
  color: #fff;
  font-size: 20px;
  margin-left: 13px;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div form button:hover,
.header05 .navbar .navtool > a form button:hover {
  color: #132137;
}
.header05 .navbar .navtool > div ul,
.header05 .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header05 .navbar .navtool > div ul li + li,
.header05 .navbar .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header05 .navbar .navtool > div ul li a,
.header05 .navbar .navtool > a ul li a {
  display: block;
  color: #525252;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header05 .navbar .navtool > div ul li:hover > a, .header05 .navbar .navtool > div ul li.active > a,
.header05 .navbar .navtool > a ul li:hover > a,
.header05 .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #132137;
}
.header05 .navbar .navtool > div:hover > i,
.header05 .navbar .navtool > a:hover > i {
  color: #132137;
}
.header05 .navbar .navtool > div:hover > svg,
.header05 .navbar .navtool > a:hover > svg {
  fill: #132137;
}
.header05 .navbar .navtool > div:hover form,
.header05 .navbar .navtool > div:hover ul,
.header05 .navbar .navtool > a:hover form,
.header05 .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.header05 .navbar .navtool #google_translate_element .skiptranslate {
  font-size: 0;
}
.header05 .navbar .navtool #google_translate_element .skiptranslate > div select {
  font-size: 14px;
  font-family: "Noto Sans TC", sans-serif;
  padding: 1px 25px 1px 10px;
  margin: 0;
}
.header05 .navbar .navtool #google_translate_element .skiptranslate > span {
  display: none;
}
.header05 .navbar .navtool .cart_btn p {
  position: absolute;
  top: 17px;
  right: 9px;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  background: #ff0006;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .header05 .navbar .navtool .cart_btn p {
    right: 4px;
  }
}
@media (max-width: 1200px) {
  .header05 .navbar .navtool .cart_btn p {
    right: 14px;
  }
}
.header05 .navbar .navtool .sp_link {
  width: 200px;
  height: 54px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-left: 20px;
  background: #1f365c;
  border: 1px solid #1f365c;
  border-radius: 50px;
}
@media (max-width: 1600px) {
  .header05 .navbar .navtool .sp_link {
    width: 170px;
  }
}
@media (max-width: 1366px) {
  .header05 .navbar .navtool .sp_link {
    width: 150px;
    font-size: 16px;
    margin-left: 15px;
  }
}
.header05 .navbar .navtool .sp_link:hover {
  color: #525252;
  background: #fff;
}
.header05 .navbar .navtool .mbPanel_btn {
  padding: 0 20px;
  background: #132137;
}
@media (min-width: 1201px) {
  .header05 .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
.header05 .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header05 .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header05 .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header05 .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header05 .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header05.scroll {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1201px) {
  .header05.scroll {
    top: 10px;
    left: 3.90625vw;
    right: 3.90625vw;
    padding: 0 10px 0 30px;
    border-radius: 50px;
  }
}

.header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s;
}
.header .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #132137;
  padding: 10px 25px 15px 310px;
}
@media (max-width: 1880px) {
  .header .top {
    padding: 10px 25px 15px;
  }
}
@media (max-width: 1600px) {
  .header .top {
    display: none;
  }
}
.header .top.justify-right {
  justify-content: right;
}
.header .top .marquee {
  display: flex;
  gap: 0 10px;
}
.header .top .marquee img {
  height: 35px;
  object-fit: contain;
}
.header .top .marquee .textbox {
  overflow: hidden;
}
.header .top .marquee .textbox .text {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  letter-spacing: 1.8px;
  font-weight: 500;
  color: #fff;
}
.header .top .button_set {
  display: flex;
  gap: 0 15px;
  margin-top: 0 !important;
  justify-content: center;
  align-items: center;
}
.header .top .button_set .button06 {
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s;
}
.header .top .button_set .button06 svg {
  margin-left: 0;
}
.header .top .button_set .button06:hover {
  background: #132137;
  border-color: #88b5ff;
}
.header .top .button_set .button06:hover svg {
  animation: rotate 2s linear infinite;
}
.header .top .button_set .button06:hover span {
  color: #fff;
}
.header .bottom {
  width: 100%;
  background: #1f365c;
  padding: 12px 35px 20px 145px;
  display: flex;
  gap: 0 20px;
  align-items: flex-end;
}
@media (max-width: 1880px) {
  .header .bottom {
    justify-content: space-between;
    padding: 12px 35px 20px;
  }
}
@media (max-width: 1600px) {
  .header .bottom {
    height: 80px;
    padding: 0 35px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .header .bottom {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 480px) {
  .header .bottom {
    height: 70px;
  }
}
@media (max-width: 375px) {
  .header .bottom {
    padding-left: 20px;
  }
}
.header .bottom .logo {
  width: 475px;
  display: block;
  position: relative;
}
@media (max-width: 1880px) {
  .header .bottom .logo {
    width: auto;
  }
}
.header .bottom .logo img.img {
  height: 176px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: -40px;
}
@media (max-width: 1880px) {
  .header .bottom .logo img.img {
    height: 93px;
    top: -10px;
  }
}
@media (max-width: 476px) {
  .header .bottom .logo img.img {
    height: 70px;
    top: -5px;
  }
}
@media (max-width: 375px) {
  .header .bottom .logo img.img {
    height: 55px;
  }
}
.header .bottom .logo img.text {
  height: 60px;
  object-fit: contain;
  padding-left: 150px;
}
@media (max-width: 1880px) {
  .header .bottom .logo img.text {
    height: 38px;
    padding-left: 100px;
  }
}
@media (max-width: 476px) {
  .header .bottom .logo img.text {
    padding-left: 70px;
    height: 30px;
  }
}
@media (max-width: 375px) {
  .header .bottom .logo img.text {
    padding-left: 60px;
  }
}
.header .bottom .navbar {
  width: calc(100% - 475px);
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
@media (max-width: 1880px) {
  .header .bottom .navbar {
    width: auto;
  }
}
.header .bottom .navbar .navmenu {
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .header .bottom .navbar .navmenu {
    display: none;
  }
}
.header .bottom .navbar .navmenu > li {
  position: relative;
}
.header .bottom .navbar .navmenu > li:not(:first-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.header .bottom .navbar .navmenu > li > a {
  display: block;
  color: #fff;
  letter-spacing: 1.8px;
  font-weight: 500;
  font-size: 18px;
  padding: 0 25px;
  transition: all 0.3s;
}
@media (max-width: 1880px) {
  .header .bottom .navbar .navmenu > li > a {
    padding: 0 20px;
  }
}
@media (max-width: 1600px) {
  .header .bottom .navbar .navmenu > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .header .bottom .navbar .navmenu > li > a {
    padding: 14px 10px;
    font-size: 14px;
  }
}
.header .bottom .navbar .navmenu > li > a.red {
  color: #FD405F;
}
.header .bottom .navbar .navmenu > li:hover > a, .header .bottom .navbar .navmenu > li.active > a {
  color: #f3981e;
}
.header .bottom .navbar .navmenu > li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  min-width: 142px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  box-shadow: 0 0 3px #1f365c;
}
.header .bottom .navbar .navmenu > li ul ul {
  top: 0;
  left: 100%;
  transform: translate(0, 0);
  box-shadow: 0 0 3px #1f365c;
}
.header .bottom .navbar .navmenu > li ul li {
  position: relative;
}
.header .bottom .navbar .navmenu > li ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header .bottom .navbar .navmenu > li ul li a {
  display: block;
  color: #525252;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header .bottom .navbar .navmenu > li ul li:hover > a, .header .bottom .navbar .navmenu > li ul li.active > a {
  color: #fff;
  background: #1f365c;
}
.header .bottom .navbar .navmenu li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header .bottom .navbar .navmenu.nosubmenu ul {
  display: none;
}
.header .bottom .navbar .navmenu.nolevel2 ul ul {
  display: none;
}
.header .bottom .navbar .navmenu.nolevel3 ul ul ul {
  display: none;
}
.header .bottom .navbar .navtool {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.header .bottom .navbar .navtool > div,
.header .bottom .navbar .navtool > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 70px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .header .bottom .navbar .navtool > div:first-child,
  .header .bottom .navbar .navtool > a:first-child {
    margin-left: 20px;
  }
  .header .bottom .navbar .navtool > div:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn),
  .header .bottom .navbar .navtool > a:not(.cart_btn):not(#google_translate_element):not(.mbPanel_btn) {
    display: none;
  }
}
.header .bottom .navbar .navtool > div > i,
.header .bottom .navbar .navtool > a > i {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
}
.header .bottom .navbar .navtool > div ul,
.header .bottom .navbar .navtool > a ul {
  position: absolute;
  top: 100%;
  right: 50%;
  width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 0);
  transition: all 0.3s;
}
.header .bottom .navbar .navtool > div ul li + li,
.header .bottom .navbar .navtool > a ul li + li {
  border-top: 1px solid #e9e9e9;
}
.header .bottom .navbar .navtool > div ul li a,
.header .bottom .navbar .navtool > a ul li a {
  display: block;
  color: #525252;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  transition: all 0.3s;
}
.header .bottom .navbar .navtool > div ul li:hover > a, .header .bottom .navbar .navtool > div ul li.active > a,
.header .bottom .navbar .navtool > a ul li:hover > a,
.header .bottom .navbar .navtool > a ul li.active > a {
  color: #fff;
  background: #f3981e;
}
.header .bottom .navbar .navtool > div:hover > i,
.header .bottom .navbar .navtool > a:hover > i {
  color: #f3981e;
}
.header .bottom .navbar .navtool > div:hover ul,
.header .bottom .navbar .navtool > a:hover ul {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .header .bottom .navbar .navtool .lang_toggle {
    display: none;
  }
}
.header .bottom .navbar .navtool .mbPanel_btn {
  padding: 0 20px;
  background: #132137;
}
@media (min-width: 1201px) {
  .header .bottom .navbar .navtool .mbPanel_btn {
    display: none;
  }
}
@media (max-width: 476px) {
  .header .bottom .navbar .navtool .mbPanel_btn {
    padding: 0 15px;
  }
}
.header .bottom .navbar .navtool .mbPanel_btn .bars {
  position: relative;
  width: 30px;
  height: 2px;
}
.header .bottom .navbar .navtool .mbPanel_btn .bars .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}
.header .bottom .navbar .navtool .mbPanel_btn .bars .bar.bar1 {
  top: -8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header .bottom .navbar .navtool .mbPanel_btn .bars .bar.bar2 {
  opacity: 1;
  transition: opacity 0s 0.3s;
}
.header .bottom .navbar .navtool .mbPanel_btn .bars .bar.bar3 {
  top: 8px;
  transform: rotate(0deg);
  transition: top 0.3s 0.5s, transform 0.3s;
}
.header .bottom .navbar .navtool .mbPanel_btn.active .bars .bar.bar1 {
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header .bottom .navbar .navtool .mbPanel_btn.active .bars .bar.bar2 {
  opacity: 0;
}
.header .bottom .navbar .navtool .mbPanel_btn.active .bars .bar.bar3 {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  transition: top 0.3s, transform 0.3s 0.5s;
}
.header.scroll {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
.header .fixbox {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
@media screen and (max-width: 480px) {
  .header .fixbox {
    right: 10px;
    bottom: 130px;
  }
}
.header .fixbox .text {
  width: 125px;
  height: 125px;
  background-color: #ffa732;
  border: 5px solid #0a0706;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: 3.5px;
  color: #0a0706;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .header .fixbox .text {
    width: 75px;
    height: 75px;
    font-size: 15px;
    border: 2px solid #0a0706;
  }
}
.header .fixbox:hover .text {
  transform: scale(0.9);
  background: #88b5ff;
  color: #fff;
}

.mbPanel01 {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  z-index: 95;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .mbPanel01 {
    display: none;
  }
}
.mbPanel01.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.mbPanel01.show .mbPanel_container {
  transform: translateX(0);
}
.mbPanel01 .mbPanel_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.mbPanel01 .mbPanel_container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 60px 25px;
  background: #eee;
  transform: translateX(100%);
  transition: all 0.3s;
}
.mbPanel01 .mbPanel_container > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}
.mbPanel01 .mbPanel_container > div .navtool {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mbPanel01 .mbPanel_container > div .navtool .lang_toggle {
  display: flex;
  align-items: center;
}
.mbPanel01 .mbPanel_container > div .navtool .lang_toggle i {
  color: #525252;
  font-size: 18px;
}
.mbPanel01 .mbPanel_container > div .navtool .lang_toggle a {
  color: #525252;
  font-size: 14px;
  letter-spacing: 0;
}
.mbPanel01 .mbPanel_container > div .navtool .lang_toggle > *:not(:last-child) {
  margin-right: 10px;
}
.mbPanel01 .mbPanel_container > div .navtool .search_form {
  display: flex;
  justify-content: left;
  width: auto;
  padding-bottom: 5px;
  margin: unset;
  border-bottom: 1px solid #525252;
  width: 100%;
  padding: 15px 0;
}
.mbPanel01 .mbPanel_container > div .navtool .search_form button {
  width: 16px;
  color: #525252;
  font-size: 15px;
  margin-right: 8px;
}
.mbPanel01 .mbPanel_container > div .navtool .search_form input {
  width: 100px;
  color: #525252;
  font-size: 16px;
  padding: 0;
  background: transparent;
  border: 0;
}
.mbPanel01 .mbPanel_container > div .navmenu {
  width: 100%;
}
.mbPanel01 .mbPanel_container > div .navmenu > li {
  padding: 8px 0;
}
.mbPanel01 .mbPanel_container > div .navmenu > li > a {
  display: block;
  color: #132137;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}
.mbPanel01 .mbPanel_container > div .navmenu > li > a span {
  display: inline-block;
  width: 30px;
  opacity: 0.3;
  color: #132137;
  font-size: 17px;
  font-weight: 300;
  margin-right: 0px;
  font-family: "Open Sans", sans-serif;
}
.mbPanel01 .mbPanel_container > div .navmenu > li.moremenu.active > a::after {
  transform: rotateX(180deg);
}
.mbPanel01 .mbPanel_container > div .navmenu > li ul {
  display: none;
  margin-left: 36px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mbPanel01 .mbPanel_container > div .navmenu > li ul li a {
  display: block;
  color: #525252;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 5px 0;
}
.mbPanel01 .mbPanel_container > div .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 0 10px;
}
.mbPanel01 .mbPanel_container > div .social_media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.mbPanel01 .mbPanel_container > div .social_media a svg {
  width: auto;
  height: 23px;
  fill: #525252;
}
.mbPanel01 .mbPanel_container > div .copyright {
  margin-top: 20px;
}
.mbPanel01 .mbPanel_container > div .copyright p {
  color: #525252;
  font-size: 13px;
}
.mbPanel01 .mbPanel_container > div .copyright p a {
  color: #525252;
}
@media (max-width: 400px) {
  .mbPanel01 .mbPanel_container > div .copyright p br {
    display: none;
  }
}

.banner {
  position: relative;
}
@media (max-width: 640px) {
  .banner {
    overflow: hidden;
  }
}
.banner .index_banner .slick-slide > div {
  position: relative;
  overflow: hidden;
}
.banner .index_banner .slick-slide > div picture {
  display: block;
}
.banner .index_banner .slick-slide > div picture img {
  width: 100%;
}
.banner .index_banner .slick-slide > div .cover_txt {
  position: absolute;
  top: 50%;
  left: 8vw;
  width: 84vw;
  transform: translate(0, -50%);
  transition: all 0.3s;
  z-index: 2;
}
@media (max-width: 640px) {
  .banner .index_banner .slick-slide > div .cover_txt {
    left: 0;
    width: 100%;
    padding: 0 25px;
    top: auto;
    bottom: 85px;
    transform: none;
  }
}
@media (max-width: 375px) {
  .banner .index_banner .slick-slide > div .cover_txt {
    bottom: 60px;
  }
}
.banner .index_banner .slick-slide > div .cover_txt > * {
  opacity: 0;
  transform: translate(-40px, 0);
}
@media (max-width: 640px) {
  .banner .index_banner .slick-slide > div .cover_txt > * {
    transform: translate(0, 40px);
  }
}
.banner .index_banner .slick-slide > div .cover_txt p {
  color: #525252;
}
.banner .index_banner .slick-slide > div .cover_txt p.eng_subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  color: #f3981e;
  transition: all 0.3s, opacity 0.5s 1.2s, transform 0.5s 1.2s;
}
@media (max-width: 1440px) {
  .banner .index_banner .slick-slide > div .cover_txt p.eng_subtitle {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .banner .index_banner .slick-slide > div .cover_txt p.eng_subtitle {
    font-size: 18px;
  }
}
.banner .index_banner .slick-slide > div .cover_txt p.eng_title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #f3981e;
  transition: all 0.3s, opacity 0.5s 1.5s, transform 0.5s 1.5s;
  margin-top: 5px;
}
@media (max-width: 1440px) {
  .banner .index_banner .slick-slide > div .cover_txt p.eng_title {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .banner .index_banner .slick-slide > div .cover_txt p.eng_title {
    font-size: 26px;
  }
}
.banner .index_banner .slick-slide > div .cover_txt p.chi_title {
  font-size: 50px;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1.25px;
  color: #1f365c;
  line-height: 1;
  transition: all 0.3s, opacity 0.5s 1.8s, transform 0.5s 1.8s;
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .banner .index_banner .slick-slide > div .cover_txt p.chi_title {
    font-size: 35px;
  }
}
@media (max-width: 970px) {
  .banner .index_banner .slick-slide > div .cover_txt p.chi_title {
    margin-top: 5px;
  }
}
@media (max-width: 425px) {
  .banner .index_banner .slick-slide > div .cover_txt p.chi_title {
    font-size: 26px;
  }
}
.banner .index_banner .slick-slide > div .cover_txt p.chi_subtitle {
  font-size: 22px;
  font-weight: 600;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 1.65px;
  color: #1f365c;
  line-height: 1;
  transition: all 0.3s, opacity 0.5s 1.8s, transform 0.5s 1.8s;
  margin-top: 25px;
}
@media (max-width: 1440px) {
  .banner .index_banner .slick-slide > div .cover_txt p.chi_subtitle {
    font-size: 25px;
  }
}
@media (max-width: 970px) {
  .banner .index_banner .slick-slide > div .cover_txt p.chi_subtitle {
    margin-top: 15px;
  }
}
@media (max-width: 425px) {
  .banner .index_banner .slick-slide > div .cover_txt p.chi_subtitle {
    font-size: 20px;
    line-height: 1.5;
  }
}
.banner .index_banner .slick-slide > div .cover_txt .desc {
  display: flex;
  gap: 0 50px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .banner .index_banner .slick-slide > div .cover_txt .desc {
    gap: 0 35px;
  }
}
@media (max-width: 425px) {
  .banner .index_banner .slick-slide > div .cover_txt .desc {
    flex-wrap: wrap;
  }
}
.banner .index_banner .slick-slide > div .cover_txt .desc li {
  position: relative;
  color: #1f365c;
  font-size: 22px;
  letter-spacing: 1.625px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .banner .index_banner .slick-slide > div .cover_txt .desc li {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .banner .index_banner .slick-slide > div .cover_txt .desc li {
    font-size: 14px;
  }
}
.banner .index_banner .slick-slide > div .cover_txt .desc li:after {
  width: 15px;
  height: 15px;
  content: url("../img/other/banner_icon.svg");
  position: absolute;
  right: -20px;
  top: 0;
}
@media (max-width: 425px) {
  .banner .index_banner .slick-slide > div .cover_txt .desc li:after {
    transform: scale(0.8);
    transform-origin: center;
  }
}
.banner .index_banner .slick-slide > div .cover_txt [class^=button] {
  margin-top: 30px !important;
  width: 200px;
  height: 50px;
  background-color: transparent;
  transition: all 0.3s, opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 970px) {
  .banner .index_banner .slick-slide > div .cover_txt [class^=button] {
    margin-top: 15px !important;
  }
}
.banner .index_banner .slick-slide > div .cover_txt [class^=button]:before {
  width: 205px;
  height: 55px;
  left: -3px;
  top: -2.5px;
  position: absolute;
  content: "";
  background: url("../img/other/button_dot.png") no-repeat;
  background-size: 100% 100%;
}
.banner .index_banner .slick-slide > div .cover_txt [class^=button] span {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1f365c;
  transform: all 0.3s;
}
.banner .index_banner .slick-slide > div .cover_txt [class^=button]:hover {
  background: #132137;
}
.banner .index_banner .slick-slide > div .cover_txt [class^=button]:hover span {
  color: #fff;
}
.banner .index_banner .slick-slide > div .bg {
  width: 100%;
  height: 650px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.banner .index_banner .slick-slide > div .bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(-20px);
  animation: goUp 0.5s linear forwards;
}
.banner .index_banner .slick-slide > div .bg img:nth-child(1) {
  animation-delay: 0s;
  z-index: 0;
}
@media (max-width: 970px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(1) {
    z-index: 3;
  }
}
@media (max-width: 540px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(1) {
    display: none;
  }
}
.banner .index_banner .slick-slide > div .bg img:nth-child(2) {
  animation-delay: 0.3s;
  z-index: 2;
}
@media (max-width: 970px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(2) {
    display: none;
  }
}
.banner .index_banner .slick-slide > div .bg img:nth-child(3) {
  animation-delay: 0.6s;
  z-index: 1;
}
@media (max-width: 970px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(3) {
    z-index: 3;
    bottom: -35%;
  }
}
.banner .index_banner .slick-slide > div .bg img:nth-child(4) {
  animation-delay: 0.9s;
  z-index: 1;
  left: 400px;
}
@media (max-width: 970px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(4) {
    left: auto;
    right: -55%;
    bottom: 10%;
  }
}
@media (max-width: 540px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(4) {
    bottom: 50%;
  }
}
@media (max-width: 425px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(4) {
    bottom: 35%;
  }
}
.banner .index_banner .slick-slide > div .bg img:nth-child(5) {
  height: 80vh;
  object-fit: contain;
  animation-delay: 0.4s;
  z-index: 3;
  left: 30%;
}
@media (max-width: 1600px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(5) {
    height: 70vh;
    left: 35%;
  }
}
@media (max-width: 1440px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(5) {
    height: 60vh;
    left: auto;
    right: 5px;
  }
}
@media (max-width: 1200px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(5) {
    height: 60%;
  }
}
@media (max-width: 970px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(5) {
    z-index: 2;
    height: 45%;
    right: 0;
  }
}
@media (max-width: 540px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(5) {
    display: none;
  }
}
.banner .index_banner .slick-slide > div .bg img:nth-child(6) {
  width: 100%;
  object-fit: contain;
  animation-delay: 1.2s;
  z-index: 2;
  left: 0;
  display: none;
}
@media (max-width: 540px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(6) {
    display: block;
  }
}
.banner .index_banner .slick-slide > div .bg img:nth-child(7) {
  width: 100%;
  object-fit: contain;
  animation-delay: 0.3s;
  z-index: 3;
  left: 0;
  display: none;
}
@media (max-width: 540px) {
  .banner .index_banner .slick-slide > div .bg img:nth-child(7) {
    display: block;
    bottom: -100px;
  }
}
.banner .index_banner .slick-slide > div .tool_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 56%;
  right: 2.0833333333vw;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 970px) {
  .banner .index_banner .slick-slide > div .tool_btn {
    top: 50px;
    transform: none;
  }
}
.banner .index_banner .slick-slide > div .tool_btn .tool_page {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}
.banner .index_banner .slick-slide > div .tool_btn .tool_page > span:nth-child(3) {
  display: block;
  position: relative;
  width: 1px;
  height: 103px;
  margin: 13px 0 10px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .banner .index_banner .slick-slide > div .tool_btn .tool_page > span:nth-child(3) {
    height: 80px;
  }
}
.banner .index_banner .slick-slide > div .tool_btn .tool_page > span:nth-child(3) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #88b5ff;
  transition: all 0.6s;
}
.banner .index_banner .slick-slide > div .tool_btn .slick-arrow {
  cursor: pointer;
  position: relative;
}
.banner .index_banner .slick-slide > div .tool_btn .slick-arrow svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #fff;
  transition: all 0.3s;
}
.banner .index_banner .slick-slide > div .tool_btn .slick-arrow.prev {
  margin-bottom: 28px;
}
@media (max-width: 1440px) {
  .banner .index_banner .slick-slide > div .tool_btn .slick-arrow.prev {
    margin-bottom: 15px;
  }
}
.banner .index_banner .slick-slide > div .tool_btn .slick-arrow.prev svg {
  transform: rotate(-90deg);
}
.banner .index_banner .slick-slide > div .tool_btn .slick-arrow.next svg {
  transform: rotate(90deg);
}
.banner .index_banner .slick-slide > div .tool_btn .slick-arrow:hover svg {
  fill: #88b5ff;
}
.banner .index_banner .slick-slide.slick-current > div .cover_txt > * {
  opacity: 1;
  transform: translate(0, 0);
}
.banner .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(1) {
  transition: all 0.3s, opacity 1s 1.5s, transform 1s 1.5s;
}
.banner .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.6s, transform 1s 1.6s;
}
.banner .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(3) {
  transition: all 0.3s, opacity 1s 1.7s, transform 1s 1.7s;
}
.banner .index_banner .slick-slide.slick-current > div .cover_txt p:nth-child(4) {
  transition: all 0.3s, opacity 1s 1.8s, transform 1s 1.8s;
}
.banner .index_banner .slick-slide.slick-current > div .cover_txt .desc {
  transition: all 0.3s, opacity 1s 1.9s, transform 1s 1.9s;
}
.banner .index_banner .slick-slide.slick-current > div .cover_txt [class^=button] {
  transition: all 0.3s, opacity 1s 2s, transform 1s 2s;
}
.banner .index_banner .slick-slide.slick-current > div .bg img {
  opacity: 1;
  transform: translate(0, 0);
}
.banner .index_banner .slick-slide.slick-current > div .bg img:nth-child(1) {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner .index_banner .slick-slide.slick-current > div .bg img:nth-child(2) {
  transition: all 0.3s, opacity 1s 1.1s, transform 1s 1.1s;
}
.banner .index_banner .slick-slide.slick-current > div .bg img:nth-child(3) {
  transition: all 0.3s, opacity 1s 1.2s, transform 1s 1.2s;
}
.banner .index_banner .slick-slide.slick-current > div .bg img:nth-child(4) {
  transition: all 0.3s, opacity 1s 1.3s, transform 1s 1.3s;
}
.banner .index_banner .slick-slide.slick-current > div .bg img:nth-child(5) {
  transition: all 0.3s, opacity 1s 1.4s, transform 1s 1.4s;
}
.banner .index_banner .slick-slide.slick-current > div .bg img:nth-child(6) {
  transition: all 0.3s, opacity 1s 1.4s, transform 1s 1.4s;
}
.banner .index_banner .slick-slide.slick-current > div .bg img:nth-child(7) {
  transition: all 0.3s, opacity 1s 1s, transform 1s 1s;
}
.banner .index_banner .slick-arrow {
  padding: 0 10px;
}
.banner .index_banner .slick-arrow img {
  filter: brightness(0);
}
.banner .index_banner .slick-arrow.slick-prev {
  top: calc(50% - 54px);
  left: calc(4vw - 10px);
}
.banner .index_banner .slick-arrow.slick-next {
  top: calc(50% + 54px);
  left: calc(4vw - 10px);
  right: unset;
}
.banner .index_banner .slick-arrow.slick-next img {
  transform: rotateX(180deg);
}
.banner .index_banner .slick-arrow:hover img {
  filter: brightness(1);
}
.banner .index_banner .slick-dots {
  bottom: 50px;
  left: 60px;
  transform: unset;
  gap: 0 5px;
}
@media (max-width: 970px) {
  .banner .index_banner .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 540px) {
  .banner .index_banner .slick-dots {
    left: 20px;
  }
}
.banner .index_banner .slick-dots li {
  position: relative;
  width: 11px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
}
@media (max-width: 1024px) {
  .banner .index_banner .slick-dots li {
    width: 11px;
    height: 10px;
  }
}
.banner .index_banner .slick-dots li button {
  width: 11px;
  height: 10px;
  background: #1f365c;
}
@media (max-width: 1024px) {
  .banner .index_banner .slick-dots li button {
    width: 11px;
    height: 10px;
  }
}
.banner .index_banner .slick-dots li.slick-active button {
  background: #f3981e;
}
.banner .page_banner .slick-slide a {
  display: block;
  position: relative;
}
.banner .page_banner .slick-slide a picture {
  display: block;
}
.banner .page_banner .slick-slide a picture img {
  width: 100%;
}
.banner .page_banner .slick-slide a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.banner .page_banner .slick-slide a .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.banner .page_banner .slick-slide a .page_title p {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.banner .page_banner .slick-slide a .page_title p:nth-child(1) {
  font-size: calc(1.5rem + 0.9375vw);
  font-weight: 700;
}
.banner .page_banner .slick-slide a .page_title p:nth-child(2) {
  font-size: calc(1rem + 0.3125vw);
}
.banner .fixbox {
  width: 1200px;
  height: 166px;
  position: absolute;
  left: 50%;
  bottom: -55px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(57, 57, 57);
  background-color: #fff;
}
@media (max-width: 1440px) {
  .banner .fixbox {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
.banner .fixbox .top {
  width: 100%;
  height: 9px;
  background: #1f365c;
}
@media (max-width: 1440px) {
  .banner .fixbox .top {
    height: 70px;
  }
}
.banner .fixbox .bottom {
  padding-top: 20px;
  padding: 20px 0 0;
}
@media (max-width: 1440px) {
  .banner .fixbox .bottom {
    padding: 20px 0;
  }
}
.banner .fixbox .bottom ul {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 970px) {
  .banner .fixbox .bottom ul {
    flex-wrap: wrap;
    gap: 40px 0;
  }
}
.banner .fixbox .bottom ul li {
  width: 16.6666666667%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 970px) {
  .banner .fixbox .bottom ul li {
    width: 33.3333333333%;
  }
}
.banner .fixbox .bottom ul li:not(:first-child):before {
  width: 5px;
  height: 115px;
  content: url("../img/banner/banner_deco.png");
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 970px) {
  .banner .fixbox .bottom ul li:not(:first-child):before {
    left: 0;
  }
}
@media (max-width: 970px) {
  .banner .fixbox .bottom ul li:nth-child(4):before {
    display: none;
  }
}
.banner .fixbox .bottom ul li a {
  font-size: 18px;
  letter-spacing: 0.45px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px 0;
}
.banner .fixbox .bottom ul li a img {
  transition: all 0.5s;
}
@media (max-width: 425px) {
  .banner .fixbox .bottom ul li a img {
    height: 70px;
    object-fit: contain;
  }
}
.banner .fixbox .bottom ul li a p {
  text-align: center;
}
.banner .fixbox .bottom ul li:hover a img {
  filter: brightness(0) invert(0.5);
}

body[data-page=index] .banner {
  margin-top: 130px;
}
@media (max-width: 1600px) {
  body[data-page=index] .banner {
    margin-top: 70px;
  }
}

.scroll_down02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  cursor: pointer;
  z-index: 1;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .scroll_down02 {
    display: none;
  }
}
.scroll_down02 p {
  color: #000;
  font-size: 13px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .scroll_down02 p {
    font-size: 12px;
  }
}
.scroll_down02 div {
  position: relative;
  width: 1px;
  height: 48px;
  margin: 0 auto;
  background: white;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .scroll_down02 div {
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .scroll_down02 div {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .scroll_down02 div {
    height: 20px;
  }
}
.scroll_down02 div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 40%;
  background: #132137;
  animation: scroll_down02 1.5s linear infinite;
  transform: translateY(-100%);
}
@keyframes scroll_down02 {
  0% {
    top: 0;
    transform: translateY(-100%);
  }
  100% {
    top: 100%;
    transform: translateY(0%);
  }
}

.footer {
  position: relative;
  overflow: hidden;
  background: #1f365c;
}
.footer .footer_content .wider_container, .footer .footer_content .container {
  max-width: 100%;
  padding: 0;
}
.footer .footer_content .top {
  background: #2d4977;
  border-radius: 0 0 50px 50px;
  padding: 80px 0 50px;
}
@media (max-width: 1600px) {
  .footer .footer_content .top {
    padding: 50px 0;
  }
}
.footer .footer_content .top .site_map {
  max-width: 1600px;
  display: flex;
  justify-content: center;
  margin: 0 auto 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1600px) {
  .footer .footer_content .top .site_map {
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer_content .top .site_map > li {
  width: 11.1111111111%;
}
@media (max-width: 1600px) {
  .footer .footer_content .top .site_map > li {
    padding: 10px;
    text-align: center;
    width: 95%;
  }
}
.footer .footer_content .top .site_map > li:not(:first-child) {
  border-left: 1px solid rgba(185, 211, 255, 0.22);
}
@media (max-width: 1600px) {
  .footer .footer_content .top .site_map > li:not(:first-child) {
    border: none;
    border-top: 1px solid rgba(185, 211, 255, 0.22);
  }
}
.footer .footer_content .top .site_map > li > a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.1s;
  padding: 0 20px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1600px) {
  .footer .footer_content .top .site_map > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
  }
}
.footer .footer_content .top .site_map > li > a:before {
  position: relative;
  content: "◆";
  left: 0;
  top: -2px;
  width: 10px;
  height: 10px;
  color: #fff;
  font-size: 10px;
}
.footer .footer_content .top .site_map > li > a:after {
  position: relative;
  content: ">";
  right: 0;
  top: -2px;
  transform: rotate(90deg) scaleY(1.5);
  display: none;
}
@media (max-width: 1600px) {
  .footer .footer_content .top .site_map > li > a:after {
    display: block;
  }
}
@media (max-width: 350px) {
  .footer .footer_content .top .site_map > li > a:after {
    transform: rotateY(180deg);
  }
}
.footer .footer_content .top .site_map > li > a:hover {
  color: #132137;
}
.footer .footer_content .top .site_map > li ul {
  margin-top: 15px;
  margin-left: 35px;
}
@media (max-width: 1600px) {
  .footer .footer_content .top .site_map > li ul {
    display: none;
  }
}
.footer .footer_content .top .site_map > li ul li {
  margin-bottom: 7px;
}
.footer .footer_content .top .site_map > li ul li a {
  display: block;
  width: fit-content;
  color: #8ab6ff;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.85px;
  transition: all 0.1s;
}
.footer .footer_content .top .site_map > li ul li a:hover {
  color: #f3981e;
}
.footer .footer_content .bottom {
  max-width: 1600px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 0 300px;
  padding-bottom: 80px;
}
@media (max-width: 1800px) {
  .footer .footer_content .bottom {
    padding: 0 50px 0 80px;
  }
}
@media (max-width: 1440px) {
  .footer .footer_content .bottom {
    gap: 0 150px;
  }
}
@media (max-width: 1200px) {
  .footer .footer_content .bottom {
    max-width: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px 0;
    padding: 0 40px 80px;
  }
}
.footer .footer_content .bottom .left .logo {
  width: fit-content;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  display: flex;
  gap: 0 30px;
  align-items: start;
}
@media (max-width: 1024px) {
  .footer .footer_content .bottom .left .logo {
    align-items: start;
  }
}
@media (max-width: 768px) {
  .footer .footer_content .bottom .left .logo {
    gap: 0 15px;
  }
}
.footer .footer_content .bottom .left .logo img {
  object-fit: contain;
}
.footer .footer_content .bottom .left .logo img.logo {
  width: 132px;
  height: 170px;
}
@media (max-width: 1440px) {
  .footer .footer_content .bottom .left .logo img.logo {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .footer .footer_content .bottom .left .logo img.logo {
    width: 20%;
  }
}
.footer .footer_content .bottom .left .logo img.text {
  height: 129px;
  margin-top: 5px;
}
@media (max-width: 1440px) {
  .footer .footer_content .bottom .left .logo img.text {
    height: 100px;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .footer .footer_content .bottom .left .logo img.text {
    width: 80%;
    height: auto;
  }
}
.footer .footer_content .bottom .right {
  width: 400px;
}
@media (max-width: 1200px) {
  .footer .footer_content .bottom .right {
    width: 100%;
  }
}
.footer .footer_content .bottom .right .info {
  margin-top: 20px;
  padding-bottom: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer .footer_content .bottom .right .info a {
  display: block;
  position: relative;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  padding-left: 25px;
  transition: all 0.3s;
}
.footer .footer_content .bottom .right .info a:not(:first-child) {
  margin-top: 20px;
}
.footer .footer_content .bottom .right .info a + a {
  margin-top: 3px;
}
.footer .footer_content .bottom .right .info a i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #88b5ff;
  transition: all 0.3s;
}
.footer .footer_content .bottom .right .info a:hover {
  color: #88b5ff;
}
.footer .footer_content .bottom .right .info a:hover i {
  color: #f3981e;
}
.footer .footer_content .bottom .right .social_media {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 0 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .footer .footer_content .bottom .right .social_media {
    justify-content: center;
  }
}
.footer .footer_content .bottom .right .social_media a svg {
  display: block;
  width: auto;
  height: 20px;
  fill: #88b5ff;
  transition: all 0.1s;
}
@media (min-width: 1025px) {
  .footer .footer_content .bottom .right .social_media a:hover svg {
    fill: #f3981e;
  }
}
.footer .footer_content .bottom .right .copyright {
  padding: 15px 0;
}
.footer .footer_content .bottom .right .copyright p {
  color: #3074c9;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 1.08px;
  font-weight: 400;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer .footer_content .bottom .right .copyright p a {
  color: #3074c9;
  transition: all 0.3s;
}
.footer .footer_content .bottom .right .copyright p a:hover {
  color: #f3981e;
}
.footer .footer_content .bottom .right .copyright p br {
  display: none;
}
.footer.in .footer_content .top .site_map {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s;
}
.footer.in .footer_content .bottom .left .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.footer.in .footer_content .bottom .right .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
@media (max-width: 480px) {
  .footer.in .footer_content .bottom .right .info {
    transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
  }
}
.footer.in .footer_content .bottom .right .social_media {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
@media (max-width: 480px) {
  .footer.in .footer_content .bottom .right .social_media {
    transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
  }
}
.footer.in .footer_content .bottom .right .copyright p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
}

.info {
  padding: 0 0 100px;
}
@media (max-width: 640px) {
  .info {
    overflow: hidden;
  }
}
.info .info_content {
  display: flex;
  justify-content: center;
  gap: 0 120px;
}
@media (max-width: 1440px) {
  .info .info_content {
    gap: 0 60px;
  }
}
@media (max-width: 1250px) {
  .info .info_content {
    flex-direction: column;
    gap: 35px 0;
  }
}
.info .info_content .info_left {
  width: 40%;
  max-width: 480px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1250px) {
  .info .info_content .info_left {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 840px) {
  .info .info_content .info_left {
    width: 100%;
    margin-bottom: 30px;
    transform: translate(0, 40px);
  }
}
.info .info_content .info_left p {
  font-size: 36px;
  letter-spacing: 0.36px;
  font-weight: 700;
  color: #132137;
}
@media (max-width: 1440px) {
  .info .info_content .info_left p {
    font-size: 33px;
    letter-spacing: 0;
  }
}
@media (max-width: 479px) {
  .info .info_content .info_left p {
    font-size: 23px;
  }
}
.info .info_content .info_left p:first-child {
  position: relative;
}
.info .info_content .info_left p:first-child:after {
  content: "";
  width: 90px;
  height: 41px;
  content: url("../img/other/icon_title_dark.png");
  position: relative;
  top: 3px;
  right: -22px;
}
@media (max-width: 479px) {
  .info .info_content .info_left p:first-child:after {
    transform: scale(0.8);
  }
}
.info .info_content .info_left .content {
  margin: 25px 0 40px;
}
.info .info_content .info_left .content ul {
  padding-left: 20px;
}
.info .info_content .info_left .content ul li {
  position: relative;
  padding-left: 40px;
  font-size: 25px;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #456cad;
}
@media (max-width: 1440px) {
  .info .info_content .info_left .content ul li {
    font-size: 21px;
  }
}
@media (max-width: 479px) {
  .info .info_content .info_left .content ul li {
    font-size: 18px;
  }
}
.info .info_content .info_left .content ul li:before {
  position: absolute;
  content: url("../img/other/info_icon.png");
  width: 26px;
  height: 26px;
  left: 0;
  top: 3px;
}
.info .info_content .info_left .phone {
  font-size: 25px;
  letter-spacing: 0.25px;
  font-weight: 600;
  color: #263e65;
}
@media (max-width: 1440px) {
  .info .info_content .info_left .phone {
    font-size: 23px;
  }
}
@media (max-width: 479px) {
  .info .info_content .info_left .phone {
    font-size: 20px;
  }
}
.info .info_content .info_right {
  width: 60%;
  max-width: 635px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1250px) {
  .info .info_content .info_right {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 840px) {
  .info .info_content .info_right {
    width: 100%;
    padding-left: 0;
    transform: translate(0, 40px);
  }
}
.info .info_content .info_right .module_desc {
  margin-bottom: 30px;
  text-align: left;
}
.info .info_content .info_right .module_desc p {
  line-height: 1;
  font-size: 46px;
  text-shadow: 1px 4px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 1440px) {
  .info .info_content .info_right .module_desc p {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.info .info_content .info_right p {
  font-size: 17px;
  line-height: 1.7647058824;
  font-weight: 500;
  letter-spacing: 0.85px;
  color: #525252;
}
.info .info_content .info_right .button06 {
  width: 203px;
  height: 52px;
  position: relative;
  margin-top: 35px;
}
@media (max-width: 576px) {
  .info .info_content .info_right .button06 {
    margin: 35px auto 0;
  }
}
.info .info_content .info_right .button06 span {
  color: #132137;
}
.info .info_content .info_right .button06:hover span {
  color: #fff;
}
.info.in .info_content .info_left {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.info.in .info_content .info_right {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

@media (max-width: 640px) {
  .features {
    overflow: hidden;
  }
}
.features .wider_container {
  padding: 0;
  max-width: 100%;
}
.features .about_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f6f6f6;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .features .about_content {
    flex-direction: column-reverse;
  }
}
.features .about_content .about_left {
  width: 42%;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1800px) {
  .features .about_content .about_left {
    width: 800px;
  }
}
@media (max-width: 1500px) {
  .features .about_content .about_left {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .features .about_content .about_left {
    width: 100%;
    position: static;
  }
}
.features .about_content .about_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features .about_content .about_left img.md {
  display: block;
}
@media (max-width: 1500px) {
  .features .about_content .about_left img.md {
    display: none;
  }
}
.features .about_content .about_left img.mb {
  display: none;
}
@media (max-width: 1500px) {
  .features .about_content .about_left img.mb {
    display: block;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .features .about_content .about_left img.mb {
    width: auto;
    height: auto;
    object-fit: contain;
  }
}
.features .about_content .about_right {
  width: 58%;
  background: url("../img/about/features_star.png") no-repeat;
  background-position: 155% 100%;
  background-size: contain;
  padding-right: 160px;
  opacity: 0;
  transform: translate(-40px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1800px) {
  .features .about_content .about_right {
    width: calc(100% - 800px);
    padding-right: 50px;
    margin-left: auto;
  }
}
@media (max-width: 1500px) {
  .features .about_content .about_right {
    width: calc(100% - 530px);
  }
}
@media (max-width: 1200px) {
  .features .about_content .about_right {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1024px) {
  .features .about_content .about_right {
    width: 100%;
    padding: 50px;
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .features .about_content .about_right {
    padding: 60px 20px 20px;
  }
}
.features .about_content .about_right .module_title {
  display: flex;
  gap: 0 10px;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1800px) {
  .features .about_content .about_right .module_title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .features .about_content .about_right .module_title {
    margin-top: 0;
  }
}
.features .about_content .about_right .module_title .img {
  width: 104px;
  height: 133px;
}
@media screen and (max-width: 576px) {
  .features .about_content .about_right .module_title .img {
    width: 146px;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .features .about_content .about_right .module_title .img {
    width: 120px;
  }
}
.features .about_content .about_right .module_title .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .features .about_content .about_right .module_title .img img {
    width: 146px;
  }
}
.features .about_content .about_right .module_title .title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .features .about_content .about_right .module_title .title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .features .about_content .about_right .module_title .title .eng {
    font-size: 25px;
  }
}
.features .about_content .about_right .module_title .title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.features .about_content .about_right .module_title .title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .features .about_content .about_right .module_title .title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .features .about_content .about_right .module_title .title .chi p {
    font-size: 25px;
  }
}
.features .about_content .about_right .module_title .title .chi p {
  font-weight: 700;
}
.features .about_content .about_right .module_title .title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .features .about_content .about_right .module_title .title .chi img {
    width: 70px;
    height: auto;
  }
}
.features .about_content .about_right .module_title .title .chi {
  justify-content: start;
}
@media screen and (max-width: 640px) {
  .features .about_content .about_right .module_title .title .chi {
    flex-direction: column;
    align-items: start;
  }
}
.features .about_content .about_right .module_title .title .chi p {
  margin-top: 0;
}
.features .about_content .about_right .module_desc .title {
  font-size: 26px;
  letter-spacing: 0.65px;
  color: #2e528a;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5909090909;
}
@media screen and (max-width: 450px) {
  .features .about_content .about_right .module_desc .title {
    font-size: 22px;
  }
}
.features .about_content .about_right .module_desc p {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.875;
  color: #313131;
}
.features .about_content .about_right .choose {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 0;
  margin-top: 30px;
}
.features .about_content .about_right .choose > .title {
  width: 50%;
  color: #f3981e;
  font-size: 32px;
  letter-spacing: 0.8px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .features .about_content .about_right .choose > .title {
    width: 100%;
    order: 1;
    text-align: center;
  }
}
.features .about_content .about_right .choose .button_set {
  width: 50%;
  display: flex;
  justify-content: end;
  margin-top: 0 !important;
}
@media screen and (max-width: 960px) {
  .features .about_content .about_right .choose .button_set {
    order: 3;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.features .about_content .about_right .choose .button_set [class^=button] {
  width: 203px;
  height: 52px;
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .features .about_content .about_right .choose .button_set [class^=button] {
    margin-top: 35px !important;
  }
}
.features .about_content .about_right .choose .button_set [class^=button] {
  position: relative;
  margin-top: 0 !important;
}
@media (max-width: 1200px) {
  .features .about_content .about_right .choose .button_set [class^=button] {
    margin-top: 0 !important;
  }
}
.features .about_content .about_right .choose .button_set [class^=button] span {
  color: #132137;
}
.features .about_content .about_right .choose .button_set [class^=button]:hover span {
  color: #fff;
}
.features .about_content .about_right .choose .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 35px;
}
@media screen and (max-width: 1800px) {
  .features .about_content .about_right .choose .info {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .features .about_content .about_right .choose .info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px 0;
  }
}
@media screen and (max-width: 960px) {
  .features .about_content .about_right .choose .info {
    order: 2;
  }
}
.features .about_content .about_right .choose .info li {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: #c7ddff;
  padding: 0 20px 60px;
}
@media screen and (max-width: 960px) {
  .features .about_content .about_right .choose .info li {
    width: 100%;
    max-width: 290px;
  }
}
.features .about_content .about_right .choose .info li .num {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.9px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  margin-top: 10px;
  font-weight: 600;
}
.features .about_content .about_right .choose .info li .num:before {
  content: "";
  position: absolute;
  width: 197px;
  height: 154px;
  background: #1f365c;
  border-radius: 50%;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.3s;
}
.features .about_content .about_right .choose .info li .title {
  width: 100%;
  color: #436aab;
  font-size: 22px;
  letter-spacing: 1.1px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.features .about_content .about_right .choose .info li .text {
  font-size: 16px;
  letter-spacing: 1.2px;
  color: #313131;
  line-height: 1.75;
  font-weight: 500;
}
.features .about_content .about_right .choose .info li:hover .num:before {
  background-color: #f3981e;
}
.features.in .about_content .about_left {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.features.in .about_content .about_right {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.event {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .event {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .event {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .event {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.event {
  background: url("../img/news/event_bg.png") no-repeat;
  background-position: left bottom;
  background-size: contain;
  background-color: #1f365c;
  background-attachment: fixed;
}
@media (max-width: 640px) {
  .event {
    overflow: hidden;
  }
}
.event .wider_container {
  padding: 0;
  max-width: 100%;
}
.event .module_title {
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
.event .module_title .img {
  width: 104px;
  height: 133px;
}
@media (max-width: 840px) {
  .event .module_title .img {
    width: 134px;
    height: auto;
  }
}
@media (max-width: 425px) {
  .event .module_title .img {
    width: 100px;
    height: auto;
  }
}
.event .module_title .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.event .module_title .title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .event .module_title .title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .event .module_title .title .eng {
    font-size: 25px;
  }
}
.event .module_title .title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.event .module_title .title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .event .module_title .title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .event .module_title .title .chi p {
    font-size: 25px;
  }
}
.event .module_title .title .chi p {
  font-weight: 700;
}
.event .module_title .title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .event .module_title .title .chi img {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 840px) {
  .event .module_title .title {
    width: calc(100% - 154px);
  }
}
@media (max-width: 425px) {
  .event .module_title .title {
    width: calc(100% - 120px);
  }
}
.event .module_title .title .eng {
  color: #f3981e;
  text-shadow: 3px 3px 0 #9f2226, 1px -1px 0 #9f2226, -1px 1px 0 #9f2226, 1px 1px 0 #9f2226;
}
.event .module_title .title .chi {
  justify-content: start;
}
.event .module_title .title .chi p {
  margin-top: 0;
  color: #fff;
}
.event .module_title {
  margin-bottom: 20px;
}
@media (max-width: 840px) {
  .event .module_title {
    padding: 0 20px;
  }
}
.event .event_slick {
  margin: 60px 0 0;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .event .event_slick {
    margin: 0 -10px;
  }
}
@media (max-width: 1024px) {
  .event .event_slick {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }
}
.event .event_slick .slick-slide {
  width: 60vw;
  padding: 0 20px;
  transition: padding 0.3s;
}
@media (max-width: 1200px) {
  .event .event_slick .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 10240px) {
  .event .event_slick .slick-slide {
    width: 80vw;
  }
}
.event .event_slick .slick-slide a {
  display: block;
  position: relative;
}
.event .event_slick .slick-slide a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 35%;
  overflow: hidden;
  border-radius: 10px;
}
.event .event_slick .slick-slide a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.event .event_slick .slick-slide a .news_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 33, 55, 0.6);
  border-radius: 10px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
.event .event_slick .slick-slide a .news_content {
  position: relative;
  padding: 15px 15px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .event .event_slick .slick-slide a .news_content {
    display: none;
  }
}
.event .event_slick .slick-slide a .news_content .news_subject {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  transition: all 0.3s;
  padding-left: 20px;
  position: relative;
}
.event .event_slick .slick-slide a .news_content .news_subject:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.event .event_slick .slick-slide a:hover .news_img::before {
  opacity: 1;
}
.event .event_slick .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .event .event_slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .event .event_slick .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.event .event_slick .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .event .event_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .event .event_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .event .event_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .event .event_slick .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.event .event_slick .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .event .event_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .event .event_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .event .event_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .event .event_slick .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.event .event_slick .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.event .event_slick .slick-arrow:hover svg {
  fill: #132137;
}
.event .event_slick .slick-arrow.white svg {
  fill: #fff;
}
.event .event_slick .slick-arrow.white:hover svg {
  fill: #132137;
}
.event .event_slick .slick-dots {
  bottom: -30px;
}
.event .event_slick .slick-dots li button {
  transform: all 0.3s;
}
.event .event_slick .slick-dots .slick-active button {
  background-color: #f3981e;
}
.event .button_set {
  width: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin: 0 auto;
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 375px) {
  .event .button_set {
    width: 100%;
  }
}
.event .button_set .arrowtype {
  width: 53px;
  height: 53px;
  background-color: #f3981e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border-color: #f3981e;
}
.event .button_set .arrowtype:before, .event .button_set .arrowtype:after {
  content: none;
}
.event .button_set .arrowtype svg {
  height: 20px;
  fill: #132137;
}
.event .button_set .arrowtype:hover svg {
  fill: #fff;
}
.event .button_set .button06 {
  width: 203px;
  height: 52px;
  position: relative;
  margin: 0;
  background-color: #f3981e;
}
@media (max-width: 1024px) {
  .event .button_set .button06 {
    background-color: #a72126;
    border-color: #f3981e;
  }
  .event .button_set .button06 span {
    color: #fff;
  }
  .event .button_set .button06:before {
    background: url("../img/other/button_dot_active.png");
    background-size: 100% 100%;
  }
}
@media (max-width: 375px) {
  .event .button_set .button06 {
    width: auto;
  }
}
.event .button_set .button06 span {
  color: #132137;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.event .button_set .button06:hover {
  background-color: #a72126;
  border-color: #f3981e;
}
.event .button_set .button06:hover span {
  color: #fff;
}
.event .button_set .button06:hover:before {
  background: url("../img/other/button_dot_active.png");
  background-size: 100% 100%;
}
.event.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.event.in .event_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.event.in .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.news {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news {
  background: url("../img/news/news_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 640px) {
  .news {
    overflow: hidden;
  }
}
.news .wider_container {
  padding: 0;
  max-width: 100%;
}
.news .module_title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .news .module_title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .news .module_title .eng {
    font-size: 25px;
  }
}
.news .module_title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.news .module_title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .news .module_title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .news .module_title .chi p {
    font-size: 25px;
  }
}
.news .module_title .chi p {
  font-weight: 700;
}
.news .module_title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .news .module_title .chi img {
    width: 70px;
    height: auto;
  }
}
.news .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .news .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news .module_title {
    margin-bottom: 30px;
  }
}
.news .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news .module_title .chi {
  margin-top: 10px;
}
.news .module_content {
  position: relative;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .news .module_content {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .news .module_content {
    margin-top: 40px;
  }
}
.news .module_content .news_slick {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.news .module_content .news_slick:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news .module_content .news_slick.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.3s 0.5s;
}
.news .module_content .news_slick .slick-list {
  overflow: visible;
}
.news .module_content .news_slick .slick-slide {
  transition: all 0.3s;
  position: relative;
  overflow: visible;
  padding: 25px 0;
}
@media (max-width: 1600px) {
  .news .module_content .news_slick .slick-slide {
    padding: 20px 50px;
  }
}
.news .module_content .news_slick .slick-slide:first-child:after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1541px;
  height: 10px;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: url("../img/news/news_deco.png");
  background-size: 100% 100%;
  background-position: center;
}
@media (max-width: 1600px) {
  .news .module_content .news_slick .slick-slide:first-child:after {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .news .module_content .news_slick .slick-slide:first-child:after {
    background: url("../img/news/news_deco_mb.png");
    background-size: 100% 100%;
    background-position: center;
  }
}
.news .module_content .news_slick .slick-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1541px;
  height: 10px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: url("../img/news/news_deco.png");
  background-size: 100% 100%;
  background-position: center;
}
@media (max-width: 1600px) {
  .news .module_content .news_slick .slick-slide:before {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .news .module_content .news_slick .slick-slide:before {
    background: url("../img/news/news_deco_mb.png");
    background-size: 100% 100%;
    background-position: center;
  }
}
@media (max-width: 1200px) {
  .news .module_content .news_slick .slick-slide {
    padding: 15px 5vw;
  }
}
@media (max-width: 768px) {
  .news .module_content .news_slick .slick-slide {
    padding: 15px 25px;
  }
}
@media (max-width: 480px) {
  .news .module_content .news_slick .slick-slide {
    padding: 15px 0;
  }
}
@media (min-width: 1025px) {
  .news .module_content .news_slick .slick-slide.slick-active + .slick-active + .slick-active + .slick-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1024px) {
  .news .module_content .news_slick .slick-slide.slick-active + .slick-active + .slick-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 640px) {
  .news .module_content .news_slick .slick-slide.slick-active + .slick-active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.news .module_content .news_slick .slick-slide .news_item a {
  max-width: 1540px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .news .module_content .news_slick .slick-slide .news_item a {
    padding: 0 50px 0 400px;
    height: 250px;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}
@media (max-width: 976px) {
  .news .module_content .news_slick .slick-slide .news_item a {
    padding: 0 20px 0 290px;
    height: 180px;
  }
}
@media (max-width: 976px) {
  .news .module_content .news_slick .slick-slide .news_item a {
    padding: 0 20px 0 290px;
    height: 180px;
  }
}
@media (max-width: 476px) {
  .news .module_content .news_slick .slick-slide .news_item a {
    padding: 220px 50px 20px;
    height: auto;
  }
}
.news .module_content .news_slick .slick-slide .news_item a .news_num {
  width: 150px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_num {
    width: 132px;
  }
}
@media (max-width: 768px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_num {
    width: 127px;
  }
}
@media (max-width: 480px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_num {
    width: 107px;
  }
}
.news .module_content .news_slick .slick-slide .news_item a .news_num p {
  font-size: 63px;
  text-shadow: 4px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_num p {
    font-size: 35px;
  }
}
.news .module_content .news_slick .slick-slide .news_item a .news_type {
  width: 230px;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.875px;
  color: #132137;
}
@media (max-width: 1024px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_type {
    font-size: 25px;
  }
}
.news .module_content .news_slick .slick-slide .news_item a .news_info {
  width: calc(100% - 480px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 976px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_info {
    width: 100%;
  }
}
.news .module_content .news_slick .slick-slide .news_item a .news_info .title {
  font-size: 25px;
  letter-spacing: 1.25px;
  color: #88b5ff;
}
@media (max-width: 1024px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_info .title {
    font-size: 14px;
  }
}
.news .module_content .news_slick .slick-slide .news_item a .news_info .img {
  width: 50px;
  position: relative;
}
@media (max-width: 1600px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_info .img {
    position: absolute;
    left: 50px;
    top: 0;
  }
}
@media (max-width: 976px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_info .img {
    left: 40px;
  }
}
@media (max-width: 476px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_info .img {
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.news .module_content .news_slick .slick-slide .news_item a .news_info .img img {
  width: 336px;
  object-fit: contain;
  opacity: 0;
  border: 10px solid #fff;
  position: absolute;
  top: -150px;
  left: -150px;
  max-width: fit-content;
  box-shadow: 0 3px 10px rgb(57, 57, 57);
  z-index: 5;
}
@media (max-width: 1600px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_info .img img {
    top: 20px;
    left: 0;
    opacity: 1;
  }
}
@media (max-width: 976px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_info .img img {
    width: 220px;
  }
}
@media (max-width: 476px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_info .img img {
    width: 250px;
  }
}
.news .module_content .news_slick .slick-slide .news_item a .news_info .img:before {
  position: absolute;
  content: url("../img/news/magic_bar.png");
  left: -250px;
  bottom: -75px;
  opacity: 0;
  z-index: 7;
}
@media (max-width: 1600px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_info .img:before {
    display: none;
  }
}
.news .module_content .news_slick .slick-slide .news_item a .news_info .button06 {
  width: 203px;
  height: 52px;
  position: relative;
}
.news .module_content .news_slick .slick-slide .news_item a .news_info .button06 span {
  color: #132137;
}
@media (max-width: 1600px) {
  .news .module_content .news_slick .slick-slide .news_item a .news_info .button06 {
    display: none;
  }
}
.news .module_content .news_slick .slick-slide:hover {
  background: #88b5ff;
}
.news .module_content .news_slick .slick-slide:hover .news_item .news_num p {
  color: #f3981e;
}
.news .module_content .news_slick .slick-slide:hover .news_item .news_info .title {
  color: #fff;
}
.news .module_content .news_slick .slick-slide:hover .news_item .news_info .img img {
  opacity: 1;
}
.news .module_content .news_slick .slick-slide:hover .news_item .news_info .img:before {
  opacity: 1;
}
.news .module_content .news_slick .slick-slide:hover .news_item .news_info .button06 {
  background: #1f365c;
}
.news .module_content .news_slick .slick-slide:hover .news_item .news_info .button06 span {
  color: #fff;
}
.news.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.news.in .module_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.news.in .news_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.8s;
}

.admissions {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .admissions {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .admissions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .admissions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.admissions {
  background-color: #1f365c;
  position: relative;
  overflow: hidden;
}
.admissions:before {
  position: absolute;
  left: 0;
  content: url("../img/news/info_bg.png");
  top: 50%;
  transform: translateY(-40%);
}
.admissions.show:before {
  animation: admissionAni 3s;
  animation-fill-mode: forwards;
}
.admissions .wider_container > .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1600px) {
  .admissions .wider_container > .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px 0;
  }
}
.admissions .wider_container > .top .module_title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .admissions .wider_container > .top .module_title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .admissions .wider_container > .top .module_title .eng {
    font-size: 25px;
  }
}
.admissions .wider_container > .top .module_title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.admissions .wider_container > .top .module_title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .admissions .wider_container > .top .module_title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .admissions .wider_container > .top .module_title .chi p {
    font-size: 25px;
  }
}
.admissions .wider_container > .top .module_title .chi p {
  font-weight: 700;
}
.admissions .wider_container > .top .module_title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .admissions .wider_container > .top .module_title .chi img {
    width: 70px;
    height: auto;
  }
}
.admissions .wider_container > .top .module_title {
  display: flex;
  gap: 0 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  margin-bottom: 0;
  justify-content: center;
}
@media (max-width: 476px) {
  .admissions .wider_container > .top .module_title {
    width: 100%;
    gap: 0 10px;
  }
}
.admissions .wider_container > .top .module_title .img {
  width: 104px;
  height: 133px;
}
@media (max-width: 476px) {
  .admissions .wider_container > .top .module_title .img {
    width: 65px;
    height: auto;
  }
}
.admissions .wider_container > .top .module_title .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.admissions .wider_container > .top .module_title .title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .admissions .wider_container > .top .module_title .title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .admissions .wider_container > .top .module_title .title .eng {
    font-size: 25px;
  }
}
.admissions .wider_container > .top .module_title .title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.admissions .wider_container > .top .module_title .title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .admissions .wider_container > .top .module_title .title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .admissions .wider_container > .top .module_title .title .chi p {
    font-size: 25px;
  }
}
.admissions .wider_container > .top .module_title .title .chi p {
  font-weight: 700;
}
.admissions .wider_container > .top .module_title .title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .admissions .wider_container > .top .module_title .title .chi img {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 476px) {
  .admissions .wider_container > .top .module_title .title {
    width: calc(100% - 65px);
  }
}
.admissions .wider_container > .top .module_title .title .eng {
  color: #f3981e;
  text-shadow: 3px 3px 0 #9f2226, 1px -1px 0 #9f2226, -1px 1px 0 #9f2226, 1px 1px 0 #9f2226;
}
@media (max-width: 640px) {
  .admissions .wider_container > .top .module_title .title .eng {
    width: 245px;
  }
}
.admissions .wider_container > .top .module_title .title .chi {
  justify-content: start;
}
.admissions .wider_container > .top .module_title .title .chi p {
  margin-top: 0;
  color: #fff;
}
.admissions .wider_container > .top .module_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .admissions .wider_container > .top .module_tabs {
    display: none;
  }
}
.admissions .wider_container > .top .module_selector {
  position: relative;
}
@media (min-width: 1025px) {
  .admissions .wider_container > .top .module_selector {
    display: none;
  }
}
.admissions .wider_container > .top .module_selector .module_select_list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%);
}
.admissions .wider_container > .top .module_select {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #132137;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1025px) {
  .admissions .wider_container > .top .module_select {
    display: none;
  }
}
.admissions .wider_container > .top .module_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.admissions .wider_container > .top .module_select_list {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .admissions .wider_container > .top .module_select_list {
    display: none !important;
  }
}
.admissions .wider_container > .top .module_select_list li {
  color: #525252;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.admissions .wider_container > .top .module_select_list li + li {
  border-top: 1px solid #ededed;
}
.admissions .wider_container > .top.in .module_tabs,
.admissions .wider_container > .top.in .module_select {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.admissions .wider_container > .top .module_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1024px) {
  .admissions .wider_container > .top .module_tabs {
    display: none;
  }
}
.admissions .wider_container > .top .module_tabs .button01 {
  border-color: #88b5ff;
}
.admissions .wider_container > .top .module_tabs .button01 span {
  color: #88b5ff;
}
.admissions .wider_container > .top .module_select {
  display: none;
}
.admissions .wider_container > .top .module_select_list {
  display: block;
  max-width: 100%;
}
.admissions .wider_container > .top .module_select_list li {
  background: transparent;
  border-top: 1px solid #88b5ff;
  color: #88b5ff;
  padding: 20px;
}
.admissions .wider_container > .top .module_select_list li:last-child {
  border-bottom: 1px solid #88b5ff;
}
.admissions .wider_container > .top .module_select_list li + li {
  border-top: 1px solid #88b5ff;
}
.admissions .module_content {
  position: relative;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .admissions .module_content {
    margin-top: 50px;
  }
}
.admissions .module_content .admissions_item {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s;
}
.admissions .module_content .admissions_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.admissions .module_content .admissions_item.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.3s 0.5s;
}
.admissions .module_content .admissions_item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 105px;
}
@media (max-width: 1440px) {
  .admissions .module_content .admissions_item .top {
    gap: 0 50px;
  }
}
@media (max-width: 1024px) {
  .admissions .module_content .admissions_item .top {
    flex-direction: column;
    gap: 20px 0;
  }
}
.admissions .module_content .admissions_item .top > a {
  width: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .admissions .module_content .admissions_item .top > a {
    width: 100%;
  }
}
.admissions .module_content .admissions_item .top > a .news_img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
  border-radius: 10px;
}
.admissions .module_content .admissions_item .top > a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.admissions .module_content .admissions_item .top > a .news_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 33, 55, 0.6);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 10px;
}
.admissions .module_content .admissions_item .top > a:hover .news_img::before {
  opacity: 1;
}
.admissions .module_content .admissions_item .top .news_content {
  width: 50%;
  position: relative;
  padding: 30px 18px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .admissions .module_content .admissions_item .top .news_content {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .admissions .module_content .admissions_item .top .news_content {
    padding: 20px 18px;
  }
}
.admissions .module_content .admissions_item .top .news_content .news_date {
  color: #f3981e;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.admissions .module_content .admissions_item .top .news_content .news_subject {
  display: -webkit-box;
  height: 100px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.3s;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .admissions .module_content .admissions_item .top .news_content .news_subject {
    font-size: 24px;
    display: -webkit-box;
    height: 80px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .admissions .module_content .admissions_item .top .news_content .news_subject {
    display: -webkit-box;
    height: 40px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .admissions .module_content .admissions_item .top .news_content .news_subject {
    font-size: 20px;
    display: -webkit-box;
    height: 80px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.admissions .module_content .admissions_item .top .news_content img {
  width: 100%;
  object-fit: cover;
  margin: 10px 0;
}
.admissions .module_content .admissions_item .top .news_content .module_desc {
  display: -webkit-box;
  height: 90px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #88b5ff;
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .admissions .module_content .admissions_item .top .news_content .module_desc {
    display: -webkit-box;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .admissions .module_content .admissions_item .top .news_content .module_desc {
    display: -webkit-box;
    height: 165px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.admissions .module_content .admissions_item .top .news_content .button06 {
  width: 203px;
  height: 52px;
  position: relative;
  transition: all 0.3s;
  border-color: #f3981e;
  margin: 40px 0 0;
}
@media (max-width: 480px) {
  .admissions .module_content .admissions_item .top .news_content .button06 {
    margin: 40px auto 0;
  }
}
.admissions .module_content .admissions_item .top .news_content .button06 span {
  color: #fff;
}
.admissions .module_content .admissions_item .top .news_content .button06:before {
  background: url("../img/other/button_dot_active.png");
  background-size: 100% 100%;
}
.admissions .module_content .admissions_item .top .news_content .button06:hover {
  background: #f3981e;
}
.admissions .module_content .admissions_item .top .news_content:hover .news_subject {
  color: #f3981e;
}
.admissions .module_content .admissions_item .top .news_content:hover .module_desc {
  color: #fff;
}
.admissions .module_content .news_slick_cate_1,
.admissions .module_content .news_slick_cate_2,
.admissions .module_content .news_slick_cate_3 {
  margin: 20px -20px 0;
}
.admissions .module_content .news_slick_cate_1 .slick-track,
.admissions .module_content .news_slick_cate_2 .slick-track,
.admissions .module_content .news_slick_cate_3 .slick-track {
  gap: 0 95px;
}
.admissions .module_content .news_slick_cate_1 .slick-slide,
.admissions .module_content .news_slick_cate_2 .slick-slide,
.admissions .module_content .news_slick_cate_3 .slick-slide {
  padding: 0 20px;
  transition: padding 0.3s;
}
@media (max-width: 1200px) {
  .admissions .module_content .news_slick_cate_1 .slick-slide,
  .admissions .module_content .news_slick_cate_2 .slick-slide,
  .admissions .module_content .news_slick_cate_3 .slick-slide {
    padding: 0 10px;
  }
}
.admissions .module_content .news_slick_cate_1 .slick-slide a,
.admissions .module_content .news_slick_cate_2 .slick-slide a,
.admissions .module_content .news_slick_cate_3 .slick-slide a {
  display: block;
  position: relative;
}
.admissions .module_content .news_slick_cate_1 .slick-slide a .news_content,
.admissions .module_content .news_slick_cate_2 .slick-slide a .news_content,
.admissions .module_content .news_slick_cate_3 .slick-slide a .news_content {
  position: relative;
  padding: 30px 0;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .admissions .module_content .news_slick_cate_1 .slick-slide a .news_content,
  .admissions .module_content .news_slick_cate_2 .slick-slide a .news_content,
  .admissions .module_content .news_slick_cate_3 .slick-slide a .news_content {
    padding: 20px 18px;
  }
}
.admissions .module_content .news_slick_cate_1 .slick-slide a .news_content .news_date,
.admissions .module_content .news_slick_cate_2 .slick-slide a .news_content .news_date,
.admissions .module_content .news_slick_cate_3 .slick-slide a .news_content .news_date {
  color: #f3981e;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.admissions .module_content .news_slick_cate_1 .slick-slide a .news_content .news_subject,
.admissions .module_content .news_slick_cate_2 .slick-slide a .news_content .news_subject,
.admissions .module_content .news_slick_cate_3 .slick-slide a .news_content .news_subject {
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all 0.3s;
  margin-top: 10px;
}
@media (max-width: 1500px) {
  .admissions .module_content .news_slick_cate_1 .slick-slide a .news_content .news_subject,
  .admissions .module_content .news_slick_cate_2 .slick-slide a .news_content .news_subject,
  .admissions .module_content .news_slick_cate_3 .slick-slide a .news_content .news_subject {
    display: -webkit-box;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .admissions .module_content .news_slick_cate_1 .slick-slide a .news_content .news_subject,
  .admissions .module_content .news_slick_cate_2 .slick-slide a .news_content .news_subject,
  .admissions .module_content .news_slick_cate_3 .slick-slide a .news_content .news_subject {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .admissions .module_content .news_slick_cate_1 .slick-slide a .news_content .news_subject,
  .admissions .module_content .news_slick_cate_2 .slick-slide a .news_content .news_subject,
  .admissions .module_content .news_slick_cate_3 .slick-slide a .news_content .news_subject {
    font-size: 16px;
  }
}
.admissions .module_content .news_slick_cate_1 .slick-slide a .news_content .news_line,
.admissions .module_content .news_slick_cate_2 .slick-slide a .news_content .news_line,
.admissions .module_content .news_slick_cate_3 .slick-slide a .news_content .news_line {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background: #456cad;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .admissions .module_content .news_slick_cate_1 .slick-slide a .news_content .news_line,
  .admissions .module_content .news_slick_cate_2 .slick-slide a .news_content .news_line,
  .admissions .module_content .news_slick_cate_3 .slick-slide a .news_content .news_line {
    margin: 10px 0;
  }
}
.admissions .module_content .news_slick_cate_1 .slick-slide a .news_content .module_desc,
.admissions .module_content .news_slick_cate_2 .slick-slide a .news_content .module_desc,
.admissions .module_content .news_slick_cate_3 .slick-slide a .news_content .module_desc {
  display: -webkit-box;
  height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #b7d3ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.8px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .admissions .module_content .news_slick_cate_1 .slick-slide a .news_content .module_desc,
  .admissions .module_content .news_slick_cate_2 .slick-slide a .news_content .module_desc,
  .admissions .module_content .news_slick_cate_3 .slick-slide a .news_content .module_desc {
    display: -webkit-box;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .admissions .module_content .news_slick_cate_1 .slick-slide a .news_content .module_desc,
  .admissions .module_content .news_slick_cate_2 .slick-slide a .news_content .module_desc,
  .admissions .module_content .news_slick_cate_3 .slick-slide a .news_content .module_desc {
    display: -webkit-box;
    height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.admissions .module_content .news_slick_cate_1 .slick-slide a:hover .news_content .news_subject,
.admissions .module_content .news_slick_cate_2 .slick-slide a:hover .news_content .news_subject,
.admissions .module_content .news_slick_cate_3 .slick-slide a:hover .news_content .news_subject {
  color: #f3981e;
}
.admissions .module_content .news_slick_cate_1 .slick-slide a:hover .news_content .module_desc,
.admissions .module_content .news_slick_cate_2 .slick-slide a:hover .news_content .module_desc,
.admissions .module_content .news_slick_cate_3 .slick-slide a:hover .news_content .module_desc {
  color: #fff;
}
.admissions .module_content .news_slick_cate_1 .slick-arrow,
.admissions .module_content .news_slick_cate_2 .slick-arrow,
.admissions .module_content .news_slick_cate_3 .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .admissions .module_content .news_slick_cate_1 .slick-arrow,
  .admissions .module_content .news_slick_cate_2 .slick-arrow,
  .admissions .module_content .news_slick_cate_3 .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .admissions .module_content .news_slick_cate_1 .slick-arrow,
  .admissions .module_content .news_slick_cate_2 .slick-arrow,
  .admissions .module_content .news_slick_cate_3 .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.admissions .module_content .news_slick_cate_1 .slick-arrow.slick-prev:not(.keep_default),
.admissions .module_content .news_slick_cate_2 .slick-arrow.slick-prev:not(.keep_default),
.admissions .module_content .news_slick_cate_3 .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .admissions .module_content .news_slick_cate_1 .slick-arrow.slick-prev:not(.keep_default),
  .admissions .module_content .news_slick_cate_2 .slick-arrow.slick-prev:not(.keep_default),
  .admissions .module_content .news_slick_cate_3 .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .admissions .module_content .news_slick_cate_1 .slick-arrow.slick-prev:not(.keep_default),
  .admissions .module_content .news_slick_cate_2 .slick-arrow.slick-prev:not(.keep_default),
  .admissions .module_content .news_slick_cate_3 .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .admissions .module_content .news_slick_cate_1 .slick-arrow.slick-prev:not(.keep_default),
  .admissions .module_content .news_slick_cate_2 .slick-arrow.slick-prev:not(.keep_default),
  .admissions .module_content .news_slick_cate_3 .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .admissions .module_content .news_slick_cate_1 .slick-arrow.slick-prev:not(.keep_default),
  .admissions .module_content .news_slick_cate_2 .slick-arrow.slick-prev:not(.keep_default),
  .admissions .module_content .news_slick_cate_3 .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.admissions .module_content .news_slick_cate_1 .slick-arrow.slick-next:not(.keep_default),
.admissions .module_content .news_slick_cate_2 .slick-arrow.slick-next:not(.keep_default),
.admissions .module_content .news_slick_cate_3 .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .admissions .module_content .news_slick_cate_1 .slick-arrow.slick-next:not(.keep_default),
  .admissions .module_content .news_slick_cate_2 .slick-arrow.slick-next:not(.keep_default),
  .admissions .module_content .news_slick_cate_3 .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .admissions .module_content .news_slick_cate_1 .slick-arrow.slick-next:not(.keep_default),
  .admissions .module_content .news_slick_cate_2 .slick-arrow.slick-next:not(.keep_default),
  .admissions .module_content .news_slick_cate_3 .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .admissions .module_content .news_slick_cate_1 .slick-arrow.slick-next:not(.keep_default),
  .admissions .module_content .news_slick_cate_2 .slick-arrow.slick-next:not(.keep_default),
  .admissions .module_content .news_slick_cate_3 .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .admissions .module_content .news_slick_cate_1 .slick-arrow.slick-next:not(.keep_default),
  .admissions .module_content .news_slick_cate_2 .slick-arrow.slick-next:not(.keep_default),
  .admissions .module_content .news_slick_cate_3 .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.admissions .module_content .news_slick_cate_1 .slick-arrow svg,
.admissions .module_content .news_slick_cate_2 .slick-arrow svg,
.admissions .module_content .news_slick_cate_3 .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.admissions .module_content .news_slick_cate_1 .slick-arrow:hover svg,
.admissions .module_content .news_slick_cate_2 .slick-arrow:hover svg,
.admissions .module_content .news_slick_cate_3 .slick-arrow:hover svg {
  fill: #132137;
}
.admissions .module_content .news_slick_cate_1 .slick-arrow.white svg,
.admissions .module_content .news_slick_cate_2 .slick-arrow.white svg,
.admissions .module_content .news_slick_cate_3 .slick-arrow.white svg {
  fill: #fff;
}
.admissions .module_content .news_slick_cate_1 .slick-arrow.white:hover svg,
.admissions .module_content .news_slick_cate_2 .slick-arrow.white:hover svg,
.admissions .module_content .news_slick_cate_3 .slick-arrow.white:hover svg {
  fill: #132137;
}
.admissions .module_content .button_set {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin: 0 auto;
  margin-top: 55px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.admissions .module_content .button_set .arrowtype {
  width: 53px;
  height: 53px;
  background-color: #f3981e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border-color: #f3981e;
}
.admissions .module_content .button_set .arrowtype:before, .admissions .module_content .button_set .arrowtype:after {
  content: none;
}
.admissions .module_content .button_set .arrowtype svg {
  height: 20px;
  fill: #132137;
}
.admissions .module_content .button_set .arrowtype:hover svg {
  fill: #fff;
}
.admissions.in .wider_container .top .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.admissions.in .wider_container .top .module_tabs {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.admissions.in .module_content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.admissions.in .module_content > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.admissions.in .module_content .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}

.campus {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .campus {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .campus {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .campus {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.campus {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 640px) {
  .campus {
    overflow: hidden;
  }
}
.campus:before {
  content: url("../img/news/campus_bg.png");
  right: 0;
  bottom: -250px;
  position: absolute;
  z-index: 0;
  transform: translateX(150px);
  animation: campusAni 2s;
  animation-fill-mode: forwards;
}
.campus .wider_container {
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.campus .module_title {
  width: 100%;
}
.campus .module_title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .campus .module_title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .campus .module_title .eng {
    font-size: 25px;
  }
}
.campus .module_title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.campus .module_title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .campus .module_title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .campus .module_title .chi p {
    font-size: 25px;
  }
}
.campus .module_title .chi p {
  font-weight: 700;
}
.campus .module_title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .campus .module_title .chi img {
    width: 70px;
    height: auto;
  }
}
.campus .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .campus .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .campus .module_title {
    margin-bottom: 30px;
  }
}
.campus .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 768px) {
  .campus .module_title {
    text-align: left;
    padding-left: 220px;
  }
}
@media (max-width: 480px) {
  .campus .module_title {
    padding-left: 190px;
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  .campus .module_title {
    padding-left: 180px;
  }
}
@media (max-width: 768px) {
  .campus .module_title .chi {
    justify-content: start;
  }
}
@media (max-width: 480px) {
  .campus .module_title .chi img {
    width: 71px;
    height: auto;
  }
}
.campus .left {
  width: 250px;
}
@media (max-width: 1440px) {
  .campus .left {
    width: 150px;
  }
}
.campus .left img {
  object-fit: contain;
  transform: translateY(-100px);
}
@media (max-width: 768px) {
  .campus .left img {
    transform: translateY(0);
  }
}
.campus .left img.md {
  display: block;
}
@media (max-width: 768px) {
  .campus .left img.md {
    display: none;
  }
}
.campus .left img.mb {
  display: none;
}
@media (max-width: 768px) {
  .campus .left img.mb {
    display: block;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 157px;
    height: 202px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .campus .left img.mb {
    left: 20px;
  }
}
@media (max-width: 768px) and (max-width: 450px) {
  .campus .left img.mb {
    width: 134px;
    height: auto;
  }
}
.campus .right {
  width: calc(100% - 250px);
  padding-left: 65px;
  position: relative;
}
@media (max-width: 1440px) {
  .campus .right {
    width: calc(100% - 150px);
  }
}
@media (max-width: 768px) {
  .campus .right {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .campus .right {
    padding: 0 20px;
  }
}
.campus .right .campus_box {
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .campus .right .campus_box {
    max-width: 1430px;
  }
}
@media (max-width: 1200px) {
  .campus .right .campus_box {
    position: relative;
  }
}
@media (max-width: 1199px) {
  .campus .right .campus_box {
    max-width: unset;
    margin: 0 -15px;
  }
}
.campus .right .campus_box .campus_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1199px) {
  .campus .right .campus_box .campus_slick {
    display: none;
  }
}
.campus .right .campus_box .campus_slick .top {
  display: flex;
  gap: 0 40px;
  justify-content: center;
  margin-bottom: 10px;
}
.campus .right .campus_box .campus_slick .top .item:nth-child(1) {
  width: 36%;
}
.campus .right .campus_box .campus_slick .top .item:nth-child(2) {
  width: 28%;
}
.campus .right .campus_box .campus_slick .top .item:nth-child(3) {
  width: 36%;
}
.campus .right .campus_box .campus_slick .bottom {
  display: flex;
  justify-content: center;
  width: 28%;
  margin: -30px auto 0;
}
.campus .right .campus_box .campus_slick .item {
  display: flex;
  align-items: start;
  justify-content: center;
  border-radius: 10px;
}
@media (min-width: 1601px) {
  .campus .right .campus_box .campus_slick .slick-slide {
    background-image: linear-gradient(to bottom, #d9d9d9 0%, #d9d9d9 100%);
    background-size: 1px 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.campus .right .campus_box .campus_slick .slick-slide a {
  display: block;
}
.campus .right .campus_box .campus_slick .slick-slide a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 62.1072088725%;
}
.campus .right .campus_box .campus_slick .slick-slide a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
.campus .right .campus_box .campus_slick .slick-slide a .news_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(136, 181, 255, 0.4);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
.campus .right .campus_box .campus_slick .slick-slide a .news_img .news_date {
  width: 192px;
  height: 54px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #88b5ff;
  border-radius: 10px;
  right: 40px;
  bottom: -27px;
  gap: 0 5px;
}
.campus .right .campus_box .campus_slick .slick-slide a .news_img .news_date svg {
  fill: #fff;
}
.campus .right .campus_box .campus_slick .slick-slide a .news_img .news_date p {
  font-size: 22px;
  font-family: "Cormorant", sans-serif;
  letter-spacing: 1.1px;
  font-weight: 600;
  color: #fff;
}
.campus .right .campus_box .campus_slick .slick-slide a .news_info {
  display: flex;
  flex-direction: column;
  padding: 40px 0 20px;
  background: #fff;
}
.campus .right .campus_box .campus_slick .slick-slide a .news_info .news_subject {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1f365c;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.25px;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.campus .right .campus_box .campus_slick .slick-slide a .news_info .module_desc {
  display: -webkit-box;
  height: 90;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7647058824;
  letter-spacing: 0.85px;
  color: #525252;
}
@media (max-width: 480px) {
  .campus .right .campus_box .campus_slick .slick-slide a .news_info .module_desc {
    display: -webkit-box;
    height: 50.4px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.campus .right .campus_box .campus_slick .slick-slide a:hover .news_img::before {
  opacity: 1;
}
.campus .right .campus_box .news_slick_mb {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1200px) {
  .campus .right .campus_box .news_slick_mb {
    display: none;
  }
}
@media (max-width: 1200px) {
  .campus .right .campus_box .news_slick_mb {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .campus .right .campus_box .news_slick_mb {
    margin-top: 150px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .campus .right .campus_box .news_slick_mb {
    margin-top: 100px;
  }
}
.campus .right .campus_box .news_slick_mb .slick-slide {
  padding: 0 15px;
}
@media (max-width: 768px) {
  .campus .right .campus_box .news_slick_mb .slick-slide {
    margin-bottom: 20px;
  }
}
.campus .right .campus_box .news_slick_mb .slick-slide a {
  display: block;
}
.campus .right .campus_box .news_slick_mb .slick-slide a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 62.1072088725%;
}
.campus .right .campus_box .news_slick_mb .slick-slide a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
.campus .right .campus_box .news_slick_mb .slick-slide a .news_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(136, 181, 255, 0.4);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}
.campus .right .campus_box .news_slick_mb .slick-slide a .news_img .news_date {
  width: 192px;
  height: 54px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #88b5ff;
  border-radius: 10px;
  right: 40px;
  bottom: -27px;
  gap: 0 5px;
}
.campus .right .campus_box .news_slick_mb .slick-slide a .news_img .news_date svg {
  fill: #fff;
}
.campus .right .campus_box .news_slick_mb .slick-slide a .news_img .news_date p {
  font-size: 22px;
  font-family: "Cormorant", sans-serif;
  letter-spacing: 1.1px;
  font-weight: 600;
  color: #fff;
}
.campus .right .campus_box .news_slick_mb .slick-slide a .news_info {
  display: flex;
  flex-direction: column;
  padding: 40px 0 20px;
  background: #fff;
}
.campus .right .campus_box .news_slick_mb .slick-slide a .news_info .news_subject {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1f365c;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.25px;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.campus .right .campus_box .news_slick_mb .slick-slide a .news_info .module_desc {
  display: -webkit-box;
  height: 90;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7647058824;
  letter-spacing: 0.85px;
  color: #525252;
}
@media (max-width: 480px) {
  .campus .right .campus_box .news_slick_mb .slick-slide a .news_info .module_desc {
    display: -webkit-box;
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.campus .right .campus_box .news_slick_mb .slick-slide a:hover .news_img::before {
  opacity: 1;
}
.campus .right .campus_box .button_set {
  width: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin: 0 auto;
  margin-top: 55px !important;
  position: absolute;
  left: 60px;
  top: 60%;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .campus .right .campus_box .button_set {
    position: relative;
    top: 0;
    left: 50%;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .campus .right .campus_box .button_set {
    margin-top: 30px !important;
  }
}
.campus .right .campus_box .button_set .arrowtype {
  width: 53px;
  height: 53px;
  background-color: #132137;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  transition: all 0.3s;
}
.campus .right .campus_box .button_set .arrowtype:before, .campus .right .campus_box .button_set .arrowtype:after {
  content: none;
}
.campus .right .campus_box .button_set .arrowtype svg {
  height: 20px;
  fill: #fff;
}
.campus .right .campus_box .button_set .arrowtype:hover {
  background: #f3981e;
}
.campus .right .campus_box .button_set .button06 {
  width: 203px;
  height: 52px;
  position: relative;
  margin: 0;
  background-color: #fff;
}
.campus .right .campus_box .button_set .button06 span {
  color: #132137;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.campus .right .campus_box .button_set .button06:hover {
  background-color: #f3981e;
  border-color: #1f365c;
}
.campus .right .campus_box .button_set .button06:hover span {
  color: #fff;
}
.campus .right .campus_box .button_set .button06:hover:before {
  background: url("../img/other/button_dot_active.png");
  background-size: 100% 100%;
}
.campus.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.campus.in .right .campus_box .campus_slick,
.campus.in .right .campus_box .news_slick_mb {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.campus.in .right .campus_box .button_set {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
@media (max-width: 1440px) {
  .campus.in .right .campus_box .button_set {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1200px) {
  .campus.in .right .campus_box .button_set {
    transform: translate(-55%, 0);
  }
}
@media (max-width: 480px) {
  .campus.in .right .campus_box .button_set {
    transform: translate(-50%, 0);
  }
}

.news11 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .news11 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .news11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .news11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news11 .module_title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .news11 .module_title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .news11 .module_title .eng {
    font-size: 25px;
  }
}
.news11 .module_title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.news11 .module_title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .news11 .module_title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .news11 .module_title .chi p {
    font-size: 25px;
  }
}
.news11 .module_title .chi p {
  font-weight: 700;
}
.news11 .module_title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .news11 .module_title .chi img {
    width: 70px;
    height: auto;
  }
}
.news11 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .news11 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .news11 .module_title {
    margin-bottom: 30px;
  }
}
.news11 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news11 .content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news11 .content {
    margin: 0 -20px;
  }
}
.news11 .content > div {
  width: 50%;
  padding: 0 30px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news11 .content > div {
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  .news11 .content > div {
    width: 100%;
  }
}
.news11 .content .left .news_slick {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1100px) {
  .news11 .content .left .news_slick {
    max-width: 600px;
    padding-bottom: 40px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .news11 .content .left .news_slick {
    padding-bottom: 32px;
  }
}
.news11 .content .left .news_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 62.987012987%;
  overflow: hidden;
}
.news11 .content .left .news_slick .slick-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.news11 .content .left .news_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.news11 .content .left .news_slick .slick-slide a .date {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 3;
}
@media (max-width: 480px) {
  .news11 .content .left .news_slick .slick-slide a .date {
    display: none;
  }
}
.news11 .content .left .news_slick .slick-slide a .date p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  transition: all 0.3s;
}
.news11 .content .left .news_slick .slick-slide a .date p:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .news11 .content .left .news_slick .slick-slide a .date p:nth-child(1) {
    font-size: 42px;
  }
}
@media (max-width: 1366px) {
  .news11 .content .left .news_slick .slick-slide a .date p:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .news11 .content .left .news_slick .slick-slide a .date p:nth-child(2) {
    font-size: 14px;
  }
}
.news11 .content .left .news_slick .slick-slide a .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 35px;
  z-index: 3;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news11 .content .left .news_slick .slick-slide a .info {
    padding: 0 20px 15px;
  }
}
@media (max-width: 400px) {
  .news11 .content .left .news_slick .slick-slide a .info {
    padding: 0 10px 7px;
  }
}
.news11 .content .left .news_slick .slick-slide a .info .subject {
  display: -webkit-box;
  max-height: 56px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news11 .content .left .news_slick .slick-slide a .info .subject {
    display: -webkit-box;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .news11 .content .left .news_slick .slick-slide a .info .subject {
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }
}
.news11 .content .left .news_slick .slick-slide a .info .module_desc {
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news11 .content .left .news_slick .slick-slide a .info .module_desc {
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .news11 .content .left .news_slick .slick-slide a .info .module_desc {
    display: none;
  }
}
.news11 .content .left .tool_btn {
  display: flex;
  align-items: center;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1100px) {
  .news11 .content .left .tool_btn {
    display: none;
  }
}
.news11 .content .left .tool_btn .tool_page {
  display: flex;
  align-items: center;
  color: #525252;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 90px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .news11 .content .left .tool_btn .tool_page {
    margin-right: 75px;
  }
}
@media (max-width: 1366px) {
  .news11 .content .left .tool_btn .tool_page {
    margin-right: 60px;
  }
}
.news11 .content .left .tool_btn .tool_page > span:nth-child(2) {
  display: block;
  position: relative;
  width: 300px;
  height: 2px;
  margin: 0 10px;
  background: #132137;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .news11 .content .left .tool_btn .tool_page > span:nth-child(2) {
    width: 240px;
  }
}
@media (max-width: 1366px) {
  .news11 .content .left .tool_btn .tool_page > span:nth-child(2) {
    width: 160px;
  }
}
.news11 .content .left .tool_btn .tool_page > span:nth-child(2) span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #1f365c;
  transition: all 0.75s;
}
.news11 .content .left .tool_btn .prev {
  margin: 0 15px 0 0;
}
.news11 .content .right .news_item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #a7a7a7;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 1101px) {
  .news11 .content .right .news_item:first-child {
    padding: 0 0 15px;
  }
}
.news11 .content .right .news_item .date {
  color: #525252;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .news11 .content .right .news_item .date {
    font-size: 13px;
    margin-bottom: 7px;
  }
}
.news11 .content .right .news_item .subject {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #525252;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news11 .content .right .news_item .subject {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .news11 .content .right .news_item .subject {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.news11 .content .right .news_item .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #525252;
  font-size: 18px;
  line-height: 1.5;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news11 .content .right .news_item .module_desc {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .news11 .content .right .news_item .module_desc {
    font-size: 14px;
  }
}
.news11 .content .right .news_item:hover .subject {
  color: #132137;
}
.news11 .content .right > [class^=button] {
  margin-top: 55px !important;
}
@media (max-width: 1200px) {
  .news11 .content .right > [class^=button] {
    margin-top: 35px !important;
  }
}
.news11 .content .right > [class^=button] {
  margin: 0 0 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1100px) {
  .news11 .content .right > [class^=button] {
    margin: 0 auto;
  }
}
.news11.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.news11.in .content .left .news_slick {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.news11.in .content .left .tool_btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.news11.in .content .right .news_item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.news11.in .content .right > [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.9s, transform 1s ease-out 0.9s;
}

.video {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .video {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .video {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .video {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.video {
  position: relative;
}
@media (max-width: 640px) {
  .video {
    overflow: hidden;
  }
}
.video .container {
  max-width: 1677px;
}
@media (max-width: 1024px) {
  .video .container {
    padding: 0;
  }
}
.video .videoBox {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .video .videoBox {
    height: 340px;
  }
}
@media (max-width: 425px) {
  .video .videoBox {
    height: 240px;
  }
}
.video .videoBox img {
  width: 100%;
  object-fit: cover;
  position: relative;
}
@media (max-width: 1024px) {
  .video .videoBox img {
    height: 100%;
  }
}
.video .videoBox .video_btn {
  width: 185px;
  height: 185px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/other/icon_play.png") no-repeat;
  background-size: cover;
  transition: all 0.3s;
  z-index: 1;
}
@media (max-width: 1440px) {
  .video .videoBox .video_btn {
    width: 120px;
    height: 120px;
  }
}
.video .videoBox:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.video .videoBox:hover .video_btn {
  transform: translate(-50%, -50%) scale(1.05);
  transform-origin: center;
}
.video .videoBox:hover:before {
  opacity: 1;
}
.video .videoGallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video .videoGallery lite-youtube {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 61.333%;
  overflow: hidden;
}
.video.in .videoBox {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.question01 {
  display: flex;
}
@media (max-width: 840px) {
  .question01 {
    flex-direction: column-reverse;
  }
}
.question01 .left {
  width: 50%;
  background: #ebebeb;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .question01 .left {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .question01 .left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .question01 .left {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 840px) {
  .question01 .left {
    width: 100%;
  }
}
.question01 .left > div {
  max-width: 860px;
  padding: 0 6.4583333333vw 0 60px;
  margin: 0 0 0 auto;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .question01 .left > div {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 1024px) {
  .question01 .left > div {
    padding: 0 30px 0 60px;
  }
}
@media (max-width: 840px) {
  .question01 .left > div {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .question01 .left > div {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .question01 .left > div {
    padding: 0 25px;
  }
}
.question01 .left > div .module_title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .question01 .left > div .module_title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .question01 .left > div .module_title .eng {
    font-size: 25px;
  }
}
.question01 .left > div .module_title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.question01 .left > div .module_title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .question01 .left > div .module_title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .question01 .left > div .module_title .chi p {
    font-size: 25px;
  }
}
.question01 .left > div .module_title .chi p {
  font-weight: 700;
}
.question01 .left > div .module_title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .question01 .left > div .module_title .chi img {
    width: 70px;
    height: auto;
  }
}
.question01 .left > div .module_title {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 840px) {
  .question01 .left > div .module_title {
    display: none;
  }
}
.question01 .left > div .quest_slick {
  padding-bottom: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.question01 .left > div .quest_slick .slick-slide {
  padding: 20px 0;
  transition: all 0.3s;
}
@media (min-width: 841px) {
  .question01 .left > div .quest_slick .slick-slide {
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}
@media (max-width: 1440px) {
  .question01 .left > div .quest_slick .slick-slide {
    padding: 15px 0;
  }
}
@media (max-width: 840px) {
  .question01 .left > div .quest_slick .slick-slide {
    padding: 0;
  }
}
.question01 .left > div .quest_slick .slick-slide .subject {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.question01 .left > div .quest_slick .slick-slide .subject span:nth-child(1) {
  display: block;
  width: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 25px;
  text-indent: 2px;
  text-align: center;
  margin-right: 12px;
  background: #1b1b1b;
}
.question01 .left > div .quest_slick .slick-slide .subject span:nth-child(2) {
  display: block;
  color: #132137;
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 48px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .question01 .left > div .quest_slick .slick-slide .subject span:nth-child(2) {
    font-size: 17px;
  }
}
.question01 .left > div .quest_slick .slick-slide .module_desc {
  display: -webkit-box;
  height: 81px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 841px) {
  .question01 .left > div .quest_slick .slick-slide.mid {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.question01 .left > div .quest_btn {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.question01 .left > div .quest_btn .quest_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.question01 .left > div .quest_btn .quest_arrow.quest_prev {
  margin-right: 10px;
}
.question01 .left > div .quest_btn .quest_arrow.quest_next {
  position: relative;
  margin-left: 10px;
}
.question01 .left > div .quest_btn .quest_arrow.quest_next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 16px;
  background: #dededf;
  transform: translateY(-50%);
}
.question01 .left > div .quest_btn .quest_arrow svg {
  width: auto;
  height: 100%;
  fill: #9fa0a0;
}
.question01 .left > div .quest_btn .quest_arrow:hover svg {
  fill: #132137;
}
.question01 .left > div .quest_btn > [class^=button] {
  margin-left: 15px;
}
@media (max-width: 840px) {
  .question01 .left > div .quest_btn > [class^=button] {
    display: none;
  }
}
.question01 .left > div > [class^=button] {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 841px) {
  .question01 .left > div > [class^=button] {
    display: none;
  }
}
.question01 .right {
  position: relative;
  width: 50%;
}
@media (max-width: 840px) {
  .question01 .right {
    width: 100%;
  }
}
.question01 .right .module_title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .question01 .right .module_title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .question01 .right .module_title .eng {
    font-size: 25px;
  }
}
.question01 .right .module_title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.question01 .right .module_title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .question01 .right .module_title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .question01 .right .module_title .chi p {
    font-size: 25px;
  }
}
.question01 .right .module_title .chi p {
  font-weight: 700;
}
.question01 .right .module_title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .question01 .right .module_title .chi img {
    width: 70px;
    height: auto;
  }
}
.question01 .right .module_title {
  position: absolute;
  bottom: 30px;
  left: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (min-width: 841px) {
  .question01 .right .module_title {
    display: none;
  }
}
@media (max-width: 768px) {
  .question01 .right .module_title {
    left: 30px;
  }
}
@media (max-width: 480px) {
  .question01 .right .module_title {
    left: 25px;
  }
}
.question01 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.question01.in .left > div .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.question01.in .left > div .quest_slick {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s;
}
.question01.in .left > div .quest_btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.4s, transform 1s ease-out 0.4s;
}
.question01.in .left > div [class^=button] {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.question01.in .right .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}

.marqueeText {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out;
  position: absolute;
  left: 0;
  transform: translateY(-20px);
  z-index: 5;
}
.marqueeText.in {
  opacity: 1;
  transition: opacity 2s ease-out;
}
.marqueeText p {
  width: max-content;
  color: #fff;
  font-size: 170px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 8.5px;
  text-shadow: 7px 6px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  animation: marquee01_move 20s linear infinite;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .marqueeText p {
    font-size: 77px;
  }
}
@media (max-width: 480px) {
  .marqueeText p {
    font-size: 60px;
  }
}
@keyframes marquee01_move {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}

.form01 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .form01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .form01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .form01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form01 {
  background: #eee;
}
.form01 .module_title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .form01 .module_title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .form01 .module_title .eng {
    font-size: 25px;
  }
}
.form01 .module_title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.form01 .module_title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .form01 .module_title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .form01 .module_title .chi p {
    font-size: 25px;
  }
}
.form01 .module_title .chi p {
  font-weight: 700;
}
.form01 .module_title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .form01 .module_title .chi img {
    width: 70px;
    height: auto;
  }
}
.form01 .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .form01 .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .form01 .module_title {
    margin-bottom: 30px;
  }
}
.form01 .module_title {
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.form01 .form_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5vw;
  padding: 40px calc(1.875rem + 2.0833333333vw);
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .form01 .form_content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .form01 .form_content {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .form01 .form_content {
    padding: 30px 25px;
  }
}
.form01 .form_content .left,
.form01 .form_content .right {
  width: calc(50% - 2.5vw);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 1200px) {
  .form01 .form_content .left,
  .form01 .form_content .right {
    width: 100%;
  }
}
.form01 .form_content .left form,
.form01 .form_content .right form {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 50px;
}
@media (max-width: 840px) {
  .form01 .form_content .left form,
  .form01 .form_content .right form {
    gap: 20px 30px;
  }
}
.form01 .form_content .left form .form_item,
.form01 .form_content .right form .form_item {
  width: 100%;
}
.form01 .form_content .left form .form_item.w50,
.form01 .form_content .right form .form_item.w50 {
  width: calc(50% - 25px);
}
@media (max-width: 840px) {
  .form01 .form_content .left form .form_item.w50,
  .form01 .form_content .right form .form_item.w50 {
    width: calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  .form01 .form_content .left form .form_item.w50,
  .form01 .form_content .right form .form_item.w50 {
    width: 100%;
  }
}
.form01 .form_content .left form .form_item .label,
.form01 .form_content .right form .form_item .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 15px;
  margin-bottom: 5px;
}
.form01 .form_content .left form .form_item .label > label,
.form01 .form_content .right form .form_item .label > label {
  width: 100%;
  color: #525252;
  font-size: 15px;
}
.form01 .form_content .left form .form_item .label > label.must::after,
.form01 .form_content .right form .form_item .label > label.must::after {
  content: "*";
  color: #d20014;
}
.form01 .form_content .left form .form_item .label .gender,
.form01 .form_content .right form .form_item .label .gender {
  flex-shrink: 0;
}
.form01 .form_content .left form .form_item .label .gender label.radio,
.form01 .form_content .right form .form_item .label .gender label.radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
  appearance: auto;
}
.form01 .form_content .left form .form_item .label .gender label.radio input,
.form01 .form_content .right form .form_item .label .gender label.radio input {
  margin: 2px 5px 0 0;
}
.form01 .form_content .left form .form_item .label .gender label.radio:first-child,
.form01 .form_content .right form .form_item .label .gender label.radio:first-child {
  margin-right: 10px;
}
.form01 .form_content .left form .form_item .field input:not([type=submit]),
.form01 .form_content .left form .form_item .field select, .form01 .form_content .left form .form_item .field textarea,
.form01 .form_content .right form .form_item .field input:not([type=submit]),
.form01 .form_content .right form .form_item .field select,
.form01 .form_content .right form .form_item .field textarea {
  width: 100%;
}
.form01 .form_content .left form .form_item .field.dates,
.form01 .form_content .right form .form_item .field.dates {
  position: relative;
}
.form01 .form_content .left form .form_item .field.dates::after,
.form01 .form_content .right form .form_item .field.dates::after {
  content: "\f073";
  position: absolute;
  top: 50%;
  right: 10px;
  color: #b8b8b8;
  font-size: 16px;
  font-family: "FontAwesome";
  transform: translateY(-50%);
}
.form01 .form_content .left form .form_item .field.dates input[name=dates],
.form01 .form_content .right form .form_item .field.dates input[name=dates] {
  padding-right: 36px;
}
.form01 .form_content .left form .form_item .submit,
.form01 .form_content .right form .form_item .submit {
  width: fit-content;
}
.form01 .form_content .left form .form_item .submit + .field,
.form01 .form_content .right form .form_item .submit + .field {
  display: none;
}
.form01 .form_content .left .form_info > * + *,
.form01 .form_content .right .form_info > * + * {
  margin-top: 20px !important;
}
.form01 .form_content .left .form_info > img,
.form01 .form_content .right .form_info > img {
  margin: 0 auto;
}
.form01 .form_content .left .form_info > p:nth-child(1),
.form01 .form_content .left .form_info > p:nth-child(3),
.form01 .form_content .right .form_info > p:nth-child(1),
.form01 .form_content .right .form_info > p:nth-child(3) {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 640px) {
  .form01 .form_content .left .form_info > p:nth-child(1),
  .form01 .form_content .left .form_info > p:nth-child(3),
  .form01 .form_content .right .form_info > p:nth-child(1),
  .form01 .form_content .right .form_info > p:nth-child(3) {
    font-size: 17px;
  }
}
.form01 .form_content .left .form_info > p:nth-child(3),
.form01 .form_content .right .form_info > p:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.form01 .form_content .left .form_info > p:nth-child(3)::before, .form01 .form_content .left .form_info > p:nth-child(3)::after,
.form01 .form_content .right .form_info > p:nth-child(3)::before,
.form01 .form_content .right .form_info > p:nth-child(3)::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #b8b8b8;
}
.form01 .form_content .left .form_info > p:nth-child(3) span,
.form01 .form_content .right .form_info > p:nth-child(3) span {
  flex-shrink: 0;
}
.form01.in .module_title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.form01.in .form_content .left {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.6s, transform 1s ease-out 0.6s;
}
.form01.in .form_content .right {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

.form02 {
  position: relative;
  background-image: linear-gradient(to top, #141516 25%, transparent 100%);
  background-size: 100% 25%;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 1441px) {
  .form02 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media (min-width: 1441px) and (max-width: 1440px) {
  .form02 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1441px) and (max-width: 960px) {
  .form02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1441px) and (max-width: 480px) {
  .form02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form02 .the_window {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 30px 30px;
  isolation: isolate;
  overflow: hidden;
}
@media (max-width: 480px) {
  .form02 .the_window {
    border-radius: 0 0 20px 20px;
  }
}
.form02 .the_window #form02_tv {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .form02 .the_window #form02_tv {
    display: none;
  }
}
.form02 .the_window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .form02 .the_window img {
    display: none;
  }
}
.form02 .content {
  position: relative;
  opacity: 0.5;
  filter: blur(5px);
  transform: scale(0.5);
  transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1440px) {
  .form02 .content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .form02 .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .form02 .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form02 .content .module_title .eng {
  color: white;
  text-shadow: 3px 3px 0 #132137, 1px -1px 0 #132137, -1px 1px 0 #132137, 1px 1px 0 #132137;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
@media (max-width: 976px) {
  .form02 .content .module_title .eng {
    font-size: 30px;
  }
}
@media (max-width: 476px) {
  .form02 .content .module_title .eng {
    font-size: 25px;
  }
}
.form02 .content .module_title .chi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.form02 .content .module_title .chi p {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 36px;
  letter-spacing: 0.9px;
}
@media (max-width: 976px) {
  .form02 .content .module_title .chi p {
    font-size: 33px;
  }
}
@media (max-width: 476px) {
  .form02 .content .module_title .chi p {
    font-size: 25px;
  }
}
.form02 .content .module_title .chi p {
  font-weight: 700;
}
.form02 .content .module_title .chi img {
  width: 91px;
  height: 41px;
  object-fit: contain;
}
@media (max-width: 476px) {
  .form02 .content .module_title .chi img {
    width: 70px;
    height: auto;
  }
}
.form02 .content .module_title {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .form02 .content .module_title {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .form02 .content .module_title {
    margin-bottom: 30px;
  }
}
.form02 .content .module_title {
  text-align: center;
}
.form02 .content form {
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
  padding: 30px 55px 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 30px;
}
@media (max-width: 840px) {
  .form02 .content form {
    padding: 30px 35px 40px;
  }
}
@media (max-width: 480px) {
  .form02 .content form {
    padding: 30px 25px 40px;
    border-radius: 20px;
  }
}
.form02 .content form > p {
  margin-bottom: 50px;
}
.form02 .content form > p img {
  width: 30px;
}
.form02 .content form hr {
  margin: 10px 0 10px;
  border-top: 0;
  border-bottom: 1px solid #000;
}
.form02 .content form hr.hide {
  visibility: hidden;
}
.form02 .content form > div.one_line {
  display: flex;
  gap: 0 30px;
}
.form02 .content form > div.one_line > .form_item.w50 {
  width: calc(50% - 15px);
}
.form02 .content form > div.one_line hr {
  width: 100%;
}
@media (max-width: 640px) {
  .form02 .content form > div.one_line.w440 {
    gap: 0 20px;
  }
}
@media (max-width: 440px) {
  .form02 .content form > div.one_line.w440 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .form02 .content form > div.one_line.w440 > .form_item.w50:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .form02 .content form > div.one_line.w440 > .form_item.w50:nth-child(2) {
    flex-shrink: 0;
    width: fit-content;
  }
}
@media (min-width: 441px) {
  .form02 .content form > div.one_line.w440 hr {
    display: none;
  }
}
.form02 .content form > div.one_line.w640 {
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .form02 .content form > div.one_line.w640 > .form_item.w50 {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .form02 .content form > div.one_line.w640 hr {
    display: none;
  }
}
.form02 .content form > div > .form_item {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  width: 100%;
}
.form02 .content form > div > .form_item.wrap {
  flex-wrap: wrap;
}
.form02 .content form > div > .form_item label {
  color: #000;
  font-size: 15px;
}
@media (max-width: 840px) {
  .form02 .content form > div > .form_item label {
    font-size: 14px;
  }
}
.form02 .content form > div > .form_item label span {
  display: block;
  line-height: 1;
}
.form02 .content form > div > .form_item label span:nth-child(1) {
  color: #132137;
  font-size: 22px;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 840px) {
  .form02 .content form > div > .form_item label span:nth-child(1) {
    font-size: 18px;
  }
}
.form02 .content form > div > .form_item label span:nth-child(2) {
  letter-spacing: 6px;
  margin-top: 2px;
}
@media (max-width: 840px) {
  .form02 .content form > div > .form_item label span:nth-child(2) {
    letter-spacing: 4px;
    margin-top: 3px;
  }
}
.form02 .content form > div > .form_item label.must span:nth-child(1)::after {
  content: "*";
  color: #132137;
}
.form02 .content form > div > .form_item .label {
  flex-shrink: 0;
}
.form02 .content form > div > .form_item .label .gender {
  display: flex;
  gap: 0 40px;
}
@media (max-width: 640px) {
  .form02 .content form > div > .form_item .label .gender {
    gap: 0 20px;
  }
}
.form02 .content form > div > .form_item .label .gender label.radio {
  display: flex;
  align-items: center;
  gap: 0 10px;
  cursor: pointer;
}
.form02 .content form > div > .form_item .label .gender label.radio input[type=radio] {
  margin: 0;
}
.form02 .content form > div > .form_item .field {
  width: 100%;
}
.form02 .content form > div > .form_item .field input[type=text], .form02 .content form > div > .form_item .field input[type=tel], .form02 .content form > div > .form_item .field input[type=email] {
  position: relative;
  top: 3px;
  width: 100%;
  font-size: 18px;
  padding: 0 10px;
  background: transparent;
  border: unset;
}
@media (max-width: 840px) {
  .form02 .content form > div > .form_item .field input[type=text], .form02 .content form > div > .form_item .field input[type=tel], .form02 .content form > div > .form_item .field input[type=email] {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .form02 .content form > div > .form_item .field input[type=text], .form02 .content form > div > .form_item .field input[type=tel], .form02 .content form > div > .form_item .field input[type=email] {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .form02 .content form > div > .form_item .field input[type=text], .form02 .content form > div > .form_item .field input[type=tel], .form02 .content form > div > .form_item .field input[type=email] {
    font-size: 15px;
  }
}
.form02 .content form > div > .form_item .field input[type=text]:-webkit-autofill, .form02 .content form > div > .form_item .field input[type=text]:-webkit-autofill:hover, .form02 .content form > div > .form_item .field input[type=text]:-webkit-autofill:focus, .form02 .content form > div > .form_item .field input[type=text]:-webkit-autofill:active, .form02 .content form > div > .form_item .field input[type=tel]:-webkit-autofill, .form02 .content form > div > .form_item .field input[type=tel]:-webkit-autofill:hover, .form02 .content form > div > .form_item .field input[type=tel]:-webkit-autofill:focus, .form02 .content form > div > .form_item .field input[type=tel]:-webkit-autofill:active, .form02 .content form > div > .form_item .field input[type=email]:-webkit-autofill, .form02 .content form > div > .form_item .field input[type=email]:-webkit-autofill:hover, .form02 .content form > div > .form_item .field input[type=email]:-webkit-autofill:focus, .form02 .content form > div > .form_item .field input[type=email]:-webkit-autofill:active {
  transition: background-color 5000s;
}
.form02 .content form > div > .form_item .field textarea {
  width: 100%;
  font-size: 18px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 10px;
}
@media (max-width: 840px) {
  .form02 .content form > div > .form_item .field textarea {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .form02 .content form > div > .form_item .field textarea {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .form02 .content form > div > .form_item .field textarea {
    font-size: 15px;
  }
}
.form02 .content form > div > .form_item .multi {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  width: 100%;
}
.form02 .content form > div > .form_item .multi label.check {
  display: flex;
  align-items: center;
  gap: 0 5px;
  cursor: pointer;
}
.form02 .content form > div > .form_item .multi label.check input[type=checkbox] {
  margin: 1px 0 0;
}
.form02 .content form > div > .form_item .submit {
  width: 100%;
}
.form02 .content form > div > .form_item .submit + .field {
  display: none;
}
.form02.in .content {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transition: opacity 1s ease-out, filter 1s ease-out, transform 1s ease-out;
}

.news_list02 .news_item {
  width: 33.3333333333%;
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .news_list02 .news_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .news_list02 .news_item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .news_list02 .news_item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .news_list02 .news_item {
    padding-bottom: 30px;
  }
}
.news_list02 .news_item.video_type .news_info, .news_list02 .news_item.album_type .news_info {
  position: relative;
}
.news_list02 .news_item.video_type .news_info::before, .news_list02 .news_item.album_type .news_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.news_list02 .news_item .news_info {
  height: 100%;
}
.news_list02 .news_item .news_info a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
}
.news_list02 .news_item .news_info a .news_img {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  overflow: hidden;
  border-radius: 10px;
}
.news_list02 .news_item .news_info a .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.001);
  transition: all 0.3s;
}
.news_list02 .news_item .news_info a .news_content {
  padding: 18px 0 0;
}
.news_list02 .news_item .news_info a .news_content .cate_date {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.news_list02 .news_item .news_info a .news_content .cate_date .cate {
  color: #fff;
  font-size: 15px;
  text-indent: 2px;
  letter-spacing: 2px;
  padding: 0 6px;
  margin-right: 15px;
  background: #132137;
}
.news_list02 .news_item .news_info a .news_content .cate_date .date {
  color: #525252;
  font-size: 16px;
}
.news_list02 .news_item .news_info a .news_content .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #525252;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s;
}
.news_list02 .news_item .news_info a .news_content .news_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #525252;
  margin-top: 10px;
}
.news_list02 .news_item .news_info:hover a .news_img img {
  transform: scale(1.05);
}
.news_list02 .news_item .news_info:hover a .news_content .news_title {
  color: #132137;
}
.news_list02 .news_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.news_list02 [class^=pagination] {
  padding: 30px 0;
}

.news_detail02 {
  padding-bottom: 60px;
}
.news_detail02 .news_top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail02 .news_top {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.news_detail02 .news_top .cate_date {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail02 .news_top .cate_date {
    margin-bottom: 20px;
  }
}
.news_detail02 .news_top .cate_date .cate {
  color: #fff;
  font-size: 15px;
  text-indent: 2px;
  letter-spacing: 2px;
  padding: 0 6px;
  background: #132137;
}
.news_detail02 .news_top .cate_date .date {
  color: #525252;
  font-size: 16px;
  margin-left: 15px;
}
.news_detail02 .news_top .news_title {
  color: #525252;
  font-size: 25px;
  line-height: 1.2;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail02 .news_top .news_title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .news_detail02 .news_top .news_title {
    font-size: 26px;
  }
}
.news_detail02 .news_pic {
  margin-bottom: 40px;
}
.news_detail02 .news_pic img {
  margin: 0 auto;
}
.news_detail02 .back_to_list {
  margin-top: 60px;
  transition: all 0.3s;
}
.news_detail02 .back_to_list .button06 {
  width: 200px;
}
.news_detail02 .back_to_list .button06 span {
  color: #132137;
  transition: all 0.3s;
}
.news_detail02 .back_to_list .button06:hover {
  background: #132137;
}
.news_detail02 .back_to_list .button06:hover span {
  color: #fff;
}
.news_detail02 .back_to_list > * p {
  font-family: inherit;
}

.news_list03 {
  padding-bottom: 60px;
}
.news_list03 .tag_list {
  display: flex;
  margin-bottom: 45px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_list03 .tag_list {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .news_list03 .tag_list {
    flex-direction: column;
  }
}
.news_list03 .tag_list p {
  min-width: fit-content;
  color: #525252;
  font-size: 16px;
  line-height: 32px;
  margin-right: calc(0.9375rem + 1.5625vw);
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_list03 .tag_list p {
    font-size: 14px;
  }
}
.news_list03 .tag_list .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news_list03 .tag_list .tags a {
  display: block;
  position: relative;
  width: auto;
  min-width: fit-content;
  color: #525252;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  padding: 0 15px;
  background: transparent;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
.news_list03 .tag_list .tags a:hover, .news_list03 .tag_list .tags a.active {
  color: #fff;
  background: #132137;
  border: 1px solid #132137;
}
.news_list03 .news_item {
  margin-bottom: 35px;
}
.news_list03 .news_item:last-child {
  margin-bottom: 0;
}
.news_list03 .news_item.video_type .news_info, .news_list03 .news_item.album_type .news_info {
  position: relative;
}
.news_list03 .news_item.video_type .news_info::before, .news_list03 .news_item.album_type .news_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.news_list03 .news_item .news_info a {
  display: flex;
  flex-wrap: wrap;
}
.news_list03 .news_item .news_info a > div {
  width: 50%;
}
@media (max-width: 680px) {
  .news_list03 .news_item .news_info a > div {
    width: 100%;
  }
}
.news_list03 .news_item .news_info a .left div {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 680px) {
  .news_list03 .news_item .news_info a .left div {
    position: relative;
    height: 0;
    padding-bottom: 33.9339339339%;
  }
}
.news_list03 .news_item .news_info a .left div img {
  width: 100%;
  height: 33.9339339339%;
  overflow: hidden;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.6s;
}
@media (max-width: 680px) {
  .news_list03 .news_item .news_info a .left div img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.news_list03 .news_item .news_info a .right {
  padding: 35px 31px 48px 47px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_list03 .news_item .news_info a .right {
    padding: 30px 30px 30px 35px;
  }
}
@media (max-width: 768px) {
  .news_list03 .news_item .news_info a .right {
    padding: 25px 30px;
  }
}
@media (max-width: 680px) {
  .news_list03 .news_item .news_info a .right {
    padding: 20px 25px;
  }
}
.news_list03 .news_item .news_info a .right .date_cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news_list03 .news_item .news_info a .right .date_cate {
    margin-bottom: 20px;
  }
}
.news_list03 .news_item .news_info a .right .date_cate .news_date p {
  color: #000;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s;
}
.news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(1) {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1440px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(1) {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 840px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(1) {
    font-size: 26px;
  }
}
.news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(2) {
  font-size: 13px;
}
@media (max-width: 840px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_date p:nth-child(2) {
    font-size: 12px;
  }
}
.news_list03 .news_item .news_info a .right .date_cate .news_cate {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 8px 0;
  background: linear-gradient(to right, #000, #000);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_cate {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .news_list03 .news_item .news_info a .right .date_cate .news_cate {
    font-size: 14px;
  }
}
.news_list03 .news_item .news_info a .right .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #525252;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_list03 .news_item .news_info a .right .news_title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .news_list03 .news_item .news_info a .right .news_title {
    color: #132137;
  }
}
@media (max-width: 768px) {
  .news_list03 .news_item .news_info a .right .news_title {
    font-size: 17px;
  }
}
.news_list03 .news_item .news_info a .right .news_desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #525252;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_list03 .news_item .news_info a .right .news_desc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .news_list03 .news_item .news_info a .right .news_desc {
    font-size: 13px;
  }
}
.news_list03 .news_item .news_info:hover a .left div img {
  transform: scale(1.05);
}
.news_list03 .news_item .news_info:hover a .right .news_title {
  color: #132137;
}
.news_list03 .news_item .lightGallery {
  height: 0;
  overflow: hidden;
}

.news_detail03 {
  padding-bottom: 60px;
}
.news_detail03 .news_frame {
  padding: 4.42708vw 5.72917vw 30px;
  background: #f1f1f1;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news_detail03 .news_frame {
    padding: 30px 30px 20px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .news_frame {
    padding: 25px 20px 20px;
  }
}
.news_detail03 .news_frame .date_cate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news_detail03 .news_frame .date_cate {
    margin-bottom: 20px;
  }
}
.news_detail03 .news_frame .date_cate .news_date p {
  color: #000;
  transition: all 0.3s;
}
.news_detail03 .news_frame .date_cate .news_date p:nth-child(1) {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1440px) {
  .news_detail03 .news_frame .date_cate .news_date p:nth-child(1) {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .news_detail03 .news_frame .date_cate .news_date p:nth-child(1) {
    font-size: 30px;
  }
}
@media (max-width: 840px) {
  .news_detail03 .news_frame .date_cate .news_date p:nth-child(1) {
    font-size: 26px;
  }
}
.news_detail03 .news_frame .date_cate .news_date p:nth-child(2) {
  font-size: 13px;
}
@media (max-width: 840px) {
  .news_detail03 .news_frame .date_cate .news_date p:nth-child(2) {
    font-size: 12px;
  }
}
.news_detail03 .news_frame .date_cate .news_cate {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-indent: 1px;
  padding: 8px 0;
  background: linear-gradient(to right, #000, #000);
  background-size: 100% 2px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail03 .news_frame .date_cate .news_cate {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .news_detail03 .news_frame .date_cate .news_cate {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .news_detail03 .news_frame .date_cate .news_cate {
    font-size: 12px;
  }
}
.news_detail03 .news_frame .news_title {
  color: #525252;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: justify;
  padding-bottom: 20px;
  margin-bottom: 60px;
  background-image: linear-gradient(to right, #525252, #525252), linear-gradient(to right, #808285, #808285);
  background-size: 85px 3px, calc(100% - 85px) 1px;
  background-position: left bottom, 85px calc(100% - 1px);
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .news_frame .news_title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .news_detail03 .news_frame .news_title {
    font-size: 18px;
  }
}
.news_detail03 .news_frame .news_pic {
  margin-bottom: 40px;
}
.news_detail03 .news_frame .news_pic img {
  margin: 0 auto;
}
.news_detail03 .news_frame .editor {
  margin-bottom: 50px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .news_frame .editor {
    margin-bottom: 30px;
  }
}
.news_detail03 .news_frame .news_share {
  display: flex;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .news_frame .news_share {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .news_frame .news_share {
    flex-direction: column;
  }
}
.news_detail03 .news_frame .news_share p {
  min-width: fit-content;
  color: #525252;
  font-size: 16px;
  line-height: 33px;
  margin-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail03 .news_frame .news_share p {
    font-size: 14px;
  }
}
.news_detail03 .news_frame .news_share .medias {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_detail03 .news_frame .news_share .medias a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
  background: #525252;
  border-radius: 50%;
  transition: all 0.3s;
}
.news_detail03 .news_frame .news_share .medias a:not(:last-child) {
  margin-right: 10px;
}
.news_detail03 .news_frame .news_share .medias a svg {
  width: auto;
  height: 19px;
  fill: #fff;
  transition: all 0.3s;
}
.news_detail03 .news_frame .news_share .medias a:hover {
  color: #fff;
  background: #132137;
}
.news_detail03 .news_frame .news_share .medias a:hover svg {
  fill: #fff;
}
.news_detail03 .news_frame .tag_list {
  display: flex;
}
@media (max-width: 480px) {
  .news_detail03 .news_frame .tag_list {
    flex-direction: column;
  }
}
.news_detail03 .news_frame .tag_list p {
  min-width: fit-content;
  color: #525252;
  font-size: 16px;
  line-height: 32px;
  margin-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail03 .news_frame .tag_list p {
    font-size: 14px;
  }
}
.news_detail03 .news_frame .tag_list .tags {
  display: flex;
  flex-wrap: wrap;
}
.news_detail03 .news_frame .tag_list .tags a {
  display: block;
  position: relative;
  width: 130px;
  min-width: fit-content;
  color: #525252;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid #525252;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail03 .news_frame .tag_list .tags a {
    width: auto;
    padding: 0 15px;
  }
}
.news_detail03 .news_frame .tag_list .tags a:not(:last-child) {
  margin-right: 10px;
}
.news_detail03 .news_frame .tag_list .tags a:hover, .news_detail03 .news_frame .tag_list .tags a.active {
  color: #fff;
  background: #132137;
  border: 1px solid #132137;
}
.news_detail03 .button_set {
  margin-top: 80px !important;
}
@media (max-width: 1800px) {
  .news_detail03 .button_set {
    margin-top: 70px !important;
  }
}
@media (max-width: 1700px) {
  .news_detail03 .button_set {
    margin-top: 60px !important;
  }
}
@media (max-width: 1600px) {
  .news_detail03 .button_set {
    margin-top: 50px !important;
  }
}
@media (max-width: 1500px) {
  .news_detail03 .button_set {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .news_detail03 .button_set {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .news_detail03 .button_set {
    margin-top: 35px !important;
  }
}
.news_detail03 .button_set .prev, .news_detail03 .button_set .next {
  width: 30px;
}
.news_detail03 .button_set .prev svg, .news_detail03 .button_set .next svg {
  fill: #132137;
  transition: all 0.3s;
}
.news_detail03 .button_set .prev:hover svg, .news_detail03 .button_set .next:hover svg {
  fill: #fff;
}
.news_detail03 .button_set .button06 span {
  color: #132137;
  transition: all 0.3s;
}
.news_detail03 .button_set .button06:hover span {
  color: #fff;
}
.news_detail03 .related {
  margin-top: 75px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .related {
    margin-top: 60px;
  }
}
.news_detail03 .related .related_title {
  padding-bottom: 34px;
  margin-bottom: 33px;
  border-bottom: 1px solid #7b7473;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news_detail03 .related .related_title {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.news_detail03 .related .related_title p:nth-child(1) {
  color: #132137;
  font-size: 50px;
  line-height: 1.05;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 46px;
  }
}
@media (max-width: 1200px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 840px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .related .related_title p:nth-child(1) {
    font-size: 30px;
  }
}
.news_detail03 .related .related_title p:nth-child(2) {
  color: #1f365c;
  font-size: 22px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .news_detail03 .related .related_title p:nth-child(2) {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .news_detail03 .related .related_title p:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 840px) {
  .news_detail03 .related .related_title p:nth-child(2) {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  .news_detail03 .related .related_title p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .related .related_title p:nth-child(2) {
    font-size: 15px;
  }
}
.news_detail03 .related .related_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .news_detail03 .related .related_list {
    margin: 0 -15px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .related .related_list {
    margin: 0 -10px;
  }
}
.news_detail03 .related .related_list > div {
  width: 50%;
  padding: 0 22px 30px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .news_detail03 .related .related_list > div {
    padding: 0 15px 30px;
  }
}
@media (max-width: 480px) {
  .news_detail03 .related .related_list > div {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.news_detail03 .related .related_list > div a {
  display: block;
}
.news_detail03 .related .related_list > div a .related_pic {
  position: relative;
  height: 0;
  padding-bottom: 57.9268292683%;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .news_detail03 .related .related_list > div a .related_pic {
    margin-bottom: 10px;
  }
}
.news_detail03 .related .related_list > div a .related_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: all 0.6s;
}
.news_detail03 .related .related_list > div a .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #525252;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .related .related_list > div a .news_title {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .news_detail03 .related .related_list > div a .news_title {
    color: #132137;
  }
}
@media (max-width: 768px) {
  .news_detail03 .related .related_list > div a .news_title {
    font-size: 17px;
  }
}
@media (max-width: 720px) {
  .news_detail03 .related .related_list > div a .news_title {
    margin-bottom: 5px;
  }
}
.news_detail03 .related .related_list > div a .news_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #525252;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .news_detail03 .related .related_list > div a .news_desc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .news_detail03 .related .related_list > div a .news_desc {
    font-size: 13px;
  }
}
.news_detail03 .related .related_list > div a:hover .related_pic img {
  transform: scale(1.05);
}
.news_detail03 .related .related_list > div a:hover .news_title {
  color: #132137;
}

.news_list06 {
  padding-bottom: 60px;
}
.news_list06 .news_item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 640px) {
  .news_list06 .news_item:not(:last-child) {
    padding-bottom: 25px;
  }
}
.news_list06 .news_item.video_type .news_info, .news_list06 .news_item.album_type .news_info {
  position: relative;
}
.news_list06 .news_item.video_type .news_info::before, .news_list06 .news_item.album_type .news_info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.news_list06 .news_item .news_info a {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  .news_list06 .news_item .news_info a {
    flex-direction: row-reverse;
  }
}
.news_list06 .news_item .news_info a .left {
  width: 377px;
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .left {
    width: 325px;
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .left {
    width: 280px;
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.news_list06 .news_item .news_info a .left div {
  position: relative;
  height: 0;
  min-height: 100%;
  padding-bottom: 53.3898305085%;
  overflow: hidden;
  border-radius: 10px;
}
.news_list06 .news_item .news_info a .left div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .news_list06 .news_item .news_info a .left div img {
    transform: scale(1.001);
    transition: all 0.6s;
  }
}
.news_list06 .news_item .news_info a .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 377px);
}
@media (min-width: 641px) {
  .news_list06 .news_item .news_info a .right {
    padding: 0 3.75vw 0 0.9375vw;
  }
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right {
    width: calc(100% - 325px);
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .right {
    width: 100%;
  }
}
.news_list06 .news_item .news_info a .right .news_cate {
  color: #525252;
  margin-bottom: 8px;
}
@media (min-width: 1441px) {
  .news_list06 .news_item .news_info a .right .news_cate {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .right .news_cate {
    margin-bottom: 10px;
  }
}
.news_list06 .news_item .news_info a .right .news_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #525252;
  font-size: calc(0.8125rem + 0.9895833333vw);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  transition: color 0.3s;
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right .news_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .right .news_title {
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .news_list06 .news_item .news_info a .right .news_title {
    line-height: 1.5;
  }
}
.news_list06 .news_item .news_info a .right .module_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
}
@media (min-width: 1201px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    font-size: 16px;
  }
}
@media (min-width: 1367px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (min-width: 1441px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    margin-top: 10px;
  }
}
@media (max-width: 840px) {
  .news_list06 .news_item .news_info a .right .module_desc {
    margin-top: 5px;
  }
}
.news_list06 .news_item .news_info a .right .news_date {
  color: #525252;
  margin-top: 15px;
}
@media (min-width: 1441px) {
  .news_list06 .news_item .news_info a .right .news_date {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .news_list06 .news_item .news_info a .right .news_date {
    margin-top: 7px;
  }
}
@media (min-width: 1025px) {
  .news_list06 .news_item .news_info:hover a .left div img {
    transform: scale(1.05);
  }
}
.news_list06 .news_item .news_info:hover a .right .news_title {
  color: #132137;
}
.news_list06 .news_item .lightGallery {
  height: 0;
  overflow: hidden;
}
.news_list06 [class^=pagination] {
  margin-top: 60px;
}

.news_detail06 .news_top {
  display: flex;
  margin-bottom: 3.90625vw;
}
@media (max-width: 1024px) {
  .news_detail06 .news_top {
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_top {
    flex-direction: column-reverse;
  }
}
.news_detail06 .news_top .news_info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 36.4285714286%;
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_info {
    width: 100%;
  }
}
.news_detail06 .news_top .news_info .news_useless {
  color: #525252;
  font-size: 4.0625vw;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .news_detail06 .news_top .news_info .news_useless {
    display: none;
  }
}
.news_detail06 .news_top .news_info .news_title {
  color: #525252;
  font-size: calc(1.25rem + 0.8333333333vw);
  font-weight: 700;
}
@media (min-width: 1201px) {
  .news_detail06 .news_top .news_info .news_title {
    margin-top: auto;
  }
}
@media (max-width: 1200px) {
  .news_detail06 .news_top .news_info .news_title {
    margin-bottom: auto;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_info .news_title {
    padding-right: 30px;
  }
}
.news_detail06 .news_top .news_info .news_date {
  display: flex;
  align-items: flex-end;
}
.news_detail06 .news_top .news_info .news_date .m_d {
  display: flex;
  align-items: center;
  gap: 10px 0;
}
.news_detail06 .news_top .news_info .news_date .m_d span {
  color: #f3981e;
  font-size: calc(0.625rem + 1.0416666667vw);
  font-weight: 800;
  line-height: 1;
}
.news_detail06 .news_top .news_info .news_date .y {
  color: #f3981e;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 481px) {
  .news_detail06 .news_top .news_info .news_date .y {
    font-size: calc(0.625rem + 1.0416666667vw);
  }
}
.news_detail06 .news_top .news_pic {
  width: 63.5714285714%;
  padding-left: 20px;
}
@media (max-width: 960px) {
  .news_detail06 .news_top .news_pic {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
  }
}
@media (min-width: 961px) {
  .news_detail06 .news_top .news_pic p {
    position: relative;
    height: 0;
    min-height: 100%;
    padding-bottom: 57.9268292683%;
    overflow: hidden;
  }
  .news_detail06 .news_top .news_pic p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.news_detail06 .back_to_list {
  margin-top: 60px;
}
.news_detail06 .back_to_list .button06 {
  width: 200px;
}
.news_detail06 .back_to_list .button06 span {
  color: #132137;
  transition: all 0.3s;
}
.news_detail06 .back_to_list .button06:hover span {
  color: #fff;
}
.news_detail06 .news_switcher {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.news_detail06 .news_switcher a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
  width: 50%;
  height: 120px;
  padding: 15px 25px;
  border-top: 1px solid #132137;
  transition: background 0.3s;
}
@media (min-width: 769px) {
  .news_detail06 .news_switcher a + a {
    border-left: 1px solid #132137;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_switcher a {
    gap: 0 15px;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .news_detail06 .news_switcher a {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .news_detail06 .news_switcher a {
    height: 80px;
  }
}
.news_detail06 .news_switcher a span {
  flex-shrink: 0;
  position: relative;
  width: 5.0520833333vw;
  height: 1px;
  margin-top: 4px;
  background: #132137;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .news_detail06 .news_switcher a span {
    width: 40px;
  }
}
.news_detail06 .news_switcher a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transition: border-color 0.3s;
}
.news_detail06 .news_switcher a span:first-child::before {
  left: 0;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #132137 transparent;
}
.news_detail06 .news_switcher a span:last-child::before {
  right: 0;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #132137;
}
.news_detail06 .news_switcher a p {
  color: #132137;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .news_detail06 .news_switcher a p {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .news_detail06 .news_switcher a p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .news_detail06 .news_switcher a p {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .news_detail06 .news_switcher a:hover {
    background: #132137;
  }
  .news_detail06 .news_switcher a:hover span {
    background: #fff;
  }
  .news_detail06 .news_switcher a:hover span:first-child::before {
    border-color: transparent transparent #fff transparent;
  }
  .news_detail06 .news_switcher a:hover span:last-child::before {
    border-color: transparent transparent transparent #fff;
  }
  .news_detail06 .news_switcher a:hover p {
    color: #fff;
  }
}

.article_list01 {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .article_list01 {
    padding: 0 15px 60px;
  }
}
.article_list01 .article_left {
  width: 425px;
  padding-right: 70px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .article_list01 .article_left {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .article_list01 .article_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.article_list01 .article_left > div {
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .article_list01 .article_left .catalog_type {
    display: none;
  }
}
.article_list01 .article_left .catalog_type div {
  padding: 0 25px 15px;
}
.article_list01 .article_left .catalog_type div p:nth-child(1) {
  width: fit-content;
  color: #132137;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .article_list01 .article_left .catalog_type div p:nth-child(1) {
    font-size: 26px;
  }
}
.article_list01 .article_left .catalog_type div p:nth-child(2) {
  color: #1f365c;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .article_list01 .article_left .catalog_type div p:nth-child(2) {
    font-size: 15px;
  }
}
.article_list01 .article_left .catalog_type .catalog_menu > li {
  border-bottom: 1px solid #e7e7e7;
}
.article_list01 .article_left .catalog_type .catalog_menu > li:last-child {
  border-bottom: 2px solid #132137;
}
.article_list01 .article_left .catalog_type .catalog_menu > li > a {
  display: block;
  color: #525252;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 0 17px 25px;
  transition: all 0.3s;
}
.article_list01 .article_left .catalog_type .catalog_menu > li > a:hover, .article_list01 .article_left .catalog_type .catalog_menu > li > a.active {
  color: #132137;
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu {
  position: relative;
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu > a {
  position: relative;
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu > a::before, .article_list01 .article_left .catalog_type .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #A7A9AC;
  transition: all 0.3s ease-out;
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.article_list01 .article_left .catalog_type .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul {
  display: none;
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul li a {
  display: block;
  color: #525252;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 19px 0 19px 25px;
  border-top: 1px solid #e7e7e7;
  transition: all 0.3s;
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul li a:hover, .article_list01 .article_left .catalog_type .catalog_menu > li ul li a.active {
  color: #132137;
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul li:first-child a {
  border-top: 1px solid #e7e7e7;
}
.article_list01 .article_left .catalog_type .catalog_menu > li ul li ul a {
  padding: 19px 0 19px 50px;
}
@media (min-width: 1025px) {
  .article_list01 .article_left .catalog_type_mb {
    display: none;
  }
}
.article_list01 .article_left .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #132137;
}
.article_list01 .article_left .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.article_list01 .article_left .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #525252;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li.moremenu > a::before, .article_list01 .article_left .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #525252;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.article_list01 .article_left .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}
.article_list01 .article_right {
  width: calc(100% - 425px);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .article_list01 .article_right {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1024px) {
  .article_list01 .article_right {
    width: 100%;
  }
}
.article_list01 .article_right .article_title {
  color: #132137;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .article_list01 .article_right .article_title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .article_list01 .article_right .article_title {
    font-size: 26px;
  }
}

.location_list01_filter {
  margin-bottom: 40px;
}
.location_list01_filter form {
  max-width: 900px;
}
@media (max-width: 840px) {
  .location_list01_filter form {
    max-width: 450px;
  }
}
.location_list01_filter form .row {
  justify-content: center;
}
.location_list01_filter form .form_item {
  width: 33.3333333333%;
}
@media (max-width: 840px) {
  .location_list01_filter form .form_item {
    width: 100%;
  }
  .location_list01_filter form .form_item + .form_item {
    margin-top: 5px;
  }
}
.location_list01_filter form .form_item select {
  width: 100%;
}

.location_list01 {
  padding-bottom: 60px;
}
.location_list01 .locations .row {
  gap: 3.125vw 0;
}
.location_list01 .locations .location_item {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 1440px) {
  .location_list01 .locations .location_item {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .location_list01 .locations .location_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .location_list01 .locations .location_item {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .location_list01 .locations .location_item {
    width: 100%;
  }
}
.location_list01 .locations .location_item .left {
  width: 50%;
}
@media (max-width: 1440px) {
  .location_list01 .locations .location_item .left {
    width: 100%;
  }
}
.location_list01 .locations .location_item .left a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.location_list01 .locations .location_item .left a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location_list01 .locations .location_item .right {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 0 0 20px;
}
@media (max-width: 1440px) {
  .location_list01 .locations .location_item .right {
    width: 100%;
    padding: 15px 0;
  }
}
.location_list01 .locations .location_item .right .info {
  margin-bottom: 20px;
}
.location_list01 .locations .location_item .right .info > a {
  display: block;
  color: #525252;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .location_list01 .locations .location_item .right .info > a {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .location_list01 .locations .location_item .right .info > a {
    font-size: 17px;
  }
}
.location_list01 .locations .location_item .right .info > a:hover {
  color: #132137;
}
.location_list01 .locations .location_item .right .info > p {
  display: flex;
}
.location_list01 .locations .location_item .right .info > p + p {
  margin-top: 5px;
}
.location_list01 .locations .location_item .right .info > p svg {
  flex-shrink: 0;
  width: auto;
  height: 16px;
  fill: #525252;
  margin-top: 2px;
  margin-right: 10px;
}
.location_list01 .locations .location_item .right .info > p i {
  flex-shrink: 0;
  width: 16px;
  color: #525252;
  font-size: 17px;
  margin-top: 1px;
  margin-right: 10px;
}
.location_list01 .locations .location_item .right .info > p span {
  color: #525252;
  font-size: 14px;
}
.location_list01 .locations .location_item .right .info > p span a {
  color: #525252;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .info > p span a:hover {
  color: #132137;
}
.location_list01 .locations .location_item .right .location_map {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 5px 3px;
  margin-top: auto;
  border: 1px solid #525252;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .location_map svg {
  width: auto;
  height: 21px;
  fill: #525252;
  margin-right: 5px;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .location_map span {
  color: #525252;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
}
.location_list01 .locations .location_item .right .location_map:hover {
  background: #132137;
  border: 1px solid #132137;
}
.location_list01 .locations .location_item .right .location_map:hover svg {
  fill: #fff;
}
.location_list01 .locations .location_item .right .location_map:hover span {
  color: #fff;
}
.location_list01 [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .location_list01 [class^=pagination] {
    margin-top: 40px;
  }
}

.location_detail01 {
  padding-bottom: 60px;
}
.location_detail01 .container {
  max-width: 1207px;
}
.location_detail01 .location_name_big {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 27px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .location_detail01 .location_name_big {
    margin-bottom: 20px;
  }
}
.location_detail01 .location_name_big p {
  color: #525252;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  padding-right: 30px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .location_detail01 .location_name_big p {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .location_detail01 .location_name_big p {
    font-size: 26px;
  }
}
@media (max-width: 960px) {
  .location_detail01 .location_name_big p {
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .location_detail01 .location_name_big p {
    font-size: 22px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .location_detail01 .location_name_big p {
    font-size: 20px;
  }
}
.location_detail01 .location_name_big a {
  display: block;
  min-width: max-content;
  color: #525252;
  font-size: 13px;
  padding: 10px 0;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .location_detail01 .location_name_big a {
    padding: 6px 0;
  }
}
@media (max-width: 720px) {
  .location_detail01 .location_name_big a {
    display: none;
  }
}
.location_detail01 .location_name_big a i {
  color: #525252;
  font-size: 17px;
  margin-right: 5px;
  transition: all 0.3s;
}
.location_detail01 .location_name_big a:hover {
  color: #132137;
}
.location_detail01 .location_name_big a:hover i {
  color: #132137;
}
.location_detail01 .location_slick {
  max-width: 750px;
  margin: 0 auto;
}
.location_detail01 .location_slick .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.location_detail01 .location_slick .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location_detail01 .location_thumbnail {
  max-width: 750px;
  margin: 30px auto 0;
  padding: 0 50px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .location_detail01 .location_thumbnail {
    margin: 20px auto 0;
    padding: 0 45px;
  }
}
@media (max-width: 480px) {
  .location_detail01 .location_thumbnail {
    padding: 0 25px;
  }
}
.location_detail01 .location_thumbnail .slick-slide {
  padding: 0 7px;
}
.location_detail01 .location_thumbnail .slick-slide a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: all 0.3s;
}
.location_detail01 .location_thumbnail .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location_detail01 .location_thumbnail .slick-slide:hover a {
  border: 1px solid #132137;
}
.location_detail01 .location_thumbnail .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media (max-width: 1200px) {
  .location_detail01 .location_thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 840px) {
  .location_detail01 .location_thumbnail .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.location_detail01 .location_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
  left: -33px;
}
@media (max-width: 1200px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -40px;
  }
}
@media (max-width: 840px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -37px;
  }
}
@media (max-width: 768px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -21px;
  }
}
@media (max-width: 480px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-prev:not(.keep_default) {
    left: -18px;
  }
}
.location_detail01 .location_thumbnail .slick-arrow.slick-next:not(.keep_default) {
  right: -33px;
}
@media (max-width: 1200px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -40px;
  }
}
@media (max-width: 840px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -37px;
  }
}
@media (max-width: 768px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -21px;
  }
}
@media (max-width: 480px) {
  .location_detail01 .location_thumbnail .slick-arrow.slick-next:not(.keep_default) {
    right: -18px;
  }
}
.location_detail01 .location_thumbnail .slick-arrow svg {
  width: auto;
  height: 100%;
  fill: #000;
  transition: all 0.1s;
}
.location_detail01 .location_thumbnail .slick-arrow:hover svg {
  fill: #132137;
}
.location_detail01 .location_thumbnail .slick-arrow.white svg {
  fill: #fff;
}
.location_detail01 .location_thumbnail .slick-arrow.white:hover svg {
  fill: #132137;
}
@media (max-width: 480px) {
  .location_detail01 .location_thumbnail .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.location_detail01 .location_name_small {
  padding-bottom: 13px;
  margin: 50px 0 16px;
}
@media (max-width: 960px) {
  .location_detail01 .location_name_small {
    margin: 40px 0 16px;
  }
}
.location_detail01 .location_name_small.get_line {
  background-image: linear-gradient(to right, rgba(147, 149, 152, 0.2), rgba(147, 149, 152, 0.2)), linear-gradient(to right, rgba(147, 149, 152, 0.2), rgba(147, 149, 152, 0.2));
  background-position: 0 bottom, 20px bottom;
  background-size: 20px 1px, calc(100% - 20px) 1px;
  background-repeat: no-repeat;
}
.location_detail01 .location_name_small p {
  color: #525252;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: justify;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .location_detail01 .location_name_small p {
    font-size: 22px;
  }
}
@media (max-width: 720px) {
  .location_detail01 .location_name_small p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .location_detail01 .location_name_small p {
    font-size: 18px;
  }
}
.location_detail01 .location_intro_content,
.location_detail01 .location_detail_content {
  margin-bottom: 40px;
}
.location_detail01 .location_tags_btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .location_detail01 .location_tags_btn {
    flex-direction: column;
  }
}
.location_detail01 .location_tags_btn .location_tags {
  display: flex;
  align-items: flex-start;
  margin-right: 30px;
}
@media (max-width: 720px) {
  .location_detail01 .location_tags_btn .location_tags {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.location_detail01 .location_tags_btn .location_tags img {
  min-width: 28px;
  padding: 4px 0;
  margin-right: 28px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .location_detail01 .location_tags_btn .location_tags img {
    padding: 2px 0;
    margin-right: 20px;
  }
}
.location_detail01 .location_tags_btn .location_tags p {
  display: flex;
  flex-wrap: wrap;
}
.location_detail01 .location_tags_btn .location_tags p a {
  display: block;
  color: #525252;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 5px;
  border-left: 1px solid #525252;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .location_detail01 .location_tags_btn .location_tags p a {
    font-size: 16px;
    padding: 0 12px;
  }
}
@media (max-width: 720px) {
  .location_detail01 .location_tags_btn .location_tags p a {
    font-size: 14px;
    padding: 0 10px;
  }
}
.location_detail01 .location_tags_btn .location_tags p a:last-child {
  border-right: 1px solid #525252;
}
.location_detail01 .location_tags_btn .location_tags p a:hover {
  color: #132137;
}
.location_detail01 .location_tags_btn [class^=button] {
  flex-shrink: 0;
}
.location_detail01 .location_share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(147, 149, 152, 0.2);
}
.location_detail01 .location_share > p {
  color: #525252;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.location_detail01 .location_share div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.location_detail01 .location_share div a {
  display: block;
  color: #BCBEC0;
  font-size: 22px;
  transition: all 0.3s;
}
.location_detail01 .location_share div a i {
  display: block;
}
.location_detail01 .location_share div a svg {
  display: block;
  width: auto;
  height: 22px;
  fill: #BCBEC0;
  transition: all 0.3s;
}
.location_detail01 .location_share div a:hover {
  color: #132137;
}
.location_detail01 .location_share div a:hover svg {
  fill: #132137;
}

.file_lock01 {
  padding-bottom: 60px;
}
.file_lock01 img {
  margin: 0 auto 40px;
}
@media (max-width: 480px) {
  .file_lock01 img {
    width: 120px;
  }
}
.file_lock01 form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 15px;
}
@media (max-width: 400px) {
  .file_lock01 form {
    flex-direction: column;
  }
}
.file_lock01 form.unlock_file {
  margin-top: 30px;
}
@media (max-width: 400px) {
  .file_lock01 form.unlock_file {
    margin-top: 40px;
  }
}
.file_lock01 form input:not([type=radio]):not([type=checkbox]) {
  padding: 11.5px 10px;
}
@media (max-width: 1200px) {
  .file_lock01 form input:not([type=radio]):not([type=checkbox]) {
    padding: 9px 10px;
  }
}
@media (max-width: 400px) {
  .file_lock01 form input:not([type=radio]):not([type=checkbox]) {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .file_lock01 form [class^=button] {
    width: 100%;
  }
}

.faq01 {
  padding-bottom: 60px;
}
.faq01 .faq_list .faq_item {
  border: 1px solid #ccc;
}
.faq01 .faq_list .faq_item:not(:last-child) {
  margin-bottom: 15px;
}
.faq01 .faq_list .faq_item .faq_title {
  display: flex;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .faq01 .faq_list .faq_item .faq_title {
    padding-left: 10px;
  }
}
.faq01 .faq_list .faq_item .faq_title > *:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  color: #525252;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  padding-top: 18px;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title > *:first-child i {
  display: block;
}
.faq01 .faq_list .faq_item .faq_title > p {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
  color: #525252;
  font-size: 16px;
  padding: 10px 15px 10px 0;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title > *:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  color: #fff;
  font-size: 16px;
  background: #132137;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title > *:last-child i {
  display: block;
  transition: all 0.3s;
}
.faq01 .faq_list .faq_item .faq_title.active {
  background: #132137 !important;
}
.faq01 .faq_list .faq_item .faq_title.active > *:first-child {
  color: #fff;
}
.faq01 .faq_list .faq_item .faq_title.active > p {
  color: #fff;
}
.faq01 .faq_list .faq_item .faq_title.active > *:last-child {
  color: #525252;
}
.faq01 .faq_list .faq_item .faq_title.active > *:last-child i {
  transform: rotate(45deg);
}
.faq01 .faq_list .faq_item:nth-child(odd) .faq_title {
  background: #E6E7E9;
}
.faq01 .faq_list .faq_item:nth-child(odd) .faq_title.active > *:last-child {
  background: #E6E7E9;
}
.faq01 .faq_list .faq_item:nth-child(even) .faq_title {
  background: #FBFBFB;
}
.faq01 .faq_list .faq_item:nth-child(even) .faq_title.active > *:last-child {
  background: #FBFBFB;
}
.faq01 .faq_list .faq_item .faq_answer {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ccc;
}
.faq01 .faq_list .faq_item .faq_answer > div {
  display: flex;
  align-items: flex-start;
  padding: 30px 60px 30px 20px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .faq01 .faq_list .faq_item .faq_answer > div {
    padding: 25px 30px 25px 10px;
  }
}
.faq01 .faq_list .faq_item .faq_answer > div > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  color: #525252;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  text-align: center;
}
.faq01 .faq_list .faq_item .faq_answer > div > div:nth-child(1) i {
  display: block;
}
.faq01 .faq_list .faq_item .faq_answer > div > div:nth-child(2) {
  width: calc(100% - 50px);
}
.faq01 [class^=pagination] {
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .faq01 [class^=pagination] {
    margin-top: 40px;
  }
}

.contact01 {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .contact01 {
    padding: 0 15px 60px;
  }
}
.contact01 .contact_left {
  width: 65%;
  padding-right: 65px;
}
@media (max-width: 1024px) {
  .contact01 .contact_left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.contact01 .contact_left .hello {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
}
.contact01 .contact_left form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .contact01 .contact_left form .form_item.w50 {
    width: 50%;
  }
}
.contact01 .contact_left form .form_item .label {
  margin-bottom: 5px;
}
.contact01 .contact_left form .form_item.one_line .label {
  display: inline-block;
}
.contact01 .contact_left form .form_item label {
  color: #525252;
  font-size: 16px;
  margin-right: 7px;
}
.contact01 .contact_left form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.contact01 .contact_left form .form_item label.radio {
  cursor: pointer;
  border: unset;
  border-radius: unset;
}
.contact01 .contact_left form .form_item input:not([type=radio]) {
  display: block;
  width: 100%;
}
.contact01 .contact_left form .form_item textarea {
  display: block;
  width: 100%;
}
.contact01 .contact_left form .form_item .submit {
  margin-top: 40px;
}
.contact01 .contact_left form .form_item .submit .button06 span {
  color: #132137;
  transition: all 0.3s;
}
.contact01 .contact_left form .form_item .submit .button06:hover span {
  color: #fff;
}
@media (max-width: 1024px) {
  .contact01 .contact_left form .form_item .submit {
    margin-top: 20px;
  }
  .contact01 .contact_left form .form_item .submit > * {
    margin: 0 auto;
  }
}
.contact01 .contact_left form .form_item input[type=submit] {
  display: none;
}
.contact01 .contact_right {
  width: 35%;
}
@media (max-width: 1024px) {
  .contact01 .contact_right {
    width: 100%;
  }
}
.contact01 .contact_right .snazzy {
  margin-bottom: 30px;
}
.contact01 .contact_right .snazzy #map {
  height: 0;
  padding-bottom: 78%;
}
@media (max-width: 1024px) {
  .contact01 .contact_right .snazzy #map {
    padding-bottom: 300px;
  }
}
.contact01 .contact_right .google_map {
  margin-bottom: 30px;
}
.contact01 .contact_right .google_map iframe {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .contact01 .contact_right .google_map {
    position: relative;
    height: 0;
    padding-bottom: 78%;
    overflow: hidden;
  }
  .contact01 .contact_right .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.contact01 .contact_right .contact_info a {
  display: flex;
  align-items: center;
}
.contact01 .contact_right .contact_info a:not(:last-child) {
  margin-bottom: 10px;
}
.contact01 .contact_right .contact_info a p {
  transition: all 0.3s;
}
.contact01 .contact_right .contact_info a p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: #a5a5a5;
  font-size: 20px;
  margin-right: 10px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
}
.contact01 .contact_right .contact_info a p:nth-child(1) i {
  display: block;
}
.contact01 .contact_right .contact_info a p:nth-child(2) {
  display: flex;
  align-items: center;
  color: #525252;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  word-break: break-all;
}
.contact01 .contact_right .contact_info a p:nth-child(2) span {
  padding-right: 10px;
  word-break: keep-all;
}
.contact01 .contact_right .contact_info a:hover p:nth-child(1) {
  color: #132137;
  border: 2px solid #132137;
}
.contact01 .contact_right .contact_info a:hover p:nth-child(2) {
  color: #132137;
}

.contact02 {
  display: flex;
  flex-wrap: wrap;
}
.contact02 .left {
  position: relative;
  width: 32.5%;
  background: #bebebe;
  overflow: hidden;
}
@media (min-width: 769px) {
  .contact02 .left {
    position: sticky;
    top: 70px;
    height: calc(100vh - 120px);
  }
}
@media (min-width: 1025px) {
  .contact02 .left {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 768px) {
  .contact02 .left {
    width: 100%;
  }
}
.contact02 .left::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .contact02 .left::before {
    height: 100%;
    z-index: 2;
  }
}
.contact02 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .contact02 .left img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.contact02 .left .box {
  position: absolute;
  top: 56%;
  right: 0;
  width: 100%;
  padding: 0 0 0 8.3333vw;
}
@media (max-width: 1366px) {
  .contact02 .left .box {
    right: 50%;
    max-width: 400px;
    padding: 0 20px;
    transform: translateX(50%);
  }
}
@media (max-width: 768px) {
  .contact02 .left .box {
    position: relative;
    top: unset;
    right: unset;
    max-width: unset;
    padding: 40px 30px;
    transform: unset;
    z-index: 3;
  }
}
.contact02 .left .box .contact_title {
  color: #fff;
  font-size: calc(1.5rem + 0.72917vw);
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.contact02 .left .box .contact_hello {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .contact02 .left .box .contact_hello br {
    display: none;
  }
}
.contact02 .left .box .contact_breadcrumb {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.contact02 .left .box .contact_breadcrumb a {
  color: #fff;
  font-size: 13px;
}
.contact02 .left .box .contact_breadcrumb a:first-child {
  font-size: 16px;
}
.contact02 .left .box .contact_breadcrumb a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: #fff;
}
.contact02 .right {
  width: 67.5%;
  padding: 4.1666666667vw 4.9479166667vw 0;
  background: #fff;
}
@media (max-width: 1024px) {
  .contact02 .right {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .contact02 .right {
    width: 100%;
  }
}
.contact02 .right .box {
  padding: 28px 7.15vw 95px;
  background: #fff;
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .contact02 .right .box {
    padding: 28px 40px 60px;
  }
}
@media (max-width: 768px) {
  .contact02 .right .box {
    padding: 28px 30px 40px;
  }
}
.contact02 .right .box .contact_title {
  color: #525252;
  font-size: calc(1.5rem + 0.41667vw);
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.contact02 .right .box .contact_info {
  margin-bottom: 50px;
}
.contact02 .right .box .contact_info .row {
  justify-content: center;
}
.contact02 .right .box .contact_info .the_info {
  width: 25%;
}
@media (max-width: 1024px) {
  .contact02 .right .box .contact_info .the_info {
    width: 100%;
  }
  .contact02 .right .box .contact_info .the_info:not(:last-child) {
    margin-bottom: 15px;
  }
}
.contact02 .right .box .contact_info .the_info a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .contact02 .right .box .contact_info .the_info a {
    align-items: flex-start;
    flex-direction: row;
  }
  .contact02 .right .box .contact_info .the_info a > *:not(:last-child) {
    margin-right: 10px;
  }
  .contact02 .right .box .contact_info .the_info a > *:nth-child(2) {
    display: none;
  }
  .contact02 .right .box .contact_info .the_info a > *:nth-child(2),
  .contact02 .right .box .contact_info .the_info a > *:nth-child(3) {
    margin-top: 0 !important;
  }
}
.contact02 .right .box .contact_info .the_info a > p {
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .contact02 .right .box .contact_info .the_info a > p {
    text-align: left;
  }
}
.contact02 .right .box .contact_info .the_info a > p:nth-child(1) {
  color: #525252;
  font-size: 23px;
}
.contact02 .right .box .contact_info .the_info a > p:nth-child(1) i {
  display: block;
}
@media (max-width: 1024px) {
  .contact02 .right .box .contact_info .the_info a > p:nth-child(1) {
    font-size: 20px;
  }
}
.contact02 .right .box .contact_info .the_info a > p:nth-child(2) {
  color: #525252;
  font-size: 18px;
  font-weight: 500;
}
.contact02 .right .box .contact_info .the_info a > p:nth-child(3) {
  color: #525252;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .contact02 .right .box .contact_info .the_info a:hover > p:nth-child(1) {
    color: #132137;
  }
  .contact02 .right .box .contact_info .the_info a:hover > p:nth-child(2) {
    color: #132137;
  }
}
.contact02 .right .box form .form_item {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item {
    flex-wrap: wrap;
  }
}
.contact02 .right .box form .form_item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact02 .right .box form .form_item .label {
  flex-shrink: 0;
  width: 75px;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item .label {
    order: 1;
    width: fit-content;
  }
}
.contact02 .right .box form .form_item.textarea {
  align-items: flex-start;
  /* 抵消宜瑾的CSS */
  height: auto;
  color: inherit;
  line-height: inherit;
  padding: unset;
  padding-top: unset;
  padding-bottom: unset;
  background-color: unset;
  border: 0;
  resize: auto;
  /* 抵消宜瑾的CSS */
}
@media (min-width: 481px) {
  .contact02 .right .box form .form_item.textarea .label {
    margin-top: 6px;
  }
}
.contact02 .right .box form .form_item.checkbox {
  flex-wrap: wrap;
  /* 抵消宜瑾的CSS */
  position: unset;
  width: unset;
  height: unset;
  border: unset;
  /* 抵消宜瑾的CSS */
}
.contact02 .right .box form .form_item.checkbox .label {
  width: 100%;
  margin-right: 0;
}
.contact02 .right .box form .form_item label {
  color: #525252;
  font-size: 15px;
}
.contact02 .right .box form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.contact02 .right .box form .form_item label.radio, .contact02 .right .box form .form_item label.check {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.contact02 .right .box form .form_item label.radio input, .contact02 .right .box form .form_item label.check input {
  margin: 2px 5px 0 0;
}
.contact02 .right .box form .form_item label.radio {
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
  appearance: auto;
}
.contact02 .right .box form .form_item .gender {
  flex-shrink: 0;
  margin-left: 3.125vw;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item .gender {
    order: 2;
  }
}
.contact02 .right .box form .form_item .gender label:first-child {
  margin-right: 15px;
}
.contact02 .right .box form .form_item .multi {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item .multi {
    order: 3;
  }
}
.contact02 .right .box form .form_item .multi label:not(:last-child) {
  margin-right: 15px;
}
.contact02 .right .box form .form_item select,
.contact02 .right .box form .form_item textarea,
.contact02 .right .box form .form_item input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
}
@media (max-width: 480px) {
  .contact02 .right .box form .form_item select,
  .contact02 .right .box form .form_item textarea,
  .contact02 .right .box form .form_item input:not([type=radio]):not([type=checkbox]) {
    order: 3;
    margin-top: 5px;
  }
}
.contact02 .right .box form .form_item .submit {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .contact02 .right .box form .form_item .submit {
    margin-top: 10px;
  }
}
.contact02 .right .box form .form_item .submit [class^=button] {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .contact02 .right .box form .form_item .submit [class^=button] {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 768px) {
  .contact02 .right .box form .form_item .submit [class^=button] {
    margin: 0 auto;
  }
}
.contact02 .right .box form .form_item input[type=submit] {
  display: none;
}

.contact03 {
  padding-bottom: 60px;
}
.contact03 .contact_left {
  width: 50%;
  padding-right: 55px;
}
@media (max-width: 1200px) {
  .contact03 .contact_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .contact03 .contact_left {
    margin-bottom: 40px;
  }
}
.contact03 .contact_left .hello_title {
  color: #525252;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .contact03 .contact_left .hello_title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .contact03 .contact_left .hello_title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .contact03 .contact_left .hello_title {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .contact03 .contact_left .hello_title {
    font-size: 30px;
  }
}
.contact03 .contact_left .hello {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
}
.contact03 .contact_left form .form_item {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item {
    flex-wrap: wrap;
  }
}
.contact03 .contact_left form .form_item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact03 .contact_left form .form_item .label {
  flex-shrink: 0;
  width: 75px;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item .label {
    order: 1;
  }
}
.contact03 .contact_left form .form_item.textarea {
  align-items: flex-start;
  /* 抵消宜瑾的CSS */
  height: auto;
  color: inherit;
  line-height: inherit;
  padding: unset;
  padding-top: unset;
  padding-bottom: unset;
  background-color: unset;
  border: 0;
  resize: auto;
  /* 抵消宜瑾的CSS */
}
@media (min-width: 481px) {
  .contact03 .contact_left form .form_item.textarea .label {
    margin-top: 6px;
  }
}
.contact03 .contact_left form .form_item.checkbox {
  flex-wrap: wrap;
  /* 抵消宜瑾的CSS */
  position: unset;
  width: unset;
  height: unset;
  border: unset;
  /* 抵消宜瑾的CSS */
}
.contact03 .contact_left form .form_item.checkbox .label {
  width: 100%;
  margin-right: 0;
}
.contact03 .contact_left form .form_item label {
  color: #525252;
  font-size: 15px;
}
.contact03 .contact_left form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.contact03 .contact_left form .form_item label.radio, .contact03 .contact_left form .form_item label.check {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.contact03 .contact_left form .form_item label.radio input, .contact03 .contact_left form .form_item label.check input {
  margin: 2px 5px 0 0;
}
.contact03 .contact_left form .form_item label.radio {
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
  appearance: auto;
}
.contact03 .contact_left form .form_item .gender {
  flex-shrink: 0;
  margin-left: 3.125vw;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item .gender {
    order: 2;
  }
}
.contact03 .contact_left form .form_item .gender label:first-child {
  margin-right: 15px;
}
.contact03 .contact_left form .form_item .multi {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item .multi {
    order: 3;
  }
}
.contact03 .contact_left form .form_item .multi label:not(:last-child) {
  margin-right: 15px;
}
.contact03 .contact_left form .form_item select,
.contact03 .contact_left form .form_item textarea,
.contact03 .contact_left form .form_item input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
}
@media (max-width: 480px) {
  .contact03 .contact_left form .form_item select,
  .contact03 .contact_left form .form_item textarea,
  .contact03 .contact_left form .form_item input:not([type=radio]):not([type=checkbox]) {
    order: 3;
    margin-top: 5px;
  }
}
.contact03 .contact_left form .form_item .submit {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .contact03 .contact_left form .form_item .submit {
    margin-top: 10px;
  }
}
.contact03 .contact_left form .form_item .submit [class^=button] {
  z-index: 1;
}
@media (max-width: 768px) {
  .contact03 .contact_left form .form_item .submit [class^=button] {
    margin: 0 auto;
  }
}
.contact03 .contact_left form .form_item input[type=submit] {
  display: none;
}
.contact03 .contact_right {
  width: 50%;
}
@media (min-width: 1201px) {
  .contact03 .contact_right {
    position: relative;
  }
}
@media (max-width: 1200px) {
  .contact03 .contact_right {
    width: 100%;
  }
}
.contact03 .contact_right > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px 40px;
}
@media (min-width: 1201px) {
  .contact03 .contact_right > div {
    padding-right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1201px) and (min-width: 1025px) {
  .contact03 .contact_right > div::-webkit-scrollbar {
    width: 2px;
  }
  .contact03 .contact_right > div::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .contact03 .contact_right > div::-webkit-scrollbar-thumb {
    background: rgba(82, 82, 82, 0.5);
  }
  .contact03 .contact_right > div::-webkit-scrollbar-thumb:hover {
    background: #525252;
  }
}
@media (max-width: 1200px) {
  .contact03 .contact_right > div {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .contact03 .contact_right > div {
    gap: 30px;
  }
}
.contact03 .contact_right .info_map {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact03 .contact_right .info_map {
    gap: 15px 25px;
  }
}
.contact03 .contact_right .info_map .map {
  width: 48.5714285714%;
}
@media (max-width: 540px) {
  .contact03 .contact_right .info_map .map {
    width: 100%;
  }
}
.contact03 .contact_right .info_map .map .google_map {
  height: 100%;
  background: var(--bgimg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact03 .contact_right .info_map .map .google_map iframe {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 540px) {
  .contact03 .contact_right .info_map .map .google_map {
    position: relative;
    height: 0;
    padding-bottom: 78%;
    overflow: hidden;
  }
  .contact03 .contact_right .info_map .map .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.contact03 .contact_right .info_map .info {
  width: calc(51.4285714286% - 40px);
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .contact03 .contact_right .info_map .info {
    width: calc(51.4285714286% - 25px);
  }
}
@media (max-width: 540px) {
  .contact03 .contact_right .info_map .info {
    width: 100%;
    padding-bottom: unset;
  }
}
.contact03 .contact_right .info_map .info > p {
  color: #525252;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
}
.contact03 .contact_right .info_map .info > a {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.contact03 .contact_right .info_map .info > a + a {
  margin-top: 10px;
}
.contact03 .contact_right .info_map .info > a p {
  transition: all 0.3s;
}
.contact03 .contact_right .info_map .info > a p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  background: #8c8c8c;
  border: 2px solid #8c8c8c;
  border-radius: 50%;
}
.contact03 .contact_right .info_map .info > a p:nth-child(1) i {
  display: block;
}
.contact03 .contact_right .info_map .info > a p:nth-child(2) {
  display: flex;
  align-items: center;
  color: #525252;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  word-break: break-all;
}
.contact03 .contact_right .info_map .info > a p:nth-child(2) span {
  display: none;
  padding-right: 10px;
  word-break: keep-all;
}
.contact03 .contact_right .info_map .info > a:hover p:nth-child(1) {
  background: #132137;
  border: 2px solid #132137;
}
.contact03 .contact_right .info_map .info > a:hover p:nth-child(2) {
  color: #132137;
}

.contact04 {
  padding: 0 0 60px;
}
.contact04 .container {
  max-width: 870px;
}
.contact04 .contact_info {
  margin-bottom: 40px;
}
.contact04 .contact_info .row {
  justify-content: center;
}
.contact04 .contact_info .the_info {
  width: 33.3333333333%;
}
@media (max-width: 540px) {
  .contact04 .contact_info .the_info {
    width: 100%;
  }
  .contact04 .contact_info .the_info:not(:last-child) {
    margin-bottom: 15px;
  }
}
.contact04 .contact_info .the_info a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 540px) {
  .contact04 .contact_info .the_info a {
    flex-direction: row;
  }
  .contact04 .contact_info .the_info a > *:not(:last-child) {
    margin-right: 10px;
  }
  .contact04 .contact_info .the_info a > *:nth-child(2) {
    display: none;
  }
}
.contact04 .contact_info .the_info a .circle {
  width: 100%;
  max-width: 150px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .contact04 .contact_info .the_info a .circle {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .contact04 .contact_info .the_info a .circle {
    max-width: 90px;
  }
}
@media (max-width: 540px) {
  .contact04 .contact_info .the_info a .circle {
    min-width: 45px;
    max-width: 45px;
  }
}
.contact04 .contact_info .the_info a .circle > p {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  color: #525252;
  font-size: 60px;
  background: #f1f1f1;
  border-radius: 50%;
  transition: all 0.6s;
}
@media (max-width: 1024px) {
  .contact04 .contact_info .the_info a .circle > p {
    font-size: 48px;
    color: #132137;
    background: #1f365c;
  }
}
@media (max-width: 768px) {
  .contact04 .contact_info .the_info a .circle > p {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  .contact04 .contact_info .the_info a .circle > p {
    font-size: 24px;
  }
}
.contact04 .contact_info .the_info a .circle > p i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact04 .contact_info .the_info a > p {
  color: #000;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 540px) {
  .contact04 .contact_info .the_info a > p {
    text-align: left;
    margin-top: 0 !important;
  }
}
.contact04 .contact_info .the_info a:hover .circle > p {
  color: #132137;
  background: #1f365c;
}
.contact04 .contact_title {
  margin-bottom: 45px;
}
.contact04 .contact_title p:nth-child(1) {
  display: flex;
  align-items: center;
  color: #1f365c;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 3px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .contact04 .contact_title p:nth-child(1) {
    margin-bottom: 0;
  }
}
.contact04 .contact_title p:nth-child(1)::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #1f365c;
  margin-right: 10px;
}
.contact04 .contact_title p:nth-child(2) {
  color: #132137;
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .contact04 .contact_title p:nth-child(2) {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .contact04 .contact_title p:nth-child(2) {
    font-size: 32px;
  }
}
.contact04 .contact_title p:nth-child(3) {
  color: #525252;
  font-size: 20px;
  margin-top: 9px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .contact04 .contact_title p:nth-child(3) {
    font-size: 19px;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .contact04 .contact_title p:nth-child(3) {
    font-size: 18px;
  }
}
.contact04 form .form_item {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #ccc, #ccc) no-repeat;
  background-size: calc(100% - 30px) 1px;
  background-position: 15px bottom;
}
@media (max-width: 480px) {
  .contact04 form .form_item {
    background: linear-gradient(to right, #ccc, #ccc) no-repeat;
    background-size: calc(100% - 20px) 1px;
    background-position: 10px bottom;
  }
}
.contact04 form .form_item:last-child, .contact04 form .form_item:nth-last-child(2) {
  padding-bottom: 0;
  background: unset;
}
@media (min-width: 1025px) {
  .contact04 form .form_item.w50 {
    width: 50%;
  }
}
.contact04 form .form_item .label {
  margin-bottom: 5px;
}
.contact04 form .form_item.one_line .label {
  display: inline-block;
  width: 90px;
}
.contact04 form .form_item.one_line input:not([type=radio]) {
  display: inline-block;
  width: calc(100% - 88px);
}
.contact04 form .form_item label {
  color: #525252;
  font-size: 16px;
  margin-right: 7px;
}
.contact04 form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.contact04 form .form_item label.radio {
  cursor: pointer;
}
.contact04 form .form_item input:not([type=radio]) {
  display: block;
  width: 100%;
  background: unset;
  border: 0;
}
.contact04 form .form_item select {
  width: calc(100% - 88px);
  color: #525252;
  background: unset;
  border: 0;
}
.contact04 form .form_item textarea {
  display: block;
  width: 100%;
  background: unset;
}
.contact04 form .form_item .submit {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .contact04 form .form_item .submit > * {
    margin: 0 auto;
  }
}
.contact04 form .form_item input[type=submit] {
  display: none;
}

.site_map01 {
  padding-bottom: 60px;
}
.site_map01 .map_unit + .map_unit {
  padding-top: 30px;
  margin-top: 35px;
  border-top: 1px solid #e5e5e5;
}
.site_map01 .map_unit > a {
  display: block;
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding-left: 22px;
}
@media (max-width: 480px) {
  .site_map01 .map_unit > a {
    font-size: 17px;
  }
}
.site_map01 .map_unit > a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #132137;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .site_map01 .map_unit > a::before {
    top: 10px;
  }
}
.site_map01 .map_unit > a:hover {
  color: #132137;
}
.site_map01 .map_unit > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .site_map01 .map_unit > ul {
    gap: 10px 40px;
  }
}
.site_map01 .map_unit > ul li:not(:last-child) {
  position: relative;
}
.site_map01 .map_unit > ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 1px;
  height: 60%;
  background: #525252;
  transform: translateY(calc(-50% + 1px));
}
@media (max-width: 640px) {
  .site_map01 .map_unit > ul li:not(:last-child)::after {
    right: -20px;
  }
}
.site_map01 .map_unit > ul li a {
  color: #525252;
  font-size: 16px;
  transition: all 0.1s;
}
@media (max-width: 480px) {
  .site_map01 .map_unit > ul li a {
    font-size: 15px;
  }
}
.site_map01 .map_unit > ul li a:hover {
  color: #132137;
}

.not_found01 {
  padding: 100px 0;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .not_found01 {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .not_found01 {
    padding: 60px 0;
  }
}
.not_found01 > p {
  width: max-content;
  color: transparent;
  font-size: 11.51042vw;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-text-stroke: 1px #132137;
  animation: not_found01_move 10s linear infinite;
  transition: all 0.3s;
}
@media (max-width: 868px) {
  .not_found01 > p {
    font-size: 100px;
  }
}
@media (max-width: 600px) {
  .not_found01 > p {
    font-size: 80px;
  }
}
@keyframes not_found01_move {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}
.not_found01 .not_found_content {
  padding-top: 85px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .not_found01 .not_found_content {
    padding-top: 60px;
  }
}
@media (max-width: 960px) {
  .not_found01 .not_found_content {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .not_found01 .not_found_content {
    text-align: center;
  }
}
.not_found01 .not_found_content > p {
  color: #1f365c;
  font-size: 5.3125vw;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 941px) {
  .not_found01 .not_found_content > p {
    font-size: 50px;
  }
}
@media (max-width: 440px) {
  .not_found01 .not_found_content > p {
    font-size: 35px;
  }
}
.not_found01 .not_found_content > span {
  color: #000;
  font-size: 16px;
}
.not_found01 .not_found_content .two_ways_to_go {
  display: flex;
  align-items: center;
  margin-top: 50px;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .not_found01 .not_found_content .two_ways_to_go {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .not_found01 .not_found_content .two_ways_to_go {
    flex-direction: column;
  }
}
.not_found01 .not_found_content .two_ways_to_go [class^=button]:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 960px) {
  .not_found01 .not_found_content .two_ways_to_go [class^=button]:not(:last-child) {
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .not_found01 .not_found_content .two_ways_to_go [class^=button]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.member_three_in_one01 {
  padding-bottom: 60px;
}
.member_three_in_one01 .member_block {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.member_three_in_one01 .member_block + .member_block {
  display: none;
}
.member_three_in_one01 .member_block .welcome {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .member_three_in_one01 .member_block .welcome br {
    display: none;
  }
}
.member_three_in_one01 .member_block form .form_item {
  margin-bottom: 20px;
}
.member_three_in_one01 .member_block form .form_item:last-child {
  margin-top: 40px;
}
.member_three_in_one01 .member_block form .form_item label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}
.member_three_in_one01 .member_block form .form_item label::after {
  content: "*";
  color: #d20014;
}
.member_three_in_one01 .member_block form .form_item input {
  display: block;
  width: 100%;
}
.member_three_in_one01 .member_block form .form_item input[type=submit] {
  display: none;
}
.member_three_in_one01 .member_block form .form_item > p {
  font-size: 14px;
  margin-bottom: 5px;
}
.member_three_in_one01 .member_block form .form_item > p > span {
  color: #6d6e71;
  cursor: pointer;
}
.member_three_in_one01 .member_block form .form_item > p > span:hover {
  color: #132137;
}
.member_three_in_one01 .member_block form .form_item .submit {
  width: 100%;
}
.member_three_in_one01 .member_block .not_member {
  color: #6d6e71;
  font-size: 14px;
  text-align: center;
}
.member_three_in_one01 .member_block .not_member.go_login {
  cursor: pointer;
}
.member_three_in_one01 .member_block .not_member a {
  color: #8a8a8a;
}
.member_three_in_one01 .member_block .not_member a:hover {
  color: #132137;
}

.member_regist01 {
  padding-bottom: 60px;
}
.member_regist01 form {
  max-width: 1140px;
  margin: 0 auto;
}
.member_regist01 form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .member_regist01 form .form_item.w50 {
    width: 50%;
  }
}
.member_regist01 form .form_item:first-child {
  margin-bottom: 40px;
}
.member_regist01 form .form_item:last-child {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .member_regist01 form .form_item:last-child {
    margin-top: 20px;
  }
}
.member_regist01 form .form_item label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}
.member_regist01 form .form_item label.must:not(.agree):not(.radio)::after {
  content: "*";
  color: #d20014;
}
.member_regist01 form .form_item label.big {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .member_regist01 form .form_item label.big.pc_only {
    display: none;
  }
}
.member_regist01 form .form_item label.agree, .member_regist01 form .form_item label.radio {
  margin-top: 5px;
  margin-bottom: 0;
  cursor: pointer;
}
.member_regist01 form .form_item input:not([type=checkbox]):not([type=radio]) {
  display: block;
  width: 100%;
}
.member_regist01 form .form_item input:not([type=checkbox]):not([type=radio])[type=submit] {
  display: none;
}
.member_regist01 form .form_item input[type=checkbox] {
  position: relative;
  top: 1px;
  margin: 0 7px 0 0;
}
.member_regist01 form .form_item .terms {
  padding: 5px 8px;
  border: 1px solid #ccc;
}
@media (min-width: 1025px) {
  .member_regist01 form .form_item .terms {
    padding: 8px 8px 8px 12px;
  }
}
.member_regist01 form .form_item .terms > div {
  max-height: 230px;
  color: #8f8f8f;
  line-height: 1.6;
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .member_regist01 form .form_item .terms > div {
    padding-right: 8px;
  }
  .member_regist01 form .form_item .terms > div::-webkit-scrollbar {
    width: 10px;
  }
  .member_regist01 form .form_item .terms > div::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
  }
  .member_regist01 form .form_item .terms > div::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 50px;
  }
  .member_regist01 form .form_item .terms > div::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
}
.member_regist01 form .form_item .gender {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 1024px) {
  .member_regist01 form .form_item .submit {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .member_regist01 form .form_item .submit {
    width: 100%;
  }
}

.member_center_menu01 {
  position: sticky;
  top: 100px;
}
.member_center_menu01 > p {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 15px;
}
.member_center_menu01 ul li + li {
  border-top: 1px solid #e5e5e5;
}
.member_center_menu01 ul li a {
  display: block;
  color: #525252;
  font-size: 15px;
  padding: 7px 15px;
  background: #f2f2f2;
  transition: all 0.3s;
}
.member_center_menu01 ul li a:hover {
  color: #132137;
}
.member_center_menu01 ul li a.active {
  color: #fff;
  background: #132137;
}

.member_center_edit01 {
  padding-bottom: 60px;
}
.member_center_edit01 .left {
  width: calc(6.25rem + 10.4166666667vw);
  padding-right: 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 1024px) {
  .member_center_edit01 .left {
    display: none;
  }
}
.member_center_edit01 .right {
  width: calc(100% - (6.25rem + 10.4166666667vw));
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .member_center_edit01 .right {
    width: 100%;
    padding-left: unset;
  }
}
.member_center_edit01 .right form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .member_center_edit01 .right form .form_item.w50 {
    width: 50%;
  }
}
.member_center_edit01 .right form .form_item:last-child {
  margin-top: 20px;
}
.member_center_edit01 .right form .form_item label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}
.member_center_edit01 .right form .form_item label.must:not(.radio)::after {
  content: "*";
  color: #d20014;
}
.member_center_edit01 .right form .form_item label.radio {
  margin-top: 5px;
  margin-bottom: 0;
  cursor: pointer;
}
.member_center_edit01 .right form .form_item input[type=email] {
  opacity: 0.5;
  cursor: not-allowed;
}
.member_center_edit01 .right form .form_item input:not([type=radio]) {
  display: block;
  width: 100%;
}
.member_center_edit01 .right form .form_item input:not([type=radio])[type=submit] {
  display: none;
}
.member_center_edit01 .right form .form_item .gender {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 1024px) {
  .member_center_edit01 .right form .form_item .submit {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .member_center_edit01 .right form .form_item .submit {
    width: 100%;
  }
}

.member_center_download01 {
  padding-bottom: 60px;
}
.member_center_download01 .left {
  width: calc(6.25rem + 10.4166666667vw);
  padding-right: 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 1024px) {
  .member_center_download01 .left {
    display: none;
  }
}
.member_center_download01 .right {
  width: calc(100% - (6.25rem + 10.4166666667vw));
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .member_center_download01 .right {
    width: 100%;
    padding-left: unset;
  }
}

.member_center_message01 {
  padding-bottom: 60px;
}
.member_center_message01 .left {
  width: calc(6.25rem + 10.4166666667vw);
  padding-right: 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 1024px) {
  .member_center_message01 .left {
    display: none;
  }
}
.member_center_message01 .right {
  width: calc(100% - (6.25rem + 10.4166666667vw));
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .member_center_message01 .right {
    width: 100%;
    padding-left: unset;
  }
}

.member_center_repair_request01 {
  padding-bottom: 60px;
}
.member_center_repair_request01 .left {
  width: calc(6.25rem + 10.4166666667vw);
  padding-right: 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 1024px) {
  .member_center_repair_request01 .left {
    display: none;
  }
}
.member_center_repair_request01 .right {
  width: calc(100% - (6.25rem + 10.4166666667vw));
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .member_center_repair_request01 .right {
    width: 100%;
    padding-left: unset;
  }
}
.member_center_repair_request01 .right > p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.member_center_repair_request01 .right form .form_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .member_center_repair_request01 .right form .form_item.w50 {
    width: 50%;
  }
}
.member_center_repair_request01 .right form .form_item:last-child {
  margin-top: 20px;
}
.member_center_repair_request01 .right form .form_item label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.member_center_repair_request01 .right form .form_item label.must::after {
  content: "*";
  color: #d20014;
}
.member_center_repair_request01 .right form .form_item select,
.member_center_repair_request01 .right form .form_item textarea,
.member_center_repair_request01 .right form .form_item input {
  display: block;
  width: 100%;
}
.member_center_repair_request01 .right form .form_item input[type=submit] {
  display: none;
}
@media (max-width: 1024px) {
  .member_center_repair_request01 .right form .form_item .submit {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .member_center_repair_request01 .right form .form_item .submit {
    width: 100%;
  }
}
.member_center_repair_request01 .right .contact_block {
  margin-top: 7.8125vw;
  padding: 20px;
  border: 1px solid #ccc;
}
.member_center_repair_request01 .right .contact_block > p {
  color: #525252;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.member_center_repair_request01 .right .contact_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.member_center_repair_request01 .right .contact_block ul li {
  width: calc(25% - 11.25px);
}
@media (max-width: 840px) {
  .member_center_repair_request01 .right .contact_block ul li {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 400px) {
  .member_center_repair_request01 .right .contact_block ul li {
    width: 100%;
  }
}
.member_center_repair_request01 .right .contact_block ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.member_center_repair_request01 .right .contact_block ul li a img {
  width: auto;
  height: calc(1.75rem + 1.4583333333vw);
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .member_center_repair_request01 .right .contact_block ul li a img {
    margin-bottom: 10px;
  }
}
.member_center_repair_request01 .right .contact_block ul li a p {
  color: #525252;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1201px) {
  .member_center_repair_request01 .right .contact_block ul li a p {
    font-size: 16px;
  }
}

.member_center_repair_progress01 {
  padding-bottom: 60px;
}
.member_center_repair_progress01 .left {
  width: calc(6.25rem + 10.4166666667vw);
  padding-right: 40px;
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 1024px) {
  .member_center_repair_progress01 .left {
    display: none;
  }
}
.member_center_repair_progress01 .right {
  width: calc(100% - (6.25rem + 10.4166666667vw));
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .member_center_repair_progress01 .right {
    width: 100%;
    padding-left: unset;
  }
}
.member_center_repair_progress01 .right .search_block {
  margin-bottom: 40px;
}
.member_center_repair_progress01 .right .search_block form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .member_center_repair_progress01 .right .search_block form {
    justify-content: center;
  }
}
@media (max-width: 720px) {
  .member_center_repair_progress01 .right .search_block form {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .member_center_repair_progress01 .right .search_block form .form_item > * {
    text-align: center;
  }
}
.member_center_repair_progress01 .right .search_block form .form_item label {
  color: #525252;
  margin-right: 5px;
}
@media (max-width: 720px) {
  .member_center_repair_progress01 .right .search_block form .form_item label {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.member_center_repair_progress01 .right .search_block form .form_item input[type=submit] {
  cursor: pointer;
  transition: all 0.3s;
}
.member_center_repair_progress01 .right .search_block form .form_item input[type=submit]:hover {
  color: #fff;
  background: #132137;
  border: 1px solid #132137;
}
.member_center_repair_progress01 .right table {
  margin: -15px 0;
  border-collapse: separate;
  border-spacing: 0 15px;
}
@media (max-width: 840px) {
  .member_center_repair_progress01 .right table {
    display: none;
  }
}
.member_center_repair_progress01 .right table tr th {
  min-width: 110px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 6px;
  background: #132137;
}
.member_center_repair_progress01 .right table tr td {
  color: #525252;
  text-align: center;
  padding: 7.5px 6px;
  background: #f2f2f2;
}
.member_center_repair_progress01 .right > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 841px) {
  .member_center_repair_progress01 .right > ul {
    display: none;
  }
}
.member_center_repair_progress01 .right > ul li {
  width: calc(50% - 7.5px);
}
@media (max-width: 540px) {
  .member_center_repair_progress01 .right > ul li {
    width: 100%;
  }
}
.member_center_repair_progress01 .right > ul li p {
  display: flex;
}
.member_center_repair_progress01 .right > ul li p span:nth-child(1) {
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  padding: 3px 16px;
  background: #132137;
}
.member_center_repair_progress01 .right > ul li p span:nth-child(2) {
  width: 100%;
  color: #525252;
  text-align: center;
  word-break: break-word;
  padding: 3px 16px;
  background: #f2f2f2;
}
.member_center_repair_progress01 .right > ul li p:first-child span:nth-child(1),
.member_center_repair_progress01 .right > ul li p:first-child span:nth-child(2) {
  padding-top: 6px;
}
.member_center_repair_progress01 .right > ul li p:last-child span:nth-child(1),
.member_center_repair_progress01 .right > ul li p:last-child span:nth-child(2) {
  padding-bottom: 6px;
}
.member_center_repair_progress01 .right .contact_block {
  margin-top: 7.8125vw;
  padding: 20px;
  border: 1px solid #ccc;
}
.member_center_repair_progress01 .right .contact_block > p {
  color: #525252;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.member_center_repair_progress01 .right .contact_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.member_center_repair_progress01 .right .contact_block ul li {
  width: calc(25% - 11.25px);
}
@media (max-width: 840px) {
  .member_center_repair_progress01 .right .contact_block ul li {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 400px) {
  .member_center_repair_progress01 .right .contact_block ul li {
    width: 100%;
  }
}
.member_center_repair_progress01 .right .contact_block ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.member_center_repair_progress01 .right .contact_block ul li a img {
  width: auto;
  height: calc(1.75rem + 1.4583333333vw);
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .member_center_repair_progress01 .right .contact_block ul li a img {
    margin-bottom: 10px;
  }
}
.member_center_repair_progress01 .right .contact_block ul li a p {
  color: #525252;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1201px) {
  .member_center_repair_progress01 .right .contact_block ul li a p {
    font-size: 16px;
  }
}

.esg_game01 {
  position: relative;
  height: 100vh;
  background: url("../img/esg/esg01.jpg") no-repeat center center/cover;
  overflow: hidden;
}
.esg_game01 .esg_background > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.esg_game01 .esg_background > div.active {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.6s;
}
.esg_game01 .esg_background > div ul .slick-slide {
  height: 100vh;
}
.esg_game01 .esg_background > div ul .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg_game01 .esg_box .the_box {
  position: absolute;
  top: 43.5%;
  left: 50%;
  width: 900px;
  max-width: calc(100% - 50px);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 0.2s, transform 0.2s;
}
.esg_game01 .esg_box .the_box.in {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
.esg_game01 .esg_box .the_box[data-ans] {
  top: 50%;
}
@media (max-width: 1200px) {
  .esg_game01 .esg_box .the_box[data-ans] {
    top: 25%;
  }
}
@media (max-width: 480px) {
  .esg_game01 .esg_box .the_box[data-ans] {
    top: 20%;
  }
}
.esg_game01 .esg_box .the_box[data-ans] > * {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: calc(0.9375rem + 2.8645833333vw) calc(0.3125rem + 3.90625vw);
  border-radius: calc(1.25rem + 1.5625vw);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% + 40px));
  transition: opacity 0.2s, transform 0.2s;
}
@media (max-width: 1200px) {
  .esg_game01 .esg_box .the_box[data-ans] > * {
    transform: translateY(40px);
  }
}
.esg_game01 .esg_box .the_box[data-ans] > *.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}
@media (max-width: 1200px) {
  .esg_game01 .esg_box .the_box[data-ans] > *.show {
    transform: translateY(0);
  }
}
.esg_game01 .esg_box .the_box .box_title {
  text-align: center;
}
.esg_game01 .esg_box .the_box .box_title.lg {
  color: #132137;
  font-weight: 500;
  font-size: calc(1.625rem + 1.25vw);
}
@media (min-width: 1201px) {
  .esg_game01 .esg_box .the_box .box_title.lg {
    letter-spacing: 2px;
  }
}
.esg_game01 .esg_box .the_box .box_title.md {
  color: #132137;
  font-size: calc(1.125rem + 0.8854166667vw);
  font-weight: 600;
  text-align: left;
}
.esg_game01 .esg_box .the_box .box_title.sm {
  color: #65b97d;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .esg_game01 .esg_box .the_box .box_title.sm {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .esg_game01 .esg_box .the_box .box_title.sm {
    font-size: 16px;
  }
}
.esg_game01 .esg_box .the_box .box_title.xs {
  margin-top: 25px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .esg_game01 .esg_box .the_box .box_title.xs {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .esg_game01 .esg_box .the_box .box_title.xs {
    font-size: 16px;
  }
}
.esg_game01 .esg_box .the_box .button_set {
  margin-top: 50px !important;
}
@media (max-width: 1500px) {
  .esg_game01 .esg_box .the_box .button_set {
    margin-top: 45px !important;
  }
}
@media (max-width: 1200px) {
  .esg_game01 .esg_box .the_box .button_set {
    margin-top: 40px !important;
  }
}
@media (max-width: 840px) {
  .esg_game01 .esg_box .the_box .button_set {
    margin-top: 35px !important;
  }
}
.esg_game01 .esg_box .the_box .box_q ul {
  margin-top: 25px;
}
.esg_game01 .esg_box .the_box .box_q ul li {
  display: flex;
  align-items: center;
  gap: 0 15px;
  width: fit-content;
  cursor: pointer;
}
.esg_game01 .esg_box .the_box .box_q ul li + li {
  margin-top: 20px;
}
.esg_game01 .esg_box .the_box .box_q ul li .check {
  flex-shrink: 0;
  position: relative;
  width: 28px;
  height: 28px;
  border: 2px solid #dadcdf;
  border-radius: 50%;
  transition: all 0.3s;
}
.esg_game01 .esg_box .the_box .box_q ul li .check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #132137;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
}
.esg_game01 .esg_box .the_box .box_q ul li.active .check::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 1025px) {
  .esg_game01 .esg_box .the_box .box_q ul li:hover .check {
    border: 2px solid #132137;
  }
}
.esg_game01 .esg_box .the_box .box_ans .ans_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
}
@media (max-width: 540px) {
  .esg_game01 .esg_box .the_box .box_ans .ans_title {
    gap: 0 15px;
  }
}
.esg_game01 .esg_box .the_box .box_ans .ans_title img {
  flex-shrink: 0;
}
@media (max-width: 540px) {
  .esg_game01 .esg_box .the_box .box_ans .ans_title img {
    width: 40px;
  }
}
.esg_game01 .esg_box .the_box .box_ans .ans_title .box_title.md {
  color: #525252;
}
.esg_game01 .esg_box .the_box .box_ans .module_desc {
  margin-top: 30px;
}
.esg_game01 .esg_leaf {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 2;
  opacity: 0;
  transform: translate(0, -50%);
  transition: opacity 0.3s;
}
@media (max-width: 1200px) {
  .esg_game01 .esg_leaf {
    flex-direction: row;
    top: 20%;
    right: 50%;
    transform: translate(50%, 0);
  }
}
@media (max-width: 480px) {
  .esg_game01 .esg_leaf {
    top: 15%;
  }
}
.esg_game01 .esg_leaf svg {
  fill: #a3a3a3;
  transition: all 0.2s;
}
.esg_game01 .esg_leaf svg:first-child, .esg_game01 .esg_leaf svg:last-child {
  display: none;
}
.esg_game01 .esg_leaf svg.focus {
  fill: #132137;
}
.esg_game01 .esg_leaf.in {
  opacity: 1;
}

.button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #456cad;
  border-radius: 10px;
}
.button01:before, .button01:after {
  position: relative;
  content: "◆";
  top: -5px;
  width: 15px;
  height: 15px;
  color: #88b5ff;
  transition: all 0.3s;
}
.button01:before {
  left: -20px;
}
.button01:after {
  right: -20px;
}
.button01 {
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button01 {
    width: 160px;
    height: 40px;
  }
}
.button01.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button01.arrowtype {
    width: 40px;
  }
}
.button01 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button01 span {
    font-size: 13px;
  }
}
.button01 i {
  font-size: 13px;
}
.button01.center {
  margin: 0 auto;
}
.button01.arrowtype {
  padding: 0;
}
.button01 span {
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button01 svg {
  width: auto;
  height: 50%;
  fill: #000;
  transition: all 0.3s;
}
.button01:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button01:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button01:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button01.mirror {
  flex-direction: row-reverse;
}
.button01.mirror svg {
  transform: scale(-1, 1);
}
.button01.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button01.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button01.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button01:hover, .button01.active {
  background: #88b5ff;
}
.button01:hover:before, .button01:hover:after, .button01.active:before, .button01.active:after {
  color: #fff;
}
.button01:hover span, .button01.active span {
  color: #fff !important;
}
.button01:hover svg, .button01.active svg {
  fill: #fff;
}
.button01.white span {
  color: #fff;
}
.button01.white svg {
  fill: #fff;
}
.button01.white:hover span, .button01.white.active span {
  color: #132137;
}
.button01.white:hover svg, .button01.white.active svg {
  fill: #132137;
}

.button02 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #132137;
  cursor: pointer;
  transition: all 0.3s;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button02 {
    width: 160px;
    height: 40px;
  }
}
.button02.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button02.arrowtype {
    width: 40px;
  }
}
.button02 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button02 span {
    font-size: 13px;
  }
}
.button02 i {
  font-size: 13px;
}
.button02.center {
  margin: 0 auto;
}
.button02 span {
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button02::after {
  content: "";
  flex-shrink: 0;
  width: 30px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skewX(45deg);
  transform-origin: right bottom;
  transition: all 0.3s;
}
.button02:not(.arrowtype) {
  justify-content: space-between;
}
.button02:not(.arrowtype)::after {
  margin: 0 0 0 15px;
}
.button02.mirror {
  flex-direction: row-reverse;
}
.button02.mirror::after {
  transform: skewX(-45deg) scale(-1, 1);
  transform-origin: center bottom;
}
.button02.mirror:not(.arrowtype)::after {
  margin: 0 15px 0 0;
}
.button02:hover span, .button02.active span {
  color: #132137;
}
.button02:hover::after, .button02.active::after {
  border-right: 1px solid #132137;
  border-bottom: 1px solid #132137;
}
.button02.white {
  border-bottom: 1px solid #fff;
}
.button02.white span {
  color: #fff;
}
.button02.white::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.button02.white:hover, .button02.white.active {
  border-bottom: 1px solid #132137;
}
.button02.white:hover span, .button02.white.active span {
  color: #132137;
}
.button02.white:hover::after, .button02.white.active::after {
  border-right: 1px solid #132137;
  border-bottom: 1px solid #132137;
}

.button03 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #132137;
  border: 1px solid #132137;
  border-radius: 50px;
  cursor: pointer;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button03 {
    width: 160px;
    height: 40px;
  }
}
.button03.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button03.arrowtype {
    width: 40px;
  }
}
.button03 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button03 span {
    font-size: 13px;
  }
}
.button03 i {
  font-size: 13px;
}
.button03.center {
  margin: 0 auto;
}
.button03.arrowtype {
  padding: 0;
}
.button03 span {
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button03 svg {
  width: auto;
  height: 50%;
  fill: #fff;
  transition: all 0.3s;
}
.button03:not(.arrowtype) {
  position: relative;
}
.button03:not(.arrowtype)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 10px;
  border-right: 1px solid #132137;
  border-bottom: 1px solid #132137;
  opacity: 0;
  transform-origin: right bottom;
  transform: translate(0%, -95%) skew(45deg);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .button03:not(.arrowtype)::after {
    display: none;
  }
}
.button03:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button03:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button03:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button03.mirror {
  flex-direction: row-reverse;
}
.button03.mirror svg {
  transform: scale(-1, 1);
}
.button03.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button03.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button03.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button03:hover, .button03.active {
  background: #fff;
}
.button03:hover::after, .button03.active::after {
  opacity: 1;
  transform: translate(50%, -95%) skew(45deg);
}
.button03:hover span, .button03.active span {
  color: #132137;
}
.button03:hover svg, .button03.active svg {
  fill: #132137;
}
.button03.white {
  background: transparent;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .button03.white {
    background: #fff;
  }
  .button03.white span {
    color: #132137;
  }
  .button03.white svg {
    fill: #132137;
  }
}
.button03.white:hover, .button03.white.active {
  background: #fff;
}
.button03.white:hover span, .button03.white.active span {
  color: #132137;
}
.button03.white:hover svg, .button03.white.active svg {
  fill: #132137;
}

.button04 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #132137;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button04 {
    width: 160px;
    height: 40px;
  }
}
.button04.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button04.arrowtype {
    width: 40px;
  }
}
.button04 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button04 span {
    font-size: 13px;
  }
}
.button04 i {
  font-size: 13px;
}
.button04.center {
  margin: 0 auto;
}
.button04.arrowtype {
  padding: 0;
  border-radius: 50%;
}
.button04.middle {
  justify-content: flex-start;
  width: 150px;
  padding: 0;
  border: 0;
}
@media (max-width: 1200px) {
  .button04.middle {
    width: 140px;
  }
}
.button04 span {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  padding: 3px 0;
  background-image: linear-gradient(to right, #132137, #132137);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.button04 svg {
  width: auto;
  height: 12px;
  fill: #132137;
  transition: all 0.3s;
}
.button04 div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 15px;
  background: #132137;
  border-radius: 50%;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button04 div {
    width: 160px;
    height: 40px;
  }
}
.button04 div.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button04 div.arrowtype {
    width: 40px;
  }
}
.button04 div span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button04 div span {
    font-size: 13px;
  }
}
.button04 div i {
  font-size: 13px;
}
.button04 div::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  transform: scale(0.2);
  transition: all 0.3s 0.3s;
}
.button04 div svg {
  position: relative;
  margin: 0 !important;
  z-index: 2;
  opacity: 0;
  transform: translateX(-5px);
}
.button04:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button04:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button04:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button04.mirror {
  flex-direction: row-reverse;
}
.button04.mirror svg {
  transform: scale(-1, 1);
}
.button04.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button04.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button04.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button04:hover span, .button04.active span {
  background-size: 100% 1px;
}
.button04:hover div::before, .button04.active div::before {
  transform: scale(1);
  transition: all 0.3s;
}
.button04:hover div svg, .button04.active div svg {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s 0.3s;
}
.button04:hover.arrowtype, .button04.active.arrowtype {
  background: #132137;
}
.button04:hover.arrowtype span, .button04.active.arrowtype span {
  color: #fff;
}
.button04:hover.arrowtype svg, .button04.active.arrowtype svg {
  fill: #fff;
}
.button04.white span {
  color: #fff;
  background-image: linear-gradient(to right, #fff, #fff);
}
.button04.white.arrowtype {
  border: 1px solid #fff;
}
.button04.white.arrowtype span {
  color: #fff;
}
.button04.white.arrowtype svg {
  fill: #fff;
}
@media (max-width: 1024px) {
  .button04.white.arrowtype {
    background: #fff;
  }
  .button04.white.arrowtype span {
    color: #132137;
  }
  .button04.white.arrowtype svg {
    fill: #132137;
  }
}
.button04.white.arrowtype:hover, .button04.white.arrowtype.active {
  background: #fff;
}
.button04.white.arrowtype:hover span, .button04.white.arrowtype.active span {
  color: #132137;
}
.button04.white.arrowtype:hover svg, .button04.white.arrowtype.active svg {
  fill: #132137;
}

.button05 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .button05 {
    gap: 0 10px;
  }
}
.button05 {
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button05 {
    width: 160px;
    height: 40px;
  }
}
.button05.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button05.arrowtype {
    width: 40px;
  }
}
.button05 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button05 span {
    font-size: 13px;
  }
}
.button05 i {
  font-size: 13px;
}
.button05.center {
  margin: 0 auto;
}
.button05 span {
  color: #000;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button05 svg {
  width: auto;
  height: 18px;
  fill: #000;
  transition: all 0.3s;
}
.button05 div {
  flex-shrink: 0;
  position: relative;
  width: 44px;
  height: 30px;
}
.button05 div::before, .button05 div::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
}
.button05 div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.button05 div::after {
  content: "H";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  background: #fff;
  border: 1px solid #000;
}
.button05.mirror {
  flex-direction: row-reverse;
}
.button05.mirror svg {
  transform: scale(-1, 1);
}
.button05:hover span, .button05.active span {
  color: #132137;
}
.button05:hover svg, .button05.active svg {
  fill: #132137;
}
.button05:hover div::before, .button05.active div::before {
  left: 50%;
  transform: translateX(-50%);
}
.button05:hover div::after, .button05.active div::after {
  right: 50%;
  background: transparent;
  border: 1px solid #fff;
  transform: translateX(50%);
}
.button05.white span {
  color: #fff;
}
.button05.white svg {
  fill: #fff;
}
.button05.white:hover span, .button05.white.active span {
  color: #132137;
}
.button05.white:hover svg, .button05.white.active svg {
  fill: #132137;
}

.button06 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 35px;
  padding: 0 20px;
  border: 1px solid #132137;
  display: flex;
  gap: 0 3px;
  cursor: pointer;
  transition: all 0.3s;
}
.button06:before {
  width: 205px;
  height: 55px;
  left: -3px;
  top: -2.5px;
  position: absolute;
  content: "";
  background: url("../img/other/button_dot.png") no-repeat;
  background-size: 100% 100%;
}
.button06.center {
  margin: 0 auto;
}
.button06.arrowtype {
  padding: 0;
}
.button06 span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s;
}
.button06:hover {
  background: #132137;
}
.button06:hover span {
  color: #fff;
}
.button06 svg {
  width: auto;
  height: 50%;
  fill: #fff;
  transition: all 0.3s;
}
.button06 i {
  position: relative;
  top: 1px;
  color: #fff;
  transition: all 0.3s;
}
.button06:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button06:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button06:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button06:not(.arrowtype) i {
  margin: 0 0 0 7px;
}
.button06.mirror {
  flex-direction: row-reverse;
}
.button06.mirror svg, .button06.mirror i {
  transform: scale(-1, 1);
}
.button06.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button06.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button06.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button06.mirror:not(.arrowtype) i {
  margin: 0 7px 0 0;
}
.button06:hover, .button06.active {
  background: #132137;
}
.button06:hover span, .button06:hover i, .button06.active span, .button06.active i {
  color: #fff;
}
.button06:hover svg, .button06.active svg {
  fill: #fff;
}
.button06.white {
  background: transparent;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  .button06.white {
    background: #fff;
  }
  .button06.white span, .button06.white i {
    color: #132137;
  }
  .button06.white svg {
    fill: #132137;
  }
}
.button06.white:hover, .button06.white.active {
  background: #fff;
}
.button06.white:hover span, .button06.white:hover i, .button06.white.active span, .button06.white.active i {
  color: #132137;
}
.button06.white:hover svg, .button06.white.active svg {
  fill: #132137;
}

.button12 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #132137;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  width: 180px;
  height: 45px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .button12 {
    width: 160px;
    height: 40px;
  }
}
.button12.arrowtype {
  width: 45px;
}
@media (max-width: 1200px) {
  .button12.arrowtype {
    width: 40px;
  }
}
.button12 span {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .button12 span {
    font-size: 13px;
  }
}
.button12 i {
  font-size: 13px;
}
.button12.center {
  margin: 0 auto;
}
.button12.arrowtype {
  padding: 0;
  border-radius: 50%;
}
.button12 span {
  color: #132137;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s;
}
.button12 svg {
  width: auto;
  height: 12px;
  fill: #132137;
  transition: all 0.3s;
}
.button12:not(.arrowtype) svg {
  margin: 0 0 0 32px;
}
@media (max-width: 1200px) {
  .button12:not(.arrowtype) svg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 400px) {
  .button12:not(.arrowtype) svg {
    margin: 0 0 0 10px;
  }
}
.button12.mirror {
  flex-direction: row-reverse;
}
.button12.mirror svg {
  transform: scale(-1, 1);
}
.button12.mirror:not(.arrowtype) svg {
  margin: 0 32px 0 0;
}
@media (max-width: 1200px) {
  .button12.mirror:not(.arrowtype) svg {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 400px) {
  .button12.mirror:not(.arrowtype) svg {
    margin: 0 10px 0 0;
  }
}
.button12:hover, .button12.active {
  background: #132137;
}
.button12:hover span, .button12.active span {
  color: #fff;
}
.button12:hover svg, .button12.active svg {
  fill: #fff;
}
.button12.white {
  border: 1px solid #fff;
}
.button12.white span {
  color: #fff;
}
.button12.white svg {
  fill: #fff;
}
@media (max-width: 1024px) {
  .button12.white {
    background: #fff;
  }
  .button12.white span {
    color: #132137;
  }
  .button12.white svg {
    fill: #132137;
  }
}
.button12.white:hover, .button12.white.active {
  background: #fff;
}
.button12.white:hover span, .button12.white.active span {
  color: #132137;
}
.button12.white:hover svg, .button12.white.active svg {
  fill: #132137;
}

.breadcrumb01 {
  text-align: right;
  padding: 15px 0 30px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .breadcrumb01 {
    text-align: left;
  }
}
.breadcrumb01 a {
  color: #bbb;
  font-size: 13px;
}
.breadcrumb01 a:first-child {
  font-size: 16px;
}
.breadcrumb01 a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: #bbb;
}

@media (min-width: 1025px) {
  body[data-page^=esg] .breadcrumb01,
  body[data-page^=investor_] .breadcrumb01 {
    position: relative;
    padding: 0 0 16px;
    margin-top: -40px;
  }
  body[data-page^=esg] .breadcrumb01 a,
  body[data-page^=investor_] .breadcrumb01 a {
    color: #ddd;
  }
  body[data-page^=esg] .breadcrumb01 a + a::before,
  body[data-page^=investor_] .breadcrumb01 a + a::before {
    background: #ddd;
  }
}

.title01 {
  margin-bottom: 40px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .title01 {
    margin-bottom: 30px;
  }
}
.title01 p {
  color: #132137;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .title01 p {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .title01 p {
    font-size: 34px;
  }
}
@media (max-width: 840px) {
  .title01 p {
    font-size: 32px;
  }
}
@media (max-width: 720px) {
  .title01 p {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .title01 p {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .title01 p {
    font-size: 26px;
  }
}
.title01 span {
  color: #1f365c;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .title01 span {
    font-size: 17px;
  }
}
@media (max-width: 540px) {
  .title01 span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .title01 span {
    font-size: 15px;
  }
}

.topmenu01 {
  margin-bottom: 40px;
}
.topmenu01 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .topmenu01 ul.pc {
    display: none;
  }
}
.topmenu01 ul.pc li {
  padding: 0 20px;
}
.topmenu01 ul.pc li + li {
  background-image: linear-gradient(to bottom, #1f365c 0%, #1f365c 100%);
  background-size: 1px 12px;
  background-position: left 9px;
  background-repeat: no-repeat;
}
.topmenu01 ul.pc li a {
  display: block;
  color: #525252;
  font-size: 16px;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #132137 0%, #132137 100%);
  background-size: 0% 2px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.topmenu01 ul.pc li a:hover, .topmenu01 ul.pc li a.active {
  color: #132137;
  background-size: 100% 2px;
}
.topmenu01 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #132137;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu01 .selector {
    display: none;
  }
}
.topmenu01 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu01 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu01 ul.mb {
    display: none !important;
  }
}
.topmenu01 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu01 ul.mb li a {
  display: block;
  color: #525252;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu01 ul.mb li a.active {
  background: #ededed;
}

.topmenu02 {
  margin-bottom: 40px;
}
.topmenu02 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
@media (max-width: 1024px) {
  .topmenu02 ul.pc {
    display: none;
  }
}
.topmenu02 ul.pc li a {
  display: block;
  position: relative;
  min-width: 120px;
  color: #525252;
  font-size: 16px;
  text-align: center;
  padding: 6px 10px;
  background: #f0f0f0;
  border-radius: 5px;
  transition: all 0.3s;
}
.topmenu02 ul.pc li a::after {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: #132137 transparent transparent transparent;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.topmenu02 ul.pc li a:hover, .topmenu02 ul.pc li a.active {
  color: #fff;
  background: #132137;
}
.topmenu02 ul.pc li a.active::after {
  display: block;
}
.topmenu02 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #132137;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu02 .selector {
    display: none;
  }
}
.topmenu02 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu02 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu02 ul.mb {
    display: none !important;
  }
}
.topmenu02 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu02 ul.mb li a {
  display: block;
  color: #525252;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu02 ul.mb li a.active {
  background: #ededed;
}

.topmenu03 {
  margin-bottom: 40px;
}
.topmenu03 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
@media (max-width: 1024px) {
  .topmenu03 ul.pc {
    display: none;
  }
}
.topmenu03 ul.pc li a {
  display: block;
  min-width: 120px;
  color: #525252;
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
}
.topmenu03 ul.pc li a:hover, .topmenu03 ul.pc li a.active {
  color: #fff;
  background: #132137;
  border: 1px solid #132137;
}
.topmenu03 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #132137;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu03 .selector {
    display: none;
  }
}
.topmenu03 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu03 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu03 ul.mb {
    display: none !important;
  }
}
.topmenu03 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu03 ul.mb li a {
  display: block;
  color: #525252;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu03 ul.mb li a.active {
  background: #ededed;
}

.topmenu04 {
  margin-bottom: 40px;
}
.topmenu04 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
@media (max-width: 1024px) {
  .topmenu04 ul.pc {
    display: none;
  }
}
.topmenu04 ul.pc li a {
  display: block;
  min-width: 120px;
  color: #525252;
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
  transition: all 0.3s;
}
.topmenu04 ul.pc li a:hover, .topmenu04 ul.pc li a.active {
  color: #fff;
  background: #132137;
  border: 1px solid #132137;
}
.topmenu04 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #132137;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu04 .selector {
    display: none;
  }
}
.topmenu04 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu04 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu04 ul.mb {
    display: none !important;
  }
}
.topmenu04 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu04 ul.mb li a {
  display: block;
  color: #525252;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu04 ul.mb li a.active {
  background: #ededed;
}

.topmenu05 {
  margin-bottom: 40px;
}
.topmenu05 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #7b7473;
}
@media (max-width: 1024px) {
  .topmenu05 ul.pc {
    display: none;
  }
}
.topmenu05 ul.pc li:not(:first-child) {
  margin-left: 20px;
}
.topmenu05 ul.pc li a {
  display: block;
  position: relative;
  color: #525252;
  font-size: 16px;
  padding: 18px 15px;
  transition: all 0.3s;
}
.topmenu05 ul.pc li a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 0;
  height: 3px;
  background: #132137;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.topmenu05 ul.pc li a:hover, .topmenu05 ul.pc li a.active {
  color: #132137;
}
.topmenu05 ul.pc li a:hover::after, .topmenu05 ul.pc li a.active::after {
  width: 100%;
}
.topmenu05 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #132137;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu05 .selector {
    display: none;
  }
}
.topmenu05 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu05 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu05 ul.mb {
    display: none !important;
  }
}
.topmenu05 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu05 ul.mb li a {
  display: block;
  color: #525252;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu05 ul.mb li a.active {
  background: #ededed;
}

.topmenu06 {
  margin-bottom: 40px;
}
.topmenu06 ul.pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
}
@media (max-width: 1024px) {
  .topmenu06 ul.pc {
    display: none;
  }
}
.topmenu06 ul.pc li a {
  display: block;
  color: #525252;
  font-size: 16px;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #132137 0%, #132137 100%);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.topmenu06 ul.pc li a:hover, .topmenu06 ul.pc li a.active {
  color: #132137;
  background-size: 100% 1px;
}
.topmenu06 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #132137;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu06 .selector {
    display: none;
  }
}
.topmenu06 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu06 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu06 ul.mb {
    display: none !important;
  }
}
.topmenu06 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu06 ul.mb li a {
  display: block;
  color: #525252;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu06 ul.mb li a.active {
  background: #ededed;
}

.topmenu07 {
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .topmenu07 {
    background: #f5f5f5;
  }
}
@media (max-width: 1024px) {
  .topmenu07 ul.pc {
    display: none;
  }
}
.topmenu07 ul.pc .slick-list {
  padding: 0 1px;
}
.topmenu07 ul.pc .slick-slide:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.topmenu07 ul.pc .slick-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #929292;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  background-image: linear-gradient(to right, #132137, #132137);
  background-size: 0 3px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.topmenu07 ul.pc .slick-slide a:hover, .topmenu07 ul.pc .slick-slide a.active {
  color: #525252;
  background-size: 100% 3px;
}
.topmenu07 ul.pc .slick-arrow {
  width: 30px;
  height: 30px;
}
.topmenu07 ul.pc .slick-arrow.slick-prev {
  left: -50px;
}
@media (max-width: 1520px) {
  .topmenu07 ul.pc .slick-arrow.slick-prev {
    left: -45px;
  }
}
.topmenu07 ul.pc .slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 1520px) {
  .topmenu07 ul.pc .slick-arrow.slick-next {
    right: -45px;
  }
}
.topmenu07 .selector {
  position: relative;
  width: 100%;
  max-width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 30px;
  background: #132137;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topmenu07 .selector {
    display: none;
  }
}
.topmenu07 .selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu07 ul.mb {
  display: none;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .topmenu07 ul.mb {
    display: none !important;
  }
}
.topmenu07 ul.mb li + li {
  border-top: 1px solid #ededed;
}
.topmenu07 ul.mb li a {
  display: block;
  color: #525252;
  font-size: 15px;
  text-align: center;
  padding: 11px 30px 12px;
  background: #fff;
}
.topmenu07 ul.mb li a.active {
  background: #ededed;
}
@media (min-width: 1025px) {
  .topmenu07 .catalog_type_mb {
    display: none;
  }
}
.topmenu07 .catalog_type_mb .catalog_btn {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 35px 10px 25px;
  background: #132137;
}
.topmenu07 .catalog_type_mb .catalog_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}
.topmenu07 .catalog_type_mb .catalog_menu {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.topmenu07 .catalog_type_mb .catalog_menu > li + li {
  border-top: 1px solid #ededed;
}
.topmenu07 .catalog_type_mb .catalog_menu > li > a {
  display: block;
  color: #525252;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 10px 25px;
  background: #fff;
}
.topmenu07 .catalog_type_mb .catalog_menu > li > a.active {
  background: #ededed;
}
.topmenu07 .catalog_type_mb .catalog_menu > li.moremenu > a {
  position: relative;
}
.topmenu07 .catalog_type_mb .catalog_menu > li.moremenu > a::before, .topmenu07 .catalog_type_mb .catalog_menu > li.moremenu > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #a7a9ac;
  transition: all 0.3s ease-out;
}
.topmenu07 .catalog_type_mb .catalog_menu > li.moremenu > a::before {
  transform: rotate(90deg);
}
.topmenu07 .catalog_type_mb .catalog_menu > li.moremenu.active > a::before {
  transform: rotate(0deg);
}
.topmenu07 .catalog_type_mb .catalog_menu > li ul {
  display: none;
}
.topmenu07 .catalog_type_mb .catalog_menu > li ul li a {
  display: block;
  color: #525252;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 11px 25px 12px;
  background: #fff;
}
.topmenu07 .catalog_type_mb .catalog_menu > li ul li a::before {
  content: "─";
  padding: 0 5px;
}
.topmenu07 .catalog_type_mb .catalog_menu > li ul li a.active {
  background: #ededed;
}
.topmenu07 .catalog_type_mb .catalog_menu > li ul ul {
  padding-left: 25px;
}

.pagination01 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pagination01 ul li {
  padding: 0 5px;
}
.pagination01 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #525252;
  font-size: 14px;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s;
}
.pagination01 ul li:hover a, .pagination01 ul li.active a {
  color: #fff;
  background: #132137;
}
@media (max-width: 840px) {
  .pagination01 ul li.list {
    display: none;
  }
}
@media (min-width: 841px) {
  .pagination01 ul li.total {
    display: none;
  }
}
.pagination01 ul li.total a {
  color: #525252 !important;
  background: transparent !important;
}
.pagination01 ul li.disable {
  pointer-events: none;
  opacity: 0.2;
}

.gotop01 {
  position: fixed;
  right: 10px;
  bottom: 60px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s;
}
.gotop01.stick {
  position: absolute;
}
.gotop01.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop01 img {
  max-width: 60px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop01 img {
    max-width: 45px;
  }
}
.gotop01:hover img {
  transform: scale(1.1);
}

.gotop02 {
  position: fixed;
  right: 10px;
  bottom: 60px;
  padding: 10px 10px 15px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #132137;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop02 {
    padding: 10px 7px 12px;
  }
}
.gotop02.stick {
  position: absolute;
}
.gotop02.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop02 div {
  color: #132137;
  font-size: 18px;
  writing-mode: vertical-rl;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop02 div {
    font-size: 14px;
  }
}
.gotop02:hover {
  background: rgb(255, 255, 255);
  border: 1px solid #1f365c;
}
.gotop02:hover div {
  color: #1f365c;
}

.gotop03 {
  display: flex;
  align-items: center;
  position: fixed;
  right: -190px;
  bottom: 60px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transform: rotate(-90deg);
  transform-origin: left center;
  transition: all 0.3s;
}
.gotop03.stick {
  position: absolute;
  top: 50%;
  bottom: unset;
}
.gotop03.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop03 div:nth-child(1) {
  color: #fff;
  font-size: 16px;
  font-family: "Microsoft JhengHei", sans-serif;
  margin-right: 18px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop03 div:nth-child(1) {
    font-size: 15px;
  }
}
.gotop03 div:nth-child(2) {
  position: relative;
  width: 105px;
  height: 3px;
  background-image: linear-gradient(to right, #fff 0%, #fff 100%);
  background-size: 0% 1px;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .gotop03 div:nth-child(2) {
    background-size: 100% 1px;
  }
}
.gotop03 div:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 10px;
  height: 3px;
  background: #132137;
  opacity: 0;
}
@media (max-width: 1024px) {
  .gotop03 div:nth-child(2)::after {
    opacity: 1;
    animation: gotop03 2s linear infinite;
  }
}
@keyframes gotop03 {
  0% {
    left: -10px;
    opacity: 0;
  }
  15%, 85% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.gotop03:hover div:nth-child(2) {
  background-size: 100% 1px;
}
.gotop03:hover div:nth-child(2)::after {
  opacity: 1;
  animation: gotop03 2s linear infinite;
}

.gotop04 {
  position: fixed;
  right: -23px;
  bottom: 93px;
  padding: 3.5px 20.5px;
  border: 1px solid #fff;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  z-index: 80;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop04 {
    right: -18px;
    bottom: 88px;
    padding: 3.5px 16px;
  }
}
.gotop04.stick {
  position: absolute;
}
.gotop04.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop04 div {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-family: "Microsoft JhengHei", sans-serif;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop04 div {
    font-size: 14px;
  }
}
.gotop04 div::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 16px;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop04 div::after {
    border-width: 5px 0 5px 8px;
  }
}

.gotop05 {
  position: fixed;
  right: 10px;
  bottom: 60px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #132137;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop05 {
    padding: 2px 6px;
  }
}
.gotop05.stick {
  position: absolute;
}
.gotop05.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop05 div {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #132137;
  font-size: 16px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop05 div {
    font-size: 14px;
  }
}
.gotop05:hover {
  background: rgb(255, 255, 255);
  border: 1px solid #1f365c;
}
.gotop05:hover div {
  color: #1f365c;
}

.gotop06 {
  position: fixed;
  right: 0;
  bottom: 60px;
  padding: 10px 10px 15px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .gotop06 {
    padding: 10px 7px 12px;
  }
}
.gotop06.stick {
  position: absolute;
}
.gotop06.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop06 img {
  display: inline;
  margin-bottom: 10px;
}
.gotop06 div {
  color: #1f1f1f;
  font-size: 13px;
  writing-mode: vertical-rl;
}

.gotop07 {
  position: fixed;
  right: 0;
  bottom: 60px;
  padding: 0 5.5px 10px;
  background: #132137;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: opacity 0.3s;
}
@media (max-width: 600px) {
  .gotop07 {
    padding: 0 3px 10px;
  }
}
.gotop07::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #132137 transparent;
}
@media (max-width: 600px) {
  .gotop07::before {
    border-width: 0 0 23px 23px;
  }
}
.gotop07.stick {
  position: absolute;
  bottom: 50%;
  transform: translateY(64px);
}
@media (max-width: 600px) {
  .gotop07.stick {
    transform: translateY(58px);
  }
}
.gotop07.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop07 img {
  display: inline;
  transform: scale(1, -1);
}
.gotop07 div {
  color: #fff;
  font-size: 13px;
  writing-mode: vertical-rl;
}
@media (max-width: 600px) {
  .gotop07 div {
    font-size: 12px;
  }
}

.gotop08 {
  position: fixed;
  right: 10px;
  bottom: 60px;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  z-index: 80;
  transition: all 0.3s;
}
.gotop08.stick {
  position: absolute;
}
.gotop08.show {
  opacity: 1;
  pointer-events: auto;
}
.gotop08 > div {
  display: flex;
  gap: 0 5px;
}
.gotop08 > div div {
  position: relative;
  top: 7px;
  width: 15px;
  height: 100px;
  border-top: 3px solid #132137;
  border-right: 2px solid #132137;
  transform: skewY(-45deg);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .gotop08 > div div {
    width: 10px;
    height: 88px;
    border-top: 2px solid #132137;
    border-right: 1px solid #132137;
  }
}
.gotop08 > div p {
  color: #132137;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .gotop08 > div p {
    font-size: 13px;
    font-weight: 400;
  }
}
@media (min-width: 1025px) {
  .gotop08:hover > div div {
    top: 0;
    border-top: 3px solid #1f365c;
    border-right: 2px solid #1f365c;
  }
  .gotop08:hover > div p {
    color: #1f365c;
  }
}

.float01 {
  position: fixed;
  right: 10px;
  bottom: 140px;
  opacity: 0;
  pointer-events: none;
  z-index: 90;
  transform: scale(0);
  transition: all 0.3s;
}
.float01.show {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.float01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .float01 a {
    width: 60px;
    height: 60px;
  }
}
.float01 a svg {
  max-width: 60px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .float01 a svg {
    max-width: 45px;
  }
}
.float01 a svg path {
  fill: #132137;
  transition: all 0.3s;
}
.float01:hover a svg {
  transform: scale(1.1);
}
.float01:hover a svg path {
  fill: #1f365c;
}

.float02 {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 140px;
  z-index: 90;
  transform: translateX(100%);
  transition: all 0.3s;
}
.float02.show {
  transform: translateX(20%);
}
@media (max-width: 1200px) {
  .float02.show {
    transform: translateX(0%);
  }
}
.float02.show:hover {
  transform: translateX(0%);
}
.float02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  background: #1f365c;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .float02 a {
    width: 45px;
    height: 45px;
  }
}
.float02 a svg {
  display: block;
  width: 43px;
  height: 43px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .float02 a svg {
    width: 30px;
    height: 30px;
  }
}
.float02 a svg path {
  fill: #fff;
}
.float02 .ganggang {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 27px;
  height: 21px;
  margin-left: -2px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .float02 .ganggang {
    width: 10px;
    height: 15px;
  }
}
.float02 .ganggang::before, .float02 .ganggang::after {
  content: "";
  display: block;
  width: 27px;
  height: 6px;
  background: #1f365c;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .float02 .ganggang::before, .float02 .ganggang::after {
    width: 10px;
    height: 4px;
  }
}

.float03 {
  position: fixed;
  bottom: 60px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 90;
  transition: all 0.3s;
}
.float03.show {
  opacity: 1;
  pointer-events: auto;
}
.float03 a {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 16px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .float03 a {
    padding: 8px 0 8px 2px;
  }
}
.float03 a svg:nth-child(1) {
  display: none;
  margin-right: 15px;
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.3s;
}
.float03 a svg:nth-child(1) rect, .float03 a svg:nth-child(1) polygon {
  fill: #b3b3b3;
  transition: all 0.3s;
}
.float03 a svg:nth-child(2) {
  fill: #b3b3b3;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .float03 a svg:nth-child(2).fb {
    fill: #0866FF;
  }
}
@media (max-width: 1024px) {
  .float03 a svg:nth-child(2).ig {
    fill: #EB1383;
  }
}
@media (max-width: 1024px) {
  .float03 a svg:nth-child(2).line {
    fill: #07BE5B;
  }
}
@media (max-width: 1024px) {
  .float03 a svg:nth-child(2).tt {
    fill: #5DA9DD;
  }
}
@media (max-width: 1024px) {
  .float03 a svg:nth-child(2).yt {
    fill: #FF0000;
  }
}
.float03 a:hover svg:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 1025px) {
  .float03 a:hover svg:nth-child(2).fb {
    fill: #0866FF;
  }
}
@media (min-width: 1025px) {
  .float03 a:hover svg:nth-child(2).ig {
    fill: #EB1383;
  }
}
@media (min-width: 1025px) {
  .float03 a:hover svg:nth-child(2).line {
    fill: #07BE5B;
  }
}
@media (min-width: 1025px) {
  .float03 a:hover svg:nth-child(2).tt {
    fill: #5DA9DD;
  }
}
@media (min-width: 1025px) {
  .float03 a:hover svg:nth-child(2).yt {
    fill: #FF0000;
  }
}

.float04 {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 90;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .float04 {
    right: 15px;
    bottom: 65px;
  }
}
.float04 a {
  display: block;
  position: relative;
  width: calc(4.375rem + 3.6458333333vw);
  height: calc(4.375rem + 3.6458333333vw);
}
.float04 a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite reverse;
}

.popup01 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.popup01 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup01 .popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 10px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.popup01 .popup_content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .popup01 .popup_content .close_btn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}
.popup01 .popup_content .close_btn::before, .popup01 .popup_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .popup01 .popup_content .close_btn::before, .popup01 .popup_content .close_btn::after {
    width: 15px;
  }
}
.popup01 .popup_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup01 .popup_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup01 .popup_content .editor {
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.popup01.show {
  opacity: 1;
  pointer-events: auto;
}
.popup01.show .popup_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.hint01 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  transition: all 0.3s;
}
.hint01 .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.hint01 .hint_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 30px;
  background: #fff;
  border-radius: 25px;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .hint01 .hint_content {
    padding: 30px 15px;
  }
}
.hint01 .hint_content .close_btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #132137;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .hint01 .hint_content .close_btn {
    top: -7px;
    right: -7px;
    width: 30px;
    height: 30px;
  }
}
.hint01 .hint_content .close_btn::before, .hint01 .hint_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 480px) {
  .hint01 .hint_content .close_btn::before, .hint01 .hint_content .close_btn::after {
    width: 15px;
  }
}
.hint01 .hint_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hint01 .hint_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hint01 .hint_content .hint_title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.hint01 .hint_content .hint_title span {
  color: #132137;
}
.hint01 .hint_content .hint_info {
  color: #000;
  font-size: 15px;
  letter-spacing: 2px;
  text-indent: 2px;
  margin-bottom: 15px;
}
.hint01 .hint_content .hint_info span {
  color: #132137;
  font-size: 16px;
}
.hint01 .hint_content hr {
  margin: 0;
  border: 2px solid #132137;
}
.hint01 .hint_content .hint_list {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .hint01 .hint_content .hint_list::-webkit-scrollbar {
    width: 20px;
  }
  .hint01 .hint_content .hint_list::-webkit-scrollbar-track {
    box-sizing: border-box;
    border: 9px solid transparent;
    box-shadow: inset 0 0 0 1px #e3e3e3;
  }
  .hint01 .hint_content .hint_list::-webkit-scrollbar-thumb {
    box-sizing: border-box;
    border: 9px solid transparent;
    box-shadow: inset 0 0 0 1px #888;
  }
}
@media (max-width: 1200px) {
  .hint01 .hint_content .hint_list {
    max-height: calc(100vh - 240px);
  }
}
.hint01 .hint_content .hint_list > div {
  display: flex;
  padding: 15px 0;
}
.hint01 .hint_content .hint_list > div:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.hint01 .hint_content .hint_list > div > div:nth-child(1) {
  width: 100px;
}
@media (max-width: 480px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(1) {
    width: 90px;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(1) .item_img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.hint01 .hint_content .hint_list > div > div:nth-child(1) .item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) {
  position: relative;
  width: calc(100% - 100px);
  padding: 0 15px;
}
@media (max-width: 480px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) {
    width: calc(100% - 90px);
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > p {
  color: #999;
  font-size: 14px;
  font-weight: 300;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_model, .hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_title {
  color: #525252;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_model, .hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_model {
    margin-bottom: 5px;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_title {
  margin-bottom: 10px;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > p.item_quantity {
  color: #525252;
  font-weight: 500;
  margin-top: 10px;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > a {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > a:nth-last-child(2) {
  bottom: 2px;
  right: 30px;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > a svg {
  display: block;
  fill: #999;
  width: auto;
  height: 12px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > a svg {
    fill: #525252;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) > a i {
  display: block;
  color: #999;
  font-size: 16px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > a i {
    color: #525252;
  }
}
@media (min-width: 1025px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > a:hover svg {
    fill: #132137;
  }
  .hint01 .hint_content .hint_list > div > div:nth-child(2) > a:hover i {
    color: #132137;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div {
  display: flex;
  gap: 0 5px;
  margin-top: 10px;
}
@media (max-width: 440px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div {
    flex-direction: column;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div p {
  flex-shrink: 0;
  color: #525252;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 440px) {
  .hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div p {
    margin-bottom: 5px;
  }
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div .size_vol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div .size_vol span {
  min-width: 48px;
  text-align: center;
  letter-spacing: 0;
  padding: 0 5px 2px;
  border: 1px solid #a9a9a9;
  cursor: pointer;
  transition: all 0.1s;
}
.hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div .size_vol span:hover, .hint01 .hint_content .hint_list > div > div:nth-child(2) .hint_cus > div .size_vol span.active {
  color: #fff;
  background: #132137;
  border: 1px solid #132137;
}
.hint01 .hint_content .hint_btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
}
.hint01.show {
  opacity: 1;
  pointer-events: auto;
}
.hint01.show .hint_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.hint02 {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  z-index: 5;
}
@media (max-width: 1024px) {
  .hint02 {
    bottom: 50px;
  }
}
.hint02 .lists {
  display: flex;
  align-items: center;
  gap: 30px 3.125vw;
  padding: 15px 0;
}
@media (max-width: 1200px) {
  .hint02 .lists {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .hint02 .lists {
    flex-direction: column;
  }
}
.hint02 .lists:not(.active) {
  display: none;
}
.hint02 .lists .the_list {
  display: flex;
  align-items: center;
  gap: 0 3.125vw;
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 1025px) {
  .hint02 .lists .the_list {
    padding-bottom: 10px;
  }
  .hint02 .lists .the_list::-webkit-scrollbar {
    height: 5px;
  }
  .hint02 .lists .the_list::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 50px;
  }
  .hint02 .lists .the_list::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 50px;
  }
  .hint02 .lists .the_list::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
  }
}
.hint02 .lists .the_list .pro_item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
}
@media (max-width: 840px) {
  .hint02 .lists .the_list .pro_item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.hint02 .lists .the_list .pro_item .left {
  flex-shrink: 0;
  width: 9.375vw;
  min-width: 100px;
}
@media (max-width: 840px) {
  .hint02 .lists .the_list .pro_item .left {
    width: 135px;
  }
}
.hint02 .lists .the_list .pro_item .left .pro_img {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.hint02 .lists .the_list .pro_item .left .pro_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.hint02 .lists .the_list .pro_item .left .pro_img img:nth-child(2) {
  opacity: 0;
}
.hint02 .lists .the_list .pro_item .right {
  flex-shrink: 0;
  width: 165px;
}
.hint02 .lists .the_list .pro_item .right .pro_title {
  color: #525252;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .hint02 .lists .the_list .pro_item .right .pro_title {
    font-size: 16px;
  }
}
@media (max-width: 840px) {
  .hint02 .lists .the_list .pro_item .right .pro_title {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .hint02 .lists .the_list .pro_item .right .pro_title {
    font-size: 14px;
  }
}
.hint02 .lists .the_list .pro_item .right .pro_model {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 840px) {
  .hint02 .lists .the_list .pro_item .right .pro_model {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .hint02 .lists .the_list .pro_item .right .pro_model {
    font-size: 12px;
  }
}
.hint02 .lists .the_list .pro_item .delete {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 840px) {
  .hint02 .lists .the_list .pro_item .delete {
    align-items: center;
    justify-content: center;
  }
}
.hint02 .lists .the_list .pro_item .delete::before {
  content: "X";
  display: block;
  color: #525252;
  font-size: 16px;
  font-weight: 700;
  font-family: "Gruppo", cursive;
}
.hint02 .lists .the_list .pro_item:hover .left .pro_img img:nth-child(1) {
  opacity: 0;
}
.hint02 .lists .the_list .pro_item:hover .left .pro_img img:nth-child(2) {
  opacity: 1;
}
.hint02 .lists .the_list .pro_item:hover .right .pro_title {
  color: #132137;
}
.hint02 .lists > [class^=button] {
  flex-shrink: 0;
  width: 150px;
}
.hint02 .switcher {
  position: absolute;
  bottom: calc(100% + 35px);
  right: 0;
}
@media (max-width: 1024px) {
  .hint02 .switcher {
    bottom: calc(100% + 15px);
  }
}
.hint02 .switcher > div {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 9.5px 15px 9.5px 18px;
  background: #1f365c;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .hint02 .switcher > div {
    padding: 7px 7px 7px 10px;
  }
}
.hint02 .switcher > div + div {
  margin-top: 10px;
}
.hint02 .switcher > div span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #1f365c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.hint02 .switcher > div span:nth-child(2) {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .hint02 .switcher > div span:nth-child(2) {
    font-size: 13px;
  }
}
.hint02 .switcher > div.active {
  background: #132137;
}
.hint02 .switcher > div.active span:nth-child(1) {
  color: #132137;
}

.gdpr01 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 30px;
  background: rgba(34, 34, 34, 0.85);
  opacity: 0;
  z-index: 200;
  transform: translateY(100%);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gdpr01 {
    padding: 15px;
  }
}
.gdpr01.show {
  opacity: 1;
  transform: translateY(0%);
}
.gdpr01 div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gdpr01 div {
    flex-direction: column;
  }
}
.gdpr01 div .gdpr_txt {
  width: calc(100% - 150px);
  color: #fff;
  font-size: 14px;
  text-align: justify;
  padding: 0 15px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gdpr01 div .gdpr_txt {
    width: 100%;
    padding: 0 0 15px;
  }
}
.gdpr01 div .gdpr_txt a {
  color: #fff;
  text-decoration: underline;
}
.gdpr01 div .gdpr_btn {
  display: block;
  width: 200px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 11px 0;
  margin: 0 15px;
  background: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 50px;
  transition: all 0.3s;
}
.gdpr01 div .gdpr_btn:hover {
  background: transparent;
}

.gdpr02 {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 760px;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.1);
  z-index: 200;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s;
}
.gdpr02.show {
  opacity: 1;
  transform: translateY(0%);
}
.gdpr02 div .module_desc {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.gdpr02 div .module_desc a {
  color: #000;
  font-weight: 700;
}

.gdpr02_mng {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.gdpr02_mng .close_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.gdpr02_mng .mng_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  padding: 30px 20px;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 40px));
  transition: opacity 1s ease-out, transform 1s ease-out;
}
@media (max-width: 480px) {
  .gdpr02_mng .mng_content {
    padding: 30px 15px;
  }
}
.gdpr02_mng .mng_content .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #132137;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .gdpr02_mng .mng_content .close_btn {
    width: 35px;
    height: 35px;
  }
}
.gdpr02_mng .mng_content .close_btn::before, .gdpr02_mng .mng_content .close_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .gdpr02_mng .mng_content .close_btn::before, .gdpr02_mng .mng_content .close_btn::after {
    width: 20px;
  }
}
.gdpr02_mng .mng_content .close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gdpr02_mng .mng_content .close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gdpr02_mng .mng_content .mng_title {
  color: #525252;
  font-size: calc(1.25rem + 0.3645833333vw);
  font-weight: 700;
  margin-bottom: 20px;
}
.gdpr02_mng .mng_content .module_desc {
  line-height: 1.5;
  margin-bottom: 20px;
}
.gdpr02_mng .mng_content .other_link {
  display: block;
  color: #525252;
  font-weight: 700;
}
.gdpr02_mng .mng_content .other_link + .other_link {
  margin-top: 10px;
}
.gdpr02_mng .mng_content .other_link:hover {
  color: #132137;
}
@media (max-width: 400px) {
  .gdpr02_mng .mng_content .button_set a span span {
    display: none;
  }
}
.gdpr02_mng.show {
  opacity: 1;
  pointer-events: auto;
}
.gdpr02_mng.show .mng_content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.loading01 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.loading01 .top {
  width: 100vw;
  height: 150vh;
  background: url("../img/loading/bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  gap: 0 20px;
  justify-content: center;
  align-items: center;
  animation: loadingAni 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.loading01 .top .logo {
  width: 870px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loadingLogoAni 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  gap: 0 20px;
}
.loading01 .top .logo img {
  object-fit: contain;
}
@media screen and (max-width: 1440px) {
  .loading01 .top .logo {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .loading01 .top .logo {
    width: 300px;
  }
}

.cb_module {
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s, opacity 1s ease-out, transform 1s ease-out;
}
.cb_module.cb_margin_bottom {
  margin: 0 0 95px;
}
@media (max-width: 1440px) {
  .cb_module.cb_margin_bottom {
    margin: 0 0 70px;
  }
}
@media (max-width: 960px) {
  .cb_module.cb_margin_bottom {
    margin: 0 0 50px;
  }
}
@media (max-width: 480px) {
  .cb_module.cb_margin_bottom {
    margin: 0 0 40px;
  }
}
.cb_module * {
  box-sizing: border-box;
}
.cb_module p {
  line-height: 1.8;
  margin: 0;
}
.cb_module img {
  display: block;
  height: auto !important;
}
.cb_module .cb_title h2 {
  font-size: 23px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .cb_module .cb_title h2 {
    font-size: 21px;
  }
}
.cb_module .cb_title h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .cb_module .cb_title h3 {
    font-size: 16px;
  }
}

.cb_text02 .comma_box {
  position: relative;
  padding: 50px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text02 .comma_box {
    padding: 40px;
  }
}
.cb_text02 .comma_box::before {
  content: "“";
  position: absolute;
  top: 15px;
  left: -20px;
  color: #132137;
  font-size: 62px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text02 .comma_box::before {
    top: 10px;
    left: -25px;
  }
}
.cb_text02 .comma_box::after {
  content: "”";
  position: absolute;
  bottom: -20px;
  right: -20px;
  color: #132137;
  font-size: 62px;
  font-weight: 500;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text02 .comma_box::after {
    bottom: -25px;
    right: -25px;
  }
}

.cb_text03.cb_margin_bottom {
  margin: 0 0 20px !important;
}
.cb_text03 blockquote {
  padding: 10px 20px;
  margin: 0;
  border-left: 5px solid #132137;
}
.cb_text03 blockquote p {
  font-weight: 500;
}

.cb_text04 .frame_box {
  padding: 0 7.5px;
}
.cb_text04 .frame_box > div {
  position: relative;
  padding: 40px 16px;
  margin-top: 15.5px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cb_text04 .frame_box > div {
    padding: 30px 16px;
  }
}
.cb_text04 .frame_box > div .frame_name {
  position: absolute;
  top: 0;
  left: 50%;
  width: max-content;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 12px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.cb_text05 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text05 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text05 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text05 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text05 .cb_content > div {
    width: 100%;
  }
}
.cb_text05 .cb_content > div .cb_title {
  margin-bottom: 10px;
}

.cb_text06 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text06 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text06 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text06 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text06 .cb_content > div {
    width: 100%;
  }
}
.cb_text06 .cb_content > div > div {
  padding: 30px;
}
@media (max-width: 480px) {
  .cb_text06 .cb_content > div > div {
    padding: 25px;
  }
}
.cb_text06 .cb_content > div > div .cb_title {
  margin-bottom: 10px;
}

.cb_text07 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text07 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text07 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text07 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text07 .cb_content > div {
    width: 100%;
  }
}
.cb_text07 .cb_content > div .cb_title {
  padding-bottom: 15px;
  margin-bottom: 14px;
}

.cb_text08 .cb_content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 -20px;
}
@media (max-width: 1200px) {
  .cb_text08 .cb_content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
.cb_text08 .cb_content > div {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .cb_text08 .cb_content > div {
    padding: 0 10px;
  }
}
@media (max-width: 960px) {
  .cb_text08 .cb_content > div {
    width: 100%;
  }
}
.cb_text08 .cb_content > div > div {
  padding: 30px;
}
@media (max-width: 480px) {
  .cb_text08 .cb_content > div > div {
    padding: 25px;
  }
}
.cb_text08 .cb_content > div > div .cb_title {
  padding-bottom: 15px;
  margin-bottom: 14px;
}

.cb_text09 p {
  display: flex;
  padding: 10px 0;
}
.cb_text09 p > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: -4px;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  border-radius: 50%;
}

.cb_text10 .cb_content {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
@media (max-width: 720px) {
  .cb_text10 .cb_content {
    flex-wrap: wrap;
  }
}
.cb_text10 .cb_content > div:nth-child(1) {
  width: 100%;
}
.cb_text10 .cb_content > div:nth-child(2) {
  flex-shrink: 0;
}

.cb_photo01 {
  width: 100%;
}
.cb_photo01 img {
  width: 100%;
  margin: 0 auto;
}

.cb_photo02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cb_photo02 .cb_wrap > div:nth-child(1) {
  width: calc(50% + 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo02 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_photo02 .cb_wrap > div:nth-child(1) img {
  width: 100%;
}
.cb_photo02 .cb_wrap > div:nth-child(2) {
  width: calc(50% - 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo02 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_photo03 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .cb_photo03 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_photo03 .cb_wrap > div:nth-child(1) {
  width: calc(50% - 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo03 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_photo03 .cb_wrap > div:nth-child(2) {
  width: calc(50% + 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo03 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_photo03 .cb_wrap > div:nth-child(2) img {
  width: 100%;
}

.cb_photo04 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_photo04 .cb_wrap > div {
  width: 50%;
}
@media (max-width: 960px) {
  .cb_photo04 .cb_wrap > div {
    width: 100%;
  }
}
.cb_photo04 .cb_wrap > div:nth-child(1) img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo04 .cb_wrap > div:nth-child(2) {
  padding: 3.5% 10% 3.5% 5%;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .cb_photo04 .cb_wrap > div:nth-child(2) {
    padding: 3.5% 5%;
  }
}

.cb_photo05 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .cb_photo05 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_photo05 .cb_wrap > div {
  width: 50%;
}
@media (max-width: 960px) {
  .cb_photo05 .cb_wrap > div {
    width: 100%;
  }
}
.cb_photo05 .cb_wrap > div:nth-child(1) {
  padding: 3.5% 5% 3.5% 10%;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .cb_photo05 .cb_wrap > div:nth-child(1) {
    padding: 3.5% 5%;
  }
}
.cb_photo05 .cb_wrap > div:nth-child(2) img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_photo06 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo06 {
    padding: 10% 30px;
  }
}
.cb_photo06 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo06 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo06 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo06 .cb_wrap > div {
  width: 100%;
  max-width: 780px;
}

.cb_photo07 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo07 {
    padding: 10% 30px;
  }
}
.cb_photo07 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo07 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo07 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo07 .cb_wrap > div {
  width: 100%;
  max-width: calc(100% - 10.416vw);
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .cb_photo07 .cb_wrap > div {
    max-width: 100%;
  }
}
.cb_photo07 .cb_wrap > div > div {
  width: 100%;
  max-width: 545px;
}

.cb_photo08 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo08 {
    padding: 10% 30px;
  }
}
.cb_photo08 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo08 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo08 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo08 .cb_wrap > div {
  width: 100%;
  max-width: calc(100% - 10.416vw);
  transition: all 0.3s;
}
@media (max-width: 840px) {
  .cb_photo08 .cb_wrap > div {
    max-width: 100%;
  }
}
.cb_photo08 .cb_wrap > div > div {
  width: 100%;
  max-width: 545px;
  margin: 0 0 0 auto;
}

.cb_photo09 {
  position: relative;
  padding: 5.8% 30px;
}
@media (max-width: 960px) {
  .cb_photo09 {
    padding: 10% 30px;
  }
}
.cb_photo09 .cb_background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb_photo09 .cb_background img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo09 .cb_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb_photo09 .cb_wrap > div {
  width: 100%;
  max-width: 900px;
  padding: 3.125vw;
}

.cb_photo10 .cb_wrap {
  display: flex;
}
.cb_photo10 .cb_wrap .cb_marquee {
  position: relative;
  width: 17.34%;
  overflow: hidden;
}
@media (max-width: 840px) {
  .cb_photo10 .cb_wrap .cb_marquee {
    display: none;
  }
}
.cb_photo10 .cb_wrap .cb_marquee p {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  font-size: calc(3.64583vw + 3rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  white-space: nowrap;
  transform: translate(-50%, 0%);
  animation: cb_marquee 15s linear infinite;
}
@keyframes cb_marquee {
  0% {
    top: 100%;
    transform: translate(-50%, 0%);
  }
  100% {
    top: 0%;
    transform: translate(-50%, -100%);
  }
}
.cb_photo10 .cb_wrap .cb_marquee p:hover {
  animation-play-state: paused;
}
.cb_photo10 .cb_wrap .cb_content {
  display: flex;
  flex-wrap: wrap;
  width: 82.66%;
  padding: 40px 0 40px 40px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .cb_photo10 .cb_wrap .cb_content {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 840px) {
  .cb_photo10 .cb_wrap .cb_content {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .cb_photo10 .cb_wrap .cb_content {
    padding: 20px;
  }
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(1) {
  width: 36.917%;
}
@media (max-width: 720px) {
  .cb_photo10 .cb_wrap .cb_content > div:nth-child(1) {
    width: 100%;
  }
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(1) img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(2) {
  display: flex;
  align-items: center;
  width: 63.083%;
  padding: 5.2083vw;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_photo10 .cb_wrap .cb_content > div:nth-child(2) {
    padding: 3vw;
  }
}
@media (max-width: 720px) {
  .cb_photo10 .cb_wrap .cb_content > div:nth-child(2) {
    width: 100%;
  }
}
.cb_photo10 .cb_wrap .cb_content > div:nth-child(2) > div {
  width: 100%;
  max-width: 572px;
}
.cb_photo10.mirror .cb_wrap {
  transform: scale(-1, 1);
}
.cb_photo10.mirror .cb_wrap .cb_marquee {
  transform: scale(-1, 1);
}
.cb_photo10.mirror .cb_wrap .cb_content > div:nth-child(1) img {
  transform: scale(-1, 1);
}
.cb_photo10.mirror .cb_wrap .cb_content > div:nth-child(2) > div {
  transform: scale(-1, 1);
}

.cb_photo11 {
  background: linear-gradient(to bottom, transparent 0%, transparent 246px, var(--bg-color) 246px, var(--bg-color) 100%);
}
@media (max-width: 1300px) {
  .cb_photo11 {
    background: var(--bg-color);
  }
}
.cb_photo11 .cb_content {
  width: calc(100% - 60px);
  max-width: 1300px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media (max-width: 1366px) {
  .cb_photo11 .cb_content {
    width: 100%;
  }
}
.cb_photo11 .cb_content > div:nth-child(1) img {
  width: 100%;
}
.cb_photo11 .cb_content > div:nth-child(2) {
  padding: 40px 15px 60px;
}

.cb_photo12 .cb_wrap {
  position: relative;
  padding: 3.90625vw 0;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap {
    padding: 0;
  }
}
.cb_photo12 .cb_wrap .bg_color {
  position: absolute;
  top: 0;
  right: 0;
  width: 86.98%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap .bg_color {
    width: 100%;
  }
}
.cb_photo12 .cb_wrap .cb_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(1) {
  width: 43.75%;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap .cb_content > div:nth-child(1) {
    width: 100%;
  }
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(1) div {
  position: relative;
  height: 0;
  padding-bottom: 71.43%;
  overflow: hidden;
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(1) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo12 .cb_wrap .cb_content > div:nth-child(2) {
  width: 56.25%;
  padding: 0 7.0312vw 0 3.5156vw;
}
@media (max-width: 840px) {
  .cb_photo12 .cb_wrap .cb_content > div:nth-child(2) {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .cb_photo12 .cb_wrap .cb_content > div:nth-child(2) {
    padding: 15px;
  }
}

.cb_photo13 .cb_wrap {
  position: relative;
  padding: 3.90625vw 0;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap {
    padding: 0;
  }
}
.cb_photo13 .cb_wrap .bg_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 86.98%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .bg_color {
    width: 100%;
  }
}
.cb_photo13 .cb_wrap .cb_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .cb_content {
    flex-direction: column-reverse;
  }
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(1) {
  width: 56.25%;
  padding: 0 3.5156vw 0 7.0312vw;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .cb_content > div:nth-child(1) {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .cb_photo13 .cb_wrap .cb_content > div:nth-child(1) {
    padding: 15px;
  }
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(2) {
  width: 43.75%;
}
@media (max-width: 840px) {
  .cb_photo13 .cb_wrap .cb_content > div:nth-child(2) {
    width: 100%;
  }
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(2) div {
  position: relative;
  height: 0;
  padding-bottom: 71.43%;
  overflow: hidden;
}
.cb_photo13 .cb_wrap .cb_content > div:nth-child(2) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_photo14 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cb_photo14 .cb_wrap > div:nth-child(1) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo14 .cb_wrap > div:nth-child(1) {
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_photo14 .cb_wrap > div:nth-child(1) img {
  width: 100%;
}
.cb_photo14 .cb_wrap > div:nth-child(2) {
  width: calc(75% - 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo14 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_photo15 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .cb_photo15 .cb_wrap {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.cb_photo15 .cb_wrap > div:nth-child(1) {
  width: calc(75% - 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo15 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_photo15 .cb_wrap > div:nth-child(2) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo15 .cb_wrap > div:nth-child(2) {
    width: 100%;
    max-width: 350px;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_photo15 .cb_wrap > div:nth-child(2) img {
  width: 100%;
}

.cb_photo16 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cb_photo16 .cb_wrap > div:nth-child(1) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo16 .cb_wrap > div:nth-child(1) {
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_photo16 .cb_wrap > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_photo16 .cb_wrap > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_photo16 .cb_wrap > div:nth-child(2) {
  width: calc(75% - 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo16 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_photo17 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 960px) {
  .cb_photo17 .cb_wrap {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.cb_photo17 .cb_wrap > div:nth-child(1) {
  width: calc(75% - 25px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_photo17 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_photo17 .cb_wrap > div:nth-child(2) {
  flex-shrink: 0;
  width: calc(25% + 25px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_photo17 .cb_wrap > div:nth-child(2) {
    width: 100%;
    max-width: 350px;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_photo17 .cb_wrap > div:nth-child(2) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_photo17 .cb_wrap > div:nth-child(2) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card01 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card01 .cards > div {
  width: 50%;
  padding: 15px;
}
@media (max-width: 720px) {
  .cb_card01 .cards > div {
    width: 100%;
  }
}
.cb_card01 .cards > div img {
  width: 100%;
}

.cb_card02 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card02 .cards > div {
  width: 33.3333333333%;
  padding: 15px;
}
@media (max-width: 960px) {
  .cb_card02 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card02 .cards > div {
    width: 100%;
  }
}
.cb_card02 .cards > div img {
  width: 100%;
}

.cb_card03 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card03 .cards > div {
  width: 25%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .cb_card03 .cards > div {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .cb_card03 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card03 .cards > div {
    width: 100%;
  }
}
.cb_card03 .cards > div img {
  width: 100%;
}

.cb_card04 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card04 .cb_slick:not(.slick-slider) > div {
  width: 33.3333333333%;
  padding: 15px;
}
.cb_card04 .cb_slick:not(.slick-slider) > div > img {
  width: 100%;
}
.cb_card04 .cb_slick:not(.slick-slider) > div > div {
  padding: 25px 15px 30px;
}
.cb_card04 .cb_slick.slick-slider {
  margin: 0 -15px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card04 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card04 .cb_slick.slick-slider .slick-slide {
  padding: 0 15px;
}
@media (max-width: 720px) {
  .cb_card04 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card04 .cb_slick.slick-slider .slick-slide > img {
  width: 100%;
}
.cb_card04 .cb_slick.slick-slider .slick-slide > div {
  padding: 25px 15px 30px;
}

.cb_card05 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cb_card05 .cb_slick:not(.slick-slider) > div {
  width: 25%;
  padding: 10px;
}
.cb_card05 .cb_slick:not(.slick-slider) > div > img {
  width: 100%;
}
.cb_card05 .cb_slick:not(.slick-slider) > div > div {
  padding: 25px 15px 30px;
  transition: all 0.3s;
}
.cb_card05 .cb_slick:not(.slick-slider) > div > div p {
  transition: all 0.3s;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div {
  background: #132137 !important;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div h3 {
  color: #fff;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div p {
  color: #fff;
}
.cb_card05 .cb_slick:not(.slick-slider) > div:hover > div .cb_button01.reverse {
  color: #525252;
  background: #e6e7e8 !important;
}
.cb_card05 .cb_slick.slick-slider {
  margin: 0 -10px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card05 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card05 .cb_slick.slick-slider .slick-slide {
  padding: 0 10px;
}
@media (max-width: 720px) {
  .cb_card05 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card05 .cb_slick.slick-slider .slick-slide > img {
  width: 100%;
}
.cb_card05 .cb_slick.slick-slider .slick-slide > div {
  padding: 25px 15px 30px;
  transition: all 0.3s;
}
.cb_card05 .cb_slick.slick-slider .slick-slide > div p {
  transition: all 0.3s;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div {
  background: #132137 !important;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div h3 {
  color: #fff;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div p {
  color: #fff;
}
.cb_card05 .cb_slick.slick-slider .slick-slide:hover > div .cb_button01.reverse {
  color: #525252;
  background: #e6e7e8 !important;
}

.cb_card06 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card06 .cards > div {
  width: 50%;
  padding: 15px;
}
@media (max-width: 720px) {
  .cb_card06 .cards > div {
    width: 100%;
  }
}
.cb_card06 .cards > div .image {
  max-width: 52.5547445255%;
  margin: 0 auto;
}
.cb_card06 .cards > div .image > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card06 .cards > div .image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card07 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card07 .cards > div {
  width: 33.3333333333%;
  padding: 15px;
}
@media (max-width: 960px) {
  .cb_card07 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card07 .cards > div {
    width: 100%;
  }
}
.cb_card07 .cards > div .image {
  max-width: 77.1812080537%;
  margin: 0 auto;
}
.cb_card07 .cards > div .image > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card07 .cards > div .image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card08 .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card08 .cards > div {
  width: 25%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .cb_card08 .cards > div {
    width: 33.3333333333%;
  }
}
@media (max-width: 960px) {
  .cb_card08 .cards > div {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .cb_card08 .cards > div {
    width: 100%;
  }
}
.cb_card08 .cards > div .image {
  max-width: 72.5373134328%;
  margin: 0 auto;
}
.cb_card08 .cards > div .image > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card08 .cards > div .image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_card09 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cb_card09 .cb_slick:not(.slick-slider) > div {
  width: 33.3333333333%;
  padding: 15px;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(1) {
  max-width: 77.1812080537%;
  margin: 0 auto 20px;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card09 .cb_slick:not(.slick-slider) > div > div:nth-child(2) {
  padding: 15px 15px 20px;
}
.cb_card09 .cb_slick.slick-slider {
  margin: 0 -15px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card09 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card09 .cb_slick.slick-slider .slick-slide {
  padding: 0 15px;
}
@media (max-width: 720px) {
  .cb_card09 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(1) {
  max-width: 77.1812080537%;
  margin: 0 auto 20px;
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card09 .cb_slick.slick-slider .slick-slide > div:nth-child(2) {
  padding: 15px 15px 20px;
}

.cb_card10 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cb_card10 .cb_slick:not(.slick-slider) > div {
  width: 25%;
  padding: 10px;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(1) {
  max-width: 72.5373134328%;
  margin: 0 auto 20px;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(2) {
  padding: 15px 15px 20px;
  transition: all 0.3s;
}
.cb_card10 .cb_slick:not(.slick-slider) > div > div:nth-child(2) p {
  transition: all 0.3s;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) {
  background: #132137 !important;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) h3 {
  color: #fff;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) p {
  color: #fff;
}
.cb_card10 .cb_slick:not(.slick-slider) > div:hover > div:nth-child(2) .cb_button01.reverse {
  color: #525252;
  background: #e6e7e8 !important;
}
.cb_card10 .cb_slick.slick-slider {
  margin: 0 -10px;
  transition: all 0.3s;
}
@media (max-width: 720px) {
  .cb_card10 .cb_slick.slick-slider {
    margin: 0 -5px;
  }
}
.cb_card10 .cb_slick.slick-slider .slick-slide {
  padding: 0 10px;
}
@media (max-width: 720px) {
  .cb_card10 .cb_slick.slick-slider .slick-slide {
    padding: 0 5px;
  }
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(1) {
  max-width: 72.5373134328%;
  margin: 0 auto 20px;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(1) > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(2) {
  padding: 15px 15px 20px;
  transition: all 0.3s;
}
.cb_card10 .cb_slick.slick-slider .slick-slide > div:nth-child(2) p {
  transition: all 0.3s;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) {
  background: #132137 !important;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) h3 {
  color: #fff;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) p {
  color: #fff;
}
.cb_card10 .cb_slick.slick-slider .slick-slide:hover > div:nth-child(2) .cb_button01.reverse {
  color: #525252;
  background: #e6e7e8 !important;
}

.cb_box01 {
  overflow: hidden;
}
.cb_box01 .cb_slick {
  margin: 0 -15px;
}
.cb_box01 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.cb_box01 .cb_slick:not(.slick-slider) .box {
  width: 25%;
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box01 .cb_slick:not(.slick-slider) .box {
    width: 50%;
  }
}
.cb_box01 .cb_slick:not(.slick-slider) .box img {
  margin: 0 auto 15px;
}
.cb_box01 .cb_slick:not(.slick-slider) .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box01 .cb_slick:not(.slick-slider) .box h4 {
  font-weight: 400;
  margin: 0;
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box01 .cb_slick.slick-slider .slick-slide .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box01 .cb_slick.slick-slider .slick-slide .box {
    padding: 30px 15px;
  }
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box img {
  margin: 0 auto 15px;
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box01 .cb_slick.slick-slider .slick-slide .box h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box02 {
  overflow: hidden;
}
.cb_box02 .cb_slick {
  margin: 0 -15px;
}
.cb_box02 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.cb_box02 .cb_slick:not(.slick-slider) .box {
  width: 20%;
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    width: 25%;
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box02 .cb_slick:not(.slick-slider) .box {
    width: 50%;
  }
}
.cb_box02 .cb_slick:not(.slick-slider) .box img {
  margin: 0 auto 15px;
}
.cb_box02 .cb_slick:not(.slick-slider) .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box02 .cb_slick:not(.slick-slider) .box h4 {
  font-weight: 400;
  margin: 0;
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box02 .cb_slick.slick-slider .slick-slide .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box02 .cb_slick.slick-slider .slick-slide .box {
    padding: 30px 15px;
  }
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box img {
  margin: 0 auto 15px;
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box02 .cb_slick.slick-slider .slick-slide .box h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box03 {
  overflow: hidden;
}
.cb_box03 .cb_slick {
  margin: 0 -15px;
}
.cb_box03 .cb_slick:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.cb_box03 .cb_slick:not(.slick-slider) .box {
  width: 16.6666666667%;
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1366px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 25%;
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box03 .cb_slick:not(.slick-slider) .box {
    width: 50%;
  }
}
.cb_box03 .cb_slick:not(.slick-slider) .box img {
  margin: 0 auto 15px;
}
.cb_box03 .cb_slick:not(.slick-slider) .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box03 .cb_slick:not(.slick-slider) .box h4 {
  font-weight: 400;
  margin: 0;
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box03 .cb_slick.slick-slider .slick-slide .box {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box03 .cb_slick.slick-slider .slick-slide .box {
    padding: 30px 15px;
  }
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box img {
  margin: 0 auto 15px;
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box03 .cb_slick.slick-slider .slick-slide .box h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box04 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box04 .boxes .box {
  width: 50%;
  padding: 7.5px;
}
.cb_box04 .boxes .box > div {
  padding: 50px 15px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box04 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box04 .boxes .box > div {
    padding: 30px 15px;
  }
}
.cb_box04 .boxes .box > div img {
  margin: 0 auto 15px;
}
.cb_box04 .boxes .box > div h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box04 .boxes .box > div h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box05 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box05 .boxes .box {
  width: 33.3333333333%;
  padding: 7.5px;
}
@media (max-width: 720px) {
  .cb_box05 .boxes .box {
    width: 50%;
  }
}
.cb_box05 .boxes .box > div {
  padding: 50px 15px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box05 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box05 .boxes .box > div {
    padding: 30px 15px;
  }
}
.cb_box05 .boxes .box > div img {
  margin: 0 auto 15px;
}
.cb_box05 .boxes .box > div h3 {
  font-weight: 400;
  margin: 0 0 10px;
}
.cb_box05 .boxes .box > div h4 {
  font-weight: 400;
  margin: 0;
}

.cb_box06 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box06 .boxes .box {
  width: 50%;
  padding: 7.5px;
}
@media (max-width: 540px) {
  .cb_box06 .boxes .box {
    width: 100%;
  }
}
.cb_box06 .boxes .box > div {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box06 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box06 .boxes .box > div {
    padding: 30px 15px;
  }
}

.cb_box07 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box07 .boxes .box {
  width: 33.3333333333%;
  padding: 7.5px;
}
@media (max-width: 720px) {
  .cb_box07 .boxes .box {
    width: 100%;
  }
}
.cb_box07 .boxes .box > div {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box07 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box07 .boxes .box > div {
    padding: 30px 15px;
  }
}

.cb_box08 .boxes {
  display: flex;
  flex-wrap: wrap;
}
.cb_box08 .boxes .box {
  width: 25%;
  padding: 7.5px;
}
@media (max-width: 1200px) {
  .cb_box08 .boxes .box {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .cb_box08 .boxes .box {
    width: 100%;
  }
}
.cb_box08 .boxes .box > div {
  padding: 50px 15px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  .cb_box08 .boxes .box > div {
    padding: 40px 15px;
  }
}
@media (max-width: 1200px) {
  .cb_box08 .boxes .box > div {
    padding: 30px 15px;
  }
}

.cb_box09 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box09 .cb_wrap .box {
  position: relative;
  width: 33.3333333333%;
  background: #132137;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box > div:nth-child(1) {
    width: 55%;
  }
}
@media (max-width: 540px) {
  .cb_box09 .cb_wrap .box > div:nth-child(1) {
    width: 100%;
  }
}
.cb_box09 .cb_wrap .box > div:nth-child(1) div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box09 .cb_wrap .box > div:nth-child(1) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_box09 .cb_wrap .box > div:nth-child(1) div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box > div:nth-child(1) div::after {
    display: none;
  }
}
.cb_box09 .cb_wrap .box > div:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 5vw);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .cb_box09 .cb_wrap .box > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: unset;
    left: unset;
    width: 45%;
    opacity: 1;
    pointer-events: auto;
    transform: unset;
  }
}
@media (max-width: 540px) {
  .cb_box09 .cb_wrap .box > div:nth-child(2) {
    width: 100%;
    padding: 30px 15px;
  }
}
.cb_box09 .cb_wrap .box:hover > div:nth-child(1) div::after {
  opacity: 1;
}
.cb_box09 .cb_wrap .box:hover > div:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
}

.cb_box10 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box10 .cb_wrap .box {
  position: relative;
  width: 25%;
  background: #132137;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box > div:nth-child(1) {
    width: 55%;
  }
}
@media (max-width: 540px) {
  .cb_box10 .cb_wrap .box > div:nth-child(1) {
    width: 100%;
  }
}
.cb_box10 .cb_wrap .box > div:nth-child(1) div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box10 .cb_wrap .box > div:nth-child(1) div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.cb_box10 .cb_wrap .box > div:nth-child(1) div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box > div:nth-child(1) div::after {
    display: none;
  }
}
.cb_box10 .cb_wrap .box > div:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .cb_box10 .cb_wrap .box > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: unset;
    left: unset;
    width: 45%;
    opacity: 1;
    pointer-events: auto;
    transform: unset;
  }
}
@media (max-width: 540px) {
  .cb_box10 .cb_wrap .box > div:nth-child(2) {
    width: 100%;
    padding: 30px 15px;
  }
}
.cb_box10 .cb_wrap .box:hover > div:nth-child(1) div::after {
  opacity: 1;
}
.cb_box10 .cb_wrap .box:hover > div:nth-child(2) {
  opacity: 1;
  pointer-events: auto;
}

.cb_box11 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box11 .cb_wrap .box {
  width: 33.3333333333%;
}
@media (max-width: 720px) {
  .cb_box11 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box11 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box11 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_box12 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box12 .cb_wrap .box {
  width: 25%;
}
@media (max-width: 720px) {
  .cb_box12 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box12 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box12 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_box13 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box13 .cb_wrap .box {
  width: 20%;
}
@media (max-width: 1200px) {
  .cb_box13 .cb_wrap .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box13 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box13 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box13 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_box14 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_box14 .cb_wrap .box {
  width: 16.6666666667%;
}
@media (max-width: 1200px) {
  .cb_box14 .cb_wrap .box {
    width: 33.3333333333%;
  }
}
@media (max-width: 720px) {
  .cb_box14 .cb_wrap .box {
    width: 50%;
  }
}
.cb_box14 .cb_wrap .box div {
  position: relative;
  height: 0;
  padding-bottom: 78.125%;
  overflow: hidden;
}
.cb_box14 .cb_wrap .box div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cb_video01 .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 34.23%;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cb_video01 .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_video01 .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_video02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cb_video02 .cb_wrap > div:nth-child(1) {
  width: calc(50% + 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_video02 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_video02 .cb_wrap > div:nth-child(1) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_video02 .cb_wrap > div:nth-child(1) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_video02 .cb_wrap > div:nth-child(1) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.cb_video02 .cb_wrap > div:nth-child(2) {
  width: calc(50% - 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_video02 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_video03 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_video03 .cb_wrap > div:nth-child(1) {
  width: calc(50% - 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_video03 .cb_wrap > div:nth-child(2) {
  width: calc(50% + 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_video03 .cb_wrap > div:nth-child(2) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_video03 .cb_wrap > div:nth-child(2) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_video03 .cb_wrap > div:nth-child(2) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_map01 .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 34.23%;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cb_map01 .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_map01 .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_map02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cb_map02 .cb_wrap > div:nth-child(1) {
  width: calc(50% + 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_map02 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cb_map02 .cb_wrap > div:nth-child(1) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_map02 .cb_wrap > div:nth-child(1) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_map02 .cb_wrap > div:nth-child(1) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.cb_map02 .cb_wrap > div:nth-child(2) {
  width: calc(50% - 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_map02 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

.cb_map03 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap {
    flex-direction: column-reverse;
  }
}
.cb_map03 .cb_wrap > div:nth-child(1) {
  width: calc(50% - 65px);
  padding-right: 25px;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}
.cb_map03 .cb_wrap > div:nth-child(2) {
  width: calc(50% + 65px);
  padding-left: 25px;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap > div:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
}
.cb_map03 .cb_wrap > div:nth-child(2) .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 63.77%;
  overflow: hidden;
}
@media (max-width: 960px) {
  .cb_map03 .cb_wrap > div:nth-child(2) .rwd_frame {
    padding-bottom: 56.25%;
  }
}
.cb_map03 .cb_wrap > div:nth-child(2) .rwd_frame * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_map04 .cb_content {
  position: relative;
}
.cb_map04 .cb_content .cb_map_txt {
  padding: 30px;
}
@media (min-width: 961px) {
  .cb_map04 .cb_content .cb_map_txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 60%;
    width: 400px;
    max-width: 30%;
    padding: calc(0.625rem + 1.0416666667vw);
    overflow-y: auto;
    z-index: 2;
  }
}
.cb_map04 .cb_content .rwd_frame {
  position: relative;
  height: 0;
  padding-bottom: 500px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .cb_map04 .cb_content .rwd_frame {
    padding-bottom: 56.25%;
  }
}
@media (max-width: 640px) {
  .cb_map04 .cb_content .rwd_frame {
    padding-bottom: 325px;
  }
}
.cb_map04 .cb_content .rwd_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cb_history01 .cb_wrap > div {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 540px) {
  .cb_history01 .cb_wrap > div {
    width: 100% !important;
    padding-bottom: 30px;
  }
}
.cb_history01 .cb_wrap > div::before {
  content: "";
  position: absolute;
  top: calc(1.125rem + 0.5208333333vw);
  width: 30px;
  height: 30px;
  background: rgba(19, 33, 55, 0.3);
  border-radius: 50%;
}
.cb_history01 .cb_wrap > div::after {
  content: "";
  position: absolute;
  top: calc(1.125rem + 0.5208333333vw);
  width: 20px;
  height: 20px;
  background: #132137;
  border-radius: 50%;
}
.cb_history01:not(.reverse) .cb_wrap > div {
  width: calc(50% + 0.5px);
  text-align: right;
  padding-right: 45px;
  border-right: 1px solid var(--border-color);
}
@media (max-width: 540px) {
  .cb_history01:not(.reverse) .cb_wrap > div {
    text-align: left;
    padding-right: unset;
    padding-left: 30px;
    border-right: unset;
    border-left: 1px solid var(--border-color);
  }
}
.cb_history01:not(.reverse) .cb_wrap > div::before, .cb_history01:not(.reverse) .cb_wrap > div::after {
  left: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 540px) {
  .cb_history01:not(.reverse) .cb_wrap > div::before, .cb_history01:not(.reverse) .cb_wrap > div::after {
    left: unset;
    right: 100%;
    transform: translate(calc(50% - 1px), -50%);
  }
}
.cb_history01:not(.reverse) .cb_wrap > div img {
  margin: 0 0 0 auto;
}
@media (max-width: 540px) {
  .cb_history01:not(.reverse) .cb_wrap > div img {
    margin: unset;
  }
}
.cb_history01.reverse .cb_wrap > div {
  width: calc(50% + 0.5px);
  padding-left: 45px;
  margin: 0 0 0 auto;
  border-left: 1px solid var(--border-color);
}
@media (max-width: 540px) {
  .cb_history01.reverse .cb_wrap > div {
    padding-left: 30px;
  }
}
.cb_history01.reverse .cb_wrap > div::before, .cb_history01.reverse .cb_wrap > div::after {
  right: 100%;
  transform: translate(calc(50% - 1px), -50%);
}

.cb_history02 .cb_wrap {
  display: flex;
  flex-wrap: wrap;
}
.cb_history02 .cb_wrap .time {
  flex-shrink: 0;
  position: relative;
  width: 147px;
  text-align: right;
  padding: 5px 20px 20px 0;
  border-right: 3px solid var(--border-color);
}
@media (max-width: 1024px) {
  .cb_history02 .cb_wrap .time {
    width: 107px;
  }
}
@media (max-width: 540px) {
  .cb_history02 .cb_wrap .time {
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
    border-right: unset;
    border-bottom: 3px solid var(--border-color);
  }
}
.cb_history02 .cb_wrap .time::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 100%;
  width: 16px;
  height: 16px;
  background: #fff url("../img/arrow/arrow19.svg") no-repeat center center;
  border: 2px solid #132137;
  border-radius: 50%;
  transform: translateX(calc(-50% + 1px));
  transition: background 0.2s;
}
@media (max-width: 1024px) {
  .cb_history02 .cb_wrap .time::before {
    background: #132137 url("../img/arrow/arrow19.svg") no-repeat center center;
  }
}
@media (max-width: 540px) {
  .cb_history02 .cb_wrap .time::before {
    flex-shrink: 0;
    position: unset;
    transform: unset;
  }
}
.cb_history02 .cb_wrap .note {
  width: calc(100% - 150px);
  padding: 14px 0 20px 20px;
}
@media (max-width: 1024px) {
  .cb_history02 .cb_wrap .note {
    width: calc(100% - 110px);
  }
}
@media (max-width: 540px) {
  .cb_history02 .cb_wrap .note {
    width: 100%;
    padding: 10px 0 30px;
  }
}
.cb_history02 .cb_wrap:hover .time::before {
  background: #132137 url("../img/arrow/arrow19.svg") no-repeat center center;
}

.cb_button01 {
  display: block;
  width: 200px;
  max-width: 100%;
  color: #525252;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 13px 10px;
  background: #e6e7e8 !important;
  transition: all 0.3s;
}
.cb_button01.center {
  margin: 0 auto;
}
.cb_button01.right {
  margin: 0 0 0 auto;
}
.cb_button01 span {
  display: inline-block;
  padding-left: 7px;
  transform: scale(0.7);
}
.cb_button01:hover {
  color: #fff;
  background: #132137 !important;
}
.cb_button01.reverse {
  color: #fff;
  background: #132137 !important;
}
.cb_button01.reverse:hover {
  color: #525252;
  background: #e6e7e8 !important;
}

.cb_button02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  color: #525252;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 10px;
  background: #fff !important;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  transition: all 0.3s;
}
.cb_button02.center {
  margin: 0 auto;
}
.cb_button02.right {
  margin: 0 0 0 auto;
}
.cb_button02 span {
  display: inline-block;
  padding-left: 30px;
}
.cb_button02 span svg {
  display: block;
}
.cb_button02 span svg polyline {
  stroke: #525252;
  transition: all 0.3s;
}
.cb_button02:hover {
  color: #fff;
  background: #132137 !important;
}
.cb_button02:hover span svg polyline {
  stroke: #fff;
}
.cb_button02.reverse {
  color: #fff;
  background: #132137 !important;
}
.cb_button02.reverse span svg polyline {
  stroke: #fff;
}
.cb_button02.reverse:hover {
  color: #525252;
  background: #fff !important;
}
.cb_button02.reverse:hover span svg polyline {
  stroke: #525252;
}

.cb_button03 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 13px 40px;
  background: #e6e7e8 !important;
}
.cb_button03.center {
  margin: 0 auto;
}
.cb_button03.right {
  margin: 0 0 0 auto;
}
.cb_button03::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #132137;
  transition: all 0.3s;
}
.cb_button03 svg {
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 1;
  transform: translate(-50%, 50%);
  transition: all 0.3s;
}
.cb_button03 svg line {
  stroke: #fff;
}
.cb_button03 svg polygon {
  stroke: #fff;
}
.cb_button03 svg rect {
  fill: #fff;
}
.cb_button03 span {
  position: relative;
  color: #525252;
  transition: all 0.3s;
}
.cb_button03:hover::before {
  width: 100%;
  height: 100%;
}
.cb_button03:hover svg {
  opacity: 0;
}
.cb_button03:hover span {
  color: #fff;
}
.cb_button03.reverse {
  background: #132137 !important;
}
.cb_button03.reverse::before {
  background: #e6e7e8;
}
.cb_button03.reverse svg line {
  stroke: #231F20;
}
.cb_button03.reverse svg polygon {
  stroke: #231F20;
}
.cb_button03.reverse svg rect {
  fill: #231F20;
}
.cb_button03.reverse span {
  color: #fff;
}
.cb_button03.reverse:hover span {
  color: #525252;
}

.cb_button04 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 10px;
  background: #132137 !important;
}
.cb_button04.center {
  margin: 0 auto;
}
.cb_button04.right {
  margin: 0 0 0 auto;
}
.cb_button04::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e6e7e8;
  transition: all 0.3s;
}
.cb_button04 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #525252;
  transition: all 0.3s;
}
.cb_button04 > span span {
  display: inline-block;
  padding-left: 40px;
}
.cb_button04 > span span svg {
  display: block;
}
.cb_button04 > span span svg line {
  stroke: #525252;
  transition: all 0.3s;
}
.cb_button04 > span span svg circle {
  stroke: #525252;
  transition: all 0.3s;
}
.cb_button04 > span span svg polygon {
  fill: #525252;
  transition: all 0.3s;
}
.cb_button04:hover::before {
  width: 0%;
  background: #ababab;
}
.cb_button04:hover > span {
  color: #fff;
}
.cb_button04:hover > span span svg line {
  stroke: #fff;
}
.cb_button04:hover > span span svg circle {
  stroke: #fff;
}
.cb_button04:hover > span span svg polygon {
  fill: #fff;
}
.cb_button04.reverse {
  background: #e6e7e8 !important;
}
.cb_button04.reverse::before {
  background: #132137;
}
.cb_button04.reverse > span {
  color: #fff;
}
.cb_button04.reverse > span span svg line {
  stroke: #fff;
}
.cb_button04.reverse > span span svg circle {
  stroke: #fff;
}
.cb_button04.reverse > span span svg polygon {
  fill: #fff;
}
.cb_button04.reverse:hover > span {
  color: #525252;
}
.cb_button04.reverse:hover > span span svg line {
  stroke: #525252;
}
.cb_button04.reverse:hover > span span svg circle {
  stroke: #525252;
}
.cb_button04.reverse:hover > span span svg polygon {
  fill: #525252;
}

.cb_button05 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  color: #525252;
  font-size: 12px;
  text-decoration: none;
  padding: 13px 10px;
  background: #fff !important;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s;
}
.cb_button05.center {
  margin: 0 auto;
}
.cb_button05.right {
  margin: 0 0 0 auto;
}
.cb_button05 span {
  display: inline-block;
  padding-left: 30px;
}
.cb_button05 span svg {
  display: block;
}
.cb_button05 span svg path {
  fill: #525252;
  transition: all 0.3s;
}
.cb_button05:hover {
  color: #fff;
  background: #132137 !important;
}
.cb_button05:hover span svg path {
  fill: #fff;
}
.cb_button05.reverse {
  color: #fff;
  background: #132137 !important;
}
.cb_button05.reverse span svg path {
  fill: #fff;
}
.cb_button05.reverse:hover {
  color: #525252;
  background: #fff !important;
}
.cb_button05.reverse:hover span svg path {
  fill: #525252;
}

.cb_button06 {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  color: #525252;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 13px 35px;
  background: #fff !important;
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  transition: all 0.3s;
}
.cb_button06.center {
  margin: 0 auto;
}
.cb_button06.right {
  margin: 0 0 0 auto;
}
.cb_button06::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 5px;
  height: 5px;
  background: #525252;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cb_button06:hover {
  color: #fff;
  background: #132137 !important;
}
.cb_button06:hover::before {
  background: #fff;
}
.cb_button06.reverse {
  color: #fff;
  background: #132137 !important;
}
.cb_button06.reverse::before {
  background: #fff;
}
.cb_button06.reverse:hover {
  color: #525252;
  background: #fff !important;
}
.cb_button06.reverse:hover::before {
  background: #525252;
}

.popup02 .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  backdrop-filter: blur(25px);
}
.popup02 .popup-content {
  position: relative;
  width: 80%;
  display: flex;
  max-width: 1200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup02 iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.popup02 .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 20px;
  cursor: pointer;
  background: #000;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

#popup-text .popup-content {
  position: relative;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  max-height: 90vh;
  overflow-y: scroll;
  padding: 50px;
  min-height: 50vh;
}
#popup-text .popup-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#popup-text .popup-content::-webkit-scrollbar-track {
  background: transparent;
}
#popup-text .popup-content::-webkit-scrollbar-thumb {
  background: #132137;
}
#popup-text .popup-content::-webkit-scrollbar-thumb:hover {
  background: #132137;
}

/*# sourceMappingURL=style.css.map */
