.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_empty {
  font-size: clamp(9px, 1.2vw, 22px);
}

.mch_gradient {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg, #fa7a4b 0%, #fb5c5c 11%, #e9617e 24%, #d66ba1 37%, #be77c3 50%, #af7ac8 63%, #a186d3 77%, #8184db 88%, #6f88e2 100%);
}

.mch_color {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #755174 0%, rgba(117, 81, 116, 0.46) 100%);
}

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

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

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

.mch_section-first-item .mch_section-first-text {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  max-width: 25%;
  padding: 3%;
}

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

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

.mch_section-first-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
}

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

.mch_section-first-block:first-child,
.mch_section-first-block:nth-child(4) {
  grid-row: auto / span 2;
}

.mch_section-first-block:first-child .mch_section-first-box {
  bottom: 4%;
}

.mch_section-first-block:nth-child(3) .mch_section-first-box {
  padding: 3%;
}

.mch_section-first-block:nth-child(4) .mch_section-first-box {
  bottom: initial;
  top: 13%;
  padding: 3%;
}

.mch_section-first-block:last-child {
  grid-column: auto / span 2;
}

.mch_section-first-block:last-child .mch_section-first-box {
  bottom: initial;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.mch_section-first-box {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 5%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.mch_section-first-contain {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  background: #fcf9f7;
  justify-content: space-between;
  border-radius: 10px;
}

.mch_section-first-contain .mch_section-first-text {
  padding: 3%;
}

.mch_section-first-contain:nth-child(3) {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  align-items: center;
}

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

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

.mch_section-second-items:nth-child(2) {
  grid-template-columns: 3.3fr 1fr;
}

.mch_section-second-items:nth-child(2) .mch_section-second-text {
  color: #fff;
  right: initial;
  left: 0;
  max-width: 56%;
}

.mch_section-second-items:nth-child(2) .mch_section-second-block .mch_empty {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 3%;
}

.mch_section-second-items:nth-child(2) .mch_section-second-block:first-child .mch_empty {
  color: #fff;
}

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

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

.mch_section-second-block .mch_subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 3%;
  color: #c7b5c6;
}

.mch_section-second-block:last-child .mch_subtitle {
  color: #4564ce;
}

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

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

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

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

  .mch_mobile {
    display: block;
  }

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

  .mch_section-first-block:first-child,
  .mch_section-first-block:nth-child(4) {
    grid-row: auto;
  }

  .mch_section-first-block:first-child .mch_section-first-box {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .mch_section-first-block:first-child {
    order: -2;
  }

  .mch_section-first-block:nth-child(3) .mch_section-first-box {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 5%;
  }

  .mch_section-first-block:nth-child(4) .mch_section-first-box {
    top: 20%;
  }

  .mch_section-first-block:nth-child(4) {
    order: -1;
  }

  .mch_section-first-box {
    bottom: 10%;
  }

  .mch_section-second-items:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .mch_section-second-items:nth-child(2) .mch_section-second-text {
    color: #000;
    max-width: initial;
  }

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

  .mch_section-second-item {
    flex-direction: row;
  }

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

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

  .mch_section-first-block:nth-child(3) .mch_section-first-box {
    bottom: 5%;
  }

  .mch_section-first-block:nth-child(4) .mch_section-first-box {
    top: 15%;
  }

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

  .mch_section-first-contain:nth-child(3) {
    grid-template-columns: 1fr;
  }
}

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

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

  .mch_section-first-block:first-child,
  .mch_section-first-block:nth-child(4) {
    grid-column: auto;
  }

  .mch_section-first-block:last-child {
    grid-column: auto;
  }
}

@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-second-item {
    flex-direction: column;
  }
}