:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.sustainability-banner {
  position: relative;
  height: 492px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sustainability-banner .container {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sustainability-banner__title {
  max-width: 598px;
  width: 100%;
}
.sustainability-banner__watch-icon {
  position: absolute;
  right: 75px;
  bottom: 62px;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.sustainability-banner__watch-icon:hover {
  transform: rotate(360deg);
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .sustainability-banner {
    padding-bottom: 82px;
    height: 535px;
  }
  .sustainability-banner .container {
    justify-content: flex-end;
  }
  .sustainability-banner__title {
    margin-bottom: 90px;
  }
  .sustainability-banner__watch-icon {
    display: flex;
  }
}
:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.goals {
  padding: 80px 0 40px 0;
}
.goals .container {
  align-items: center;
  text-align: center;
}
.goals__title {
  margin-bottom: 30px;
  --font-size: 54px;
  --font-size-rem: 3.375rem;
  --line-height: 70px;
  --line-height-rem: 4.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.goals__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 30px;
}
.goals__content ul li {
  margin-bottom: 10px;
  color: #285F5E;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Regular";
  font-weight: 400;
}
.goals__content ul li:before {
  position: relative;
  top: initial;
  left: initial;
  transform: translate(-12px, 18px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .goals {
    padding: 143px 0 50px 0;
  }
  .goals__title {
    margin-bottom: 32px;
    width: 590px;
    --font-size: 74px;
    --font-size-rem: 4.625rem;
    --line-height: 94px;
    --line-height-rem: 5.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .goals__content {
    padding: 0;
    width: 552px;
  }
  .goals__content ul {
    align-items: center;
  }
  .goals__content ul li {
    margin-bottom: 0;
    --font-size: 20px;
    --font-size-rem: 1.25rem;
    --line-height: 48px;
    --line-height-rem: 3rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
    text-align: center;
  }
  .goals__content ul li:before {
    transform: translate(-12px, 26px);
  }
}
:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.process {
  padding: 30px 0 0 0;
  text-align: center;
}
.process__desc {
  margin-bottom: 64px;
  padding: 0 30px;
}
.process__items {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  width: 100%;
}
.process__items::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 315px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.process__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.process__item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 315px;
}
.process__item-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 75px;
  border-left: 1px solid #d9d9d9;
}
.process__item-content::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12px;
  height: 12px;
  background-color: #285F5E;
}
.process__item img {
  margin-bottom: 27px;
}
.process__item__title {
  width: 260px;
  color: #285F5E;
  --font-size: 40px;
  --font-size-rem: 2.5rem;
  --line-height: 48px;
  --line-height-rem: 3rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.process__text {
  opacity: 0;
  margin-top: 128px;
  padding: 0 30px;
  transition: opacity 0.3s;
}
.process .swiper {
  position: relative;
}
.process .swiper-wrapper {
  z-index: 1;
}
.process .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.3s;
}
.process .swiper-slide-active {
  opacity: 1;
}
.process .swiper-slide-active .process__text {
  opacity: 1;
}
.process .swiper-pagination {
  position: absolute;
  top: 370px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 32px;
}
.process .swiper-pagination-bullet {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 6px !important;
  width: initial;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  color: #285F5E;
  --font-size: 25px;
  --font-size-rem: 1.5625rem;
  --line-height: 32px;
  --line-height-rem: 2rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.process .swiper-pagination-bullet::before {
  content: "";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10px;
  height: 10px;
  background-color: #285F5E;
  transform: rotate(45deg);
}
.process .swiper-pagination-bullet span {
  display: none;
}
.process .swiper-pagination-bullet-active {
  margin: 0 16px !important;
}
.process .swiper-pagination-bullet-active::before {
  margin-right: 10px;
}
.process .swiper-pagination-bullet-active span {
  display: block;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .process {
    padding: 80px 0 40px 0;
  }
  .process__desc {
    margin-bottom: 100px;
    padding: 0;
    max-width: 555px;
    width: 100%;
  }
  .process__desc p {
    --font-size: 18px;
    --font-size-rem: 1.125rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .process__items {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .process__items::after {
    top: 328px;
  }
  .process__item {
    margin: 0 50px;
    width: 320px;
  }
  .process__item-content {
    height: 328px;
  }
  .process__item img {
    margin-bottom: 30px;
  }
  .process__text {
    margin-top: 50px;
    padding: 0;
    width: 484px;
    --font-size: 18px;
    --font-size-rem: 1.125rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .process .swiper-pagination {
    display: none;
  }
}
:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.recycle {
  padding: 80px 0 90px 0;
}
.recycle .container {
  justify-content: space-between;
}
.recycle__text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  margin-bottom: 35px;
  width: 100%;
}
.recycle__title {
  margin-bottom: 30px;
  --font-size: 54px;
  --font-size-rem: 3.375rem;
  --line-height: 70px;
  --line-height-rem: 4.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.recycle__text p {
  margin-bottom: 30px;
}
.recycle__table {
  width: 100%;
}
.recycle__table table {
  background-color: transparent;
  border: 1px solid #d9d9d9;
}
.recycle__table table th {
  --font-size: 12px;
  --font-size-rem: 0.75rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.recycle__table table th:first-child {
  width: 100px;
}
.recycle__table table th:last-child {
  width: 100px;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .recycle {
    padding: 80px 0 200px 0;
  }
  .recycle__text-content {
    margin-bottom: 0;
    max-width: 448px;
    text-align: left;
  }
  .recycle__title {
    margin-bottom: 30px;
    --font-size: 50px;
    --font-size-rem: 3.125rem;
    --line-height: 62px;
    --line-height-rem: 3.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .recycle__table {
    width: 605px;
  }
  .recycle__table table th {
    --font-size: 21px;
    --font-size-rem: 1.3125rem;
    --line-height: 30px;
    --line-height-rem: 1.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .recycle__table table th:first-child {
    width: 180px;
  }
  .recycle__table table th:last-child {
    width: 182px;
  }
}
:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.energy {
  padding: 60px 0 66px 0;
  background-color: #285F5E;
}
.energy .container {
  align-items: center;
  text-align: center;
}
.energy__title {
  margin-bottom: 20px;
  color: #fff;
  --font-size: 54px;
  --font-size-rem: 3.375rem;
  --line-height: 70px;
  --line-height-rem: 4.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.energy__text {
  margin-bottom: 50px;
  color: #fff;
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Regular";
  font-weight: 400;
}
.energy__items {
  width: 100%;
}
.energy__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.energy__item__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 26px;
  width: 75px;
  height: 75px;
}
.energy__item__title {
  margin-bottom: 23px;
  color: #fff;
  --font-size: 44px;
  --font-size-rem: 2.75rem;
  --line-height: 56px;
  --line-height-rem: 3.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.energy__item__text {
  max-width: 300px;
  width: 100%;
}
.energy__item__text p {
  color: #fff;
  --font-size: 20px;
  --font-size-rem: 1.25rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Regular";
  font-weight: 400;
}
.energy .swiper {
  padding: 0 30px 56px 30px;
}
.energy .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 32px;
}
.energy .swiper-pagination-bullet {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 6px !important;
  width: initial;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  --font-size: 25px;
  --font-size-rem: 1.5625rem;
  --line-height: 32px;
  --line-height-rem: 2rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.energy .swiper-pagination-bullet::before {
  content: "";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
}
.energy .swiper-pagination-bullet span {
  display: none;
}
.energy .swiper-pagination-bullet-active {
  margin: 0 16px !important;
}
.energy .swiper-pagination-bullet-active::before {
  margin-right: 10px;
}
.energy .swiper-pagination-bullet-active span {
  display: block;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .energy {
    padding: 80px 0 110px 0;
  }
  .energy__title {
    margin-bottom: 20px;
    width: 600px;
    --font-size: 74px;
    --font-size-rem: 4.625rem;
    --line-height: 96px;
    --line-height-rem: 6rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .energy__text {
    margin-bottom: 60px;
    max-width: 500px;
    --font-size: 20px;
    --font-size-rem: 1.25rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .energy__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .energy__item__icon {
    margin-bottom: 40px;
    width: 70px;
    height: 70px;
  }
  .energy__item__title {
    margin-bottom: 20px;
  }
  .energy .swiper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    overflow: initial;
  }
  .energy .swiper-wrapper {
    box-sizing: initial;
    height: initial;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
  }
}
:root {
  --header-height: 75px;
}
@font-face {
  font-family: "openSans-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/open-sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/open-sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/open-sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "openSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/open-sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/IvyMode/IvyMode-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/IvyMode/IvyMode-Light.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/IvyMode/IvyMode-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/IvyMode/IvyMode-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "IvyMode-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/IvyMode/IvyMode-Bold.woff2") format("woff2");
}
.sector {
  padding: 52px 0 26px 0;
  text-align: center;
}
.sector__title {
  margin-bottom: 110px;
  max-width: 750px;
  width: 100%;
  --font-size: 54px;
  --font-size-rem: 3.375rem;
  --line-height: 70px;
  --line-height-rem: 4.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
}
.sector__items {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  width: 100%;
}
.sector__items::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 284px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.sector__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.sector__item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 284px;
}
.sector__item-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 75px;
  border-left: 1px solid #d9d9d9;
}
.sector__item-content::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12px;
  height: 12px;
  background-color: #285F5E;
}
.sector__item__title {
  margin-bottom: 25px;
  color: #285F5E;
  --font-size: 44px;
  --font-size-rem: 2.75rem;
  --line-height: 52px;
  --line-height-rem: 3.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.sector__item__desc {
  width: 224px;
  color: #285F5E;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 28px;
  --line-height-rem: 1.75rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Regular";
  font-weight: 400;
}
.sector__text {
  opacity: 0;
  margin-top: 140px;
  padding: 0 30px;
  transition: opacity 0.3s;
}
.sector .swiper {
  position: relative;
}
.sector .swiper-wrapper {
  z-index: 1;
}
.sector .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.3s;
}
.sector .swiper-slide-active {
  opacity: 1;
}
.sector .swiper-slide-active .sector__text {
  opacity: 1;
}
.sector .swiper-pagination {
  position: absolute;
  top: 340px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 32px;
}
.sector .swiper-pagination-bullet {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 6px !important;
  width: initial;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  color: #285F5E;
  --font-size: 25px;
  --font-size-rem: 1.5625rem;
  --line-height: 32px;
  --line-height-rem: 2rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.sector .swiper-pagination-bullet::before {
  content: "";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10px;
  height: 10px;
  background-color: #285F5E;
  transform: rotate(45deg);
}
.sector .swiper-pagination-bullet span {
  display: none;
}
.sector .swiper-pagination-bullet-active {
  margin: 0 16px !important;
}
.sector .swiper-pagination-bullet-active::before {
  margin-right: 10px;
}
.sector .swiper-pagination-bullet-active span {
  display: block;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .sector {
    padding: 86px 0 80px 0;
  }
  .sector__title {
    margin-bottom: 137px;
    --font-size: 74px;
    --font-size-rem: 4.625rem;
    --line-height: 96px;
    --line-height-rem: 6rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .sector__items {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .sector__items::after {
    top: 290px;
  }
  .sector__item {
    margin: 0 50px;
    width: 320px;
  }
  .sector__item-content {
    height: 290px;
  }
  .sector__item__title {
    --font-size: 44px;
    --font-size-rem: 2.75rem;
    --line-height: 52px;
    --line-height-rem: 3.25rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .sector__item__desc {
    --font-size: 20px;
    --font-size-rem: 1.25rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .sector__text {
    margin-top: 50px;
    padding: 0;
    width: 420px;
  }
  .sector__text p {
    --font-size: 18px;
    --font-size-rem: 1.125rem;
    --line-height: 28px;
    --line-height-rem: 1.75rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .sector .swiper-pagination {
    display: none;
  }
}