.mch_wrapper {
  background: #f5f5f7;
}

.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: 2vw;
}

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

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

.mch_section-first-logo {
  max-width: 35%;
  margin: 0 auto;
}

.mch_section-first-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.mch_section-first-item {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.mch_section-first-item:first-child {
  grid-column: 1 / -1;
  position: relative;
}

.mch_section-first-item:first-child .mch_subtitle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding: 3%;
  max-width: 65%;
}

.mch_section-first-item:nth-child(2) .mch_subtitle,
.mch_section-first-item:nth-child(3) .mch_subtitle {
  text-align: center;
  padding: 3%;
}

.mch_section-first-item:nth-child(4),
.mch_section-first-item:nth-child(5) {
  flex-direction: row;
  align-items: center;
  padding: 3%;
}

.mch_section-first-item:nth-child(3) .mch_section-first-picture {
  margin: auto 0;
}

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

.mch_section-first-block {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 3% 3% 0;
  background: #fcfcfb;
  text-align: center;
}

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

.mch_section-first-qr {
  max-width: 35%;
  margin: 0 auto;
}

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

.mch_section-first-container {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  background: #f5f5f7;
  border-radius: 15px;
  max-width: 85%;
  margin: 0 auto;
  padding: 3%;
}

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

.mch_section-first-cont .mch_section-first-icon {
  max-width: 10%;
  flex-shrink: 0;
}

.mch_section-first-cont:first-child {
  justify-content: center;
}

.mch_section-first-cont .mch_section-first-text {
  text-align: left;
}

.mch_section-first-contain {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.mch_section-first-contain .mch_section-first-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding: 3%;
}

.mch_section-first-fraction {
  background: #fdfdfb;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 3%;
}

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

  .mch_mobile {
    display: block;
  }

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

  .mch_section-first-item:first-child .mch_subtitle {
    position: static;
    max-width: initial;
    -webkit-transform: none;
    transform: none;
  }

  .mch_section-first-cont .mch_section-first-icon {
    max-width: 25%;
  }

  .mch_section-first-cont:first-child {
    align-items: center;
    text-align: center;
  }

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

  .mch_section-first-contain .mch_section-first-text {
    background: #00000040;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

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