.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_heading {
  font-size: clamp(16px, 6.5vw, 120px);
}

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

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

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

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

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

.mch_section-first-item {
  position: relative;
}

.mch_section-first-item .mch_section-first-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 3%;
  color: #fff;
  max-width: 50%;
  text-shadow: 1px 1px 2px #000;
}

.mch_section-first-item .mch_section-first-text .mch_title {
  font-size: clamp(14px, 4.5vw, 74px);
}

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

.mch_section-first-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  padding: 3%;
  border-radius: 15px;
  background: #ffed00;
  text-align: center;
}

.mch_section-first-block {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: calc(33.3% - 2vw);
}

.mch_section-first-icon {
  max-width: 30%;
  margin: 0 auto;
  height: 80px;
}

.mch_section-first-icon p {
  display: flex;
  height: 80px;
}

.mch_section-first-icon p img {
  -o-object-fit: contain;
  object-fit: contain;
}

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

.mch_section-first-container .mch_section-first-video video {
  border-radius: 15px;
}

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

.mch_section-first-box {
  background: #ECECEC;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 5%;
  border-radius: 10px;
  justify-content: center;
}

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

.mch_section-first-contain .mch_section-first-video {
  align-self: center;
}

.mch_section-first-contain .mch_section-first-video video {
  border-radius: 15px;
}

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

.mch_section-first-cont .mch_section-first-picture {
  align-self: center;
}

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

.mch_section-first-fraction .mch_section-first-text {
  text-align: center;
  padding: 5%;
  border-radius: 15px;
  background: #ffed00;
}

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

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

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

.mch_section-second-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  background: #ECECEC;
  padding: 5%;
  text-align: center;
  border-radius: 15px;
}

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

.mch_section-second-block {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  background: #ECECEC;
  padding: 5%;
  border-radius: 10px;
  justify-content: center;
}

.mch_section-second-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2vw;
}

.mch_section-second-container .mch_section-second-picture {
  align-self: center;
}

.mch_section-second-box {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 5%;
  border-radius: 15px;
  background: #ECECEC;
  justify-content: center;
}

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

.mch_section-second-link {
  list-style-type: disc;
}

.mch_section-third {
  padding: 3%;
}

.mch_section-third-container {
  background: #ECECEC;
  border-radius: 15px;
  padding: 5% 10px;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  overflow: auto;
}

.mch_section-third-container .mch_title {
  text-align: center;
}

.mch_section-third-content {
  margin: 0;
  border-spacing: 0;
  min-width: 870px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0;
  font-size: 14px;
  font-weight: 600;
}

.mch_section-third-tr td {
  vertical-align: middle !important;
  width: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mch_section-third-tr td:nth-child(2n) {
  width: 10px;
}

.mch_section-third-tr-one td {
  padding-top: 20px;
  padding-bottom: 0px;
}

.mch_section-third-tr-one td.mch_section-third-tr-bg {
  border-radius: 15px 15px 0 0;
}

.mch_section-third-tr-one .mch_section-third-tr-yellow {
  border-radius: 15px 15px 0 0;
}

.mch_section-third-tr-bg {
  background: #fff;
}

.mch_section-third-tr-yellow {
  background: #FFED00;
}

.mch_section-third-tr-right {
  text-align: right;
}

.mch_section-third-tr-eight .mch_section-third-tr-bg {
  border-radius: 0 0 15px 15px;
}

.mch_section-third-tr-eight .mch_section-third-tr-yellow {
  border-radius: 0 0 15px 15px;
}

.mch_section-third-icon {
  max-width: 20%;
  margin: 0 auto;
}

.mch_section-third .mch_caption {
  font-size: clamp(10px, 1vw, 20px);
}

.mch_section-fourth {
  padding: 0 3% 3%;
}

.mch_section-fourth-content {
  padding: 5%;
  background: #FFED00;
  border-radius: 20px;
}

.mch_section-fourth-logo {
  max-width: 30%;
  margin: 0 auto;
}

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

  .mch_mobile {
    display: block;
  }

  .mch_section-first-item .mch_section-first-text {
    max-width: 75%;
  }

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

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

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

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

  .mch_section-first-contain .mch_section-first-box {
    order: -1;
  }

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

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

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

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

  .mch_section-fourth-content {
    border-radius: 15px;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first-pictures .mch_section-first-picture {
    width: 100%;
  }

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

@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: 320px) {
  .mch_section-first-item .mch_section-first-text .mch_subtitle {
    font-size: 10px;
  }
}