.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;
  width: 100%;
  position: relative;
  gap: 2vw;
}

.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-logo {
  max-width: 30%;
  padding: 0 3%;
  align-self: end;
}

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

.mch_section-first .mch_title {
  position: absolute;
  top: 5%;
  left: 0;
  max-width: 35%;
  padding: 2%;
}

.mch_section-second {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  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: flex;
  flex-direction: column;
  position: relative;
}

.mch_section-second-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  background: #b8239a;
  color: #fff;
  padding: 2%;
  position: absolute;
  top: 27%;
  left: 1%;
  max-width: 34%;
}

.mch_section-third {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  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 {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mch_section-third-item {
  position: absolute;
  top: 5%;
  right: 3%;
  max-width: 40%;
  background: #b8239a;
  color: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 2%;
}

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

.mch_section-third-caption {
  position: absolute;
  bottom: 3%;
  right: 5%;
  background: #ffffff73;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 2%;
  max-width: 55%;
}

.mch_section-fourth {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  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;
  gap: 2vw;
}

.mch_section-fourth-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mch_section-fourth-item:last-child .mch_section-fourth-text {
  order: -1;
}

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

.mch_section-fifth {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  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 {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
  padding: 0 3%;
}

.mch_section-fifth-item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  text-align: center;
  width: calc(33.3% - 2vw);
}

.mch_section-fifth-block {
  color: #fff;
}

.mch_section-fifth-block .mch_subtitle {
  background: #b8239a;
  padding: 2%;
}

.mch_section-sixth {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  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;
  gap: 2vw;
}

.mch_section-sixth-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mch_section-sixth-item:last-child .mch_section-sixth-text {
  order: -1;
}

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

.mch_section-seventh {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  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 {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mch_section-seventh .mch_caption {
  position: absolute;
  bottom: 3%;
  right: 3%;
  max-width: 55%;
  background: #ffffff73;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 2%;
}

.mch_section-eighth {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  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 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

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

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

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

.mch_section-ninth {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 2% 0;
}

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

.mch_section-ninth-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  padding: 0 3%;
  align-items: center;
}

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

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

.mch_section-ninth .mch_subtitle {
  grid-column: 1 / -1;
  text-align: center;
}

.mch_section-tenth {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 2% 0;
  gap: 2vw;
}

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

.mch_section-eleventh {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 2% 0;
  gap: 2vw;
}

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

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

.mch_section-eleventh-block {
  display: flex;
  flex-direction: column;
  position: relative;
}

.mch_section-eleventh-caption {
  background: #fff;
  padding: 2%;
  position: absolute;
  bottom: 2%;
  left: 4%;
  max-width: 30%;
}

.mch_section-eleventh-item {
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
}

.mch_section-eleventh-text {
  color: #fff;
  background: #b8239a;
  padding: 2%;
  width: calc(50% - 2vw);
}

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

.mch_section-twelfth-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  text-align: center;
  align-items: center;
}

.mch_section-twelfth-item:last-child .mch_section-twelfth-text {
  order: -1;
}

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

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

@media screen and (max-width: 960px) {
  .mch_section-second-content {
    gap: 2vw;
  }

  .mch_section-second-text {
    position: static;
    max-width: initial;
  }

  .mch_section-eighth-content {
    grid-template-columns: 1fr;
    gap: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .mch_section-third-content {
    gap: 2vw;
  }

  .mch_section-third-item {
    position: static;
    max-width: initial;
  }

  .mch_section-third-caption {
    position: static;
    padding: 0 3%;
    background: none;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    max-width: initial;
  }

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

  .mch_section-fourth-item:last-child .mch_section-fourth-text {
    order: 0;
  }

  .mch_section-fifth-item {
    width: calc(50% - 2vw);
  }

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

  .mch_section-sixth-item:last-child .mch_section-sixth-text {
    order: 0;
  }

  .mch_section-seventh-content {
    gap: 2vw;
  }

  .mch_section-seventh .mch_caption {
    position: static;
    background: none;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    max-width: initial;
    padding: 0 3%;
  }

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

  .mch_section-eleventh-caption {
    position: static;
    max-width: initial;
    background: none;
  }

  .mch_section-twelfth-item:last-child .mch_section-twelfth-text {
    order: 0;
  }

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

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

  .mch_mobile {
    display: block;
  }

  .mch_section-eleventh-text {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-first .mch_title {
    font-size: 14px;
  }

  .mch_section-third-item {
    flex-direction: column;
  }

  .mch_section-fifth-item {
    width: 100%;
  }

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

@media screen and (max-width: 380px) {
  .mch_section-first .mch_title {
    font-size: 12px;
    top: initial;
  }
}

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