: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");
}
.areas-use {
  display: flex;
  align-items: flex-start;
  padding: 40px 0 50px 0;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}
.areas-use__title {
  align-self: center;
  margin-bottom: 20px;
}
.areas-use__swiper {
  padding: 0 24px;
}
.areas-use__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.areas-use__item {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px 10px 0;
  padding-bottom: 20px;
  width: 150px;
  height: 160px;
  cursor: pointer;
}
.areas-use__item span {
  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;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .areas-use {
    padding: 88px 0 110px 0;
  }
  .areas-use__title {
    margin-bottom: 68px;
  }
  .areas-use__items {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .areas-use__item {
    margin: 0 15px;
    width: 287px;
    height: 254px;
  }
  .areas-use__item:last-child {
    margin-right: 0;
  }
}
: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");
}
.infrastructure {
  padding: 20px 0 60px 0;
}
.infrastructure .container {
  align-items: center;
  text-align: center;
}
.infrastructure__items {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  width: 100%;
}
.infrastructure__items:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  width: 0;
  height: 130px;
  border-right: 1px solid #d9d9d9;
}
.infrastructure__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.infrastructure__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 20px 0;
  width: 100%;
  height: 70px;
}
.infrastructure__number {
  margin: 0 0 10px 0;
}
.infrastructure__number p {
  color: #285F5E;
  --font-size: 24px;
  --font-size-rem: 1.5rem;
  --line-height: 30px;
  --line-height-rem: 1.875rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.infrastructure__number p i {
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-style: normal;
}
.infrastructure__desc {
  width: 115px;
}
.infrastructure__desc p {
  color: #285F5E;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 22px;
  --line-height-rem: 1.375rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-Regular";
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .infrastructure {
    padding: 115px 0 170px 0;
  }
  .infrastructure__items {
    padding-top: 80px;
    width: 826px;
  }
  .infrastructure__items:after {
    top: 100px;
    height: 188px;
  }
  .infrastructure__item {
    width: 210px;
  }
  .infrastructure__icon {
    margin: 0 0 30px 0;
  }
  .infrastructure__number {
    margin: 0 0 15px 0;
  }
  .infrastructure__number p {
    --font-size: 48px;
    --font-size-rem: 3rem;
    --line-height: 54px;
    --line-height-rem: 3.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .infrastructure__number p i {
    --font-size: 26px;
    --font-size-rem: 1.625rem;
    --line-height: 24px;
    --line-height-rem: 1.5rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .infrastructure__desc {
    width: 100%;
  }
  .infrastructure__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);
  }
}
: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: 60px 0 100px 0;
}
.process .container {
  align-items: center;
  text-align: center;
}
.process__sub-title {
  margin-bottom: 20px;
}
.process__title {
  margin-bottom: 30px;
  max-width: 598px;
  width: 100%;
}
.process__content {
  position: relative;
  width: 100%;
}
.process__video {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 56.25% 0 0 0;
  width: 100%;
  overflow: hidden;
  min-height: 250px;
}
.process__video .video-elem {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 70px);
}
.process-slider__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 20px 20px 20px;
}
.process-slider__textContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.process-slider__number {
  color: #fff;
  --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);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.process-slider__title {
  color: #fff;
  --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);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.process-slider__desc p {
  color: #fff;
}
.process .swiper-wrapper {
  height: calc(100% - 70px);
}
.process .swiper-pagination {
  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: 120px 0 160px 0;
  }
  .process__title {
    margin-bottom: 76px;
  }
  .process__content {
    width: 100%;
    height: 512px;
  }
  .process__video {
    margin: 0 0 0 0;
    padding: 0;
    height: 100%;
  }
  .process-slider {
    height: 597px;
  }
  .process-slider__item {
    padding: 0 60px 62px 110px;
  }
  .process-slider__textContent {
    width: 380px;
  }
  .process-slider__number {
    margin-bottom: 12px;
    --font-size: 44px;
    --font-size-rem: 2.75rem;
    --line-height: 50px;
    --line-height-rem: 3.125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .process-slider__title {
    margin-bottom: 12px;
    --font-size: 43px;
    --font-size-rem: 2.6875rem;
    --line-height: 54px;
    --line-height-rem: 3.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .process .swiper-wrapper {
    width: 100%;
    height: 512px;
  }
}
@media only screen and (min-width: 1248px) {
  .process__content {
    width: 1030px;
    height: 512px;
  }
  .process__video {
    max-width: 1030px;
  }
}
: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");
}
.range {
  padding: 40px 0 50px 0;
}
.range .container {
  align-items: center;
  text-align: center;
}
.range__title {
  margin-bottom: 30px;
  max-width: 645px;
  width: 100%;
}
.range__table {
  margin: 0 0 35px 0;
  max-height: 1500px;
  overflow-y: hidden;
  transition: max-height 0.3s;
}
.range__table.-hide {
  max-height: 480px;
}
.range__seeMore {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 25px 0;
  color: #285F5E;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
  cursor: pointer;
}
.range__seeMore.-hide {
  display: none;
}
.range__seeMore span {
  margin-bottom: 16px;
}
.range__seeMore svg {
  transition: transform 0.3s;
}
.range__seeMore:hover svg {
  transform: translateY(5px);
}
.range__technical-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px 0;
  padding: 0 14px;
  width: 100%;
  height: 80px;
  background-color: #285F5E;
  color: #fff;
  --font-size: 18px;
  --font-size-rem: 1.125rem;
  --line-height: 24px;
  --line-height-rem: 1.5rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
}
.range__sub-title {
  margin-bottom: 25px;
  --font-size: 24px;
  --font-size-rem: 1.5rem;
  --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;
}
.range__items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0 20px 0;
  padding: 0 24px;
  width: 100%;
  overflow-x: auto;
}
.range__item {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 15px 30px 15px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.range__item span {
  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;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .range {
    padding: 80px 0 100px 0;
  }
  .range__title {
    margin-bottom: 56px;
  }
  .range__table {
    margin: 0 0 45px 0;
    max-width: 1028px;
    width: 100%;
  }
  .range__seeMore {
    margin: 0 0 36px 0;
  }
  .range__technical-info {
    margin: 0 0 92px 0;
    padding: 0 42px 0 75px;
    max-width: 1028px;
    height: 100px;
    --font-size: 24px;
    --font-size-rem: 1.5rem;
    --line-height: 30px;
    --line-height-rem: 1.875rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .range__sub-title {
    margin-bottom: 25px;
  }
  .range__items {
    padding: 0;
    margin: 62px 0 92px 0;
    width: 100%;
  }
  .range__item:first-child {
    margin-right: 0;
  }
  .range__item:last-child {
    margin-right: 0;
  }
  .range__item span {
    width: 65px;
  }
}
@media only screen and (max-width: 1023px) {
  .range__table {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    overflow-x: auto;
  }
  .range__table table {
    width: 1028px;
  }
}
: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");
}
.quality {
  padding: 60px 0 40px 0;
  background-color: #285F5E;
}
.quality__thread-icon {
  position: absolute;
  top: -74px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 110px;
  height: auto;
}
.quality .container {
  align-items: center;
  text-align: center;
}
.quality__title {
  margin-bottom: 20px;
}
.quality__desc {
  margin-bottom: 40px;
  color: #fff;
}
.quality__sub-title {
  margin-bottom: 40px;
  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: "IvyMode-Regular";
  font-weight: 400;
}
.quality__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.quality__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px 0;
}
.quality__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
}
.quality__icon img {
  max-width: 70px;
}
.quality__text p {
  color: #fff;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --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;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .quality {
    position: relative;
    z-index: 0;
    padding: 148px 0 108px 0;
  }
  .quality__thread-icon {
    display: flex;
  }
  .quality__desc {
    margin-bottom: 90px;
    width: 680px;
  }
  .quality__sub-title {
    margin-bottom: 80px;
    --font-size: 26px;
    --font-size-rem: 1.625rem;
    --line-height: 34px;
    --line-height-rem: 2.125rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .quality__items {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .quality__item {
    margin: 0 30px 0 0;
    width: 180px;
  }
  .quality__item:last-child {
    margin-right: 0;
  }
  .quality__icon {
    margin-bottom: 30px;
    width: 180px;
    height: 180px;
  }
  .quality__text {
    padding: 0 15px;
  }
  .quality__text p {
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 25px;
    --line-height-rem: 1.5625rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .quality .svg-container {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .quality #line-svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .quality #line-svg path {
    fill: none;
    stroke: #111;
    stroke-width: 3;
    stroke-linecap: round;
  }
  .quality #start-svg {
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-300%);
    opacity: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .quality .svg-container {
    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: 50px 0 40px 0;
  border-top: 1px solid #d9d9d9;
}
.recycle-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: center;
  margin-bottom: 30px;
  padding: 10px 10px;
  background-color: #fff;
}
.recycle-tab__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  height: 50px;
  background-color: #fff;
  color: #285F5E;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --line-height: 20px;
  --line-height-rem: 1.25rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "IvyMode-Regular";
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
}
.recycle-tab__item:hover, .recycle-tab__item.-active {
  background-color: #285F5E;
  color: #fff;
}
.recycle-tab__item:last-child {
  margin: 0;
}
.recycle-tab__item-content {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.recycle-tab__item-content.-active {
  display: flex;
}
.recycle__title {
  margin-bottom: 30px;
}
.recycle__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.recycle__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
}
.recycle__item:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #285F5E;
}
.recycle__item-content p {
  color: #285F5E;
  --font-size: 14px;
  --font-size-rem: 0.875rem;
  --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;
}
.recycle__item-content ul {
  margin-bottom: 10px;
}
.recycle span {
  margin-bottom: 10px;
  color: #285F5E;
  --font-size: 16px;
  --font-size-rem: 1rem;
  --line-height: 26px;
  --line-height-rem: 1.625rem;
  font-size: var(--font-size-rem);
  line-height: var(--line-height-rem);
  font-family: "openSans-SemiBold";
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 101px;
  }
  .recycle {
    padding: 110px 0 80px 0;
  }
  .recycle-tab {
    margin-bottom: 62px;
  }
  .recycle-tab__item {
    margin: 0 5px 0 0;
    padding: 0 26px;
    height: 60px;
    --font-size: 16px;
    --font-size-rem: 1rem;
    --line-height: 22px;
    --line-height-rem: 1.375rem;
    font-size: var(--font-size-rem);
    line-height: var(--line-height-rem);
  }
  .recycle-tab__item-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .recycle__title {
    margin-bottom: 85px;
  }
  .recycle__items {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .recycle__item {
    margin: 0 30px 0 0;
    padding: 80px 20px 60px 40px;
    width: 33.3333333333%;
  }
  .recycle__item:last-child {
    margin-right: 0;
  }
  .recycle__item:before {
    top: -9px;
    width: 17.65px;
    height: 17.65px;
  }
  .recycle__item-content ul {
    margin-bottom: 20px;
  }
  .recycle span {
    margin-bottom: 20px;
    min-height: 56px;
    --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);
  }
}
@media only screen and (min-width: 1248px) {
  .recycle__item {
    padding: 80px 48px 60px 60px;
  }
}