.cm-advertise-block-wrapper {
  gap: 2.5rem !important; }

.cm-advertise-block .advertise-banner-block {
  width: 100%;
  gap: 2.5rem; }
  .cm-advertise-block .advertise-banner-block:nth-child(1) {
    gap: 2.5rem; }
  .cm-advertise-block .advertise-banner-block .region {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    padding: 0 !important; }
  .cm-advertise-block .advertise-banner-block .cm-banner {
    padding: 0; }
  .cm-advertise-block .advertise-banner-block:has(.promotion-block) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 0 !important; }
    .cm-advertise-block .advertise-banner-block:has(.promotion-block) .promotion-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      padding: 20px;
      -ms-flex-preferred-size: calc(33.33333% - 2rem);
          flex-basis: calc(33.33333% - 2rem);
      background-color: #A88AF9;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .cm-advertise-block .advertise-banner-block:has(.promotion-block) .banner-block {
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%; }
    .cm-advertise-block .advertise-banner-block:has(.promotion-block) .region {
      -ms-flex: 1 1 0px;
          flex: 1 1 0; }
      .cm-advertise-block .advertise-banner-block:has(.promotion-block) .region img {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 100%; }
      @media screen and (max-width: 1024px) {
        .cm-advertise-block .advertise-banner-block:has(.promotion-block) .region img {
          border-top-right-radius: unset;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; } }
  @media screen and (max-width: 1024px) {
    .cm-advertise-block .advertise-banner-block {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.cm-advertise-block .block-title,
.cm-advertise-block .promotion-block-title,
.cm-advertise-block .promotion-block-description {
  font-size: 3rem;
  font-weight: 600;
  color: white; }

.cm-advertise-block .promotion-block-description {
  font-size: 1rem !important; }

.cm-advertise-block .block-info .block-title {
  color: black;
  margin-bottom: 0; }

@media screen and (max-width: 544px) {
  .cm-advertise-block .ad-item-wrapper .block-title {
    font-size: 2rem; } }

.cm-advertise-block .block-item,
.cm-advertise-block .promotion-block {
  background-color: #5A1ED4;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  height: 25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative; }
  .cm-advertise-block .block-item .block-image,
  .cm-advertise-block .promotion-block .block-image {
    position: absolute;
    bottom: 25px;
    right: 10px;
    width: 100%;
    max-width: 6rem; }
    .cm-advertise-block .block-item .block-image img,
    .cm-advertise-block .promotion-block .block-image img {
      width: 100%;
      height: auto; }
    @media screen and (min-width: 1200px) {
      .cm-advertise-block .block-item .block-image,
      .cm-advertise-block .promotion-block .block-image {
        max-width: 12rem; } }
    @media screen and (max-width: 544px) {
      .cm-advertise-block .block-item .block-image,
      .cm-advertise-block .promotion-block .block-image {
        max-width: 4rem; } }
  @media screen and (max-width: 768px) {
    .cm-advertise-block .block-item,
    .cm-advertise-block .promotion-block {
      height: 10rem; } }
  .cm-advertise-block .block-item :hover,
  .cm-advertise-block .promotion-block :hover {
    text-decoration: none; }

.cm-advertise-block .promotion-block {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
  height: inherit;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset; }
  @media screen and (max-width: 1024px) {
    .cm-advertise-block .promotion-block {
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
      max-width: 100% !important;
      border-top-right-radius: 10px;
      border-bottom-left-radius: unset !important;
      border-bottom-right-radius: unset; } }
  .cm-advertise-block .promotion-block a.learn-more {
    display: inline-block;
    padding: 0px 19.5px;
    height: 36px;
    background-color: #6632F5;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 100px;
    transition: all 0.3s ease;
    color: white !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.5rem !important; }
    .cm-advertise-block .promotion-block a.learn-more:hover {
      background-color: #CAB5FC; }
    .cm-advertise-block .promotion-block a.learn-more p {
      margin: 0;
      color: white;
      line-height: 1; }

.cm-advertise-block .cm-cta-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media screen and (max-width: 1024px) {
    .cm-advertise-block .cm-cta-banner {
      -ms-flex-direction: column;
          flex-direction: column; } }

/*# sourceMappingURL=cmAdvertiseBlock.css.map*/