@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * PRODUCTS
 * NEWS
 * INVESTORS
 * GOVERNANCE
 * ESG
 * CONTACT
 * FAQ
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  margin: 0 auto;
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 60px;
}

@media (min-width: 992px) {
  body {
    padding-top: 145px;
    /* -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 125%;
    height: 125%; */
    zoom: 80%;
  }
}

a {
  color: #666666;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #f13e2e;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

.container-xxl {
  padding: 0 1.5rem;
}

@media (min-width: 1600px) {
  .container-xxl {
    max-width: 1440px;
  }
}

#scrollUp {
  right: 12px;
  bottom: 30px;
  z-index: 1000 !important;
}

#scrollUp img {
  width: 50px;
}

@media (min-width: 992px) {
  #scrollUp {
    right: 30px;
  }

  #scrollUp img {
    width: auto;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.navbar {
  background-color: #ffffff;
  height: 60px;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .navbar {
    height: 145px;
  }
  .navbar .container-xxl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .navbar .container-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1600px) {
  .navbar .container-xxl {
    max-width: 1600px;
    padding: 0 8rem;
  }
}

.navbar .offcanvas {
  background-color: #ffffff;
  width: 80%;
  top: 60px;
}

.navbar .offcanvas-backdrop {
  top: 60px;
}

.navbar-brand {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.navbar-brand img {
  width: 150px;
}

.navbar-brand img.white {
  display: none;
}

@media (min-width: 992px) {
  .navbar-brand {
    margin-top: 1rem;
    margin-right: 0;
  }

  .navbar-brand img {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    margin-top: 0;
    margin-right: 1rem;
  }

  .navbar-brand img {
    width: 200px;
  }
}

@media (min-width: 1400px) {
  .navbar-brand img {
    width: auto;
  }
}

.navbar-toggler {
  border-radius: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  position: relative;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #333333;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 0;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 20px;
}

.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.navbar-toggler.show .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.show .icon-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.navbar-nav .nav-item {
  position: relative;
  padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    padding: 0 0.5rem;
  }
}

@media (min-width: 1600px) {
  .navbar-nav .nav-item {
    padding: 0 1.25rem;
  }
}

.navbar-nav .nav-link {
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  padding: 0 !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #f13e2e;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 1.0625rem;
    line-height: 70px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    line-height: 145px;
  }
}

.navbar-nav .nav-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5rem;
}

.navbar-nav .nav-social a {
  color: #333333;
  font-size: 1.125rem;
  margin: 0 0.5rem;
}

.navbar-nav .nav-social a.instagram {
  font-size: 1.125rem;
}

.navbar-nav .nav-social a.youtube {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .navbar-nav .nav-social {
    padding-left: 0;
  }
}

.navbar-nav .nav-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-lang a {
  color: #333333;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  position: relative;
}

.navbar-nav .nav-lang a:hover,
.navbar-nav .nav-lang a.active {
  color: #f13e2e;
  font-weight: bold;
}

.navbar-nav .nav-lang a + a::before {
  content: "";
  background-color: #9c9c9c;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.navbar-nav .nav-lang .group {
  border-radius: 1.5625rem;
  border: 1px solid #333333;
  width: 70px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .navbar-nav .nav-lang {
    padding: 0;
    margin-left: 1rem;
  }
}

.navbar-nav .dropdown .dropdown-menu {
  border-radius: 0;
  border: 1px solid #bfbfbf;
  border-top: 1px solid #f13e2e;
  padding: 1.5rem 1rem;
  min-width: 180px;
  max-width: 180px;
}

.navbar-nav .dropdown .dropdown-menu li {
  padding: 0.125rem 0;
}

.navbar-nav .dropdown .dropdown-item {
  background-color: transparent;
  display: block;
  color: #515151;
  font-size: 0.9375rem;
  text-align: left;
  letter-spacing: 0.1rem;
  padding: 0;
  width: auto;
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-item.active {
  background-color: transparent;
  color: #f13e2e;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-toggle {
    color: #f13e2e;
    font-weight: bold;
  }

  .navbar-nav .dropdown:hover .dropdown-toggle::before {
    left: 0;
    right: 0;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
  }

  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    margin-top: -1px;
    left: 50%;
    right: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .navbar-nav .dropdown .dropdown-item {
    font-size: 1rem;
    text-align: center;
  }
}

.navbar.active {
  border-bottom: 1px solid #ededed;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}

@media (min-width: 992px) {
  .navbar.active {
    height: 145px;
  }

  .navbar.active .navbar-nav .nav-link {
    line-height: 70px;
  }
}

@media (min-width: 1200px) {
  .navbar.active {
    height: 80px;
  }

  .navbar.active .navbar-nav .nav-link {
    line-height: 80px;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin-left: auto;
  margin-right: 0;
  height: 150px;
}

@-moz-document url-prefix() {
  .banner-pic {
    max-width: 1680px;
  }
}

@media (min-width: 992px) {
  .banner-pic {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .banner-pic {
    margin-left: 8rem;
  }
}

@media (min-width: 1400px) {
  .banner-pic {
    margin-left: auto;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #333333;
  color: #ffffff;
  padding: 2rem 0;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer {
    padding: 4rem 0;
  }
}

@media (min-width: 1200px) {
  .footer .container-xxl {
    padding: 0 8rem;
  }
}

.footer-logo {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0;
  }
}

.footer-info {
  text-align: center;
}

@media (min-width: 992px) {
  .footer-info {
    text-align: left;
  }
}

.footer-info .nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-info .nav li {
  color: #cccccc;
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  margin-bottom: 0.25rem;
}

.footer-info .nav li a {
  color: #cccccc;
}

@media (min-width: 992px) {
  .footer-info .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-info .nav li {
    margin-right: 1rem;
  }
}

.footer-info .nav li.company {
  color: #ffffff;
  font-weight: bold;
}

@media (min-width: 992px) {
  .footer-info .nav li.company,
  .footer-info .nav li.add {
    width: 100%;
  }
}

.footer-social {
  text-align: center;
  margin-top: 1rem;
}

.footer-social a {
  border-radius: 50%;
  background-color: #cacaca;
  color: #333333;
  font-size: 1.25rem;
  margin: 0 0.25rem;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social a.line:hover {
  background-color: #06c755;
  color: #ffffff;
}

.footer-social a.instagram:hover {
  background-color: #e60891;
  color: #ffffff;
}

.footer-social a.youtube:hover {
  background-color: #ff0000;
  color: #ffffff;
}

@media (min-width: 992px) {
  .footer-social {
    text-align: right;
    margin-top: 0;
  }
}

.footer-copy {
  border-top: 1px solid #ffffff;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  padding-top: 1rem;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .footer-copy {
    text-align: left;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  main {
    padding: 4.5rem 0;
  }
}

@media (min-width: 992px) {
  main.view {
    padding: 2rem 0 5rem;
  }
}

@media (min-width: 1200px) {
  main .container-xxl {
    padding: 0 8rem;
  }
}

/* PAGE-HEADER */
.page-header {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .page-header {
    margin-bottom: 4.25rem;
  }
}

@media (min-width: 1200px) {
  .page-header.row > [class*="col-"]:last-child {
    padding-top: 1rem;
    padding-left: 1.5rem;
  }
}

.page-header .title {
  color: #f13e2e;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.1rem;
}

@media (min-width: 576px) {
  .page-header .title {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .page-header .title {
    line-height: 1.1;
  }

  .page-header .title-sm {
    font-size: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .page-header .title {
    font-size: 4rem;
    margin-left: -0.75rem;
  }
}

@media (min-width: 1400px) {
  .page-header .title-sm {
    font-size: 3.75rem;
  }
}

.page-header .subtitle {
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

@media (min-width: 576px) {
  .page-header .subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
  }
}

.page-header .text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .page-header .text {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
    margin-bottom: 1.75rem;
  }
}

.page-header .menu {
  margin: 0 -0.5rem;
}

.page-header .menu li {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}

.page-header .menu li a {
  border-radius: 1.5625rem;
  border: 1px solid #f13e2e;
  color: #f13e2e;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 0.15rem 2rem;
}

.page-header .menu li a:hover,
.page-header .menu li a.active {
  background-color: #f13e2e;
  color: #ffffff;
}

@media (min-width: 576px) {
  .page-header .menu li a {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
  }
}

.page-header .submenu {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.page-header .submenu li {
  padding: 0 1rem;
}

.page-header .submenu li a {
  color: #aaaaaa;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 1rem 0;
  position: relative;
}

.page-header .submenu li a::after {
  content: "";
  background-color: transparent;
  width: auto;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-header .submenu li a:hover,
.page-header .submenu li a.active {
  color: #333333;
}

.page-header .submenu li a:hover::after,
.page-header .submenu li a.active::after {
  background-color: #fc4243;
}

@media (min-width: 576px) {
  .page-header .submenu li a {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
}

@media (min-width: 992px) {
  .page-header .submenu li {
    padding: 0 3rem;
  }
}

.page-header .link {
  border-bottom: 1px solid #f13e2e;
  color: #f13e2e;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding-bottom: 0.25rem;
}

.page-header .link i {
  font-size: 1.0625rem;
  font-weight: bold;
  margin-left: 0.5rem;
}

.page-header .link:hover {
  border-color: #333333;
  color: #333333;
}

@media (min-width: 576px) {
  .page-header .link {
    font-size: 1.125rem;
  }

  .page-header .link i {
    font-size: 1.5rem;
    margin-left: 1rem;
  }
}

/* PAGE-HEADER VERTICAL */
.page-header-vert {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-header-vert .title {
  font-size: 2rem;
  letter-spacing: 0.05rem;
  margin-left: 0;
  margin-bottom: 1rem;
}

.page-header-vert .subtitle {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.page-header-vert > .row {
  max-width: 950px;
  margin: 0 auto;
}

.page-header-vert > .row > [class*="col-"] {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .page-header-vert .title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .page-header-vert .subtitle {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
    margin-bottom: 3.5rem;
  }
}

/* PICTURE */
.pic {
  overflow: hidden;
}

.pic a {
  background-color: #f13e2e;
  position: relative;
}

.pic a::before {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 130px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic a img {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic a:hover::before,
.pic a:focus::before {
  opacity: 1;
}

.pic a:hover img,
.pic a:focus img {
  opacity: 0.15;
}

/* PAGINATION */
.pagination-wrap {
  margin-top: 2rem;
}

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.pagination .page-item {
  margin: 0 0.25rem;
}

@media (min-width: 576px) {
  .pagination .page-item {
    margin: 0 0.5rem;
  }
}

.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #f13e2e;
  background-color: transparent;
  color: #f13e2e;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
  background-color: #f13e2e;
  color: #ffffff;
}

.pagination .page-arrow {
  color: #b2b2b2;
  font-size: 2rem;
  margin: 0 0.5rem;
}

.pagination .page-arrow:hover,
.pagination .page-arrow:focus {
  color: #f13e2e;
}

@media (min-width: 576px) {
  .pagination .page-arrow {
    margin: 0 2.5rem;
  }
}

/* BACK */
.back {
  border: 1px solid #f13e2e;
  border-radius: 1.5625rem;
  color: #f13e2e;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 45px;
  width: 200px;
  height: 45px;
}

.back i {
  margin-right: 0.5rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back:hover {
  background-color: #f13e2e;
  color: #ffffff;
}

.back:hover i {
  margin-right: 1rem;
}

@media (min-width: 576px) {
  .back {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
/* ABOUT LIST */
.about-list-item {
  border-radius: 0.5rem;
  border: 1px solid #e4e4e4;
  padding: 2rem;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .about-list-item {
    padding: 2.75rem 1rem;
  }
}

@media (min-width: 1400px) {
  .about-list-item {
    text-align: left;
    padding: 2rem;
  }
}

@media (min-width: 1600px) {
  .about-list-item {
    padding: 2.75rem 1.5rem 2.75rem 3rem;
  }
}

.about-list-pic {
  margin-bottom: 1rem;
}

.about-list-pic .pic {
  border-radius: 50%;
  background-color: #f13e2e;
  width: 90px;
  height: 90px;
}

@media (min-width: 1400px) {
  .about-list-pic {
    margin-bottom: 0;
  }
}

.about-list-txt .title {
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
}

@media (min-width: 576px) {
  .about-list-txt .title {
    font-size: 1.0625rem;
    letter-spacing: 0.125rem;
  }
}

.about-list-txt .text {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .about-list-txt .text {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
  }
}

/* ABOUT TEXT */
.about-text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-top: 2rem;
}

.about-text img {
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  .about-text {
    font-size: 1.0625rem;
    letter-spacing: 0.125rem;
    line-height: 1.8;
  }
}

@media (min-width: 1600px) {
  .about-text.row > [class*="col-"]:first-child {
    width: 37%;
  }

  .about-text.row > [class*="col-"]:last-child {
    width: 63%;
  }
}

/* ABOUT HISTORY */
.about-history {
  padding-bottom: 300px;
}

@media (min-width: 1200px) {
  .about-history.row > [class*="col-"]:last-child {
    padding-left: 1.75rem;
  }
}

.about-history-item {
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  position: relative;
}

.about-history-item::before {
  content: "";
  background-color: #f13e2e;
  width: 1px;
  height: auto;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
}

.about-history-item::after {
  content: "";
  background-image: url(../images/circle.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 10px;
  left: 0;
}

.about-history-item:first-child::before {
  top: 10px;
}

@media (min-width: 576px) {
  .about-history-item {
    padding-left: 2.5rem;
    padding-bottom: 2rem;
  }
}

.about-history-item .date {
  color: #f13e2e;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.about-history-item .date span {
  background-color: #f13e2e;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  margin: 0 0.5em;
}

@media (min-width: 576px) {
  .about-history-item .date {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
}

.about-history-item .title {
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .about-history-item .title {
    font-size: 1.25rem;
  }
}

.about-history-item .text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .about-history-item .text {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
  }
}

/* ABOUT TEAM */
.about-team-item {
  border-radius: 0.5rem;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  padding: 2rem;
  margin-bottom: 2rem;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-team-item:hover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

@media (min-width: 768px) {
  .about-team-item {
    padding: 3rem 2rem;
  }
}

@media (min-width: 1600px) {
  .about-team-item {
    padding: 3rem 3.5rem;
  }
}

.about-team-txt {
  padding-left: 0;
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .about-team-txt {
    padding-left: 1rem;
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .about-team-txt {
    padding-left: 2rem;
  }
}

.about-team-txt .job {
  color: #f13e2e;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .about-team-txt .job {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}

.about-team-txt .title {
  color: #333333;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .about-team-txt .title {
    font-size: 1.875rem;
    letter-spacing: 0.125rem;
    margin-bottom: 1rem;
  }
}

.about-team-txt .subtitle {
  color: #333333;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .about-team-txt .subtitle {
    font-size: 1.0625rem;
    margin-bottom: 1.5rem;
  }
}

.about-team-txt .list {
  padding-left: 1.5rem;
  min-height: 108px;
}

.about-team-txt .list li {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}

.about-team-txt .list li::marker {
  color: #f13e2e;
}

@media (min-width: 576px) {
  .about-team-txt .list {
    min-height: 115px;
  }

  .about-team-txt .list li {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
  }
}

.about-team-txt .text {
  color: #333333;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  position: relative;
}

.about-team-txt .text::before,
.about-team-txt .text::after {
  content: "\f6b0";
  color: #333333;
  font-family: "bootstrap-icons";
  font-size: 0.75rem;
  display: inline-block;
  position: relative;
  top: -0.5rem;
}

.about-team-txt .text::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .about-team-txt .text {
    font-size: 1.125rem;
  }
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.products .pagination-wrap {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .products .pagination-wrap {
    margin-top: -1.5rem;
  }
}

/* PRODUCTS LIST */
.products-list {
  margin: 0 -0.75rem;
}

@media (min-width: 1400px) {
  .products-list {
    margin: 0 -2.5rem;
  }
}

.products-list-item {
  padding: 0 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .products-list-item {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1400px) {
  .products-list-item {
    padding: 0 2.5rem;
  }
}

.products-list-pic {
  border-radius: 0.5rem;
  overflow: hidden;
}

.products-list-txt {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .products-list-txt {
    margin-top: 2rem;
  }
}

.products-list-txt .title {
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-list-txt .title span {
  border: 1px solid #f13e2e;
  border-radius: 1.5625rem;
  color: #f13e2e;
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .products-list-txt .title {
    font-size: 1.625rem;
    letter-spacing: 0.125rem;
    margin-bottom: 1rem;
  }

  .products-list-txt .title span {
    font-size: 0.875rem;
    letter-spacing: 0.05rem;
  }
}

.products-list-txt .list {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.products-list-txt .list li {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}

.products-list-txt .list li::marker {
  color: #f13e2e;
}

.products-list-txt .list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .products-list-txt .list li {
    font-size: 1.125rem;
    letter-spacing: 0.075rem;
  }
}

/* PRODUCTS VIEW */
.products-view-pic img {
  border-radius: 0.5rem;
  width: 100%;
}

.products-view-txt {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .products-view-txt {
    padding-left: 1rem;
  }
}

@media (min-width: 1400px) {
  .products-view-txt {
    margin-top: 4.25rem;
    padding-left: 5.5rem;
  }
}

.products-view-txt .breadcrumb {
  margin-bottom: 1.5rem;
}

.products-view-txt .breadcrumb .breadcrumb-item {
  color: #969696;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

.products-view-txt .breadcrumb .breadcrumb-item a {
  color: #969696;
  font-size: 0.875rem;
}

.products-view-txt .breadcrumb .breadcrumb-item a:hover {
  color: #f13e2e;
}

.products-view-txt .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f231";
  color: #969696;
  font-family: "bootstrap-icons";
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .products-view-txt .breadcrumb {
    margin-bottom: 2.5rem;
  }
}

.products-view-txt .title {
  color: #333333;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .products-view-txt .title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .products-view-txt .title {
    font-size: 2.75rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2.5rem;
  }
}

.products-view-txt .subtitle {
  color: #f13e2e;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-view-txt .subtitle span {
  border: 1px solid #f13e2e;
  border-radius: 1.5625rem;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 576px) {
  .products-view-txt .subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1.75rem;
  }

  .products-view-txt .subtitle span {
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
  }
}

.products-view-txt .list {
  padding-left: 1.5rem;
}

.products-view-txt .list li {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}

.products-view-txt .list li::marker {
  color: #f13e2e;
}

@media (min-width: 576px) {
  .products-view-txt .list li {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
}

.products-view-txt .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
}

.products-view-txt .download a {
  border: 1px solid #ffffff;
  border-radius: 1.5625rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  width: 150px;
  height: 40px;
}

.products-view-txt .download a i {
  margin-right: 0.5rem;
}

.products-view-txt .download a + a {
  margin-left: 1.5rem;
}

.products-view-txt .download a.catalog {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ecae55),
    to(#e6514b)
  );
  background: -o-linear-gradient(left, #ecae55 0%, #e6514b 100%);
  background: linear-gradient(to right, #ecae55 0%, #e6514b 100%);
}

.products-view-txt .download a.manual {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#85d6dd),
    to(#396ff5)
  );
  background: -o-linear-gradient(left, #85d6dd 0%, #396ff5 100%);
  background: linear-gradient(to right, #85d6dd 0%, #396ff5 100%);
}

.products-view-txt .download a:hover {
  background: #ffffff;
}

.products-view-txt .download a:hover.catalog {
  border-color: #e6514b;
  color: #e6514b;
}

.products-view-txt .download a:hover.manual {
  border-color: #396ff5;
  color: #396ff5;
}

@media (min-width: 576px) {
  .products-view-txt .download {
    margin-top: 5rem;
  }

  .products-view-txt .download a {
    font-size: 1.25rem;
    line-height: 50px;
    width: 185px;
    height: 50px;
  }
}

@media (min-width: 1400px) {
  .products-view-txt .download {
    margin-top: 8rem;
  }
}

.products-view-desc {
  border-top: 1px solid #b2b2b2;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-top: 3rem;
  padding-top: 3rem;
}

@media (min-width: 576px) {
  .products-view-desc {
    font-size: 1.0625rem;
    letter-spacing: 0.125rem;
    line-height: 1.8;
  }
}

@media (min-width: 992px) {
  .products-view-desc {
    margin-top: 5rem;
    padding-top: 4rem;
  }
}

/* PRODUCTS EPC */
.products-epc .products-list-txt .title span {
  font-size: 1.125rem;
  padding: 0.25rem 0.75rem;
}

@media (min-width: 576px) {
  .products-epc .products-list-txt .title span {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .products-epc .products-list-item {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1400px) {
  .products-epc .products-list {
    margin: 0 -1.75rem;
  }

  .products-epc .products-list-item {
    padding: 0 1.75rem;
  }
}

.products-epc-process {
  margin-bottom: 1.75rem;
}

@media (min-width: 1400px) {
  .products-epc-process {
    margin-top: -1.5rem;
  }
}

.products-epc-process .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-epc-process .nav li {
  color: #333333;
  font-size: 0.9375rem;
  text-align: center;
  width: 180px;
}

.products-epc-process .nav li span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  line-height: 26px;
  height: 26px;
  position: relative;
}

.products-epc-process .nav li span::after {
  content: "";
  background-color: transparent;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.products-epc-process .nav li p {
  padding: 0.5rem;
}

.products-epc-process .nav li:first-child span {
  border-top-left-radius: 1.5625rem;
  border-bottom-left-radius: 1.5625rem;
}

.products-epc-process .nav li:last-child span {
  border-top-right-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
}

.products-epc-process .nav li:last-child span::after {
  display: none;
}

@media (min-width: 576px) {
  .products-epc-process .nav li {
    font-size: 1rem;
  }

  .products-epc-process .nav li p {
    padding: 1.25rem 1.5rem;
  }
}

.products-epc-process .nav li:nth-child(1) span {
  background-color: #ffe885;
  color: #333333;
}

.products-epc-process .nav li:nth-child(1) span::after {
  background-color: #ffe885;
}

.products-epc-process .nav li:nth-child(2) span {
  background-color: #f9de6b;
  color: #333333;
}

.products-epc-process .nav li:nth-child(2) span::after {
  background-color: #f9de6b;
}

.products-epc-process .nav li:nth-child(3) span {
  background-color: #f2c561;
  color: #333333;
}

.products-epc-process .nav li:nth-child(3) span::after {
  background-color: #f2c561;
}

.products-epc-process .nav li:nth-child(4) span {
  background-color: #f4b460;
  color: #333333;
}

.products-epc-process .nav li:nth-child(4) span::after {
  background-color: #f4b460;
}

.products-epc-process .nav li:nth-child(5) span {
  background-color: #f7a152;
  color: #ffffff;
}

.products-epc-process .nav li:nth-child(5) span::after {
  background-color: #f7a152;
}

.products-epc-process .nav li:nth-child(6) span {
  background-color: #eb9051;
  color: #ffffff;
}

.products-epc-process .nav li:nth-child(6) span::after {
  background-color: #eb9051;
}

.products-epc-process .nav li:nth-child(7) span {
  background-color: #e8714d;
  color: #ffffff;
}

.products-epc-process .nav li:nth-child(7) span::after {
  background-color: #e8714d;
}

.products-epc-process .nav li:nth-child(8) span {
  background-color: #de4e3c;
  color: #ffffff;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
/* NEWS LIST */
.news-list-item {
  margin-bottom: 2rem;
}

.news-list-txt {
  border-radius: 0.5rem;
  border: 2px solid #f1f1f1;
  padding: 2rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}

.news-list-txt:hover {
  background-color: #f13e2e;
  color: #ffffff;
}

.news-list-txt:hover .title {
  color: #ffffff;
}

.news-list-txt:hover .date {
  color: #ffffff;
}

.news-list-txt:hover .date i {
  right: 30px;
}

.news-list-txt:hover .class {
  color: #ffffff;
}

@media (min-width: 1400px) {
  .news-list-txt {
    padding: 4.75rem 4.5rem;
  }
}

.news-list-txt a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.news-list-txt .title {
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .news-list-txt .title {
    font-size: 1.375rem;
    letter-spacing: 0.1rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    height: 60px;
  }
}

.news-list-txt .text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
  height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
  .news-list-txt .text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem;
    height: 50px;
  }
}

.news-list-txt .date {
  color: #f13e2e;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.news-list-txt .date i {
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 576px) {
  .news-list-txt .date {
    font-size: 1.0625rem;
  }

  .news-list-txt .date i {
    font-size: 1.75rem;
  }
}

.news-list-txt .class {
  color: #f13e2e;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
}

/*  NEWS VIEW */
.news-view {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1400px) {
  .news-view {
    max-width: 1280px;
  }
}

.news-view-title {
  border-bottom: 1px solid #ededed;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-view-title .class {
  border: 1px solid #f13e2e;
  border-radius: 1.5625rem;
  color: #f13e2e;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.125rem 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .news-view-title .class {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1.25rem;
  }
}

.news-view-title .title {
  color: #333333;
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .news-view-title .title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .news-view-title .title {
    font-size: 2.75rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
  }
}

.news-view-title .date {
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .news-view-title .date {
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
  }
}

.news-view-text {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .news-view-text {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.075rem;
  }
}

/*------------------------------------*\
    INVESTORS
\*------------------------------------*/
/* INVESTORS FILTER */
.investors-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.5rem;
}

.investors-filter .title {
  color: #333333;
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}

.investors-filter .form-select {
  border-color: #f1f1f1;
  color: #000;
  font-size: 1.0625rem;
  max-width: 200px;
  padding: 0.75rem 1.25rem;
}

.investors-filter .form-select:focus {
  box-shadow: none;
  border: 1px solid #fc4243;
}

/* INVESTORS TABLE */
.investors-table .table {
  border: 2px solid #f1f1f1;
}

.investors-table .table th {
  background-color: #fafafa;
  border: 2px solid #f1f1f1;
  text-align: center;
  letter-spacing: 0.05rem;
  vertical-align: middle;
  padding: 1.5rem;
}

.investors-table .table td {
  border: 2px solid #f1f1f1;
  text-align: center;
  letter-spacing: 0.05rem;
  vertical-align: middle;
  padding: 1.5rem;
}

.investors-table .table td ol {
  padding-left: 1.5rem;
}

.investors-table .table td ol li {
  line-height: 1.8;
}

.investors-table .table td ol li::marker {
  color: #000000;
}

.investors-table .table td ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.investors-table .table td ul li {
  line-height: 1.8;
}

.investors-table .table td ul li::marker {
  color: #000000;
}

.investors-table .table tr.total {
  background-color: #fafafa;
}

.investors-table .table tr.total td {
  border-left: none;
  border-right: none;
  border-bottom-width: 2px;
  border-bottom-color: #000000;
}

@media (min-width: 768px) {
  .investors-table .table th:first-child,
  .investors-table .table td:first-child {
    width: 10%;
  }
}

@media (max-width: 767px) {
  .investors-table .table {
    border: none;
  }

  .investors-table .table thead {
    display: none;
  }

  .investors-table .table tr {
    border: 2px solid #e4e4e4;
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
  }

  .investors-table .table td {
    border: none;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0.5rem;
  }

  .investors-table .table td::before {
    content: attr(data-content) "：";
    display: inline-block;
  }
}

.investors-table .table.secondary th {
  color: #000000;
  text-align: left;
}

.investors-table .table.secondary td {
  color: #666666;
  text-align: left;
}

.investors-table .table.secondary td strong {
  color: #000000;
}

.investors-table .table.third th:first-child {
  text-align: center;
}

@media (min-width: 768px) {
  .investors-table .table.secondary th {
    font-size: 1.0625rem;
    letter-spacing: 0.05rem;
    padding: 2rem;
  }

  .investors-table .table.secondary td {
    font-size: 1.0625rem;
    letter-spacing: 0.075rem;
    padding: 2rem;
  }

  .investors-table .table.secondary td strong {
    font-size: 1.25rem;
  }

  .investors-table .table.secondary th:first-child,
  .investors-table .table.secondary td:first-child {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .investors-table .table.secondary th {
    padding: 2rem 4rem;
  }

  .investors-table .table.secondary td {
    padding: 2rem 4rem;
  }
}

@media (max-width: 767px) {
  .investors-table .table.secondary tr {
    padding: 0;
  }

  .investors-table .table.secondary td {
    display: block;
    padding: 3.5rem 0.75rem 1rem;
    position: relative;
  }

  .investors-table .table.secondary td::before {
    content: attr(data-content);
    display: block;
    background-color: #fafafa;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .investors-table .table.secondary td:first-child::before {
    border-top: none;
  }
}

.investors-table .table.third td {
  vertical-align: top;
}

.investors-table .table.third td:first-child {
  vertical-align: middle;
}

.investors-table .table.third td strong {
  display: block;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .investors-table .table.third th {
    padding: 2rem 1rem;
  }

  .investors-table .table.third td {
    padding: 2rem 1rem;
  }

  .investors-table .table.third td:first-child {
    text-align: center;
  }

  .investors-table .table.third td strong {
    font-size: 1rem;
  }

  .investors-table .table.third tr:last-child td {
    border-bottom: 2px solid #3f3f3f;
  }
}

@media (min-width: 1400px) {
  .investors-table .table.third th {
    padding: 2rem 4rem;
  }

  .investors-table .table.third td {
    padding: 2rem 4rem;
  }
}

@media (max-width: 1199px) {
  .investors-table .table.third {
    border: none;
  }

  .investors-table .table.third thead {
    display: none;
  }

  .investors-table .table.third tr {
    border: 2px solid #e4e4e4;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }

  .investors-table .table.third td {
    border: none;
    width: 100%;
    display: block;
    padding: 3.5rem 0.75rem 1rem;
    position: relative;
  }

  .investors-table .table.third td::before {
    content: attr(data-content);
    display: block;
    background-color: #fafafa;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .investors-table .table.third td:first-child {
    width: 100%;
  }

  .investors-table .table.third td:first-child::before {
    border-top: none;
  }
}

/* INVESTORS REPORT */
.investors-report > [class*="col-"] {
  margin-bottom: 2rem;
}

.investors-report .item a {
  border-radius: 0.5rem;
  border: 2px solid #f1f1f1;
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 2.75rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.investors-report .title {
  display: inline-block;
  border-right: 1px solid #f1f1f1;
  padding-right: 2rem;
  margin-right: 1.375rem;
}

.investors-report .bi {
  color: #f03e30;
  font-size: 2.5rem;
  font-weight: 100;
}

.investors-report .item a:hover {
  border-color: #f03e30;
  background-color: #f03e30;
  color: #ffffff;
}

.investors-report .item a:hover .bi {
  color: #ffffff;
}

@media (min-width: 576px) {
  .investors-report .item a {
    padding: 2.75rem 1.5rem;
  }
}

@media (min-width: 1600px) {
  .investors-report .item a {
    padding: 2.75rem;
  }
}

/* INVESTORS NEWS */
.investors-news .text {
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  background-color: #fafafa;
  padding: 3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.investors-news .text.white {
  background-color: #ffffff;
}

.investors-news .text h2 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
  margin-bottom: 1.5rem;
}

.investors-news .text h2 span {
  display: block;
  color: #fc4243;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 4rem;
  letter-spacing: normal;
}

.investors-news .text p {
  font-size: 1.0625rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0;
}

.investors-news .text p span {
  color: #f03e30;
  font-weight: bold;
}

.investors-news .text a {
  border-radius: 50rem;
  background: linear-gradient(to right, #fda740 0%, #fc4243 100%);
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-top: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.investors-news .text a:hover {
  background: #000000;
}

.investors-news .text .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.investors-news .text .d-flex h2 {
  border-right: none;
  font-size: 1.685rem;
  letter-spacing: 0.125rem;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}

.investors-news .text .d-flex p {
  font-size: 1.3125rem;
}

.investors-news .note {
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .investors-news .text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .investors-news .text h2 {
    border-right: 1px solid #e1e1e1;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }

  .investors-news .text a {
    font-size: 1.25rem;
    margin-top: 0;
    margin-left: 3rem;
  }

  .investors-news .text .d-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .investors-news .text h2 {
    letter-spacing: 0.5rem;
    padding-right: 3rem;
    margin-right: 3rem;
  }

  .investors-news .text .d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .investors-news .text .d-flex h2 {
    margin-bottom: 0;
    margin-right: 3rem;
  }
}

/* INVESTORS CONTENT */
.investors-content {
  border-radius: 2rem;
  border: 2px solid #f1f1f1;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .investors-content {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .investors-content {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .investors-content {
    padding: 5rem 6rem;
  }
}

/* INVESTORS DOWNLOAD */
.investors-download .item a {
  border-bottom: 2px solid #f1f1f1;
  color: #333333;
  padding: 1.5rem 1rem 1.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.investors-download .item a::after {
  content: "\F231";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.investors-download .date {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.3125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  display: inline-block;
}

.investors-download .title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
}

.investors-download .item a:hover {
  background-color: #f03e30;
  color: #ffffff;
}

@media (min-width: 768px) {
  .investors-download .item a {
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .investors-download .item a::after {
    right: 2.5rem;
  }

  .investors-download .date {
    margin-right: 1.5rem;
  }
}

.investors-download.secondary .item a {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
}

.investors-download.secondary .item a::before {
  content: "";
  border-radius: 50%;
  background-color: #f2be41;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.investors-download.secondary .item a::after {
  content: "\F356";
  color: #fc4243;
  font-size: 1.5rem;
}

.investors-download.secondary .item a:hover::before {
  background-color: #ffffff;
}

.investors-download.secondary .item a:hover::after {
  color: #ffffff;
}

@media (min-width: 768px) {
  .investors-download.secondary .item a {
    padding: 1.5rem 4rem 1.5rem 4rem;
  }

  .investors-download.secondary .item a::before {
    left: 2.5rem;
  }

  .investors-download.secondary .item a::after {
    right: 2rem;
  }
}

/* INVESTORS POLICY */
.investors-policy .title {
  color: #333333;
  font-size: 1.685rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 2rem;
}

.investors-policy .text {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

@media (min-width: 992px) {
  .investors-policy .text {
    font-size: 1.0625rem;
  }
}

/* INVESTORS INFO */
.investors-info .item {
  border: 1px solid #f1f1f1;
  border-radius: 0.5rem;
  overflow: hidden;
}

.investors-info .title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
  line-height: 1.5;
  padding: 1rem;
}

.investors-info .content {
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.investors-info .subtitle {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.125rem;
}

.investors-info .text {
  letter-spacing: 0.125rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.investors-info .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.investors-info .nav li + li {
  margin-top: 2rem;
}

.investors-info .item.primary {
  margin-bottom: 4rem;
}

.investors-info .item.primary .title {
  background-color: #717071;
}

.investors-info .item.secondary .title {
  background-color: #ef4c47;
}

@media (min-width: 576px) {
  .investors-info .title {
    padding: 1.5rem 2rem;
  }

  .investors-info .content {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .investors-info .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .investors-info .text {
    font-size: 1.0625rem;
  }

  .investors-info .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .investors-info .nav li + li {
    border-left: 2px solid #f1f1f1;
    margin-left: 2rem;
    padding-left: 2rem;
    margin-top: 0;
  }

  .investors-info .item.primary .subtitle {
    border-right: 2px solid #f1f1f1;
    margin-right: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1400px) {
  .investors-info .title {
    padding: 1.5rem 7rem;
  }

  .investors-info .content {
    padding: 2rem 7rem;
  }

  .investors-info .nav li + li {
    margin-left: 5rem;
    padding-left: 4.5rem;
  }

  .investors-info .item.primary .subtitle {
    margin-right: 5rem;
    padding-right: 4.5rem;
  }
}

/*------------------------------------*\
    GOVERNANCE
\*------------------------------------*/
/* GOVERNANCE CONTENT */
.governance-content {
  letter-spacing: 0.05rem;
  line-height: 1.8;
}

@media (min-width: 992px) {
  .governance-content {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
  }
}

.governance-content h2 {
  color: #333333;
  font-size: 1.6875rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.governance-content ol {
  padding-left: 1.5rem;
}

.governance-content ol li::marker {
  color: #000000;
}

.governance-content ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.governance-content ul li::marker {
  color: #f2be41;
}

.governance-content table th {
  background-color: #fafafa;
  border: 2px solid #f1f1f1;
  color: #000000;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
  white-space: nowrap;
}

.governance-content table th:first-child {
  text-align: left;
  padding: 1rem 1.5rem;
}

.governance-content table td {
  border: 2px solid #f1f1f1;
  color: #333333;
  font-size: 1.0625rem;
  text-align: center;
  vertical-align: middle;
  padding: 1rem;
  white-space: nowrap;
  width: 5%;
}

.governance-content table td i {
  color: #fc4243;
  font-size: 0.8125rem;
}

.governance-content table td:first-child {
  text-align: left;
  padding: 1rem 1.5rem;
}

/* GOVERNANCE DIRECTORS */
.governance-directors .item {
  border-radius: 0.5rem;
  border: 2px solid #f1f1f1;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.governance-directors .title {
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.governance-directors .title span {
  display: block;
  color: #fc4243;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.governance-directors .content {
  margin-bottom: 1rem;
}

.governance-directors .subtitle {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
}

.governance-directors .list {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  padding-left: 1.5rem;
}

.governance-directors .list li::marker {
  color: #fc4243;
}

@media (min-width: 576px) {
  .governance-directors .item {
    padding: 3rem;
  }
}

@media (min-width: 768px) {
  .governance-directors .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .governance-directors .title {
    width: 100%;
  }

  .governance-directors .content {
    width: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .governance-directors .item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .governance-directors .title {
    border-right: 1px solid #e4e4e4;
    border-bottom: none;
    font-size: 1.5625rem;
    padding-right: 3.5rem;
    padding-bottom: 0;
    margin-right: 3rem;
    margin-bottom: 0;
    width: auto;
  }

  .governance-directors .title span {
    font-size: 1.0625rem;
  }

  .governance-directors .content {
    width: 45%;
  }

  .governance-directors .subtitle {
    font-size: 1.125rem;
  }

  .governance-directors .list {
    font-size: 1.0625rem;
    letter-spacing: 0.05rem;
  }
}

@media (min-width: 1200px) {
  .governance-directors .item {
    padding: 4rem 6rem;
  }
}

.governance-directors.secondary .title {
  border: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1200px) {
  .governance-directors.secondary .item {
    padding: 2.25rem 4rem;
  }
}

/*------------------------------------*\
    ESG
\*------------------------------------*/
/* ESG ITEM */
.esg-item {
  border-radius: 0.5rem;
  border: 2px solid #f1f1f1;
  padding: 4rem 1rem 2rem;
  margin-bottom: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (min-width: 576px) {
  .esg-item {
    padding: 4rem 3.5rem 2rem 9rem;
  }
}

.esg-item .title {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 40px;
  width: 200px;
  height: 40px;
}

.esg-item .title .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 0.25rem 0 0.5rem;
}

.esg-item .title .line::before {
  content: "";
  background-color: #ffffff;
  width: 30px;
  height: 1px;
  display: inline-block;
}

@media (min-width: 576px) {
  .esg-item .title {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.5rem;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
    padding: 2rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75px;
    height: 250px;
  }

  .esg-item .title .line {
    margin: 0.5rem 0 0.25rem;
  }

  .esg-item .title .line::before {
    width: 1px;
    height: 30px;
  }
}

.esg-item .subtitle {
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
  .esg-item .subtitle {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
  }
}

.esg-item .list {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.esg-item .list li {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}

.esg-item .list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .esg-item .list li {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
  }
}

.esg-item .nav {
  border-top: 1px solid #e4e4e4;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 3rem;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .esg-item .nav {
    border-top: none;
    border-left: 1px solid #e4e4e4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-left: 2rem;
    margin-top: 0;
    margin-left: 3.5rem;
  }
}

.esg-item.color-e .title {
  background-color: #f2be41;
}

.esg-item.color-e .list li::marker {
  color: #f2be41;
}

.esg-item.color-s .title {
  background-color: #66bca9;
}

.esg-item.color-s .list li::marker {
  color: #66bca9;
}

.esg-item.color-g .title {
  background-color: #2b6699;
}

.esg-item.color-g .list li::marker {
  color: #2b6699;
}

.esg-item-secondary {
  padding: 2rem;
}

.esg-item-secondary::before {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 2rem;
}

.esg-item-secondary .list {
  margin-bottom: 0;
}

.esg-item-secondary.color-e::before {
  background-color: #f2be41;
}

.esg-item-secondary.color-o::before {
  background-color: #de4e3c;
}

.esg-item-secondary.color-o .list li::marker {
  color: #de4e3c;
}

@media (min-width: 576px) {
  .esg-item-secondary {
    padding: 3.5rem 5rem;
  }
  .esg-item-secondary::before {
    left: 5rem;
  }
}

@media (min-width: 1400px) {
  .esg-item-secondary {
    padding: 3.5rem 7rem 3.5rem 5rem;
  }
}

/* ESG CAROUSEL */
.esg-carousel {
  position: relative;
}

.esg-carousel img {
  border: 1px solid #dddddd;
}

.esg-carousel .swiper-slide {
  text-align: center;
}

.esg-carousel .swiper-button-next,
.esg-carousel .swiper-button-prev {
  background-image: url(../images/index-products-arrow.svg);
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.esg-carousel .swiper-button-next::after,
.esg-carousel .swiper-button-prev::after {
  display: none;
}

.esg-carousel .swiper-button-next {
  transform: rotate(180deg);
  right: -20px;
}

.esg-carousel .swiper-button-prev {
  left: -20px;
}

@media (min-width: 576px) {
  .esg-carousel .swiper-button-next,
  .esg-carousel .swiper-button-prev {
    background-size: 60px;
    width: 60px;
    height: 60px;
  }

  .esg-carousel .swiper-button-next {
    right: 0;
  }

  .esg-carousel .swiper-button-prev {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .esg-carousel .swiper-button-next {
    right: -100px;
  }

  .esg-carousel .swiper-button-prev {
    left: -100px;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact-wrap .banner {
  position: relative;
}

.contact-wrap .banner::before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f13e2e),
    to(#ecae55)
  );
  background: -o-linear-gradient(left, #f13e2e 0%, #ecae55 100%);
  background: linear-gradient(to right, #f13e2e 0%, #ecae55 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.9;
}

.contact-wrap .banner-pic {
  max-width: 100%;
  min-height: 400px;
}

@media (min-width: 992px) {
  .contact-wrap {
    padding-top: 0;
  }

  .contact-wrap .navbar {
    background-color: transparent;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .contact-wrap .navbar-brand img.black {
    display: none;
  }

  .contact-wrap .navbar-brand img.white {
    display: block;
  }

  .contact-wrap .navbar-nav .nav-link {
    color: #ffffff;
  }

  .contact-wrap .navbar-nav .nav-link:hover,
  .contact-wrap .navbar-nav .nav-link.active {
    color: #f13e2e;
  }

  .contact-wrap .navbar-nav .nav-lang a {
    color: #ffffff;
  }

  .contact-wrap .navbar-nav .nav-lang a:hover,
  .contact-wrap .navbar-nav .nav-lang a.active {
    color: #f13e2e;
  }

  .contact-wrap .navbar-nav .nav-lang a + a::before {
    background-color: #ffffff;
  }

  .contact-wrap .navbar-nav .nav-lang .group {
    border-color: #ffffff;
  }

  .contact-wrap .navbar.active {
    background-color: #ffffff;
  }

  .contact-wrap .navbar.active .navbar-brand img.black {
    display: block;
  }

  .contact-wrap .navbar.active .navbar-brand img.white {
    display: none;
  }

  .contact-wrap .navbar.active .navbar-nav .nav-link {
    color: #333333;
  }

  .contact-wrap .navbar.active .navbar-nav .nav-link:hover,
  .contact-wrap .navbar.active .navbar-nav .nav-link.active {
    color: #f13e2e;
  }

  .contact-wrap .navbar.active .navbar-nav .nav-lang a {
    color: #333333;
  }

  .contact-wrap .navbar.active .navbar-nav .nav-lang a:hover,
  .contact-wrap .navbar.active .navbar-nav .nav-lang a.active {
    color: #f13e2e;
  }

  .contact-wrap .navbar.active .navbar-nav .nav-lang a + a::before {
    background-color: #9c9c9c;
  }

  .contact-wrap .navbar.active .navbar-nav .nav-lang .group {
    border-color: #333333;
  }

  .contact-wrap .banner-pic {
    min-height: 525px;
  }
}

@media (min-width: 1200px) {
  .contact-wrap .banner-pic {
    margin-left: 0;
  }
}

.contact {
  margin-top: -25.5rem;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 1600px) {
  .contact .container-fluid > .row > [class*="col-"]:first-child {
    width: 39.5%;
  }

  .contact .container-fluid > .row > [class*="col-"]:last-child {
    width: 60.5%;
  }
}

/* CONTACT INFO */
.contact-info-title {
  padding-left: 12px;
}

@media (min-width: 992px) {
  .contact-info-title {
    margin-top: -0.5rem;
  }
}

@media (min-width: 1200px) {
  .contact-info-title {
    padding-left: 8rem;
  }
}

@media (min-width: 1400px) {
  .contact-info-title {
    padding-left: 50%;
  }

  @-moz-document url-prefix() {
    .contact-info-title {
      padding-left: 31%;
    }
  }
}

.contact-info-title .title {
  color: #ffffff;
}

.contact-info-title .subtitle {
  color: #ffffff;
}

.contact-info-text {
  padding-left: 12px;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .contact-info-text {
    margin-top: -1rem;
  }
}

@media (min-width: 1200px) {
  .contact-info-text {
    padding-left: 8rem;
  }
}

@media (min-width: 1400px) {
  .contact-info-text {
    padding-left: 50%;
    margin-bottom: 3rem;
  }

  @-moz-document url-prefix() {
    .contact-info-text {
      padding-left: 31%;
    }
  }
}

.contact-info-text .nav li {
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}

.contact-info-text .nav li a {
  color: #ffffff;
}

.contact-info-text .nav li a:hover {
  text-decoration: underline;
}

.contact-info-text .nav li.company {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .contact-info-text .nav li {
    font-size: 1.0625rem;
    letter-spacing: 0.1rem;
  }

  .contact-info-text .nav li.company {
    font-size: 1.25rem;
  }
}

.contact-info-map iframe {
  display: block;
  width: 100%;
  height: 250px;
}

@media (min-width: 992px) {
  .contact-info-map iframe {
    height: 305px;
  }
}

@media (min-width: 1400px) {
  .contact-info-map iframe {
    height: 250px;
  }
}

/* CONTACT FORM */
.contact-form {
  border-top-left-radius: 1rem;
  background-color: #ffffff;
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .contact-form {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .contact-form {
    padding: 2rem;
  }
}

@media (min-width: 1600px) {
  .contact-form {
    padding: 6rem;
  }
}

.contact-form .form {
  max-width: 860px;
}

.contact-form .form.row {
  margin: 0 -1rem;
}

.contact-form .form.row > [class*="col-"] {
  padding: 0 1rem;
}

.contact-form .form .col-form-label {
  color: #515151;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  padding: 0.375rem 0;
  white-space: nowrap;
}

.contact-form .form .col-form-label span {
  color: #f13e2e;
  margin-left: 0.25rem;
}

@media (min-width: 576px) {
  .contact-form .form .col-form-label {
    font-size: 1.0625rem;
  }
}

.contact-form .form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  padding: 0.45rem 0.5rem;
}

.contact-form .form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f13e2e;
}

.contact-form .form .form-control::-webkit-input-placeholder {
  color: #b2b2b3;
}

.contact-form .form .form-control::-moz-placeholder {
  color: #b2b2b3;
}

.contact-form .form .form-control:-ms-input-placeholder {
  color: #b2b2b3;
}

.contact-form .form .form-control::-ms-input-placeholder {
  color: #b2b2b3;
}

.contact-form .form .form-control::placeholder {
  color: #b2b2b3;
}

.contact-form .form .form-control:disabled,
.contact-form .form .form-control[readonly] {
  background-color: transparent;
}

.contact-form .form .form-control:-webkit-autofill,
.contact-form .form .form-control:-webkit-autofill:hover,
.contact-form .form .form-control:-webkit-autofill:focus,
.contact-form .form .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(241, 62, 46, 0.2) inset;
  box-shadow: 0 0 0px 1000px rgba(241, 62, 46, 0.2) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 1400px) {
  .contact-form .form .textarea > [class*="col-"]:first-child {
    width: 16%;
  }

  .contact-form .form .textarea > [class*="col-"]:last-child {
    width: 84%;
  }
}

.contact-form .form .code {
  position: relative;
}

.contact-form .form .code.row > [class*="col-"]:last-child {
  padding-right: 140px;
}

.contact-form .form .code img {
  position: absolute;
  right: 1rem;
  bottom: 0;
}

.contact-form .form .btn {
  border: 1px solid transparent;
  border-radius: 1.5625rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ecae55),
    to(#e6514b)
  );
  background: -o-linear-gradient(left, #ecae55 0%, #e6514b 100%);
  background: linear-gradient(to right, #ecae55 0%, #e6514b 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 45px;
  width: 180px;
  height: 45px;
  padding: 0;
}

.contact-form .form .btn:hover {
  border-color: #f13e2e;
  background: #ffffff;
  color: #f13e2e;
}

@media (min-width: 576px) {
  .contact-form .form .btn {
    font-size: 1.125rem;
    letter-spacing: 0.5rem;
    width: 275px;
    height: 45px;
  }
}

/*------------------------------------*\
    FAQ
\*------------------------------------*/
/* FAQ LIST */
.faq-list {
  border-radius: 1.25rem;
  border: 2px solid #f1f1f1;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .faq-list {
    padding: 2rem;
  }
}

@media (min-width: 1400px) {
  .faq-list {
    padding: 4.75rem 6rem;
  }
}

.faq-list .accordion-item {
  border: none;
}

.faq-list .accordion-header {
  border-bottom: 2px solid #e8e8e8;
}

.faq-list .accordion-button {
  border-radius: 0 !important;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding: 1rem 0.5rem;
}

.faq-list .accordion-button::after {
  content: "\f229";
  background: transparent;
  color: #333333;
  font-family: "bootstrap-icons";
  font-size: 1.125rem;
  font-weight: normal;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.faq-list .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-list .accordion-button span {
  color: #333333;
  font-family: "Merriweather Sans", sans-serif;
  letter-spacing: normal;
  margin-right: 0.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-list .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f13e2e;
  color: #ffffff;
}

.faq-list .accordion-button:not(.collapsed) span {
  color: #ffffff;
}

.faq-list .accordion-button:not(.collapsed)::after {
  content: "\f235";
  color: #ffffff;
}

@media (min-width: 576px) {
  .faq-list .accordion-button {
    font-size: 1.125rem;
  }

  .faq-list .accordion-button span {
    margin-right: 1rem;
  }
}

@media (min-width: 992px) {
  .faq-list .accordion-button {
    padding: 1.5rem 2rem;
    font-size: 1.3125rem;
  }

  .faq-list .accordion-button span {
    margin-right: 2rem;
  }
}

.faq-list .accordion-body {
  color: #666666;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .faq-list .accordion-body {
    font-size: 1.0625rem;
    line-height: 1.8;
    letter-spacing: 0.125rem;
    padding: 1.5rem 2.5rem;
  }
}

@media (min-width: 992px) {
  .faq-list .accordion-body {
    padding: 1.75rem 5.75rem 0.5rem;
  }
}
