#cta-5e3155d60efde00fd4908484 {
  /* --------------------------------------- */
  /* button */
  /* --------------------------------------- */
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--cv .button-cont a {
  background-color: #70c6c5;
  min-width: 240px;
  border-radius: 50px;
  color: #333;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--cv .button-cont a:hover {
  background-color: #d1ff56;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--cv--asp {
  margin-top: 30px;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--cv--asp .button-cont a {
  background-color: #FF8000;
  min-width: 400px;
  border-radius: 100px;
  padding: 23px 0;
  line-height: 58px;
  color: #fff;
  font-size: 28px;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--cv--asp .button-cont a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 769px) {
  #cta-5e3155d60efde00fd4908484 .ib_c-button--cv--asp .button-cont a {
    min-width: 300px;
    width: 300px;
    margin: 0 auto;
    /* max-width: 80%; */
    height: 80px;
    line-height: 80px;
    padding: 0;
  }
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--cv--inc {
  margin-top: 30px;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--cv--inc .button-cont a {
  background-color: #ccc;
  min-width: 300px;
  border-radius: 100px;
  padding: 18px 0;
  line-height: 58px;
  color: #000;
  font-size: 28px;
  border: 1px solid #ccc;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--cv--inc .button-cont a:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
@media screen and (max-width: 769px) {
  #cta-5e3155d60efde00fd4908484 .ib_c-button--cv--inc .button-cont a {
    min-width: 200px;
    width: 200px;
    margin: 0 auto;
    /* max-width: 80%; */
    height: 60px;
    line-height: 60px;
    padding: 0;
  }
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage {
  border-right: 1px solid #41b5d0;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage:first-of-type {
  border-left: 1px solid #41b5d0;
}
@media screen and (max-width: 769px) {
  #cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage {
    border: 1px solid #41b5d0;
  }
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage .button-cont a {
  color: #41b5d0;
  position: relative;
  display: inline-block;
  transition: 0s;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage .button-cont a::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-bottom: solid 2px #41b5d0;
  border-right: solid 2px #41b5d0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -7px;
  left: -10px;
  margin-left: -6px;
  display: inline-block;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage .button-cont a:hover {
  background-color: #41b5d0 !important;
  color: #fff;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage .button-cont a:hover::before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
@media screen and (max-width: 769px) {
  #cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage .button-cont a {
    font-size: 12px;
    background-color: initial;
  }
  #cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage .button-cont a::before {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 10px;
  }
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage:hover {
  background-color: #41b5d0;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage:hover .button-cont a {
  background-color: #41b5d0 !important;
  color: #fff;
}
#cta-5e3155d60efde00fd4908484 .ib_c-button--innerpage:hover .button-cont a::before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}