.affiliate-cta-wrapper {
  text-align: center;
  margin: 30px 0px 30px 0px; }
  .affiliate-cta-wrapper .affiliate-cta-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .affiliate-cta-wrapper .affiliate-cta-title, .affiliate-cta-wrapper .affiliate-cta-content {
    position: relative; }
  .affiliate-cta-wrapper .affiliate-cta-title {
    margin-bottom: 15px;
    margin-top: 0px;
    word-break: break-word; }
  .affiliate-cta-wrapper .affiliate-cta-inner {
    position: relative;
    background: #ffffff;
    padding: 20px 20px 20px 20px; }
  .affiliate-cta-wrapper .affiliate-cta-content {
    margin-bottom: 0px; }
  .affiliate-cta-wrapper .affiliate-d-table {
    display: table;
    width: 100%; }
  .affiliate-cta-wrapper .affiliate-block-advanced-list {
    display: table-cell;
    width: 50%; }
  .affiliate-cta-wrapper .affiliate-props-title {
    background-color: #00bf08;
    color: #ffffff;
    padding: 10px 10px 10px 10px; }
  .affiliate-cta-wrapper .affiliate-const-title {
    background-color: #eb3903;
    color: #ffffff;
    padding: 10px 10px 10px 10px; }
  .affiliate-cta-wrapper .affiliate-cta-btn-wrapper {
    max-width: 100%;
    display: flex;
    margin-top: 20px; }
    .affiliate-cta-btn strong, .affiliate-cta-btn span{
      padding: 0 3px;
    }
    .affiliate-cta-wrapper .affiliate-cta-btn-wrapper .affiliate-cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-align: center;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: #ffc207;
      position: relative;
      z-index: 1;
      overflow: hidden;
      transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out; }
    .affiliate-cta-wrapper .affiliate-cta-btn-wrapper .affiliate-cta-btn:hover {
      background-color: #00ffcc; }
  .affiliate-cta-wrapper .btn-is-rounded {
    border-radius: 60px 60px 60px 60px; }
  .affiliate-cta-wrapper .af-icon-is-right {
    padding-left: 10px; }
  .affiliate-cta-wrapper .af-icon-is-left {
    padding-right: 10px; }
  .affiliate-cta-wrapper .btn-is-small {
    width: 180px;
    padding: 10px; }
  .affiliate-cta-wrapper .btn-is-medium {
    width: 275px;
    padding: 15px; }
  .affiliate-cta-wrapper .btn-is-large {
    width: 417px;
    padding: 20px; }
  .affiliate-cta-wrapper .btn-is-extra-large {
    width: 512px;
    padding: 20px; }
  .affiliate-cta-wrapper .btn-is-flex-small {
    min-width: 180px;
    width: fit-content;
    width: -moz-fit-content; }
  .affiliate-cta-wrapper .btn-is-flex-medium {
    min-width: 275px;
    width: fit-content;
    width: -moz-fit-content; }
  .affiliate-cta-wrapper .btn-is-flex-large {
    min-width: 417px;
    width: fit-content;
    width: -moz-fit-content; }
  .affiliate-cta-wrapper .btn-is-flex-extra-large {
    min-width: 512px;
    width: fit-content;
    width: -moz-fit-content; }
  .affiliate-cta-wrapper .affiliate-abbtn-icon {
    display: flex;
    justify-content: center; }
  .affiliate-cta-wrapper .btn-is-fullw {
    width: 100%; }

.affiliate-cta-style2 .affiliate-cta-inner {
  position: relative;
  padding: 50px 20px 50px 20px; }

.affiliate-cta-style2 .affiliate-cta-btn-wrapper {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0; }

  @media (max-width: 640px){
    .affiliate-cta-wrapper .btn-is-flex-extra-large{
      min-width: auto;
      width: 100%;
    }
  }

.affiliate-cta-inner{
			border-radius:8px;
		}
		.affiliate-cta-btn i{display:none!important;}
		.affiliate-cta-btn{
			    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: linear-gradient(135deg, #ffcf4a 0%, #ffad1f 45%, #ff8a00 100%);
    color: #3c2e02 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(255, 145, 0, 0.28), 0 3px 8px rgba(0, 0, 0, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
			border-color:#ffd041!important;
			margin-bottom:15px;
		}
		.affiliate-cta-title {
    font-size: 39px!important;
			line-height:1.3;
		}
		.affiliate-cta-btn::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 10%;
    right: 10%;
    height: 45%;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.30),
        rgba(255, 255, 255, 0)
    );

    border-radius: 999px;

    pointer-events: none;
}

/* Shine animation */
.affiliate-cta-btn::after {
    content: "";
    position: absolute;

    top: -20%;
    left: -80%;

    width: 45%;
    height: 140%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );

    transform: skewX(-20deg);

    transition: left 0.6s ease;

    pointer-events: none;
}

.affiliate-cta-btn:hover {
    color: #fff !important;

    transform: translateY(-2px);
    filter: brightness(1.04);

    box-shadow:
        0 12px 28px rgba(255, 145, 0, 0.36),
        0 5px 12px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.50);
}

.affiliate-cta-btn:hover::after {
    left: 130%;
}

.affiliate-cta-btn:active {
    transform: translateY(0);

    box-shadow:
        0 5px 14px rgba(255, 145, 0, 0.25),
        inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.affiliate-cta-btn span {
    position: relative;
    z-index: 2;
}

.affiliate-cta-btn .affiliate-abbtn-icon {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
}

@media (max-width: 576px) {
    .affiliate-cta-btn {
        min-height: 43px;
        padding: 11px 21px;
        font-size: 13px;
    }
}