.container-in {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) {
  .container-in {
    max-width: 100vw;
    padding: 0 1.493vw;
  }
}
@media screen and (max-width: 767px) {
  .container-in {
    padding: 0 2.778vw;
  }
}

.block-potential-partner-post-content {
  margin: 30px 0;
}
@media screen and (max-width: 1340px) {
  .block-potential-partner-post-content {
    margin: 2.239vw 0;
  }
}
@media screen and (max-width: 767px) {
  .block-potential-partner-post-content {
    margin: 7.634vw 0;
  }
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper {
  display: flex;
  justify-content: center;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card {
  max-width: 600px;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1340px) {
  .block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card {
    max-width: 44.776vw;
    padding: 2.239vw;
    border-radius: 2.239vw;
    gap: 1.866vw;
  }
}
@media screen and (max-width: 767px) {
  .block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card {
    max-width: 100%;
    padding: 5.089vw;
    border-radius: 5.089vw;
    gap: 5.089vw;
  }
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.black {
  background-color: #1F1D1D;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.black .card-header .tag {
  background-color: #3B77F6;
  color: #fff;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.black .text__wrapper p {
  color: rgba(255, 255, 255, 0.7);
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.blue {
  background-color: #3B77F6;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.blue .card-header .tag {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.blue .text__wrapper p {
  color: rgba(255, 255, 255, 0.9);
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.light-blue {
  background-color: #CCF0FF;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.light-blue .card-header .tag {
  background-color: #00B4FF;
  color: #fff;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.light-blue .text__wrapper p {
  color: #272742;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.purple {
  background-color: #E4C9FF;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.purple .card-header .tag {
  background-color: #9846E7;
  color: #fff;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card.purple .text__wrapper p {
  color: #272742;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
  .block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .card-header {
    flex-wrap: wrap;
    gap: 3.817vw;
  }
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .card-header .image__wrapper {
  height: 58px;
  flex-shrink: 0;
}
@media screen and (max-width: 1340px) {
  .block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .card-header .image__wrapper {
    height: 4.328vw;
  }
}
@media screen and (max-width: 767px) {
  .block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .card-header .image__wrapper {
    height: 14.758vw;
  }
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .card-header .image__wrapper img {
  height: 100%;
  object-fit: cover;
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .card-header .tag {
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
}
@media screen and (max-width: 1340px) {
  .block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .card-header .tag {
    padding: 0.373vw 0.746vw;
    border-radius: 0.896vw;
    font-size: 0.821vw;
    line-height: 1.119vw;
  }
}
@media screen and (max-width: 767px) {
  .block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .card-header .tag {
    padding: 1.272vw 2.545vw;
    border-radius: 3.053vw;
    font-size: 2.799vw;
    line-height: 3.817vw;
  }
}
.block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .text__wrapper p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 1340px) {
  .block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .text__wrapper p {
    font-size: 0.97vw;
    line-height: 1.493vw;
  }
}
@media screen and (max-width: 767px) {
  .block-potential-partner-post-content .block-potential-partner-post-content__wrapper .potential-partner-card .text__wrapper p {
    font-size: 3.308vw;
    line-height: 5.089vw;
  }
}

.block-frontmmp-footer-cta {
  margin-top: 32px;
  background-color: #272742;
}
@media screen and (max-width: 1600px) {
  .block-frontmmp-footer-cta {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .block-frontmmp-footer-cta {
    margin-top: 6.061vw;
  }
}
.block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper {
  padding: 60px 50px 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1600px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper {
    padding: 3.75vw 3.125vw 1.875vw 3.125vw;
    gap: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper {
    padding: 10.101vw 5.051vw;
    gap: 6.061vw;
  }
}
.block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1600px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .heading {
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .heading {
    gap: 4.04vw;
  }
}
.block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .heading .title {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .heading .title {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .heading .title {
    font-size: 8.586vw;
  }
}
.block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .heading .description {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .heading .description {
    font-size: 1.125vw;
    line-height: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .heading .description {
    font-size: 4.04vw;
    line-height: 120%;
  }
}
.block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .footer-cta-button {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background-color: #B984FF;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .footer-cta-button {
    padding: 1vw 1.5vw;
    gap: 0.625vw;
    border-radius: 0.75vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .footer-cta-button {
    padding: 4.04vw 6.061vw;
    gap: 2.525vw;
    border-radius: 3.03vw;
    font-size: 5.556vw;
  }
}
.block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .footer-cta-button svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1600px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .footer-cta-button svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block-frontmmp-footer-cta .frontmmp-footer-cta-wrapper .footer-cta-button svg {
    width: 6.061vw;
    height: 6.061vw;
  }
}