.home-intro .title {
    color: #fff !important;
    text-transform: uppercase;
    cursor: default;
    text-align: left;
    white-space: nowrap;
    font-weight: 900;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    font-family: 'Asap';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.home-intro h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    font-weight: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    margin-bottom: 0;
}
.home-intro h2 {
    color: #99ffd1 !important;
}

.home-intro {
    margin: 25% 2% 2% -6%;
}



@media only screen and (max-width:1280px) {
	.home-intro {
    margin: 25% 2% 2% 12%;
}}

@media only screen and (max-width:768px) {
	.home-intro {
    margin: 25% 2% 2% 6%;
}}


.home-intro .button {
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #85f2c1;
    padding: 0 43px !important;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.home-intro .button.hovered {
  -webkit-transition: background 0s ease-in-out 0.3s;
  -moz-transition: background 0s ease-in-out 0.3s;
  -ms-transition: background 0s ease-in-out 0.3s;
  -o-transition: background 0s ease-in-out 0.3s;
}
.home-intro .button label,
.home-intro .button span {
  position: relative;
  display: inline-block;
  margin: 0;
  z-index: 1;
  pointer-events: none;
}
.home-intro .button span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.home-intro .button .ripple {
  position: absolute;
  border-radius: 100%;
  width: 0;
  height: 0;
  background: #23dca8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.home-intro .button.hovered .ripple {
  background: #48f0bd;
  -webkit-transform: scale(1.05 !important);
  -moz-transform: scale(1.05 !important);
  -ms-transform: scale(1.05 !important);
  -o-transform: scale(1.05 !important);
}
.home-intro .button.hovered span {
  color: #fff;
}
.home-intro .button.purple {
  background: #6e6bc7;
  border: none;
  color: #fff;
}
.home-intro .button.purple .ripple {
  background: #908ae5;
}
.home-intro .button.purple.hovered {
  background: #908ae5;
}
.home-intro .button.light-purple {
  color: #6e6bc7;
  border-color: #908ae5;
}
.home-intro .button.light-purple .ripple {
  background: #908ae5;
}
.home-intro .button.light-purple.hovered {
  background: #908ae5;
}
.home-intro .button.green {
  background: #23dca8;
  border-color: #23dca8;
  color: #fff;
  border: none;
}
.home-intro .button.green .ripple {
  background: #48f0bd;
}
.home-intro .button.green.hovered {
  background: #48f0bd;
}
.home-intro .button.light-green {
  border-color: #23dca8;
  color: #23dca8;
}
.home-intro .button.light-green .ripple {
  background: #23dca8;
}
.home-intro .button.light-green.hovered {
  background: #23dca8;
}
.home-intro .button.small {
  height: 50px;
  line-height: 50px;
}
.desktop-small .home-intro .button {
  padding: 0 30px;
}
.mobile .home-intro .button {
  height: 40px;
  line-height: 38px;
  padding: 0 22px;
  font-size: 12px;
}
.mobile .home-intro .button.small {
  height: 30px;
  line-height: 30px;
  padding: 0 18px;
  font-size: 10px;
}
.mobile .home-intro .button.has-icon {
  padding-right: 20px;
}

.button-bar {
  margin-top: 50px;
  white-space: nowrap;
}
.button-bar .button,
.button-bar .or {
  vertical-align: middle;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.button-bar .or {
  display: inline-block;
  color: #99ffd1;
  width: 62px;
  font-size: 14px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Changa Medium';
}
.mobile .button-bar .or {
  display: block;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  width: 100%;
}
.mobile .button-bar {
  margin-top: 28px;
}

.fincc-count {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.side-panel-search #header-search {
    width: 94%;
}