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

.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-block {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

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

.mch_section-first-items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-first .mch_subtitle {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30%;
  padding: 3%;
}

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

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

.mch_section-second-content .mch_title {
  text-align: center;
  padding: 0 3%;
}

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

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

.mch_section-second-block {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  position: absolute;
  top: 0;
  left: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 30%;
  width: 100%;
  padding: 2%;
  bottom: 0;
}

.mch_section-second-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 30%;
  padding: 2%;
}

.mch_section-second-video {
  height: 100%;
}

.mch_section-second-video video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
}

.mch_section-third-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2% 0;
  gap: 2vw;
}

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

.mch_section-third-block {
  position: absolute;
  top: 0;
  left: 25%;
  padding: 3%;
  max-width: 35%;
}

.mch_section-third-block:nth-child(2) {
  left: 45%;
  top: 15%;
}

.mch_section-third-block:nth-child(3) {
  left: initial;
  right: 5%;
  top: 36%;
  max-width: 45%;
}

.mch_section-third-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 3%;
}

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

.mch_section-third-subtitle {
  position: absolute;
  bottom: 0;
  left: 15%;
  padding: 3%;
  max-width: 50%;
}

.mch_section-fourth-content {
  display: grid;
  grid-template-columns: 2.56fr 1fr;
  position: relative;
  padding: 2% 0;
  gap: 2vw;
}

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

.mch_section-fourth-items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.mch_section-fourth .mch_subtitle {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 3%;
  text-align: center;
  width: 100%;
  max-width: 75%;
  background: #ffffff8c;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

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

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

.mch_section-fifth-content .mch_section-fifth-picture {
  height: 100%;
}

.mch_section-fifth-content .mch_section-fifth-picture p {
  height: 100%;
  display: flex;
}

.mch_section-fifth-content .mch_section-fifth-picture p img {
  -o-object-fit: cover;
  object-fit: cover;
}

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

.mch_section-fifth-items .mch_title {
  grid-column: 1 / -1;
  text-align: center;
}

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

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

.mch_section-sixth-content .mch_section-sixth-picture {
  height: 100%;
}

.mch_section-sixth-content .mch_section-sixth-picture p {
  height: 100%;
  display: flex;
}

.mch_section-sixth-content .mch_section-sixth-picture p img {
  -o-object-fit: cover;
  object-fit: cover;
}

.mch_section-sixth-items {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  position: relative;
}

.mch_section-sixth-items .mch_caption {
  position: absolute;
  bottom: 3%;
  left: 3%;
  right: 3%;
  text-align: center;
  padding: 2%;
  background: #ffffff8c;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.mch_section-sixth-block {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 30%;
  background: #fff;
  text-align: center;
  padding: 3%;
  border-radius: 50%;
  width: 25%;
  height: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mch_section-seventh-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  padding: 2% 0;
  align-items: center;
}

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

.mch_section-seventh-content .mch_section-seventh-picture {
  height: 100%;
}

.mch_section-seventh-content .mch_section-seventh-picture p {
  height: 100%;
  display: flex;
}

.mch_section-seventh-content .mch_section-seventh-picture p img {
  -o-object-fit: cover;
  object-fit: cover;
}

.mch_section-seventh-text {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 40%;
  background: #fff;
  text-align: center;
  padding: 3%;
  border-radius: 50%;
  width: 40%;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.mch_section-eighth-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2% 0;
  gap: 2vw;
}

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

.mch_section-eighth-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 4%;
  left: 2%;
  padding: 2%;
  max-width: 80%;
  background: #ffffff8c;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.mch_section-ninth-content {
  display: grid;
  grid-template-columns: 1fr 1.75fr 1fr;
  position: relative;
  padding: 2% 3%;
  gap: 2vw;
}

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

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

.mch_section-ninth-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  justify-content: space-between;
}

.mch_section-tenth-content {
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  position: relative;
  padding: 2% 0;
  gap: 2vw;
}

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

.mch_section-tenth-items {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mch_section-tenth-text {
  position: absolute;
  top: 3%;
  right: 3%;
  padding: 2%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #ffffff8c;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.mch_section-tenth-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 2%;
  position: absolute;
  bottom: 3%;
  left: 3%;
  max-width: 45%;
  background: #ffffff8c;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.mch_section-eleventh-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2% 3%;
  gap: 2vw;
  background: #dededf;
}

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

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

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

.mch_section-eleventh-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}

.mch_section-eleventh-picture {
  height: 100%;
}

.mch_section-eleventh-picture p {
  height: 100%;
  display: flex;
}

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

.mch_section-eleventh-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: right;
  max-width: 50%;
  align-self: end;
}

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

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

.mch_section-twelfth-items:last-child {
  padding-top: 3%;
}

.mch_section-twelfth-items:last-child::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
}

.mch_section-twelfth-items:last-child .mch_section-twelfth-icon {
  order: 1;
}

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

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

@media screen and (max-width: 960px) {
  .mch_section-third-block:nth-child(3) {
    top: 40%;
  }

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

@media screen and (max-width: 768px) {
  .mch_section-first .mch_subtitle {
    position: static;
    max-width: initial;
    padding: 0 3%;
    text-align: center;
  }

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

  .mch_section-second-block {
    position: static;
    max-width: initial;
    -webkit-transform: none;
    transform: none;
    padding: 0 3%;
  }

  .mch_section-second-caption {
    position: static;
    max-width: initial;
    padding: 0 3%;
  }

  .mch_section-third-block:nth-child(3) {
    max-width: initial;
  }

  .mch_section-third-block {
    position: static;
    max-width: initial;
    padding: 0 3%;
  }

  .mch_section-third-subtitle {
    position: static;
    max-width: initial;
    padding: 0 3%;
  }

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

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

  .mch_section-sixth-block {
    position: static;
    -webkit-transform: none;
    transform: none;
    background: none;
    border-radius: initial;
    width: auto;
    height: auto;
    max-width: initial;
    order: -1;
  }

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

  .mch_section-seventh-text {
    position: static;
    -webkit-transform: none;
    transform: none;
    background: none;
    border-radius: initial;
    width: auto;
    height: auto;
    max-width: initial;
    order: -1;
  }

  .mch_section-eighth-text {
    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-ninth-item:nth-child(3) {
    order: 1;
    grid-column: 1 / -1;
  }

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

  .mch_section-twelfth-items:last-child::after {
    display: none;
  }

  .mch_section-twelfth-items:last-child .mch_section-twelfth-icon {
    order: 0;
  }

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

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

  .mch_mobile {
    display: block;
  }

  .mch_section-tenth-items {
    gap: 2vw;
  }

  .mch_section-tenth-text .mch_caption:first-child {
    font-size: 16px;
  }

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

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

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

  .mch_section-eleventh-block {
    max-width: initial;
  }
}

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

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

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

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

  .mch_section-ninth-content {
    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;
  }
}