#header {
  background-color: #fff;
  width: 100vw;
 height: 68px;
    line-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1)
}
#header > div.d-flex {
  padding: 0 7.435vw 0 5.128vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* .headerRight img {
  width: 6.41vw;
} */
/* 
#header > div.d-flex > img {
  width: 16.55vw;
  flex-shrink: 0;
  min-width: 60px;
  object-fit: contain;  
} */
#header > div.d-flex > a {
  display: block;
  width: 36.853vw;
  height: 100%;
      margin-left: 9.897vw;
    margin-right: 13.717vw;

}
#header > div.d-flex > a img {
  width: 100%;
}
#header > div.d-flex > button {
  width: 10vw;
  background-color: transparent;
  border: none;
  padding: 0;
}

.offcanvas {
  width: 76.538vw !important;
}

.offcanvas .offcanvas-header {
  padding: 0;
  padding-left: 7.435vw;
 height: 68px;
    line-height: 68px;

  border-bottom: 1px solid #e2e2e2;
}
.offcanvas .offcanvas-header div ul {
  gap: 2.051vw;
}
.offcanvas .offcanvas-header ul li a {
  width: 8.974vw;
  display: block;
  height: 100%;
}
.offcanvas .offcanvas-header ul li a img {
  width: 100%;
}

.offcanvas-header .btn-close {
  padding: 0;
  margin-right: 7.615vw;
  font-size: 4.23vw;
}
.offcanvas .offcanvas-body {
  padding: 0;
}
.offcanvas .offcanvas-body ul {
  padding-left: 7.948vw;
}
.offcanvas .offcanvas-body ul li {
  border-bottom: 1px solid #e2e2e2;
}

.offcanvas .offcanvas-body ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  margin: 3.5898vw 0 3.5898vw 0;
}

.offcanvas .offcanvas-body ul li:nth-of-type(1) a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  margin: 6.153vw 0 3.333vw 0;
}
.offcanvas .offcanvas-body ul li a button {
  background-color: transparent;
  border: none;
}
.offcanvas .offcanvas-body ul li a button p {
  font-size: 3.589vw;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 4.102vw;
  color: #333;
  text-align: left;
}
.offcanvas .offcanvas-body ul li a button h2 {
  font-size: 6.153vw;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 7.435vw;
  color: #333;
  text-align: left;
}
.offcanvas .offcanvas-body ul li:hover a p {
  color: #558ed5;
}
.offcanvas .offcanvas-body ul li:hover a h2 {
  color: #558ed5;
}
