
/* =========================
  CTA 0
========================= */

.cta0-btn {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  background: #3e3ede;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #3e3ede;
  z-index: 1;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  border-radius: 0 !important;
}



.cta0-btn::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  right: 9px;
  bottom: -9px;
  border: 2px solid #3e3ede;
  z-index: -1;
}

a.cta0-btn:hover {
  background: #3e3ede;
  color: #fff !important;
  font-weight: 500;
}


.cta0-btn{
  background: #3e3ede!important; 
  color: #fff !important;
}


@media (forced-colors: active) {
a.cta0-btn:focus {
color: #fff!important;
}

.cta-btn-white::before {
border:0
}


.cta0-btn::before {
border:0;
} 

}



/* =========================
  CTA 1
========================= */


.cta1-btn {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  background: #3e3ede;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #3e3ede;
  z-index: 1;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  border-radius: 0 !important;
}

.cta1-btn::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  right: 9px;
  bottom: -9px;
  border: 2px solid #3e3ede;
  z-index: -1;
}

.cta1-btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a.cta1-btn:hover {
  color: #3e3ede !important;
  background-color: #eee;
}

a.cta1-btn:focus {
  color: #3e3ede !important;
}


.cta1-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-left: 10px solid #3e3ede;
  z-index: -1;
}

@media (forced-colors: active) {
  .cta1-btn::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -5px;
    right: 5px;
    bottom: -5px;
    border: 0px solid #3e3ede;
    z-index: -1;
  }
}




/* =========================
  CTA 2
========================= */

.cta2-btn {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  background: #3e3ede;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #3e3ede;
  z-index: 1;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  border-radius: 0 !important;
}

.cta2-btn::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  right: 9px;
  bottom: -9px;
  border: 2px solid #3e3ede;
  z-index: -1;
}

.cta2-btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a.cta2-btn:hover {
  color: #3e3ede !important;
  background-color: #eee;
}

a.cta2-btn:focus {
  color: #3e3ede !important;
}


@media (forced-colors: active) {
  .cta2btn::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -5px;
    right: 5px;
    bottom: -5px;
    border: 0px solid #3e3ede;
    z-index: -1;
  }
}





/* =========================
  CTA 3
========================= */

.cta3-btn {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  background: #3e3ede;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #3e3ede;
  z-index: 1;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  border-radius: 0 !important;
}

.cta3-btn::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  right: 5px;
  bottom: -5px;
  border: 1px solid #3e3ede;
  z-index: -1;
}

.cta3-btn:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a.cta3-btn:hover {
  color: #3e3ede !important;
  background-color: #eee;
}

a.cta3-btn:focus {
  color: #3e3ede !important;
}


@media (forced-colors: active) {
  .cta3btn::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -5px;
    right: 5px;
    bottom: -5px;
    border: 0px solid #3e3ede;
    z-index: -1;
  }
}






/* =========================
  CTA WHITE
========================= */

.cta-btn-white {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  background: #fff;
  color: #3e3ede;
  font-weight: 500;
  text-decoration: none;
  border: 2px solid #fff;
  z-index: 1;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  border-radius: 0 !important;
}

.cta-btn-white::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  right: 9px;
  bottom: -9px;
  border: 2px solid #fff;
  z-index: -1;
}

a.cta-btn-white:hover {
  background: #fff;
  color: #3e3ede;
  font-weight: 500;
}

a.cta-btn-white:focus {
color: #3e3ede !important;
 background: #fff;
}
@media (forced-colors: active) {
a.cta-btn-white:focus {
color: #fff!important;
}
}




