@charset "UTF-8";
@font-face {
  font-family: "Acumin Pro";
  src: url("../font/AcuminPro/AcuminPro-Regular.eot");
  src: url("../font/AcuminPro/AcuminPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/AcuminPro/AcuminPro-Regular.woff2") format("woff2"), url("../font/AcuminPro/AcuminPro-Regular.ttf") format("truetype"), url("../font/AcuminPro/AcuminPro-Regular.svg#AcuminPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro";
  src: url("../font/AcuminPro/AcuminPro-Bold.eot");
  src: url("../font/AcuminPro/AcuminPro-Bold.eot?#iefix") format("embedded-opentype"), url("../font/AcuminPro/AcuminPro-Bold.woff2") format("woff2"), url("../font/AcuminPro/AcuminPro-Bold.ttf") format("truetype"), url("../font/AcuminPro/AcuminPro-Bold.svg#AcuminPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "National 2 Condensed";
  src: url("../font/National2Condensed/National2Condensed-Bold.eot");
  src: url("../font/National2Condensed/National2Condensed-Bold.eot?#iefix") format("embedded-opentype"), url("../font/National2Condensed/National2Condensed-Bold.woff2") format("woff2"), url("../font/National2Condensed/National2Condensed-Bold.ttf") format("truetype"), url("../font/National2Condensed/National2Condensed-Bold.svg#National2Condensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atma";
  src: url("../font/Atma/Atma-Medium.eot");
  src: url("../font/Atma/Atma-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Atma/Atma-Medium.woff2") format("woff2"), url("../font/Atma/Atma-Medium.ttf") format("truetype"), url("../font/Atma/Atma-Medium.svg#Atma-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.mobile {
  --header-height: 64px;
  --logo-width: 90px;
  --kv-height: 100vw;
}

html {
  font-family: "EuclidSquare", "微軟正黑體", "微软雅黑", sans-serif;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  background: white;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
body.no-scroll {
  max-height: 100vh;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
ul,
li {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  list-style: none;
  padding: 0;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus,
ul:focus,
li:focus {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: inherit;
}

button {
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
button:focus {
  outline: none;
}

strong {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
}

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

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  resize: none;
}
input:focus,
textarea:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

select:focus {
  outline: none;
}

main {
  width: 100%;
  position: relative;
  min-height: calc(100vh - var(--footer-height));
}

input,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  --width: 1500px;
  max-width: calc(var(--width) + 40px);
  margin: 0 auto;
  position: relative;
}
.container.large {
  --width: 1680px;
}
.mobile .container {
  padding: 0 24px;
}

header {
  font-family: "Acumin Pro";
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  header nav {
    width: 75%;
  }
}

nav {
  width: 62.5%;
  margin: auto;
  height: 95px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: relative;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
nav ul li {
  width: 12%;
  color: #164726;
  text-align: center;
  white-space: nowrap;
}
nav ul li .logo-position {
  width: 23%;
}
nav ul li:not(.logo-position) a {
  border-radius: 30px;
  overflow: hidden;
}
nav ul li:not(.logo-position) a span {
  position: absolute;
  display: block;
  width: 240%;
  height: 240%;
  border-radius: 50%;
  background-color: #164726;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
nav ul li:not(.logo-position) a:hover {
  color: #fff;
}
nav ul li:not(.logo-position) a:hover span {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
nav ul li:not(.logo-position) a:active {
  background-color: #164726;
}
nav ul li a {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem 0;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  nav .logo-position {
    width: auto;
  }
}

.logo {
  position: absolute;
  width: 8.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.logo img {
  width: 100%;
}

.scroll {
  position: fixed;
  -webkit-box-shadow: 0 0 15px rgba(83, 84, 83, 0.8509803922);
          box-shadow: 0 0 15px rgba(83, 84, 83, 0.8509803922);
  width: 100vw;
}
.scroll nav {
  width: 100%;
  height: 75px;
  border-radius: 0px;
}
.scroll .logo {
  width: 4.5%;
}

.mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.mobile .container {
  width: 100%;
  height: 100%;
}
.mobile nav {
  width: 90%;
  border-radius: 15px;
  padding: 1% 3%;
  height: auto;
  margin-top: 5%;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
.mobile ul {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile ul .logo-position {
  display: none;
}
.mobile li {
  width: 100%;
  margin: 1.5rem auto;
  font-size: 16px;
  text-align: left;
  -webkit-transition: none;
  transition: none;
}
.mobile li:not(.logo-position) a {
  border-radius: 0px;
}
.mobile li:not(.logo-position) a span {
  display: none;
}
.mobile li:not(.logo-position) a:hover {
  color: #164726;
}
.mobile li:not(.logo-position) a:active {
  background-color: #fff;
}
.mobile li:hover {
  color: #164726;
  position: relative;
  background-color: #fff;
  border-radius: none;
  -webkit-transition: none;
  transition: none;
}
.mobile .logo {
  position: static;
  -webkit-transform: none;
          transform: none;
  width: 12%;
  margin: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: all;
}
.mobile .burger-btn {
  display: block;
  position: absolute;
  top: 8.5vw;
  right: 12vw;
  width: 35px;
  aspect-ratio: 1/1;
  pointer-events: all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile .burger-btn .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  width: 100%;
  height: 100%;
}
.mobile .burger-btn .burger span {
  width: 80%;
  height: 3px;
  background-color: #164726;
  display: block;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.mobile .burger-btn .burger span:nth-child(1) {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mobile .burger-btn .burger span:nth-child(2) {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mobile .burger-btn .burger span:nth-child(3) {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 480px) {
  .mobile .logo {
    width: 20%;
  }
  .mobile .burger-btn {
    top: 9.5vw;
  }
}

.mobile.scroll .logo {
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.mobile.scroll nav {
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.mobile.scroll .burger-btn {
  display: block;
  position: absolute;
  background-color: #164726;
  pointer-events: all;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 8%;
  top: 5%;
  right: 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile.scroll .burger-btn .burger {
  gap: 3%;
}
.mobile.scroll .burger-btn .burger span {
  width: 50%;
  height: 3px;
  background-color: #F8F7F0;
}
.mobile.scroll .burger-btn .burger span:nth-child(2) {
  width: 0;
}
@media screen and (max-width: 480px) {
  .mobile.scroll .burger-btn {
    width: 12%;
    right: 8%;
  }
}

.open {
  background-color: rgba(19, 19, 19, 0.74);
  pointer-events: auto;
}
.open nav {
  pointer-events: all;
  position: relative;
}
.open nav::after {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 18%;
  left: 0;
  background-color: #666;
  opacity: 0.2;
}
.open ul {
  max-height: 50vh;
  opacity: 1;
  margin: 2rem 0 1rem 1rem;
}
.open .burger-btn .burger {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
}
.open .burger-btn .burger span:nth-child(1) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.open .burger-btn .burger span:nth-child(2) {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.open .burger-btn .burger span:nth-child(3) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

body:has(.open) {
  overflow: hidden;
  max-height: calc(var(--vh, 1vh) * 100);
}

footer.opportunities {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 50;
}
footer.opportunities span {
  color: rgba(255, 255, 255, 0.7490196078);
}

footer {
  width: 100%;
  height: 53px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 50;
  background-color: #FAF3E6;
}
footer span {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.5333333333);
  font-family: "Acumin Pro";
  line-height: 53px;
  font-size: 13px;
}
@media screen and (max-width: 820px) {
  footer span {
    font-size: 11px;
  }
}

.go-top {
  width: 3.4%;
  aspect-ratio: 1/1;
  background-color: #FAF3E6;
  border-radius: 50%;
  border: 1px solid rgba(22, 71, 38, 0.5019607843);
  position: fixed;
  bottom: 10%;
  right: 5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.go-top .icon-arrow {
  position: absolute;
  color: #0e3a25;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  top: 50%;
  left: 50%;
  font-size: 18px;
}
.go-top:hover {
  background-color: #0E3A25;
  border-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.go-top:hover .icon-arrow {
  color: #FAF3E6;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(1.1);
          transform: translate(-50%, -50%) rotate(-90deg) scale(1.1);
}
@media screen and (max-width: 1200px) {
  .go-top {
    width: 3.5%;
  }
}
@media screen and (max-width: 820px) {
  .go-top {
    width: 50px;
    z-index: 10;
  }
  .go-top:hover {
    background-color: #FAF3E6;
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: rgba(22, 71, 38, 0.5019607843);
  }
  .go-top:hover .icon-arrow {
    color: #0e3a25;
  }
}

.loader-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.717);
}
.loader-mask.active {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.loader-mask .loader {
  position: relative;
  width: 40px;
  aspect-ratio: 1/1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: all 2s infinite linear;
          animation: all 2s infinite linear;
}
.loader-mask .loader li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.loader-mask .loader li::before {
  display: block;
  content: "";
  width: 48%;
  height: 48%;
  border-radius: 0 70% 0 70%;
  background: #C09B0F;
}
.loader-mask .loader li:nth-child(1) {
  -webkit-animation: first 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: first 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.loader-mask .loader li:nth-child(2) {
  -webkit-animation: second 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: second 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.loader-mask .loader li:nth-child(3) {
  -webkit-animation: third 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: third 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.loader-mask .loader li:nth-child(4) {
  -webkit-animation: fourth 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: fourth 2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 820px) {
  .loader-mask .loader {
    width: 34px;
  }
}

@-webkit-keyframes first {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes first {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes second {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  70% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes second {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  70% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes third {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  70% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes third {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  70% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes fourth {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  70% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes fourth {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  70% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes all {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes all {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.home {
  background-color: #FAF3E6;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .home {
    overflow: hidden;
  }
}

.home-banner {
  width: 100%;
  height: 97vh;
  background: url("../images/home_01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-banner h2 {
  color: #FFCB0A;
  width: 63%;
  margin: auto;
  text-align: right;
  padding-top: 60vh;
  font-size: 115px;
  font-family: "National 2 Condensed";
  letter-spacing: 0.7px;
  font-weight: 700;
  -webkit-filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.4509803922));
          filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.4509803922));
}
@media screen and (max-width: 1500px) {
  .home-banner h2 {
    font-size: 90px;
    width: 65%;
  }
}
@media screen and (max-width: 820px) {
  .home-banner h2 {
    width: 85%;
    padding-top: 38vh;
    font-size: 72px;
    text-align: center;
  }
}
.home-banner h3 {
  color: #FFFFFF;
  font-family: "Atma";
  width: 63%;
  margin: -1rem auto 0;
  font-size: 60px;
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.35) 0 4px 5px;
  position: relative;
  font-weight: lighter;
}
.home-banner h3::after {
  content: "";
  background-image: url("../icon/title_line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 60%;
  height: 220%;
  position: absolute;
  right: 0;
  top: -23%;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .home-banner h3 {
    font-size: 45px;
    width: 65%;
  }
}
@media screen and (max-width: 820px) {
  .home-banner h3 {
    font-size: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1rem;
    text-align: center;
  }
  .home-banner h3::after {
    width: 80%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: unset;
    background-position: center;
    left: 50%;
    height: 275%;
    top: -43%;
  }
}
.home-banner .brush {
  position: absolute;
  width: 100%;
  height: 12%;
  bottom: -6%;
  left: 0;
  background: url("../images/brush_green.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .home-banner {
    height: 70vh;
  }
}

.home-intro {
  background-color: #DDE5B1;
  width: 100%;
  position: relative;
}
.home-intro .container {
  width: 65%;
  margin: auto;
  padding: 8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .home-intro .container {
    width: 80%;
  }
}
@media screen and (max-width: 820px) {
  .home-intro .container {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home-intro .brush {
  position: absolute;
  width: 100%;
  height: 12%;
  bottom: -7%;
  left: 0;
  background: url("../images/brush_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-photo {
  width: 40%;
  height: 65vh;
  position: sticky;
  top: 15%;
  left: 0;
  border-radius: 40px;
}
.intro-photo img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 2;
}
.intro-photo::after {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background-image: url("../images/leaves_05.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1) rotate(4deg);
          transform: scaleX(-1) rotate(4deg);
  bottom: -67%;
  left: -69%;
}
@media screen and (max-width: 1200px) {
  .intro-photo {
    top: 25%;
  }
}
@media screen and (max-width: 820px) {
  .intro-photo {
    width: 90%;
    height: 80%;
    position: relative;
  }
}

.intro-area {
  width: 40%;
  height: 180vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.intro-area .intro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.intro-area .intro-box h3 {
  color: #164726;
  font-size: 74px;
  margin-bottom: 24px;
  font-weight: 700;
  font-family: "National 2 Condensed";
}
.intro-area .intro-box p {
  color: #164726;
  font-family: "Acumin Pro";
  font-size: 1rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 820px) {
  .intro-area {
    width: 90%;
    height: auto;
    margin: 2.5rem 0 0;
    z-index: 2;
  }
  .intro-area .intro-box {
    height: auto;
    margin: 2rem 0;
  }
  .intro-area .intro-box h3 {
    font-size: 3.75rem;
  }
  .intro-area .intro-box p {
    font-size: 1.25rem;
  }
}

.home-service {
  background-color: #FAF3E6;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-service::after {
  content: "";
  position: absolute;
  width: 50vw;
  height: 74vw;
  background-image: url("../images/leaves_01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -26%;
  right: -1%;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .home-service::after {
    width: 99%;
    height: 74%;
    bottom: 26%;
    right: -37%;
  }
}
.home-service .container {
  margin: 8rem auto;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  color: #164726;
  font-family: "National 2 Condensed";
}
@media screen and (max-width: 1200px) {
  .home-service .container {
    width: 80%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 820px) {
  .home-service .container {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
  }
}

.text-box {
  width: 45%;
}
.text-box h2 {
  font-family: "National 2 Condensed";
  font-size: 5.25rem;
}
.text-box h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.text-box p {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-family: "Acumin Pro";
}
.text-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
  margin-top: 3.125rem;
}
.text-box .item .right {
  width: 100%;
}
.text-box .item .left {
  width: 20%;
}
.text-box .item img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .text-box {
    width: 90%;
  }
  .text-box h2 {
    text-align: center;
  }
  .text-box h3 {
    font-size: 2.8125rem;
  }
  .text-box p {
    font-size: 1.25rem;
  }
  .text-box .item {
    width: 100%;
    z-index: 2;
    position: relative;
  }
  .text-box .item .right {
    width: 82%;
  }
  .text-box .item .left {
    width: 18%;
  }
}

.photo-box {
  width: 40%;
  position: relative;
  z-index: 2;
}
.photo-box img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .photo-box {
    width: 90%;
    margin: auto;
  }
}

.turnUp-enter-active,
.turnUp-leave-active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.turnUp-leave-to {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
  opacity: 0;
}

.turnUp-enter-from {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  opacity: 0;
}

.turnUp-enter-to,
.turnUp-leave-from {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.opportunities {
  background-color: #0E3A25;
  overflow: hidden;
}
.opportunities .heading {
  color: #FFD550;
  font-family: "National 2 Condensed";
  font-size: 60px;
  text-align: center;
  margin: 13rem 0 4rem;
}
@media screen and (max-width: 820px) {
  .opportunities .heading {
    font-size: 54px;
  }
}

.opportunities-container {
  width: 63%;
  margin: 10rem auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .opportunities-container {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .opportunities-container {
    width: 90%;
  }
}
@media screen and (max-width: 820px) {
  .opportunities-container {
    width: 95%;
  }
}

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
  z-index: 3;
  width: 100%;
}
.btn-list button {
  width: 19%;
  outline: 1px solid rgba(132, 218, 160, 0.5019607843);
  border-radius: 10px;
  color: #FAF3E6;
  padding: 1.4rem 0.6rem 1.1rem;
  font-family: "Acumin Pro";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2509803922);
  background-color: rgba(0, 0, 0, 0.5058823529);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-list button:hover {
  background-color: #4A9E65;
}
@media screen and (max-width: 820px) {
  .btn-list button {
    width: 33%;
    padding: 1.2rem 0.8rem;
    margin-top: 0.5rem;
    font-size: 11px;
    border-radius: 15px 15px 0 0;
    font-weight: 300;
    outline: none;
    background-color: #1d5b3e;
    position: relative;
    letter-spacing: 0px;
  }
  .btn-list button::after {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #4A9E65;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .btn-list button:hover {
    background-color: none;
  }
}
.btn-list button span {
  display: block;
  font-size: 15px;
}
.btn-list #active-btn {
  background-color: #4A9E65;
  outline: none;
}
@media screen and (max-width: 820px) {
  .btn-list #active-btn {
    background-color: #1d5b3e;
    position: relative;
    outline: none;
  }
  .btn-list #active-btn::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #c19b0f;
    position: absolute;
    top: 97%;
    left: 0;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
}
@media screen and (max-width: 820px) {
  .btn-list {
    position: relative;
    margin-bottom: 2.4rem;
  }
}

.vacancies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .vacancies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.job-title {
  width: 32%;
  background-color: #FAF3E6;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4% 3%;
  color: #0E3A25;
}
@media screen and (max-width: 820px) {
  .job-title {
    width: 100%;
    margin: 0 auto 2rem;
    padding: 10% 7%;
  }
}
.job-title h2 {
  font-family: "National 2 Condensed";
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .job-title h2 {
    font-size: 30px;
  }
  .job-title h2 span {
    display: block;
    font-size: 20px;
  }
}
.job-title h2 span {
  margin: 8px 0 16px;
  display: block;
  font-size: 22px;
}
.job-title .location {
  font-family: "Acumin Pro";
  font-size: 17px;
  display: block;
  margin-top: 14px;
}
@media screen and (max-width: 820px) {
  .job-title .location {
    font-size: 1.3rem;
  }
}
.job-title .circle {
  display: block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 16%;
  font-family: "Acumin Pro";
  background-color: #FFD550;
  font-weight: 700;
  margin: 3rem 0 1rem;
  padding-top: 6px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .job-title .circle {
    width: 15%;
    margin: 2rem 0 1rem;
    font-size: 16px;
  }
}
.job-title .salary {
  font-family: "Impact";
  font-size: 25px;
}
@media screen and (max-width: 820px) {
  .job-title .salary {
    font-size: 20px;
  }
}
.job-title .description {
  font-size: 0.85rem;
  line-height: 24px;
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .job-title .description {
    font-size: 1.2rem;
  }
}
.job-title i {
  display: inline-block;
  padding-left: 6px;
  font-size: 14px;
  font-style: normal;
}

.JD {
  width: 65%;
  background-color: #FAF3E6;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
  font-family: "Acumin Pro";
  color: #0E3A25;
  position: relative;
}
@media screen and (max-width: 820px) {
  .JD {
    width: 100%;
    margin: auto;
    padding: 11% 7%;
  }
}
.JD h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .JD h3 {
    margin-top: 16px;
    font-size: 20px;
  }
}
.JD h4 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 820px) {
  .JD h4 {
    font-size: 16px;
  }
  .JD h4 span {
    display: block;
    padding-left: 16px;
  }
}
.JD .mt {
  margin-top: 2.5rem;
}
.JD li {
  list-style-type: none;
  margin-left: 2rem;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
  font-weight: 400;
  position: relative;
}
.JD li::after {
  content: url("../icon/check.svg");
  position: absolute;
  left: -5%;
  top: 3px;
}
@media screen and (max-width: 820px) {
  .JD li {
    list-style-type: none;
    margin-left: 2rem;
    font-size: 1.2rem;
    line-height: 24px;
    margin-bottom: 1rem;
    font-weight: 400;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .JD li::after {
    left: -10%;
  }
}
.JD .career-1 img {
  float: right;
  margin: -36% 0 0 2%;
  width: 15%;
}
@media screen and (max-width: 1200px) {
  .JD .career-1 img {
    margin: -6% 0 0 2%;
  }
}
@media screen and (max-width: 1024px) {
  .JD .career-1 img {
    margin: 11% 0 0 2%;
  }
}
.JD .career-2 img {
  float: right;
  margin: 45% 0 0 2%;
  width: 13%;
}
@media screen and (max-width: 1200px) {
  .JD .career-2 img {
    margin: 50% 0 0 2%;
  }
}
@media screen and (max-width: 1024px) {
  .JD .career-2 img {
    margin: 79% 0 0 2%;
  }
}
.JD .career-3 img {
  float: right;
  margin: 143% 0 0 1%;
  width: 18%;
}
@media screen and (max-width: 1200px) {
  .JD .career-3 img {
    margin: -6% 0 0 2%;
  }
}
@media screen and (max-width: 1024px) {
  .JD .career-3 img {
    margin: 108% 0 0 2%;
  }
}
.JD button {
  border: none;
  background: none;
  font-family: "Acumin Pro";
  font-size: 18px;
  margin-left: auto;
  font-weight: bold;
  display: block;
  color: #0E3A25;
  position: relative;
  margin: 4rem 2rem 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: default;
}
.JD button .icon-arrow {
  position: absolute;
  font-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 40%;
  right: -30%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.JD button:hover {
  color: #1c7048;
}
.JD button:hover .icon-arrow {
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}
@media screen and (max-width: 820px) {
  .JD button {
    margin: 3rem auto 1rem;
    color: #09a26e;
    font-size: 16px;
  }
  .JD button .icon-arrow::before {
    color: #0E3A25;
  }
}

.join {
  text-align: center;
  font-family: "Acumin Pro";
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: bold;
  margin: 8rem auto;
  line-height: 30px;
}
.join h4 {
  font-family: "National 2 Condensed";
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0.8px;
  color: #FDC81D;
  margin-bottom: 2rem;
}
.join a {
  color: #24FFBD;
  position: relative;
  margin-right: 0.5rem;
  display: inline-block;
}
.join a:hover {
  text-decoration: underline;
}
.join .icon-email {
  position: relative;
  color: #24FFBD;
  right: 10px;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .join p, .join span {
    font-size: 16px;
  }
  .join a {
    font-size: 16px;
  }
  .join a:after {
    width: 1.4rem;
    top: 3px;
  }
}

.background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .background {
    display: none;
  }
}

[class^=leave-] {
  position: absolute;
  width: 75%;
  height: 55%;
  pointer-events: none;
  opacity: 0.2;
  z-index: -1;
}

.leave-1 {
  top: -41%;
  right: -20%;
}

.leave-2 {
  bottom: 44%;
  left: 0%;
}

.slide-enter-active,
.slide-leave-active {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter-active .job-title,
.slide-leave-active .job-title {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter-active .JD,
.slide-leave-active .JD {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slide-enter-from {
  opacity: 0;
}
.slide-enter-from .job-title {
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
.slide-enter-from .JD {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.slide-leave-to {
  opacity: 0;
}

.slide-enter-to,
.slide-leave-from {
  opacity: 1;
}

.farm {
  background-color: #FAF3E6;
  overflow: hidden;
}
.farm .heading {
  color: #483607;
  font-family: "National 2 Condensed";
  font-size: 60px;
  text-align: center;
  margin-bottom: 3.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .farm .heading {
    font-size: 54px;
    width: 90%;
    margin: 0 auto 3.5rem;
  }
}

.gallery {
  background-color: #FFD550;
  padding: 13rem 0 8rem;
  position: relative;
}
.gallery .leave {
  position: absolute;
  width: 30%;
  top: -21%;
  left: -13%;
  z-index: 0;
}
.gallery .leave img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 820px) {
  .gallery .leave {
    width: 40%;
    top: 15%;
    left: 0%;
  }
}
.gallery .directions {
  width: 60%;
  padding: 3rem 1rem;
  margin: 10rem auto 0;
  position: relative;
  text-align: center;
}
.gallery .directions p {
  color: #483607;
  margin: 0 auto;
  font-family: "Acumin Pro";
  font-size: 18px;
  line-height: 34px;
}
@media screen and (max-width: 820px) {
  .gallery .directions {
    width: 90%;
  }
  .gallery .directions p {
    font-size: 16px;
    line-height: 30px;
  }
  .gallery .directions [class^=semicolon-] {
    width: 6%;
  }
}
.gallery .brush {
  position: absolute;
  width: 100%;
  height: 7%;
  bottom: -3%;
  left: 0;
  background: url("../images/brush_yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.comments {
  padding: 10rem 0 0;
  position: relative;
}
.comments .info {
  text-align: center;
  position: relative;
  z-index: 2;
}
.comments .info h2 {
  font-family: "National 2 Condensed";
  font-size: 48px;
  color: #164726;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 820px) {
  .comments .info h2 {
    font-size: 33px;
  }
}
.comments .info p {
  font-family: "Acumin Pro";
  color: #164726;
  font-size: 18px;
  line-height: 34px;
}
@media screen and (max-width: 820px) {
  .comments .info p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 820px) {
  .comments .info {
    width: 90%;
    margin: auto;
    text-align: start;
  }
}
.comments .container {
  position: relative;
  margin-top: 10rem;
  width: 70%;
}
.comments .container .directions {
  z-index: 2;
  width: 65%;
  padding: 1rem 3rem;
  margin: 10rem auto;
  position: relative;
}
.comments .container .directions p {
  padding: 0 20px;
  color: #483607;
  font-family: "National 2 Condensed";
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .comments .container {
    width: 85%;
  }
  .comments .container .directions {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 820px) {
  .comments .container {
    margin-top: 5rem;
  }
  .comments .container .directions {
    z-index: 2;
    width: 100%;
    padding: 1rem 2rem;
  }
}
.comments .container .leave {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .comments .container .leave {
    display: none;
  }
}
.comments .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .comments .card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
    height: auto;
  }
}
.comments .card-list .item {
  width: 32%;
}
@media screen and (max-width: 820px) {
  .comments .card-list .item {
    width: 100%;
  }
}
.comments .card-list .hash-tag {
  z-index: 2;
  color: #EF5507;
  font-family: "National 2 Condensed";
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.7px;
  margin-bottom: 8%;
  text-align: center;
}
.comments .card-list .card {
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 20px;
  font-family: "Acumin Pro";
  color: #483607;
  padding: 12% 8% 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(54, 47, 32, 0.1490196078);
          box-shadow: 0px 14px 24px 0px rgba(54, 47, 32, 0.1490196078);
  height: 90%;
}
@media screen and (max-width: 820px) {
  .comments .card-list .card {
    padding: 10% 8%;
  }
}
.comments .card-list .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin-bottom: 8%;
}
.comments .card-list .top .avatar {
  width: 15%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-block;
}
.comments .card-list .top .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  line-height: 2.5vw;
}
.comments .card-list .top .name {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}
.comments .card-list .comment {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 820px) {
  .comments .card-list .comment {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .comments {
    padding: 6rem 0 0;
  }
}

.icon-semicolon {
  position: absolute;
  display: block;
  font-size: 24px;
}
.icon-semicolon:nth-child(1) {
  top: 0;
  left: 0;
}
.icon-semicolon:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 820px) {
  .icon-semicolon {
    font-size: 18px;
  }
}

.swiper-area {
  width: 100%;
  position: relative;
}

.swiper {
  width: 84%;
  height: 48vh;
  margin-right: initial !important;
  position: relative;
  left: 3.8vw;
}
@media screen and (max-width: 820px) {
  .swiper {
    position: static;
    margin: auto;
    left: 0;
    height: 40vh;
    width: 100%;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-filter: contrast(1.1);
          filter: contrast(1.1);
}

.swiper-pagination {
  position: absolute;
  top: unset !important;
  bottom: -4rem !important;
  left: 13% !important;
}
@media screen and (max-width: 820px) {
  .swiper-pagination {
    left: 0% !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem !important;
  height: 1.2rem !important;
  background-color: #FFD550;
  border: 1px solid rgba(125, 95, 29, 0.8745098039);
}
@media screen and (max-width: 820px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem !important;
    height: 0.8rem !important;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #4E3C14;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}

.contact {
  overflow: hidden;
  background-color: #FFD550;
}
.contact .leave {
  position: absolute;
  width: 30%;
  top: 36%;
  right: 0%;
}
.contact .leave img {
  width: 100%;
  display: block;
}

.contact-banner {
  width: 100%;
  height: 60vh;
  background: url("../images/cantact.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  font-family: "National 2 Condensed";
  font-weight: 700;
}
.contact-banner h2 {
  font-size: 100px;
  color: #FFCB0A;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  padding-top: 27vh;
}
@media screen and (max-width: 820px) {
  .contact-banner h2 {
    font-size: 58px;
    padding-top: 35vh;
  }
}
.contact-banner h3 {
  font-size: 70px;
  color: #FFFFFF;
  padding-top: 1vh;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 820px) {
  .contact-banner h3 {
    font-size: 30px;
  }
}
.contact-banner .brush {
  position: absolute;
  width: 100%;
  height: 16%;
  bottom: -9%;
  left: 0;
  background: url("../images/brush_yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .contact-banner {
    height: 67vh;
  }
}

.contact-info {
  width: 44%;
  margin: 10rem auto 6rem;
  color: #0E3A25;
  font-family: "Acumin Pro";
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.contact-info h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.contact-info p {
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 820px) {
  .contact-info {
    width: 85%;
    margin: 7rem auto 2rem;
  }
}

.contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 68%;
  margin: 0 auto 5rem;
  position: relative;
}
.contact-area h3 {
  font-family: "National 2 Condensed";
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: 0.8px;
  color: #0E3A25;
}
@media screen and (max-width: 820px) {
  .contact-area h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 820px) {
  .contact-area {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5rem auto;
    gap: 2rem;
  }
}

.mail-box {
  width: 52%;
  border-radius: 30px;
  background-color: #FAF3E6;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .mail-box {
    width: 100%;
    padding: 12% 6%;
    position: relative;
    z-index: 2;
  }
}
.mail-box button {
  background-color: #164726;
  margin: 4rem auto 0rem;
  border-radius: 50px;
  width: 68%;
  padding: 3% 0;
  font-size: 15px;
  font-family: "Acumin Pro";
  font-weight: 700;
  color: #F8F7F0;
  display: block;
  -webkit-transition: width 0.3s !important;
  transition: width 0.3s !important;
}
.mail-box button:hover {
  width: 74%;
  background-color: #18803b;
}
@media screen and (max-width: 820px) {
  .mail-box button {
    width: 100%;
    padding: 6% 0 5%;
    margin: 3rem auto 0;
    border-radius: 8px;
  }
  .mail-box button:hover {
    width: 100%;
    background-color: #164726;
  }
}

.contact-ways {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8%;
  z-index: 2;
}
.contact-ways .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8%;
  margin-left: 15%;
}
@media screen and (max-width: 1200px) {
  .contact-ways .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 820px) {
  .contact-ways .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    gap: 6%;
  }
}
.contact-ways .icon {
  width: 55px;
  aspect-ratio: 1/1;
  background-color: #204E3D;
  position: relative;
  border-radius: 50%;
}
.contact-ways .icon [class^=icon-] {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .contact-ways .icon {
    width: 13%;
  }
}
.contact-ways .icon-address::before {
  font-size: 23px;
}
.contact-ways .text {
  width: 60%;
  font-family: "Acumin Pro";
}
.contact-ways .title {
  color: #164726;
  font-size: 19px;
  margin-bottom: 0.8rem;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .contact-ways .title {
    font-size: 16px;
  }
}
.contact-ways .content {
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
.contact-ways .content:hover {
  color: #1256D9;
}
.contact-ways .content:active {
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 820px) {
  .contact-ways {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    margin: 2.5rem auto;
  }
}

.contact-form {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 2.5rem;
  margin: 0 auto;
}
.contact-form .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .contact-form .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.form-box {
  position: relative;
  width: 48%;
}
.form-box label {
  position: absolute;
  top: 50%;
  left: 1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #666;
  pointer-events: none;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .form-box label {
    left: 1.125rem;
  }
}
@media screen and (max-width: 820px) {
  .form-box {
    width: 100%;
  }
}

textarea, .input {
  display: block;
  width: 100%;
  border: none;
  padding: 0.625rem 1.125rem 0.0625rem;
  font-size: 14px;
  color: #353534;
  background-color: #E3DAC8;
  font-family: inherit;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 820px) {
  textarea, .input {
    width: 100%;
  }
}

.input:placeholder-shown::-webkit-input-placeholder {
  opacity: 0;
}

.input:placeholder-shown::-moz-placeholder {
  opacity: 0;
}

.input:placeholder-shown:-ms-input-placeholder {
  opacity: 0;
}

.input:placeholder-shown::-ms-input-placeholder {
  opacity: 0;
}

.input:-moz-placeholder-shown::placeholder {
  opacity: 0;
}

.input:-ms-input-placeholder::placeholder {
  opacity: 0;
}

.input:placeholder-shown::placeholder {
  opacity: 0;
}
.input:focus {
  outline: 2px solid #6B99F2;
  background-color: #FFFFFF;
}
.input:-webkit-autofill + label, .input:focus + label, .input:not(:placeholder-shown) + label {
  top: 22%;
  font-size: 13px;
}
@media screen and (max-width: 820px) {
  .input:-webkit-autofill + label, .input:focus + label, .input:not(:placeholder-shown) + label {
    font-size: 12px;
  }
}

.input {
  height: 3.75rem;
}
@media screen and (max-width: 820px) {
  .input {
    height: 5rem;
  }
}

.textarea {
  width: 100%;
}

textarea {
  margin-top: 1.5rem;
  padding: 0.9375rem 0.9375rem;
  font-weight: bold;
  resize: none;
}
textarea::-webkit-input-placeholder {
  font-weight: bold;
  color: #666;
}
textarea::-moz-placeholder {
  font-weight: bold;
  color: #666;
}
textarea:-ms-input-placeholder {
  font-weight: bold;
  color: #666;
}
textarea::-ms-input-placeholder {
  font-weight: bold;
  color: #666;
}
textarea::placeholder {
  font-weight: bold;
  color: #666;
}
textarea:focus {
  outline: 2px solid #6B99F2;
  background-color: #FFFFFF;
}

.about {
  background-color: #FAF3E6;
  overflow: hidden;
}
.about .container {
  width: 65%;
  margin: 5rem auto;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .about .container {
    width: 90%;
  }
}
@media screen and (max-width: 820px) {
  .about .container {
    width: 100%;
  }
}
.about .leave {
  position: absolute;
  width: 30%;
  top: 44%;
  right: -3%;
}
.about .leave img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 820px) {
  .about .leave {
    width: 74%;
    top: 34%;
    right: -23%;
  }
}

.about-banner {
  width: 100%;
  height: 97vh;
  background: url("../images/about_01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about-banner h2 {
  color: #FFCB0A;
  width: 63%;
  margin: auto;
  text-align: right;
  padding-top: 60vh;
  font-size: 115px;
  font-family: "National 2 Condensed";
  letter-spacing: 0.7px;
  font-weight: 700;
  -webkit-filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.4509803922));
          filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.4509803922));
}
@media screen and (max-width: 1500px) {
  .about-banner h2 {
    font-size: 90px;
    width: 65%;
  }
}
@media screen and (max-width: 820px) {
  .about-banner h2 {
    width: 85%;
    padding-top: 38vh;
    font-size: 72px;
    text-align: center;
  }
}
.about-banner h3 {
  color: #FFFFFF;
  font-family: "Atma";
  width: 63%;
  margin: -1rem auto 0;
  font-size: 60px;
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.35) 0 4px 5px;
  position: relative;
  font-weight: lighter;
}
.about-banner h3::after {
  content: "";
  background-image: url("../icon/title_line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 60%;
  height: 220%;
  position: absolute;
  right: 0;
  top: -23%;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .about-banner h3 {
    font-size: 45px;
    width: 65%;
  }
}
@media screen and (max-width: 820px) {
  .about-banner h3 {
    font-size: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1rem;
    text-align: center;
  }
  .about-banner h3::after {
    width: 80%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: unset;
    background-position: center;
    left: 50%;
    height: 275%;
    top: -43%;
  }
}
.about-banner .brush {
  position: absolute;
  width: 100%;
  height: 12%;
  bottom: -6%;
  left: 0;
  background: url("../images/brush_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .about-banner {
    height: 70vh;
  }
}

.about-intro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10rem 0;
}
.about-intro .photo {
  width: 42%;
}
.about-intro .text {
  width: 48%;
  color: #483607;
  font-family: "National 2 Condensed";
}
.about-intro h2 {
  font-weight: 700;
  font-size: 4.625rem;
  margin-bottom: 2rem;
}
.about-intro p {
  font-family: "Acumin Pro";
  font-size: 1.0625rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 820px) {
  .about-intro {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 8rem 0;
    gap: 5rem;
  }
  .about-intro .photo {
    width: 70%;
    margin-left: -30px;
  }
  .about-intro .text {
    width: 90%;
    margin: auto;
  }
  .about-intro h2 {
    font-size: 54px;
  }
  .about-intro p {
    margin: 0 auto 16px;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-right: 0rem;
  }
}

.accordion-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #0E3A25;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-radius: 2.5rem;
  margin-top: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5rem 0 2rem;
  position: relative;
}
.accordion-area .title {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .accordion-area .title {
    width: 90%;
    z-index: 2;
  }
}
.accordion-area h2 {
  font-family: "National 2 Condensed";
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4.5rem;
  color: rgba(255, 255, 255, 0.8980392157);
}
@media screen and (max-width: 820px) {
  .accordion-area h2 {
    font-size: 45px;
    line-height: 52px;
  }
}
.accordion-area .accordion-body {
  width: 40%;
  min-height: 65.5vh;
}
@media screen and (max-width: 820px) {
  .accordion-area .accordion-body {
    width: 100%;
    min-height: 38vh;
  }
}
.accordion-area .accordion {
  padding: 1.8125rem 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 820px) {
  .accordion-area .accordion {
    cursor: none;
  }
}
.accordion-area .accordion + .accordion::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
}
.accordion-area .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "National 2 Condensed";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-area .top .icon-expand {
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
          transform: translateY(-50%) rotate(0deg) scale(1);
  top: 50%;
  right: 3%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
}
.accordion-area .top .icon-collapse {
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(0);
          transform: translateY(-50%) rotate(0deg) scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-area .top .icon-collapse:before {
  font-size: 2.6px;
}
@media screen and (max-width: 820px) {
  .accordion-area .top .icon-collapse:before {
    font-size: 2.8px;
  }
}
.accordion-area .serial {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.3098039216);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 8%;
}
.accordion-area .label {
  font-size: 1.75rem;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  width: 88%;
}
.accordion-area .label:hover {
  color: #b3e226;
}
@media screen and (max-width: 820px) {
  .accordion-area .label:hover {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 820px) {
  .accordion-area .label {
    font-size: 2.1875rem;
  }
}
.accordion-area .content {
  position: relative;
  background: #0E3A25;
  font-family: "Acumin Pro";
  font-size: 1rem;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.7882352941);
  max-height: 0;
  line-height: 1.5625rem;
  width: 88%;
  margin-left: auto;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.accordion-area .content::-webkit-scrollbar {
  display: none;
}
.accordion-area .content p {
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .accordion-area .content p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 820px) {
  .accordion-area .content {
    line-height: 20px;
    width: 100%;
  }
}
.accordion-area .active-label .top {
  position: relative;
}
.accordion-area .active-label .top .icon-collapse {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(180deg) scaleX(1);
          transform: translateY(-50%) rotate(180deg) scaleX(1);
  top: 45%;
  right: 2.8%;
}
@media screen and (max-width: 820px) {
  .accordion-area .active-label .top .icon-collapse {
    right: 3.3%;
  }
}
.accordion-area .active-label .top .icon-expand {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.accordion-area .active-label .serial {
  color: #FFFFFF;
}
.accordion-area .active-label .label:hover {
  color: #FFFFFF;
}
.accordion-area .active-label .content {
  max-height: 24vh;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
@media screen and (max-width: 820px) {
  .accordion-area .active-label .content {
    max-height: 40vh;
  }
}
.accordion-area .leave {
  width: 50%;
  position: absolute;
  top: unset;
  bottom: 0;
  left: 3%;
}
.accordion-area .leave img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 820px) {
  .accordion-area .leave {
    width: 60%;
    top: 0;
    bottom: unset;
    right: -22%;
    left: unset;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 1;
  }
}
@media screen and (max-width: 820px) {
  .accordion-area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 30px;
    padding: 16% 8%;
  }
}