.mch_wrapper {
  color: #000326;
}

.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_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_desktop {
  display: block;
}

.mch_mobile {
  display: none;
}

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

.mch_section-first-text {
  position: absolute;
  bottom: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 2vw;
  text-align: center;
}

.mch_section-first-title {
  color: #b7c1ea;
  font-size: clamp(14px, 2.2vw, 40px);
}

.mch_section-first-block {
  max-width: 45%;
  margin: 0 auto;
}

.mch_section-first-subtitle {
  color: #0081ff;
  font-size: clamp(12px, 2vw, 30px);
}

.mch_section-second {
  background: #46475C;
  margin-top: -2vw;
  border-radius: 20px;
  color: #fff;
}

.mch_section-second-heading {
  font-size: clamp(16px, 3vw, 56px);
  padding: 5%;
}

.mch_section-second-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 5% 5%;
  gap: 3vw;
}

.mch_section-second-items {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  justify-content: space-between;
}

.mch_section-second-item {
  display: flex;
  align-items: center;
  gap: 2vw;
}

.mch_section-second-icon {
  max-width: 30%;
  position: relative;
  padding: 0 2% 0;
}

.mch_section-second-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: auto;
  background: #878787;
}

.mch_section-second-subtitle {
  font-size: clamp(12px, 1.8vw, 30px);
}

.mch_section-second-title {
  font-size: clamp(16px, 3vw, 40px);
}

.mch_section-second-box {
  width: calc(25% - 2vw);
}

.mch_section-info {
  margin-top: -3%;
}

.mch_section-info-content {
  background: #000326;
  color: #fff;
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  gap: 3vw;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.mch_section-info-text {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 0 3%;
  text-align: center;
}

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

.mch_section-third {
  margin-top: -3%;
}

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

.mch_section-third .mch_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 3%;
  text-align: center;
  font-size: clamp(16px, 3vw, 56px);
}

.mch_section-third-item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 65%;
  padding: 3%;
  color: #fff;
}

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

.mch_section-fourth-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
  padding: 3% 3% 5%;
}

.mch_section-fourth-item {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-fourth-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mch_section-fourth-subtitle {
  position: relative;
  padding-left: 3%;
}

.mch_section-fourth-subtitle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  width: 1px;
  height: auto;
}

.mch_section-fifth-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  padding: 23% 0;
  color: #fff;
  font-size: clamp(14px, 3vw, 56px);
}

.mch_section-fifth-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  padding: 5%;
  position: absolute;
  bottom: -60%;
  left: 0;
}

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

.mch_section-fifth-contain {
  font-size: clamp(14px, 2.5vw, 40px);
  position: relative;
  font-weight: 700;
  padding-left: 5%;
}

.mch_section-fifth-contain::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: auto;
  background: #878787;
}

.mch_section-fifth-subtitle {
  font-size: clamp(12px, 2vw, 30px);
  padding-left: 5%;
}

.mch_section-sixth {
  margin-top: 50%;
}

.mch_section-sixth-title {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10% 5%;
  color: #fff;
  font-size: clamp(14px, 2.5vw, 40px);
  max-width: 50%;
}

.mch_section-sixth-subtitle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20% 5%;
  color: #fff;
  font-size: clamp(12px, 2vw, 30px);
  max-width: 50%;
}

.mch_section-sixth .mch_mobile {
  display: none;
}

.mch_section-sixth-image {
  display: none;
}

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

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

.mch_section-seventh-item:nth-child(1) {
  padding: 0 3%;
}

.mch_section-seventh-item:nth-child(2) .mch_section-seventh-block {
  padding: 0 3%;
}

.mch_section-seventh-item:last-child .mch_section-seventh-block {
  display: flex;
  max-width: 50%;
  margin: 0 auto;
  justify-content: start;
}

.mch_section-seventh-item:last-child .mch_section-seventh-icon {
  max-width: 30%;
}

.mch_section-seventh-caption {
  text-align: center;
  color: #727A99;
  padding: 0 3%;
}

.mch_section-seventh-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  padding: 0 3%;
}

.mch_section-seventh-box {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.mch_section-seventh-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mch_section-seventh-subtitle {
  position: relative;
  padding-left: 3%;
}

.mch_section-seventh-subtitle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  width: 1px;
  height: auto;
}

.mch_section-seventh .mch_title {
  text-align: center;
}

.mch_section-seventh-icon {
  max-width: 50%;
}

.mch_section-seventh-button {
  background: #000326;
  border-radius: 15px;
  max-width: 25%;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 2%;
  text-align: center;
}

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

.mch_section-eighth-items {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

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

.mch_section-eighth-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 3%;
  color: #fff;
  text-align: center;
}

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

.mch_section-eighth-item {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  justify-content: space-between;
}

.mch_section-eighth-block {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-eighth-box {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.mch_section-eighth-icon {
  max-width: 10%;
  flex-shrink: 0;
}

.mch_section-eighth-button {
  background: #000326;
  border-radius: 15px;
  max-width: 40%;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 2%;
  text-align: center;
}

.mch_section-ninth {
  margin-top: 5%;
}

.mch_section-ninth-content {
  background: #46475C;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: #fff;
}

.mch_section-ninth-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  padding: 5%;
}

.mch_section-ninth-item {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  justify-content: space-between;
}

.mch_section-ninth-title {
  font-size: clamp(14px, 3vw, 56px);
}

.mch_section-ninth-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 5%;
}

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

.mch_section-ninth-caption {
  font-size: clamp(9px, 1.2vw, 22px);
  color: #C5CADC;
}

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

  .mch_mobile {
    display: block;
  }

  .mch_section-first-content {
    background: #252639;
  }

  .mch_section-first-text {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 0 3% 7%;
  }

  .mch_section-second {
    margin-top: -3vw;
  }

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

  .mch_section-second-icon {
    max-width: 50px;
    padding: 0;
  }

  .mch_section-second-icon::after {
    display: none;
  }

  .mch_section-third-item {
    position: static;
    max-width: initial;
    background: #46475c;
    padding: 3% 10%;
  }

  .mch_section-fifth-title {
    text-align: center;
  }

  .mch_section-sixth-title {
    top: initial;
    bottom: 35%;
    left: 5%;
    max-width: initial;
    font-size: clamp(14px, 3.5vw, 40px);
  }

  .mch_section-sixth-subtitle {
    top: initial;
    bottom: 0;
    left: 5%;
    max-width: initial;
    font-size: clamp(12px, 3vw, 30px);
  }

  .mch_section-sixth .mch_mobile {
    display: block;
  }

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

  .mch_section-ninth-item {
    display: contents;
  }

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

  .mch_section-ninth-title {
    order: -1;
  }
}

@media screen and (max-width: 640px) {
  .mch_section-fourth-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .mch_section-seventh-item:last-child .mch_section-seventh-icon {
    max-width: 15%;
  }

  .mch_section-seventh-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mch_section-seventh-box {
    width: calc(50% - 2vw);
  }

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

@media screen and (max-width: 540px) {
  .mch_section-fifth-title {
    top: 5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mch_section-fifth-items {
    grid-template-columns: 1fr;
    position: static;
    margin-top: -15%;
  }

  .mch_section-sixth {
    margin-top: initial;
  }
}

@media screen and (max-width: 480px) {
  .mch_section-fourth-item {
    width: 100%;
  }

  .mch_section-sixth-title {
    padding: 10% 5%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: clamp(18px, 5vw, 56px);
    max-width: initial;
    bottom: initial;
    top: 0;
    width: 100%;
  }

  .mch_section-sixth-subtitle {
    color: #000326;
    padding: 5%;
    max-width: initial;
    position: static;
  }

  .mch_section-sixth .mch_mobile {
    display: none;
  }

  .mch_section-sixth-image {
    display: block;
  }

  .mch_section-seventh-item:last-child .mch_section-seventh-block {
    max-width: initial;
  }

  .mch_section-seventh-box {
    width: 100%;
  }

  .mch_section-seventh-button {
    max-width: 40%;
  }

  .mch_section-eighth-button {
    max-width: 40%;
  }
}

@media screen and (max-width: 440px) {
  .mch_section-fifth-title {
    top: 4%;
  }
}

@media screen and (max-width: 380px) {
  .mch_section-second-box {
    width: calc(33.3% - 2vw);
  }
}

@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: 360px) {
  .mch_section-fifth-title {
    top: 3%;
  }
}

@media screen and (max-width: 340px) {
  .mch_section-seventh-button {
    max-width: 60%;
  }

  .mch_section-eighth-title {
    font-size: 12px;
  }

  .mch_section-eighth-button {
    max-width: 60%;
  }
}

@media screen and (max-width: 320px) {
  .mch_section-fifth-title {
    top: 2%;
  }
}

@media screen and (max-width: 290px) {
  .mch_section-fifth-title {
    top: 1%;
  }
}