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

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

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

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

.mch_section-first-logo {
  max-width: 30%;
  padding: 0 3%;
}

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

.mch_section-first-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  right: 0;
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-second {
  padding: 2% 0;
}

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

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

.mch_section-second-content .mch_title {
  grid-column: 1 / -1;
  text-align: center;
}

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

.mch_section-third {
  padding: 2% 0;
}

.mch_section-third::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;
  align-items: center;
}

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

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

.mch_section-fourth::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;
  align-items: center;
}

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

.mch_section-fifth {
  padding: 2% 0;
}

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

.mch_section-fifth-content {
  position: relative;
}

.mch_section-fifth .mch_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 1%;
}

.mch_section-sixth {
  padding: 2% 0;
}

.mch_section-sixth::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;
  align-items: center;
}

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

.mch_section-seventh {
  padding: 2% 0;
}

.mch_section-seventh::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: 0 3%;
}

.mch_section-seventh-block {
  display: grid;
  grid-template-columns: 1fr 1.004fr;
  gap: 2vw;
}

.mch_section-eighth {
  padding: 2% 0;
}

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

.mch_section-eighth-content {
  position: relative;
}

.mch_section-eighth-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  max-width: 50%;
}

.mch_section-ninth-content {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  padding: 5%;
  align-items: center;
}

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

.mch_section-ninth-picture {
  max-width: 50%;
  margin: 0 auto;
}

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

  .mch_mobile {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .mch_section-eighth-text {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 3%;
    max-width: initial;
  }
}

@media screen and (max-width: 540px) {
  .mch_section-third-content {
    grid-template-columns: 1fr;
  }

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

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

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

  .mch_section-fifth .mch_title {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 3%;
  }

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

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

  .mch_section-first-text .mch_title {
    font-size: 12px;
  }

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

  .mch_section-second-picture {
    order: 1;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-first-text {
    -webkit-transform: none;
    transform: none;
    top: 0;
  }

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

  .mch_section-seventh-block {
    grid-template-columns: 1fr;
  }
}

@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: 300px) {
  .mch_section-first-text .mch_title {
    font-size: 11px;
  }
}