*::selection {
  background-color: rgba(62, 173, 235, 0.1);
}
.wisen-btn {
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  border: none;
  box-shadow: none;
  outline: none;
}
.wisen-btn:hover,
.wisen-btn:focus,
.wisen-btn:visited {
  text-decoration: none;
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-btn.btn-1 {
  padding: 10px 25px;
  background: #3EADEB;
  color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}
.wisen-btn.btn-1:hover,
.wisen-btn.btn-1:focus,
.wisen-btn.btn-1:visited {
  color: #ffffff;
}
.wisen-btn.btn-1:hover,
.wisen-btn.btn-1:focus {
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.wisen-btn.btn-1:hover:hover,
.wisen-btn.btn-1:focus:hover,
.wisen-btn.btn-1:hover:focus,
.wisen-btn.btn-1:focus:focus {
  transform: translateY(-5px);
  box-shadow: 0px 6px 9px 4px rgba(56, 76, 103, 0.13);
}
.wisen-btn.btn-1.p-absolute:hover,
.wisen-btn.btn-1.p-absolute:focus {
  transform: translate(-50%, -5px);
}
.wisen-btn.btn-2 {
  background: #3EADEB;
  color: #ffffff;
  border: 1px solid #3EADEB;
  transition: .3s cubic-bezier(.4, 0, 1, 1), background-color .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1);
}
.wisen-btn.btn-2:hover,
.wisen-btn.btn-2:focus {
  box-shadow: inset -6em 0 0 0 #ffffff, inset 6em 0 0 0 #ffffff;
  color: #3EADEB;
  transition: .3s cubic-bezier(.4, 0, 1, 1), background-color .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1);
}
.wisen-btn.btn-3 {
  position: relative;
  text-align: center;
  width: 240px;
  transition: all 0.2s linear 0s;
}
.wisen-btn.btn-3:before {
  content: "\edde";
  font-family: 'icomoon';
  color: #ffffff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
}
.wisen-btn.btn-3:hover,
.wisen-btn.btn-3:focus {
  text-indent: -30px;
  color: #ffffff;
  transition: all 0.2s linear 0s;
}
.wisen-btn.btn-3:hover:before,
.wisen-btn.btn-3:focus:before {
  opacity: 1;
  text-indent: 0;
}
.wisen-btn.btn-4 .icon-1-rotate {
  transform: rotate(45deg);
  transition: transform 1.0s;
}
.wisen-btn.btn-4 .icon-2 {
  display: none;
}
.wisen-btn.btn-4:hover,
.wisen-btn.btn-4:focus {
  color: #ffffff;
}
.wisen-btn.btn-4:hover .icon-1-rotate,
.wisen-btn.btn-4:focus .icon-1-rotate {
  transform: rotate(405deg);
}
.wisen-btn.btn-4:visited .icon-1-rotate {
  display: none;
}
.wisen-btn.btn-4:visited .icon-2 {
  display: inline-block;
}
/* btn info module */
.wisen-btn.btn-module-info[aria-expanded="true"] .icon,
.wisen-btn.btn-property-module[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}
.box-hover-light {
  transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.box-hover-light:hover,
.box-hover-light:focus {
  text-decoration: none;
}
.box-hover-light.box-turquoise:hover,
.box-hover-light.box-turquoise:focus {
  color: #ffffff;
  background: #9ad4f5;
}
.box-hover-light.box-grey:hover,
.box-hover-light.box-grey:focus {
  color: inherit;
  background: #f2f2f2;
}
/*# sourceMappingURL=cta.css.map */
