.mch_wrapper {
  color: #38404A;
}

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

.mch_section-first-content {
  padding: 3%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  background: linear-gradient(180deg, #c4c1be 0%, #c8c5c3 4%, #ccc9c8 11%, #d0cdcc 18%, #d5d3d1 31%, #d7d5d3 46%, #d7d6d4 60%, #d6d5d4 78%, #d4d2d1 87%, #d0cfce 97%, #d0cecd 100%);
}

.mch_section-first-content .mch_section-first-text {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2vw;
  text-align: center;
}

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

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

.mch_section-first-pictures .mch_section-first-picture {
  width: calc(20% - 2vw);
  max-width: 8%;
  margin: 0 auto;
}

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

.mch_section-first-items {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding: 3%;
  background: #303E48;
  color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
}

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

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

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

.mch_section-first-item:last-child .mch_section-first-text .mch_section-first-picture {
  max-width: 50%;
}

.mch_section-first-block {
  background: linear-gradient(180deg, #c4c1be 0%, #c8c5c3 4%, #ccc9c8 11%, #d0cdcc 18%, #d5d3d1 31%, #d7d5d3 46%, #d7d6d4 60%, #d6d5d4 78%, #d4d2d1 87%, #d0cfce 97%, #d0cecd 100%);
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding: 6% 3%;
  margin-top: -3%;
}

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

.mch_section-first-box {
  background: #303E48;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-radius: 20px;
  margin-top: -5%;
  z-index: 1;
}

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

.mch_section-first-cont {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mch_section-first-cont .mch_section-first-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3%;
}

.mch_section-first-container {
  padding: 10% 5%;
  overflow: hidden;
  position: relative;
  margin-top: -2%;
  background: linear-gradient(180deg, #c4c1be 0%, #c8c5c3 4%, #ccc9c8 11%, #d0cdcc 18%, #d5d3d1 31%, #d7d5d3 46%, #d7d6d4 60%, #d6d5d4 78%, #d4d2d1 87%, #d0cfce 97%, #d0cecd 100%);
}

.mch_section-first-container .mch_section-first-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  background: #fff;
  padding: 3%;
  padding-right: 50%;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

.mch_section-first-container .mch_section-first-picture {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(5%, -50%);
  transform: translate(5%, -50%);
  width: 70%;
}

@media screen and (max-width: 960px) {
  .mch_section-first-content .mch_section-first-text {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .mch_section-first-pictures .mch_section-first-picture {
    width: calc(33.3% - 2vw);
    max-width: 70px;
  }

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

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

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

  .mch_section-first-container .mch_section-first-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 3%;
    background: none;
    text-align: center;
  }

  .mch_section-first-container .mch_section-first-picture {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    width: initial;
  }

  .mch_section-first-container {
    padding: 3%;
  }
}

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

  .mch_mobile {
    display: block;
  }

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

@media screen and (max-width: 480px) {
  .mch_section-first-pictures .mch_section-first-picture {
    width: calc(50% - 2vw);
    max-width: 70px;
    height: 150px;
  }

  .mch_section-first-pictures .mch_section-first-picture p {
    display: flex;
    height: 150px;
  }

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

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