.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 {
  padding-bottom: 2%;
}

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

.mch_section-first-items {
  display: flex;
  flex-direction: column;
}

.mch_section-first-logo {
  align-self: flex-end;
  padding: 3%;
  max-width: 30%;
}

.mch_section-first-item {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

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

.mch_section-first::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-second-content {
  display: flex;
  flex-direction: column;
  padding: 2% 0;
}

.mch_section-second .mch_title {
  text-align: center;
  padding: 0 3%;
}

.mch_section-second-items {
  position: relative;
}

.mch_section-second-item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  max-width: 28%;
  padding: 3%;
}

.mch_section-second-item:last-child {
  left: initial;
  right: 0;
}

.mch_section-second::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-third-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  padding: 2% 3%;
}

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

.mch_section-third-items:first-child {
  position: relative;
  padding-right: 3%;
}

.mch_section-third-items:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: auto;
  background: #000;
}

.mch_section-third-items:last-child .mch_section-third-picture {
  max-width: 73%;
  margin: 0 auto;
}

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

.mch_section-third::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

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

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

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

.mch_section-fourth .mch_empty {
  grid-column: 1 / -1;
}

.mch_section-fourth::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-fifth-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  padding: 2% 3%;
}

.mch_section-fifth-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-fifth-item:first-child {
  position: relative;
  padding-right: 3%;
}

.mch_section-fifth-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: auto;
  background: #000;
}

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

.mch_section-fifth::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-sixth-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  padding: 2% 3%;
}

.mch_section-sixth-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-sixth-item:first-child {
  position: relative;
  padding-right: 3%;
}

.mch_section-sixth-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: auto;
  background: #000;
}

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

.mch_section-sixth::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-seventh-content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
  padding: 2% 3%;
}

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

.mch_section-seventh::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #494c4e;
}

.mch_section-eighth-content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 15% 10%;
}

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

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

@media screen and (max-width: 768px) {
  .mch_section-second-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
    padding: 0 3%;
  }

  .mch_section-second-picture {
    grid-column: 1 / -1;
  }

  .mch_section-second-item {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: initial;
    padding: 0;
  }

  .mch_section-third-content {
    grid-template-columns: 1fr;
  }

  .mch_section-third-items:first-child::before {
    display: none;
  }

  .mch_section-third-items:first-child {
    padding: 0;
  }

  .mch_section-fourth-content {
    grid-template-columns: 1fr;
  }
}

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

  .mch_mobile {
    display: block;
  }

  .mch_section-fifth-content {
    grid-template-columns: 1fr;
  }

  .mch_section-fifth-item:first-child::before {
    display: none;
  }

  .mch_section-fifth-item:first-child {
    padding: 0;
  }

  .mch_section-sixth-content {
    grid-template-columns: 1fr;
  }

  .mch_section-sixth-item:first-child::before {
    display: none;
  }

  .mch_section-sixth-item:first-child {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-logo {
    max-width: 50%;
  }

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

  .mch_section-first-text {
    order: -1;
  }

  .mch_section-second-items {
    grid-template-columns: 1fr;
  }

  .mch_section-eighth-content {
    padding: 10% 5%;
  }

  .mch_section-eighth-logo {
    max-width: 75%;
  }
}

@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;
  }
}