.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 15px; }
    .affiliate-cta-wrapper .affiliate-cta-inner .affiliate-cta-innerBox {
      z-index: 99;
      position: relative; }
  .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-wrapper .affiliate-cta-btn-wrapper .affiliate-cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #000;
      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;
      text-decoration: none;
      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 strong,
      .affiliate-cta-wrapper .affiliate-cta-btn-wrapper .affiliate-cta-btn span{
        padding: 0 5px;
      }
    .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 .glimmer-effect::after {
    display: none;
    content: ' ';
    position: absolute;
    top: -50%;
    right: -60%;
    bottom: -50%;
    left: -60%;
    background: linear-gradient(50deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%);
    -webkit-transform: translate(-80%, 0px);
    -ms-transform: translate(-80%, 0px);
    transform: translate(-80%, 0px); }
  .affiliate-cta-wrapper .glimmer-effect::after {
    display: block;
    animation: 8s cfs-glimmer infinite; }

@keyframes cfs-glimmer {
  0% {
    -webkit-transform: translate(-80%, 0px);
    -ms-transform: translate(-80%, 0px);
    transform: translate(-80%, 0px); }
  50% {
    -webkit-transform: translate(80%, 0px);
    -ms-transform: translate(80%, 0px);
    transform: translate(80%, 0px); } }
  .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,
  .affiliate-cta-wrapper .btn-is-flex-medium,
  .affiliate-cta-wrapper .btn-is-flex-large,
  .affiliate-cta-wrapper .btn-is-flex-extra-large {
    width: fit-content;
    width: -moz-fit-content; }
  .affiliate-cta-wrapper .btn-is-flex-small {
    min-width: 180px; }
  .affiliate-cta-wrapper .btn-is-flex-medium {
    min-width: 275px; }
  .affiliate-cta-wrapper .btn-is-flex-large {
    min-width: 417px; }
  .affiliate-cta-wrapper .btn-is-flex-extra-large {
    min-width: 512px; }
  .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;
  left: 0;
  right: 0; }

.icon-parent {
  overflow: hidden;
  width: 110px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(180deg);
  padding: 0px 0 0 0px; }
  .icon-parent .affiliate-bg-icon {
    position: absolute;
    top: 0;
    left: 0;
    rotate: 140deg; }

.icon-parent.large {
  width: 150px;
  height: 150px; }

.icon-parent.small {
  width: 80px;
  height: 80px; }
