@charset "UTF-8";
/* INDEX */ /* Add here all your CSS customizations */
/* --- EFFECTS --- */
.scroll-animation {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up {
  transform: translateY(50px);
}

.fade-left {
  transform: translateX(-50px);
}

.scroll-animation.is-visible {
  opacity: 1;
  transform: translate(0);
}

/* ------ HEADER ------ */
#header .header-body .header-container .header-row .header-column {
  justify-content: center;
}
#header .header-body .header-container .header-row .header-column .header-logo img {
  width: 225px;
  height: auto;
  transition: width 0.3s ease-in-out, top 0.3s ease-in-out;
}
#header .header-body .header-container .header-row .header-column .header-logo img.is-sticky-logo {
  width: 200px;
}
@media (min-width: 992px) {
  #header .header-body .header-container .header-row .header-column .header-logo img {
    width: 185px;
  }
  #header .header-body .header-container .header-row .header-column .header-logo img.is-sticky-logo {
    width: 185px;
  }
}
@media (min-width: 1200px) {
  #header .header-body .header-container .header-row .header-column .header-logo img {
    width: 275px;
  }
  #header .header-body .header-container .header-row .header-column .header-logo img.is-sticky-logo {
    width: 255px;
  }
}
#header .header-nav-main nav > ul > li > a {
  font-size: 17px;
  color: #332f20;
  font-weight: 500;
}
#header .header-nav-main nav .nav .dropdown .dropdown-menu li a {
  font-size: 15px;
  color: #332f20;
}
#header .header-nav-main nav .nav .dropdown .dropdown-menu li a:hover {
  color: #e0363f;
}
#header .header-nav-features .lang a i {
  font-size: 21px;
  color: #332f20;
}
#header .header-nav-features .lang a:hover i {
  color: #e0363f;
}
#header .header-nav-features .lang .header-nav-features-dropdown {
  min-width: 100px;
  padding: 0;
}
#header .header-nav-features .lang .header-nav-features-dropdown ul {
  margin-bottom: 0;
}
#header .header-nav-features .lang .header-nav-features-dropdown ul li a {
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
  color: #332f20;
}
#header .header-nav-features .lang .header-nav-features-dropdown ul li a:hover {
  color: #e0363f;
  background-color: #f2f2f2;
}

/* ------ SLIDER ------ */
.rev_slider li.slide-overlay .slotholder::after {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

/* ------ LEFTSIDE ------ */
.leftside {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .leftside {
    margin-bottom: 50px;
  }
}
.leftside .sidebar {
  position: relative;
  background-color: #fff;
  margin-right: 0px;
}
.leftside .sidebar::before, .leftside .sidebar::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #aaa;
  transition: all 0.3s linear;
  z-index: 23;
}
.leftside .sidebar::before {
  right: 0px;
  top: 0;
  height: calc(100% + 10px);
  width: 1px;
}
.leftside .sidebar::after {
  bottom: 0;
  left: 0;
  width: calc(100% + 10px);
  height: 1px;
}
.leftside .sidebar .widget {
  margin-bottom: 0;
  border-bottom-color: #aaa;
}
.leftside .sidebar .widget .widget-title {
  margin: 0;
}
.leftside .sidebar .widget .widget-title a {
  display: block;
  width: 100%;
  height: 100%;
}
.leftside .sidebar .widget .widget-title a:hover {
  background: #E3F0F3;
}
@media (min-width: 992px) {
  .leftside .sidebar .widget .widget-title a:hover {
    background: #E3F0F3;
  }
}
.leftside .sidebar .widget:last-child {
  padding-bottom: 0;
}
.leftside .sidebar.sidebar-shop {
  position: relative;
}
.leftside .sidebar.sidebar-shop .widget {
  margin-bottom: 0px;
  transition: all 0.3s linear;
  padding: 0;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible {
  position: relative;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title {
  line-height: 1.5;
  margin: 0 0;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title a, .leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title button {
  position: relative;
  display: block;
  color: #332f20;
  transition: all 0.3s ease-in-out;
  z-index: 19;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title a {
  text-decoration: none;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title a + a:after {
  position: absolute;
  top: -45px;
  color: #1C3860;
  content: "\e200";
  display: block;
  font-family: "linea-icons";
  font-size: 17px;
  line-height: 2;
  width: 35px;
  height: 38px;
  right: 0;
  margin-top: 0;
  text-align: center;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title a:hover + a:after {
  color: #e0363f;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title button {
  width: 100%;
  font-size: 16px;
  border: 0;
  text-align: left;
  z-index: 19;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title button + a:after {
  position: absolute;
  top: 8px;
  color: #332f20;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.5;
  width: 44px;
  height: 40px;
  right: 0;
  margin-top: -45px;
  text-align: center;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title button + a:hover::after {
  color: #fff;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title button:hover {
  cursor: pointer;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title button:hover + a::after {
  color: #fff;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title:hover a, .leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-title:hover button {
  color: #fff;
  background-color: #e0363f;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body {
  padding: 0 0;
  transition: all 0.3s linear;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item {
  position: relative;
  padding-top: 0;
  padding-right: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  margin-bottom: 0;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item .custom-control {
  padding-left: 20px;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item a, .leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item button {
  position: relative;
  display: block;
  color: #332f20;
  transition: all 0.3s ease-in-out;
  z-index: 19;
  font-size: 15px;
  padding: 5px 5px 5px 10px;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item a:hover, .leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #e0363f;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item a {
  text-decoration: none;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item a + a {
  padding: 0;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item a + a:after {
  position: absolute;
  top: 12px;
  color: #332f20;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 2.5;
  width: 36px;
  height: 36px;
  right: 0;
  margin-top: -45px;
  text-align: center;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item button {
  width: 100%;
  border: 0;
  color: #332f20;
  text-align: left;
  background-color: transparent;
  z-index: 19;
  outline: unset;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item button + a {
  padding: 0;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item button + a:after {
  position: absolute;
  top: 12px;
  color: #332f20;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 2.5;
  width: 36px;
  height: 36px;
  right: 0;
  margin-top: -45px;
  text-align: center;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item.active {
  background-color: #E3F0F3;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body .filter-items .filter-item.active a {
  color: #fff;
  background-color: #e0363f;
  outline: unset;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body.third {
  padding-left: 20px;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible .widget-body.third .filter-items .filter-item a:hover {
  color: #e0363f;
  background-color: transparent;
  padding-left: 15px;
  text-decoration: underline;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible:last-child {
  margin-bottom: 0;
}
.leftside .sidebar.sidebar-shop .widget.widget-collapsible:hover button {
  background-color: #f2f2f2;
}
.leftside .sidebar.sidebar-shop .widget:hover a {
  transition: all 0.3s linear;
}
.leftside .sidebar.sidebar-shop .widget:hover button {
  color: #332f20;
}
.leftside .sidebar.sidebar-shop .widget:first-child {
  border-top: unset;
}
.leftside .sidebar.sidebar-shop .widget:last-child {
  border-bottom-color: transparent;
}
.leftside .sidebar.sidebar-shop .widget.active a {
  color: #332f20;
}
.leftside .sidebar.sidebar-shop .widget.active button {
  color: #332f20;
}
.leftside .sidebar.sidebar-shop a:not([data-toggle=collapse]), .leftside .sidebar.sidebar-shop button:not([data-toggle=collapse]) {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #332f20;
  border: 0;
  text-align: left;
  padding: 10px 10px 10px 15px;
  background-color: transparent;
  transition: color 0.3s ease;
}
.leftside .sidebar:hover::before, .leftside .sidebar:hover::after {
  background-color: #6d6d6d;
}
.leftside .sidebar:hover::before {
  height: calc(100% + 50px);
}
.leftside .sidebar:hover::after {
  width: calc(100% - 10px);
}
.leftside .sqare {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 150%;
  background-color: #E3F0F3;
  z-index: -1;
}
.leftside .sqare.one, .leftside .sqare.two {
  top: 0;
  height: calc(100% + 20px);
}
.leftside .sqare.two {
  top: 9px;
  background-color: unset;
  z-index: 9;
}
@media (min-width: 992px) {
  .leftside .sqare.two {
    top: -25px;
    height: 135%;
  }
}

.main-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

/* ------ INDEX ------ */
.indexAbout{

@media (max-width: 1024px) {
 background-image: none !important;
 svg{
    display: none!important;
    }  
}  
}
.indexAbout .necessary {
  justify-content: flex-start;
}

.indexNews::before {
  position: relative;
  display: inline-block;
  top: 45px;
  left: 50%;
  width: 1px;
  height: 100px;
  background-color: #332f20;
  content: "";
}
.indexNews .nsItem {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
  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;
  -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
  -webkit-transition: ease transform 300ms, ease box-shadow 300ms;
  transition: ease transform 300ms, ease box-shadow 300ms;
}
.indexNews .nsItem .entry-body {
  position: relative;
  padding: 30px;
}
.indexNews .nsItem .entry-body .entry-top .entry-meta {
  position: absolute;
  top: -15px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.55);
  border: solid 1px #fff;
  padding: 0 10px;
  transition: top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.indexNews .nsItem .entry-body .entry-top .entry-meta p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.indexNews .nsItem .entry-body .entry-top .entry-meta p span {
  margin-right: 5px;
  font-size: 32px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.indexNews .nsItem .entry-body .entry-top .entry-cats {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 5px;
}
.indexNews .nsItem .entry-body .entry-top .entry-cats::before {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  transform: translate3d(-1px, 0, 0);
  color: #e0363f;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.indexNews .nsItem .entry-body .entry-top .entry-cats a {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.indexNews .nsItem .entry-body .entry-top .entry-cats a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #e0363f;
  transition: width 0.2s linear;
}
.indexNews .nsItem .entry-body .entry-top .entry-cats a:hover {
  color: #000;
  text-decoration: unset;
}
.indexNews .nsItem .entry-body .entry-top .entry-cats a:hover::after {
  width: 100%;
  background-color: #e0363f;
}
.indexNews .nsItem .entry-body .entry-top .entry-cats:hover::before {
  left: 5px;
}
.indexNews .nsItem .entry-body .entry-title {
  color: #332f20;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.indexNews .nsItem .entry-body .entry-title a {
  display: block;
  width: 100%;
  height: 100%;
  color: #332f20;
  line-height: 1.5;
  font-size: 21px;
  font-weight: bold;
}
.indexNews .nsItem .entry-body .entry-title a:hover {
  text-decoration: unset;
  color: #e0363f;
}
.indexNews .nsItem .entry-body p {
  font-size: 15px;
  color: #6d6d6d;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.indexNews .nsItem:hover {
  -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.indexNews .nsItem:hover .entry-body .entry-top .entry-meta {
  position: absolute;
  top: -20px;
}

.indexEditor {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.indexEditor.is-visible .ed-title.left::before, .indexEditor.is-visible .ed-title.right::before {
  width: calc(100% + 100px);
  transition: all 0.5s ease-in-out;
  background-color: #e0363f;
}
.indexEditor.is-visible .ed-title.left::after, .indexEditor.is-visible .ed-title.right::after {
  opacity: 1;
  transform: scale(1);
  background-color: #e0363f;
  transition: opacity 0.3s ease-in-out 0.5s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s, background-color 0.3s ease-in-out 0.5s;
}
.indexEditor .ed-title {
  display: none;
  font-size: 21px;
  font-weight: bold;
  color: #332f20;
  text-align: center;
  z-index: 99;
}
.indexEditor .ed-title.left::before, .indexEditor .ed-title.left::after, .indexEditor .ed-title.right::before, .indexEditor .ed-title.right::after {
  position: absolute;
  content: "";
}
.indexEditor .ed-title.left::before, .indexEditor .ed-title.right::before {
  display: inline-block;
  bottom: 0;
  width: calc(100% + 0px);
  height: 1px;
  background-color: #332f20;
}
.indexEditor .ed-title.left::after, .indexEditor .ed-title.right::after {
  opacity: 0;
  transform: scale(0);
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 50%;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, background-color 0.3s ease-out;
}
.indexEditor .ed-title.left::before {
  right: 0;
}
.indexEditor .ed-title.left::after {
  left: -85%;
  bottom: -7px;
}
.indexEditor .ed-title.right::before {
  left: 0;
}
.indexEditor .ed-title.right::after {
  right: -65%;
  bottom: -7px;
}
@media (min-width: 768px) {
  .indexEditor .ed-title {
    position: absolute;
    display: block;
  }
  .indexEditor .ed-title.left {
    left: 35%;
    top: 0;
  }
  .indexEditor .ed-title.right {
    right: 35%;
    bottom: 0;
  }
}
.indexEditor .ma-content {
  display: flex;
  flex-direction: row;
}
.indexEditor .ma-content .ma-area-l, .indexEditor .ma-content .ma-area-r {
  position: relative;
  display: block;
}
.indexEditor .ma-content .ma-area-l img, .indexEditor .ma-content .ma-area-r img {
  position: relative;
  display: inline-block;
  z-index: 11;
}
.indexEditor .ma-content .ma-area-l::after {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 46%;
  content: "投資人專區";
  z-index: 19;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .indexEditor {
    flex-direction: row;
  }
  .indexEditor .ma-content .ma-area-l, .indexEditor .ma-content .ma-area-r {
    display: none;
  }
}

@media (max-width: 767px) {
  .indexEditor .ed-title.left::before, .indexEditor .ed-title.left::after, .indexEditor .ed-title.right::before, .indexEditor .ed-title.right::after {
    display: none !important;
  }
}
.indexEditor .ed-left,
.indexEditor .ed-right,
.parallax-background {
  display: none;
}
.indexEditor .ed-left:hover,
.indexEditor .ed-right:hover,
.parallax-background:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .indexEditor .ed-left,
  .indexEditor .ed-right,
  .parallax-background {
    display: block;
  }
}

.indexEditor .ed-content {
  width: 100%;
  margin: 0 -70px;
  z-index: 1;
  background-color: #332f20;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.parallax:not(.page-header):not(.match-height):not([class*=section-height-]) {
  margin: 70px 0;
  padding: 50px 0;
  display: contents;
}
@media (min-width: 768px) {
  .parallax:not(.page-header):not(.match-height):not([class*=section-height-]) {
    display: block;
  }
}

/* --- Section 3: 公司介紹區塊 --- */
.indexAbout {
  position: relative;
  display: flex;
  align-items: center;
  /* 🚀 滿版灰色斜角背景 */
  /* 確保裡面的文字跟按鈕浮在灰底之上，避免無法點擊 */
}
.indexAbout .custom-svg-background-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  z-index: 1;
  pointer-events: none;
}
.indexAbout .custom-svg-background-1 .svg-stroke-color-primary {
  stroke: #e0363f !important;
}
.indexAbout .custom-svg-background-1 .customLineAnim2 {
  animation-name: customLineAnim2;
}
.indexAbout::before {
  content: "";
  position: absolute;
  top: 0;
  /* === 突破框架限制的關鍵寫法 === */
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; /* 強制無視父層，寬度等同於整個螢幕 */
  /* ============================ */
  height: 100%;
  background-color: #f4f4f4; /* 淺灰色底 */
  z-index: 1;
  /* 斜角切割：因為寬度變成整個螢幕，斜角的比例改用 60% 左右最剛好 */
  /* polygon(左上, 右上, 右下, 左下) */
  clip-path: polygon(0 0, 60% 0, 45% 100%, 0% 100%);
}
.indexAbout .relative-content {
  position: relative;
  z-index: 2;
}
.indexAbout .relative-content .counters .counter {
  text-align: left;
}
.indexAbout .relative-content .counters .counter label {
  font-size: 17px;
  font-weight: 500;
}
.indexAbout .relative-content .counters .counter strong {
  color: #e0363f !important;
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
  border-radius: 25px !important;
  border: 5px solid transparent !important;
  transition: ease border 300ms;
}

.custom-thumb-info-style-1:hover .thumb-info-wrapper {
  border-color: #e0363f !important;
}

.custom-thumb-info-style-1:hover h3 {
  color: #e0363f !important;
}

@media (min-width: 768px) {
  .indexEditor .ed-left,
  .indexEditor .ed-right {
    display: block;
    width: 36%;
  }
  .indexEditor .ed-content {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .indexEditor .ed-left,
  .indexEditor .ed-right {
    width: 34%;
  }
  .indexEditor .ed-content {
    width: 40%;
  }
}
/* --- Section 7--- */
.indexHr {
  //background-color: #aaa;
  background-color: #e0363f;
  transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* ------ NECESSARY BUTTON (修復版 Slick Button) ------ */
}
.indexHr .main-title {
  color: #332f20;
}
.indexHr p {
  color: #332f20;
}
.indexHr:has(.necessary .back:hover) {
  background-color: #e0363f;
}
.indexHr:has(.necessary .back) .main-title, .indexHr:has(.necessary .back:hover) .main-title {
  color: #fff;
}
.indexHr:has(.necessary .back) p, .indexHr:has(.necessary .back:hover) p {
  color: #fff !important;
}
.indexHr .necessary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
}
.indexHr .necessary .back {
  --offset: 6px; /* 外框線距離按鈕的偏移量 */
  --border-size: 1px; /* 線條粗細 */
  display: inline-flex; /* 🚀 修正 1：改用 inline-flex 確保點擊範圍正確 */
  position: relative;
  padding: 5px 50px;
  appearance: none;
  border: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* 🚀 修正 2：在深色背景下，預設顏色必須為白色，線條才會顯示 */
  color: #fff;
  /* 內層實心框 */
  box-shadow: inset 0 0 0 var(--border-size) currentcolor;
  transition: color 0.4s ease, box-shadow 0.4s ease;
  /* Hover 時文字變為品牌色 (框線會自動跟隨 currentcolor) */
  /* --- 裝飾外框線條 --- */
}
.indexHr .necessary .back span {
  display: inline-block;
  text-align: center;
  z-index: 2; /* 確保文字在最上層 */
  position: relative;
}
.indexHr .necessary .back, .indexHr .necessary .back:hover {
  color: #fff;
}
.indexHr .necessary .back a, .indexHr .necessary .back:hover a {
  color: #fff !important;
}
.indexHr .necessary .back__horizontal, .indexHr .necessary .back__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  /* 🚀 修正 3：關閉滑鼠事件，徹底解決動畫閃爍 Bug！ */
  pointer-events: none;
}
.indexHr .necessary .back__horizontal::before, .indexHr .necessary .back__vertical::before {
  content: "";
  position: absolute;
  border: inherit;
}
.indexHr .necessary .back__horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid #332f20;
  border-bottom: var(--border-size) solid #332f20;
}
.indexHr .necessary .back__horizontal::before {
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
.indexHr .necessary .back__horizontal:hover {
  transform: scaleX(0); /* 橫向線條往內縮 */
  border-color: #fff;
}
.indexHr .necessary .back__vertical {
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid #332f20;
  border-right: var(--border-size) solid #332f20;
}
.indexHr .necessary .back__vertical::before {
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}
.indexHr .necessary .back:hover .indexHr .necessary .back__vertical {
  transform: scaleY(0); /* 直向線條往內縮 */
  border-color: #fff;
}

/* ------ FOOTER ------ */
footer {
  position: relative;
  font-weight: normal;
  background-color: #000;
  padding: 30px 0 10px;
  overflow-x: clip;
}
footer::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 95%;
  height: 1px;
  background-color: #332f20;
  transition: width 0.5s ease-in-out;
}
footer.is-visible::after {
  width: 100%;
}
footer #back-top {
  position: absolute;
  right: 5px;
  top: -35px;
  display: inline-block;
  background-color: transparent;
  z-index: 19;
}
footer #back-top:hover{
  cursor: pointer;
}
footer #back-top .footer-btt {
  display: inline-block;
  width: 50px;
  height: 80px;
}
footer #back-top .footer-btt span {
  position: absolute;
  right: 24px;
  display: inline-block;
  width: 1px;
  height: 85px;
  background-color: #6d6d6d;
}
footer #back-top .footer-btt span::before, footer #back-top .footer-btt span::after {
  position: absolute;
  content: "";
}
footer #back-top .footer-btt span::before {
  top: 0px;
  right: 4px;
  width: 1px;
  height: 13px;
  background-color: #6d6d6d;
  transform: rotate(35deg);
}
footer #back-top .footer-btt span::after {
  content: "TOP";
  transform: rotate(90deg);
  left: -7px;
  bottom: 5px;
  letter-spacing: 3px;
  color: #aaa;
  font-size: 17px;
}
@media (min-width: 768px) {
  footer #back-top {
    right: 145px;
  }
}
footer .logo-footer-cont img {
  width: 100%;
}
footer::before {
  position: absolute;
  top: -200px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 1920px;
  border-color: transparent transparent #332f20 transparent;
  z-index: -1;
}
footer, footer a {
  color: #ddd;
}
footer .widget {
  padding-bottom: 20px;
}
footer .widget h4, footer .widget ul {
  text-align: center;
}
footer .widget h4 {
  color: #fff;
  margin: 10px 0;
}
footer .footer-2-soc-a {
  text-align: center;
}
footer .footer-2-soc-a a {
  font-size: 27px;
  margin: 0 10px;
}
footer .footer-2-copy-cont {
  text-align: center;
}
footer .footer-2-copy-cont .copyright {
  line-height: 1.2;
  color: #fff;
}
footer .footer-2-copy-cont .copyright a {
  color: #fff;
}
footer .footer-2-copy-cont .recaptcha p {
  margin-bottom: 0;
}

.page-header {
  padding: 130px 0 50px;
}
.page-header h1 {
  color: #fff;
  letter-spacing: 3px;
  font-size: 24px;
  font-weight: bold;
}
.page-header .breadcrumbsUp {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
.page-header .breadcrumbsUp a {
  color: #e0363f;
  transition: all 0.3s linear;
}
.page-header .breadcrumbsUp a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .page-header h1 {
    color: #332f20;
  }
  .page-header .breadcrumbsUp {
    color: #332f20;
  }
  .page-header .breadcrumbsUp a {
    color: #332f20;
  }
}

/* ------ PRODUCT ------ */
.product .product-content .product-details-top .details {
  margin-bottom: 50px;
}
.product .product-content .product-details-top .details .product-details .product-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product .product-content .product-details-top .details .product-details .product-info {
  background-color: unset;
  border: unset;
  text-align: left;
}
.product .product-content .product-details-top .details .product-details .product-info .product-cf {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 5px;
}
.product .product-content .product-details-top .details .product-details .product-info .product-cf::before {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  transform: translate3d(-1px, 0, 0);
  color: #e0363f;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.product .product-content .product-details-top .details .product-details .product-info .product-cf a {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.product .product-content .product-details-top .details .product-details .product-info .product-cf a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #e0363f;
  transition: width 0.2s linear;
}
.product .product-content .product-details-top .details .product-details .product-info .product-cf a:hover {
  color: #000;
}
.product .product-content .product-details-top .details .product-details .product-info .product-cf a:hover::after {
  width: 100%;
  background-color: #e0363f;
}
.product .product-content .product-details-top .details .product-details .product-info .product-cf:hover::before {
  left: 5px;
}
.product .product-content .product-details-top .details .product-details .product-info .note p {
  margin-bottom: 0;
}
.product .product-content .product-details-top .details .product-details .product-info .pdTags {
  padding-top: 5px;
  margin-top: 10px;
  border-top: solid 1px #f2f2f2;
}
.product .product-content .product-details-top .details .product-details .product-info .pdTags ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product .product-content .product-details-top .details .product-details .product-info .pdTags ul li {
  width: calc(25% - 5px);
  margin-right: 5px;
}
.product .product-content .product-details-top .details .product-details .product-info .pdTags ul li a {
  position: relative;
  color: #332f20;
  font-size: 14px;
}
.product .product-content .product-details-top .details .product-details .product-info .pdTags ul li a::before {
  position: relative;
  font-size: 14px;
  color: currentColor;
  content: "#";
  left: 0;
  padding-left: 0px;
}
.product .product-content .product-details-top .details .product-details .product-info .pdTags ul li a:hover {
  color: #e0363f;
}
@media (min-width: 480px) {
  .product .product-content .product-details-top .details .product-details .product-info .pdTags ul {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .product .product-content .product-details-top .details .product-details .product-info .pdTags ul li {
    width: auto;
  }
  .product .product-content .product-details-top .details .product-details .product-info .pdTags ul li a::before {
    margin-left: 10px;
  }
  .product .product-content .product-details-top .details .product-details .product-info .pdTags ul li:first-child a::before {
    margin-left: 0;
  }
}
.product .product-form .pdSearch {
  display: flex;
  justify-content: flex-end;
}
.product .product-form .pdSearch label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product .product-form .pdSearch input {
  border: solid 1px #332f20;
  margin-left: 5px;
  padding: 2px 5px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product .product-form .pdSearch input:focus {
  border-bottom: solid 1px #e0363f !important;
  outline: none;
}
.product .product-form .eodTable .filter-row td {
  padding: 3px 5px;
}
.product .product-form .eodTable .column-filter {
  width: 100%;
  min-width: 100px;
  padding: 2px 5px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  font-size: 14px;
  color: #495057;
  background-color: #fff;
  cursor: pointer;
}
.product .product-form .eodTable .column-filter.active-filter {
  border-color: #0056b3;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.product .product-form table {
  width: 100%;
  min-width: 700px;
}
.product .product-form table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.product .product-form table tfoot td {
  background-color: #aaa;
}
.product .product-form table th, .product .product-form table td {
  text-align: center;
  border: solid 1px #ddd;
}
.product .product-form table th {
  background-color: #332f20;
  line-height: 1.2;
  height: auto;
  padding: 5px 3px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.product .product-form table th.sortable {
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 20px;
}
.product .product-form table th.sortable::after {
  font-family: "Font Awesome 5 Free";
  content: url("../img/icons/sort_both.png");
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 3px;
  color: #fff;
  transform: translateY(-50%);
}
.product .product-form table th.sortable.sort-asc::after, .product .product-form table th.sortable.sort-desc::after {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.product .product-form table th.sortable.sort-asc::after {
  content: url("../img/icons/sort_asc.png");
}
.product .product-form table th.sortable.sort-desc::after {
  content: url("../img/icons/sort_desc.png");
}
@media (min-width: 992px) {
  .product .product-form table th {
    height: 30px;
    font-size: 14px;
  }
}
.product .product-form table td {
  color: #332f20;
}
.product .product-form table td a {
  color: #332f20;
  text-decoration: underline;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.product .product-form table td a:hover {
  color: #e0363f;
}
.product .product-form table td button {
  outline: unset;
  border: unset;
  background-color: #e0363f;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.product .product-form table td button:hover {
  background-color: #6d6d6d;
}
.product .products .main-title {
  color: #e0363f;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 0;
}
.product .products .sub-title {
  font-size: 15px;
  font-weight: 500;
  color: #aaa;
}
.product .products .pdItem {
  margin-bottom: 30px;
}
.product .products .pdItem .product.ed-style {
  border: solid 1px #aaa;
}
.product .products .pdItem .product.ed-style .product-media {
  margin-bottom: 5px;
}
.product .products .pdItem .product.ed-style .product-media a img {
  padding: 5px;
}
.product .products .pdItem .product.ed-style .product-body {
  padding: 10px 20px;
}
.product .products .pdItem .product.ed-style .product-body .product-cf {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #e0363f;
}
.product .products .pdItem .product.ed-style .product-body .product-cf::before {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  transform: translate3d(-1px, 0, 0);
  color: #e0363f;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.product .products .pdItem .product.ed-style .product-body .product-cf a {
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: unset;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.product .products .pdItem .product.ed-style .product-body .product-cf a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #e0363f;
  transition: width 0.2s linear;
}
.product .products .pdItem .product.ed-style .product-body .product-cf a:hover {
  color: #000;
}
.product .products .pdItem .product.ed-style .product-body .product-cf a:hover::after {
  width: 100%;
  background-color: #e0363f;
}
.product .products .pdItem .product.ed-style .product-body .product-cf:hover::before {
  left: 5px;
}
.product .products .pdItem .product.ed-style .product-title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #e0363f;
}
.product .products .pdItem .product.ed-style .product-title a {
  color: #332f20;
}
.product .products .pdItem .product.ed-style .product-title a:hover {
  color: #e0363f;
}
.product .products .pdItem .product.ed-style:hover {
  background-color: #f2f2f2;
}
.product .products .product-content {
  margin-bottom: 50px;
}

/* ------ NEWS ------ */
.news .news-info .nwItem {
  margin-bottom: 20px;
}
.news .news-info .nwItem .entry.entry-list {
  display: flex;
  flex-wrap: wrap;
}
.news .news-info .nwItem .entry.entry-list .entry-media, .news .news-info .nwItem .entry.entry-list .entry-body {
  width: 100%;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-links {
  display: flex;
  flex-wrap: wrap;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-links .entry-meta {
  font-size: 15px;
  color: #332f20;
  margin-right: 5px;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-links .entry-cats {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0px;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-links .entry-cats::before {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  transform: translate3d(-1px, 0, 0);
  color: #e0363f;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-links .entry-cats a {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-links .entry-cats a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #e0363f;
  transition: width 0.2s linear;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-links .entry-cats a:hover {
  color: #000;
  text-decoration: unset;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-links .entry-cats a:hover::after {
  width: 100%;
  background-color: #e0363f;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-title {
  margin-bottom: 10px;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-title a {
  font-size: 17px;
  font-weight: bold;
  color: #332f20;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-title:hover a {
  color: #e0363f;
}
.news .news-info .nwItem .entry.entry-list .entry-body .entry-content {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
@media (min-width: 992px) {
  .news .news-info .nwItem .entry.entry-list {
    flex-wrap: nowrap;
  }
  .news .news-info .nwItem .entry.entry-list .entry-media {
    width: 30%;
    padding-right: 30px;
  }
  .news .news-info .nwItem .entry.entry-list .entry-body {
    width: 70%;
  }
  .news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-links {
    display: flex;
  }
  .news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-title {
    margin-bottom: 10px;
  }
  .news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-title a {
    font-size: 17px;
    font-weight: bold;
    color: #332f20;
  }
  .news .news-info .nwItem .entry.entry-list .entry-body .entry-top .entry-title:hover a {
    color: #e0363f;
  }
  .news .news-info .nwItem .entry.entry-list .entry-body .entry-content {
    -webkit-line-clamp: 3;
  }
}
.news .news-content .news-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news .news-content .news-links .news-meta {
  font-size: 15px;
  color: #332f20;
  margin-right: 5px;
}
.news .news-content .news-links .news-cats {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0px;
}
.news .news-content .news-links .news-cats::before {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  transform: translate3d(-1px, 0, 0);
  color: #e0363f;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.news .news-content .news-links .news-cats a {
  font-size: 15px;
  letter-spacing: 0.5px;
}
.news .news-content .news-links .news-cats a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #e0363f;
  transition: width 0.2s linear;
}
.news .news-content .news-links .news-cats a:hover {
  color: #000;
  text-decoration: unset;
}
.news .news-content .news-links .news-cats a:hover::after {
  width: 100%;
  background-color: #e0363f;
}
.news .news-content .news-title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #332f20;
}
.news .news-content .news-title:hover a {
  color: #e0363f;
}

/* ------ INVEST ------ */
.invest .ivContent .ivSelect {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.invest .ivContent .ivSelect select {
  font-size: 15px;
  font-weight: 500;
  color: #332f20;
  border-radius: 0;
  border: solid 1px transparent;
  border-bottom-color: #332f20;
  transition: border 0.5s linear;
}
.invest .ivContent .ivSelect select:hover {
  cursor: pointer;
  border-color: #e0363f;
}
.invest .ivContent .ivDownload table th {
  background-color: #332f20;
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  height: 38px;
  font-weight: bold;
}
.invest .ivContent .ivDownload table td {
  font-size: 15px;
}
.invest .ivContent .ivDownload table td > a {
  color: #332f20;
  transition: all 0.3s ease-in-out;
}
.invest .ivContent .ivDownload table td > a:hover {
  color: #e0363f;
}
.invest .ivContent .ivDownload table td.dl-btn a {
  background-color: #e0363f;
  padding: 5px 20px;
  border: unset;
  background-color: #e0363f;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.invest .ivContent .ivDownload table td.dl-btn a i {
  color: #fff;
}
.invest .ivContent .ivDownload table td.dl-btn a:hover {
  background-color: #6d6d6d;
}

/* ------ CONTACT ------ */
.contact .ct-content {
  display: flex;
  flex-wrap: wrap;
}
.contact .ct-content .ct-left, .contact .ct-content .ct-right {
  width: 100%;
}
.contact .ct-content .ct-left {
  min-height: 350px;
}
.contact .ct-content .ct-right {
  padding: 50px 50px 80px;
}
.contact .ct-content .ct-right form label {
  display: block;
  font-size: 15px;
  color: #332f20;
  margin-bottom: 0;
}
.contact .ct-content .ct-right form select {
  width: 100%;
  border: solid 1px #332f20;
  border-radius: 0;
  padding: 10px;
}
.contact .ct-content .ct-right form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: solid 1px #332f20;
  padding: 5px 5px;
}
.contact .ct-content .ct-right form .form-control:focus {
  border-bottom-color: #e0363f;
}
.contact .ct-content .ct-right form .form-footer .ct-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-bottom: 0;
}
.contact .ct-content .ct-right form .form-footer .ct-btn .ct-info {
  --offset: 5px;
  --border-size: 1px;
  display: block;
  position: relative;
  padding: 5px 50px;
  appearance: none;
  border: solid 1px #332f20;
  background: transparent;
  color: #332f20;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0;
  transition: background 0.5s ease;
}
.contact .ct-content .ct-right form .form-footer .ct-btn .ct-info .send input {
  color: #332f20;
  border: 0;
  font-size: 15px;
  background-color: transparent;
}
.contact .ct-content .ct-right form .form-footer .ct-btn .ct-info .send a {
  color: inherit;
}
.contact .ct-content .ct-right form .form-footer .ct-btn .ct-info:hover {
  color: #e0363f;
  border-color: #e0363f;
}
.contact .ct-content .ct-right form .form-footer .ct-btn .ct-info:hover .send input {
  color: #e0363f;
}
@media (min-width: 992px) {
  .contact .ct-content {
    flex-wrap: nowrap;
  }
  .contact .ct-content .ct-left, .contact .ct-content .ct-right {
    width: 50%;
  }
  .contact .ct-content .ct-right {
    padding: 50px 80px 80px;
  }
}

/* ------ RELATIVE CASE ------ */
.relativeCase {
  padding: 20px 0;
}
.relativeCase .main-title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 20px 0;
  margin: auto;
}
.relativeCase .f-carousel .f-carousel__slide {
  padding: 10px;
  width: 50%;
  margin-bottom: 30px;
}
.relativeCase .f-carousel .f-carousel__slide .product-body {
  padding-bottom: 0;
}
.relativeCase .f-carousel .f-carousel__slide .reItem {
  border: solid 1px #f2f2f2;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reImg {
  margin-bottom: 5px;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo {
  padding: 10px 20px;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #e0363f;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf::before {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  transform: translate3d(-1px, 0, 0);
  color: #e0363f;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf a {
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: unset;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #e0363f;
  transition: width 0.2s linear;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf a:hover {
  color: #000;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf a:hover::after {
  width: 100%;
  background-color: #e0363f;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .re-cf:hover::before {
  left: 5px;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .reTitle h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #e0363f;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .reTitle h3 a {
  color: #332f20;
}
.relativeCase .f-carousel .f-carousel__slide .reItem .reInfo .reTitle h3 a:hover {
  color: #e0363f;
}
.relativeCase .f-carousel .f-carousel__slide .reItem:hover {
  background-color: #f2f2f2;
}
.relativeCase .f-carousel .f-carousel__nav .f-button {
  width: 60px;
  height: 60px;
  font-size: 27px;
  border: 1px solid transparent;
  border-radius: 60px;
  color: #332f20;
  background-color: #fff;
}
.relativeCase .f-carousel .f-carousel__nav .f-button svg {
  width: 40px;
  height: 40px;
}
.relativeCase .f-carousel .f-carousel__nav .f-button.is-next {
  right: 0px;
}
.relativeCase .f-carousel .f-carousel__nav .f-button.is-prev {
  left: 0px;
}
.relativeCase .f-carousel .f-carousel__nav .f-button:disabled {
  opacity: 0.35;
}
.relativeCase .f-carousel .f-carousel__nav .f-button:not(:disabled):hover {
  color: #e0363f;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.relativeCase .f-carousel .f-carousel__dots li {
  opacity: 1;
}
.relativeCase .f-carousel .f-carousel__dots li button span {
  width: 12px !important;
  height: 12px !important;
  border: solid 1px #e0363f !important;
  background-color: transparent;
  transition: all 0.3s ease;
}
.relativeCase .f-carousel .f-carousel__dots li button:hover span, .relativeCase .f-carousel .f-carousel__dots li button:focus span {
  background-color: #E3F0F3 !important;
}
.relativeCase .f-carousel .f-carousel__dots li.is-current button span {
  width: 15px !important;
  height: 15px !important;
  background: #e0363f !important;
}
@media (min-width: 768px) {
  .relativeCase .f-carousel .f-carousel__nav .f-button.is-next {
    right: -10px;
  }
  .relativeCase .f-carousel .f-carousel__nav .f-button.is-prev {
    left: -10px;
  }
}
@media (min-width: 992px) {
  .relativeCase .f-carousel .f-carousel__slide {
    width: 25%;
  }
  .relativeCase .f-carousel .f-carousel__nav .f-button.is-next {
    right: -35px;
  }
  .relativeCase .f-carousel .f-carousel__nav .f-button.is-prev {
    left: -35px;
  }
}
@media (min-width: 992px) {
  .relativeCase {
    padding: 20px;
  }
}

/* ------ NECESSARY ------ */
.necessary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-bottom: 0;
}
.necessary .back {
  --offset: 5px;
  --border-size: 1px;
  display: block;
  position: relative;
  padding: 5px 50px;
  appearance: none;
  border: 0;
  background: transparent;
  color: #332f20;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--border-size) #e0363f;
  transition: background 0.8s ease;
}
.necessary .back a {
position: relative;
display: inline-block;
  color: #332f20;
    z-index: 30;
    width: 100%;
    height: 100%;
}
.necessary .back a span {
  display: inline-block;
  min-width: 80px;
  text-align: center;
}
.necessary .back:hover {
  background: rgba(100, 0, 0, 0.03);
}
.necessary .back:hover a {
  color: #e0363f;
}
.necessary .back__horizontal, .necessary .back__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  transition: transform 0.8s ease;
  will-change: transform;
}
.necessary .back__horizontal::before, .necessary .back__vertical::before {
  content: "";
  position: absolute;
  border: inherit;
}
.necessary .back__horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid currentcolor;
  border-bottom: var(--border-size) solid currentcolor;
}
.necessary .back__horizontal::before {
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
.necessary .back:hover .necessary .back__horizontal {
  transform: scaleX(0);
  border-color: #e0363f;
}
.necessary .back__vertical {
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid currentcolor;
  border-right: var(--border-size) solid currentcolor;
}
.necessary .back__vertical::before {
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}
.necessary .back:hover .necessary .back__vertical {
  transform: scaleY(0);
  border-left: var(--border-size) solid #e0363f;
  border-right: var(--border-size) solid #e0363f;
}
.necessary .back:hover a {
  color: #e0363f;
}

/* ------ PAGINATION ------ */
.pd-pagination {
  position: relative;
  margin-top: 30px;
}
.pd-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 50px;
}
.pd-pagination ul li {
  margin: 0;
}
.pd-pagination .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #332f20;
  font-size: 15px;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  border-radius: 0;
}
.pd-pagination .page-item.active .page-link {
  position: relative;
  color: #fff;
  background-color: #cc3366;
}
.pd-pagination .page-item.active .page-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}


.history .page-header {
  position: relative;
  background-color: #332f20;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.history .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(51, 47, 32, 0.92) 0%, rgba(51, 47, 32, 0.74) 45%, rgba(224, 54, 63, 0.55) 100%);
  z-index: 1;
}
.history .page-header .container {
  position: relative;
  z-index: 2;
}
.history .page-header h1,
.history .page-header .breadcrumbsUp,
.history .page-header .breadcrumbsUp a {
  color: #fff !important;
}
.history .page-header .breadcrumbsUp a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.historySubNav {
  border-bottom: solid 1px #ddd;
  margin-bottom: 40px;
}
.historySubNav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.historySubNav li a {
  position: relative;
  display: inline-block;
  padding: 14px 4px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #6d6d6d;
  text-decoration: none;
  transition: color 0.3s ease;
}
.historySubNav li a::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 0;
  height: 2px;
  background-color: #e0363f;
  transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.historySubNav li a:hover {
  color: #332f20;
}
.historySubNav li a:hover::after {
  width: 100%;
}
.historySubNav li.is-current a {
  color: #e0363f;
}
.historySubNav li.is-current a::after {
  width: 100%;
}

.historyIntro {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.historyIntro__text {
  flex: 1 1 480px;
}
.historyIntro__text p {
  font-size: 15px;
  line-height: 1.8;
  color: #6d6d6d;
}
.historyIntro__stats {
  display: flex;
  flex: 0 0 auto;
  gap: 30px;
  flex-wrap: wrap;
}
.historyIntro__stat {
  min-width: 96px;
  text-align: left;
  border-left: solid 3px #e0363f;
  padding-left: 14px;
}
.historyIntro__stat strong {
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: #332f20;
}
.historyIntro__stat label {
  display: block;
  font-size: 13px;
  color: #aaa;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.historyLegend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-bottom: 30px;
  padding: 14px 20px;
  background-color: #f2f2f2;
}
.historyLegend__item {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #6d6d6d;
}
.historyLegend__item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #fff;
  color: #e0363f;
  font-size: 11px;
}

.decadeNav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.decadeNav a {
  display: inline-flex;
  align-items: center;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #332f20;
  border: solid 1px #ddd;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.decadeNav a:hover, .decadeNav a.is-active {
  color: #fff;
  background-color: #e0363f;
  border-color: #e0363f;
}

.historyTimeline {
  position: relative;
  padding-bottom: 20px;
}

.decadeSection {
  position: relative;
}
.decadeSection__label {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 60px 0 30px;
  padding-bottom: 14px;
  border-bottom: solid 1px #ddd;
}
.decadeSection__label:first-child, .decadeSection__label:nth-of-type(1) {
  margin-top: 0;
}
.decadeSection__tag {
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #e0363f;
  line-height: 1;
}
.decadeSection__tag::after {
  content: "s";
  font-size: 22px;
  color: #aaa;
  margin-left: 2px;
}
.decadeSection__desc {
  font-size: 14px;
  color: #aaa;
  padding-bottom: 4px;
}
.decadeSection:first-of-type .decadeSection__label {
  margin-top: 0;
}

.historyYear {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 34px;
  margin-bottom: 34px;
  /* the circuit-trace spine */
}
.historyYear::before {
  position: absolute;
  top: 6px;
  left: 5px;
  content: "";
  width: 1px;
  height: calc(100% + 34px);
  background-color: #ddd;
}
.historyYear:last-child::before {
  display: none;
}
.historyYear__spine {
  position: absolute;
  top: 2px;
  left: 0;
  width: 11px;
  height: 11px;
}
.historyYear__dot {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border: solid 2px #e0363f;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.historyYear__badge {
  flex: 0 0 96px;
  margin-right: 20px;
  padding-top: 0;
}
.historyYear__num {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #332f20;
  line-height: 1.1;
  letter-spacing: 0.5px;
  font-feature-settings: "tnum";
}
.historyYear__count {
  display: block;
  font-size: 11px;
  color: #aaa;
  letter-spacing: 0.5px;
  margin-top: 2px;
}
.historyYear__events {
  flex: 1 1 auto;
  min-width: 0;
}
.historyYear--milestone {
  margin-bottom: 42px;
}
.historyYear--milestone .historyYear__dot {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #e0363f;
  border-color: #e0363f;
  box-shadow: 0 0 0 4px rgba(224, 54, 63, 0.15);
  left: -2px;
}
.historyYear--milestone .historyYear__badge {
  flex: 0 0 120px;
  padding: 10px 14px 12px;
  background-color: #e0363f;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.historyYear--milestone .historyYear__num {
  color: #fff;
}
.historyYear--milestone .historyYear__count {
  display: none;
}

.historyEvent {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 16px 10px 0;
  border-bottom: solid 1px #f2f2f2;
  transition: background-color 0.25s ease;
}
.historyEvent:last-child {
  border-bottom: 0;
}
.historyEvent:hover {
  background-color: #f2f2f2;
}
.historyEvent:hover .historyEvent__icon {
  color: #fff;
  background-color: #e0363f;
}
.historyEvent__month {
  flex: 0 0 34px;
  font-size: 15px;
  font-weight: 700;
  color: #e0363f;
  font-feature-settings: "tnum";
}
.historyEvent__month small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #aaa;
}
.historyEvent__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #6d6d6d;
  font-size: 11px;
  transition: all 0.25s ease;
}
.historyEvent__desc {
  flex: 1 1 auto;
  margin: 0;
  padding-top: 2px;
  font-size: 15px;
  line-height: 1.6;
  color: #332f20;
}
.historyEvent--milestone .historyEvent__desc {
  font-weight: 700;
}
.historyEvent--milestone .historyEvent__icon {
  color: #fff;
  background-color: #e0363f;
}

@media (min-width: 768px) {
  .historyYear {
    padding-left: 190px;
  }
  .historyYear::before {
    left: 155px;
  }
  .historyYear__spine {
    left: 150px;
  }
  .historyYear__badge {
    position: absolute;
    left: 0;
    top: 0;
    flex: none;
    width: 130px;
    margin-right: 0;
  }
  .historyYear--milestone .historyYear__badge {
    width: 130px;
  }
  .historyEvent {
    padding: 12px 20px 12px 6px;
  }
}
@media (min-width: 992px) {
  .decadeSection__tag {
    font-size: 54px;
  }
  .historyYear__num {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .historyIntro__stats {
    gap: 20px;
  }
  .historyIntro__stat {
    min-width: 80px;
  }
  .decadeSection__label {
    gap: 10px;
  }
  .decadeSection__tag {
    font-size: 30px;
  }
  .historyYear__badge {
    flex: 0 0 34px;
  }
  .historyYear__num {
    font-size: 22px;
  }
  .historyYear--milestone .historyYear__badge {
    flex: 0 0 88px;
    padding: 8px 10px 10px;
  }
  .historyEvent__desc {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .historyYear__dot,
  .historyEvent {
    transition: none !important;
  }
}
.historySubNav a:focus-visible,
.decadeNav a:focus-visible {
  outline: 2px solid #e0363f;
  outline-offset: 2px;
}

.choose .page-header {
  position: relative;
  background-color: #332f20;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.choose .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(51, 47, 32, 0.92) 0%, rgba(51, 47, 32, 0.74) 45%, rgba(224, 54, 63, 0.55) 100%);
  z-index: 1;
}
.choose .page-header .container {
  position: relative;
  z-index: 2;
}
.choose .page-header h1,
.choose .page-header .breadcrumbsUp,
.choose .page-header .breadcrumbsUp a {
  color: #fff !important;
}
.choose .page-header .breadcrumbsUp a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.chooseHero {
  margin-bottom: 50px;
}
.chooseHero__text {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.chooseHero__text p {
  font-size: 16px;
  line-height: 1.9;
  color: #6d6d6d;
}

.chooseHighlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .chooseHighlights {
    grid-template-columns: repeat(4, 1fr);
  }
}
.chooseHighlights__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 12px;
  text-align: center;
  background-color: #f2f2f2;
  transition: background-color 0.3s ease;
}
.chooseHighlights__item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  color: #e0363f;
  font-size: 19px;
  transition: all 0.3s ease;
}
.chooseHighlights__item span {
  font-size: 14px;
  font-weight: 600;
  color: #332f20;
  letter-spacing: 0.5px;
}
.chooseHighlights__item:hover {
  background-color: #e0363f;
}
.chooseHighlights__item:hover i {
  background-color: #fff;
  color: #e0363f;
  transform: scale(1.08);
}
.chooseHighlights__item:hover span {
  color: #fff;
}

.chooseSection {
  margin: 70px 0;
}
.chooseSection:first-of-type {
  margin-top: 0;
}
.chooseSection__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}
.chooseSection__head i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e0363f;
  color: #fff;
  font-size: 13px;
  flex: none;
}
.chooseSection__head h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #332f20;
  margin: 0;
}

.chooseGallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 768px) {
  .chooseGallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.chooseGroup {
  position: relative;
}
.chooseGroup__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 14px;
}
.chooseGroup__images figure {
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.chooseGroup__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.chooseGroup__caption {
  position: relative;
  padding-left: 16px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #332f20;
  border-left: solid 3px #e0363f;
}
.chooseGroup:hover .chooseGroup__images img {
  transform: scale(1.06);
}
.chooseGroup--feature {
  grid-column: 1/-1;
}
.chooseGroup--feature .chooseGroup__images {
  grid-template-columns: 1fr;
}
.chooseGroup--feature .chooseGroup__images figure {
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .chooseGroup--feature {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 24px;
    align-items: center;
  }
  .chooseGroup--feature .chooseGroup__images {
    margin-bottom: 0;
  }
  .chooseGroup--feature .chooseGroup__caption {
    font-size: 17px;
    font-weight: 600;
  }
}

.careCallout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin: 70px 0;
  padding: 40px;
  background-color: #f2f2f2;
}
.careCallout__text {
  flex: 1 1 380px;
}
.careCallout__text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #332f20;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.careCallout__text p {
  font-size: 14px;
  line-height: 1.9;
  color: #6d6d6d;
  margin-bottom: 12px;
}
.careCallout__text p:last-child {
  margin-bottom: 0;
}
.careCallout__list {
  flex: 1 1 280px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: flex-start;
}
@media (min-width: 480px) {
  .careCallout__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.careCallout__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #332f20;
}
.careCallout__list-item i {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e0363f;
  color: #fff;
  font-size: 13px;
}

.dailyFlow {
  position: relative;
}
.dailyFlow::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  content: "";
  display: none;
}
@media (min-width: 768px) {
  .dailyFlow::before {
    display: block;
  }
}

.dailyFlow__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 40px;
  align-items: center;
}
.dailyFlow__item:last-child {
  margin-bottom: 0;
}
.dailyFlow__item__img {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}
.dailyFlow__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.dailyFlow__item:hover .dailyFlow__item__img img {
  transform: scale(1.05);
}
.dailyFlow__item__text {
  position: relative;
  padding: 4px 4px 4px 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #332f20;
  border-left: solid 3px #e0363f;
}
.dailyFlow__item__dot {
  display: none;
}
@media (min-width: 768px) {
  .dailyFlow__item {
    grid-template-columns: 1fr 60px 1fr;
    gap: 0;
  }
  .dailyFlow__item__dot {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .dailyFlow__item__dot span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 3px #e0363f;
  }
  .dailyFlow__item__text {
    border-left: 0;
    padding: 0 40px;
  }
  .dailyFlow__item:nth-child(odd) .dailyFlow__item__img {
    grid-column: 1;
  }
  .dailyFlow__item:nth-child(odd) .dailyFlow__item__text {
    grid-column: 3;
    text-align: left;
  }
  .dailyFlow__item:nth-child(even) .dailyFlow__item__img {
    grid-column: 3;
    grid-row: 1;
  }
  .dailyFlow__item:nth-child(even) .dailyFlow__item__text {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
    border-left: 0;
    padding: 0 40px;
  }
  .dailyFlow__item:nth-child(even) .dailyFlow__item__dot {
    grid-row: 1;
  }
}

@media (max-width: 767px) {
  .chooseSection__head h2 {
    font-size: 19px;
  }
  .careCallout {
    padding: 26px 22px;
  }
  .chooseHero__text p {
    font-size: 15px;
  }
}
.chooseHighlights__item:focus-visible,
.historySubNav a:focus-visible {
  outline: 2px solid #e0363f;
  outline-offset: 2px;
}

.esg .esgHero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 360px;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
.esg .esgHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(51, 47, 32, 0.85) 0%, rgba(51, 47, 32, 0.45) 45%, rgba(224, 54, 63, 0.35) 100%);
}
.esg .esgHero__crumb {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 2;
  font-size: 13px;
  font-weight: 600;
}
.esg .esgHero__crumb a {
  color: rgba(255, 255, 255, 0.8);
}
.esg .esgHero__crumb a:hover {
  color: #fff;
  text-decoration: underline;
}
.esg .esgHero__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.esg .esgHero__eyebrow {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #fff;
}
.esg .esgHero__title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #fff;
  margin: 0;
}
@media (min-width: 992px) {
  .esg .esgHero {
    min-height: 480px;
  }
  .esg .esgHero__title {
    font-size: 44px;
  }
}
.esg .esgJumpNav {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
.esg .esgJumpNav a {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #332f20;
  border: solid 1px #ddd;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.esg .esgJumpNav a:hover {
  color: #fff;
  background-color: #e0363f;
  border-color: #e0363f;
}
.esg .esgActions {
  padding: 0px 0 20px;
}
.esg .esgActions__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 0;
  margin-bottom: 34px;
  background-color: #f2f2f2;
}
.esg .esgActions__head h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #332f20;
  margin: 0;
}
.esg .esgActions__head p {
  flex: 1 1 420px;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.8;
  color: #6d6d6d;
  margin: 0;
}
.esg .esgCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .esg .esgCards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.esg .esgCards__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px 16px;
  text-align: center;
  background-color: #f2f2f2;
  text-decoration: none;
  transition: all 0.3s ease;
}
.esg .esgCards__item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  color: #e0363f;
  font-size: 21px;
  transition: all 0.3s ease;
}
.esg .esgCards__item span {
  font-size: 15px;
  font-weight: 700;
  color: #332f20;
  letter-spacing: 0.5px;
}
.esg .esgCards__item:hover {
  background-color: #e0363f;
  transform: translateY(-4px);
}
.esg .esgCards__item:hover i {
  background-color: #fff;
  color: #e0363f;
}
.esg .esgCards__item:hover span {
  color: #fff;
}
.esg .esgGlory {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 320px;
  margin: 50px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
.esg .esgGlory::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(51, 47, 32, 0.82) 0%, rgba(51, 47, 32, 0.5) 55%, rgba(224, 54, 63, 0.18) 100%);
}
.esg .esgGlory__inner {
  position: relative;
  z-index: 2;
  max-width: 480px;
}
.esg .esgGlory h2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 16px;
  color: #fff;
}
.esg .esgGlory p {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}
@media (min-width: 992px) {
  .esg .esgGlory {
    min-height: 380px;
  }
  .esg .esgGlory h2 {
    font-size: 32px;
  }
}
.esg .esgDetail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  margin: 70px 0;
}
.esg .esgDetail__media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.esg .esgDetail__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.esg .esgDetail__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.esg .esgDetail__eyebrow::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  background-color: #e0363f;
}
.esg .esgDetail h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #332f20;
  margin: 0 0 4px;
}
.esg .esgDetail__en {
  display: block;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.esg .esgDetail__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  font-size: 14px;
}
.esg .esgDetail__links a {
  position: relative;
  color: #332f20;
  font-weight: 600;
  padding: 0 14px;
  text-decoration: none;
  border-right: solid 1px #ddd;
}
.esg .esgDetail__links a:hover {
  color: #e0363f;
  text-decoration: underline;
}
.esg .esgDetail__links a:first-child {
  padding-left: 0;
}
.esg .esgDetail__links a:last-child {
  border-right: 0;
}
@media (min-width: 768px) {
  .esg .esgDetail {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .esg .esgDetail--reverse .esgDetail__media {
    order: 2;
  }
  .esg .esgDetail--reverse .esgDetail__body {
    order: 1;
  }
}
.esg .esgStakeholders {
  padding: 70px 0;
  margin: 70px 0;
  background-color: #332f20;
  text-align: center;
}
.esg .esgStakeholders h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
}
.esg .esgStakeholders__sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
}
.esg .esgStakeholders__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .esg .esgStakeholders__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.esg .esgStakeholders__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 34px 20px;
  background-color: #332f20;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.esg .esgStakeholders__item i {
  font-size: 26px;
  color: #fff;
  transition: color 0.3s ease;
}
.esg .esgStakeholders__item span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
}
.esg .esgStakeholders__item:hover {
  background-color: #e0363f;
}
.esg .esgStakeholders__item:hover i, .esg .esgStakeholders__item:hover span {
  color: #fff;
}
.esg .esgReports__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.esg .esgReports__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #332f20;
  border: solid 1px #332f20;
  text-decoration: none;
  transition: all 0.3s ease;
}
.esg .esgReports__btn i {
  font-size: 12px;
  color: #e0363f;
  transition: color 0.3s ease;
}
.esg .esgReports__btn:hover {
  color: #fff;
  background-color: #e0363f;
  border-color: #e0363f;
}
.esg .esgReports__btn:hover i {
  color: #fff;
}
@media (max-width: 767px) {
  .esg .esgHero__title {
    font-size: 24px;
  }
  .esg .esgGlory {
    text-align: left;
    padding: 40px 0;
  }
  .esg .esgDetail h3 {
    font-size: 20px;
  }
  .esg .esgActions__head h2 {
    font-size: 21px;
  }}

/*# sourceMappingURL=custom.css.map */
