.mch_wrapper {
  background: #6F936B;
  color: #fff;
}

.mch_wrapper * {
  box-sizing: border-box;
  font-family: foxtrot, sans-serif, serif;
  line-height: 1.5;
}

.mch_image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mch_desktop {
  display: block;
}

.mch_mobile {
  display: none;
}

.mch_sup {
  display: inline;
  font-size: clamp(8px, 1vw, 14px);
  vertical-align: super;
}

.mch_video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.mch_text-bold {
  font-weight: 700;
}

.mch_title {
  font-size: clamp(18px, 2.5vw, 40px);
}

.mch_subtitle {
  font-size: clamp(16px, 2vw, 30px);
}

.mch_caption {
  font-size: clamp(14px, 1.5vw, 26px);
}

.mch_empty {
  font-size: clamp(12px, 1.2vw, 22px);
}

.mch_section {
  width: 100%;
  position: relative;
}

.mch_section-first {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.mch_section-first-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mch_section-first-content .mch_title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 50%;
  padding: 3%;
  font-size: clamp(18px, 3.5vw, 77px);
}

.mch_section-first-content .mch_section-first-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3%;
  max-width: 12%;
}

.mch_section-first-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mch_section-first-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-first-items {
  padding: 0 3%;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2vw;
}

.mch_section-first-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  justify-content: space-between;
}

.mch_section-first-item:first-child .mch_section-first-picture {
  max-width: 50%;
  margin: 0 auto;
}

.mch_section-first-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  justify-content: flex-end;
}

.mch_section-first-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}

.mch_section-first-box .mch_section-first-block {
  width: calc(33.3% - 2vw);
}

.mch_section-first-box:first-child .mch_section-first-picture {
  max-width: 50%;
  margin: 0 auto;
}

.mch_section-first-box:nth-child(2) .mch_section-first-block {
  width: calc(50% - 2vw);
}

.mch_section-first-boxing {
  display: flex;
  gap: 1vw;
  align-items: center;
}

.mch_section-first-boxing .mch_section-first-icon {
  max-width: 15%;
  flex-shrink: 0;
}

.mch_section-first-boxing .mch_section-first-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 3%;
}

.mch_section-first-li {
  list-style-type: disc;
}

.mch_section-first-pictures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
  padding: 0 3%;
}

.mch_section-first-video {
  padding: 0 3%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
}

.mch_section-first-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mch_section-first-contain {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  align-items: center;
}

.mch_section-first-contain:first-child {
  margin-top: 15%;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.mch_section-first-contain:nth-child(2) {
  z-index: 1;
}

.mch_section-first-contain:nth-child(2) .mch_section-first-text {
  width: 60%;
}

.mch_section-first-contain:last-child {
  margin-top: 15%;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}

.mch_section-first-contain:last-child .mch_section-first-text {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.mch_section-first-contain .mch_section-first-text {
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}

.mch_section-first-fraction {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
}

.mch_section-first-fraction .mch_section-first-text {
  padding: 0 3%;
}

.mch_section-second {
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-second .mch_title {
  text-align: center;
}

.mch_section-second-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: auto;
}

.mch_section-second-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 3%;
}

.mch_section-second-item .mch_section-second-picture {
  height: 180px;
}

.mch_section-second-item .mch_section-second-picture p {
  display: flex;
  height: 180px;
}

.mch_section-second-item .mch_section-second-picture p img {
  -o-object-fit: contain;
  object-fit: contain;
}

.mch_section-second .mch_subtitle {
  text-align: center;
}

.mch_section-second-block {
  grid-column: 1 / -1;
  background: #789B73;
  padding: 1%;
}

.mch_section-second-caption {
  position: relative;
  padding-left: 13px;
}

.mch_section-second-caption::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}

.mch_section-second-icon {
  max-width: 7%;
  margin: 0 auto;
}

.mch_section-second-container {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-third {
  background: #fff;
  padding: 10% 5%;
}

.mch_section-third-logo {
  max-width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .mch_section-second-caption::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }

  .mch_section-second-caption {
    padding-left: 10px;
  }
}

@media screen and (max-width: 960px) {
  .mch_section-second-caption::before {
    top: 7px;
  }

  .mch_section-second-caption {
    padding-left: 7px;
  }
}

@media screen and (max-width: 768px) {
  .mch_section-first-items {
    grid-template-columns: 1fr;
  }

  .mch_section-first-item:first-child .mch_section-first-picture {
    max-width: 35%;
  }

  .mch_section-first-box:nth-child(2) .mch_section-first-block .mch_section-first-picture {
    max-width: 50%;
    margin: 0 auto;
  }

  .mch_section-first-box:nth-child(2) .mch_section-first-block {
    width: calc(50% - 2vw);
  }

  .mch_section-first-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: center;
  }

  .mch_section-first-contain:first-child {
    margin-top: auto;
    -webkit-transform: none;
    transform: none;
  }

  .mch_section-first-contain:nth-child(2) .mch_section-first-text {
    width: auto;
  }

  .mch_section-first-contain:last-child .mch_section-first-text {
    -webkit-transform: none;
    transform: none;
  }

  .mch_section-first-contain:last-child {
    margin-top: auto;
    -webkit-transform: none;
    transform: none;
  }

  .mch_section-first-contain .mch_section-first-text {
    -webkit-transform: none;
    transform: none;
  }

  .mch_section-first-contain {
    width: calc(50% - 2vw);
  }
}

@media screen and (max-width: 640px) {
  .mch_desktop {
    display: none;
  }

  .mch_mobile {
    display: block;
  }

  .mch_section-first-content .mch_title {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
    padding: 0 3%;
    text-align: center;
  }

  .mch_section-first-content .mch_section-first-icon {
    top: 28%;
  }

  .mch_section-first-content {
    gap: 2vw;
    padding-top: 3%;
  }

  .mch_section-first-cont {
    position: static;
    max-width: initial;
    padding: 0 3%;
    text-align: center;
  }

  .mch_section-second .mch_caption {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-content .mch_section-first-icon {
    top: 38%;
  }

  .mch_section-first-box .mch_section-first-block .mch_section-first-picture {
    max-width: 35%;
    margin: 0 auto;
  }

  .mch_section-first-box .mch_section-first-block {
    width: 100%;
  }

  .mch_section-first-box:nth-child(2) .mch_section-first-block {
    width: 100%;
  }

  .mch_section-first-boxing {
    flex-direction: column;
    align-items: flex-start;
  }

  .mch_section-first-pictures {
    grid-template-columns: 1fr;
  }

  .mch_section-first-contain:last-child .mch_section-first-text {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }

  .mch_section-first-contain .mch_section-first-text {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }

  .mch_section-first-contain {
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .mch_section-first-content .mch_section-first-icon {
    top: 45%;
  }
}

@media screen and (max-width: 375px) {
  .mch_image-container-flex {
    display: flex;
  }

  .mch_image-container-flex > p {
    display: flex;
  }

  .mch_image--cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 348px) {
  .mch_section-first-content .mch_section-first-icon {
    top: 53%;
  }
}