.bxslider2 .bx-wrapper {
  background: #E8E8E8 !important;
}

html, body, header, footer, figure, h1, h2, h3, h4, table, tr, th, td, div, p {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: visible !important;
}

#cta-link {
  position: fixed;
  z-index: 100;
  text-decoration: none;
  color: inherit;
  background: #fff;
}

@media (min-width: 1024px) {
  #cta-link {
    transform: translateX(-150px);
    transition: .4s;
    opacity: 0;
    display: block;
    bottom: 105px;
    right: 20px;
    padding: 15px;
    width: 520px;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 1023px) {
  #cta-link {
    transform: translateX(-100%);
    box-sizing: border-box;
    width: 70%;
    padding: 15px;
    bottom: 120px;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.2);
    margin: auto;
  }
}

#cta-link.cta-active {
  z-index: 100;
  transition: .8s;
}

@media (min-width: 1024px) {
  #cta-link.cta-active {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1023px) {
  #cta-link.cta-active {
    display: block;
    left: 15px;
    transform: translateX(0);
  }
}

#cta-close {
  position: absolute;
  z-index: 101;
  display: block;
}

#cta-close img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  #cta-close {
    width: 8px;
    height: 8px;
    top: -16px;
    left: -10px;
  }
}

@media (max-width: 1023px) {
  #cta-close {
    width: 22px;
    height: 22px;
    padding: 10px;
    top: -26px;
    left: -26px;
    background: #fff;
    border-radius: 50%;
  }
}

@media (min-width: 1024px) {
  .sp-cta-button {
    display: none;
  }
}

@media (max-width: 1023px) {
  .sp-cta-button {
    display: block;
    margin-top: 15px;
    background: #01cb56;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 11px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
}

.sp-cta-button::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 7px;
  height: 7px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: '';
  margin: auto;
}

.cta-hidden {
  display: none !important;
}

@media (min-width: 1024px) {
  .cta-inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
  }
}

@media (max-width: 1023px) {
  .cta-inner {
    position: relative;
  }
}

@media (min-width: 1024px) {
  .cta-image {
    overflow: hidden;
    vertical-align: bottom;
    width: 170px;
    height: 110px;
    margin-right: 10px;
  }
}

.cta-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1023px) {
  .cta-image {
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .cta-text {
    position: relative;
    width: 310px;
  }
}

@media (max-width: 1023px) {
  .cta-text {
    display: none;
  }
}

.cta-sub-title {
  background: #01cb56;
  color: #fff;
  font-weight: 600;
  padding: 6px;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  .cta-sub-title {
    font-size: 10px;
  }
}

@media (max-width: 1023px) {
  .cta-sub-title {
    font-size: 10px;
  }
}

@media (min-width: 1024px) {
  .cta-title {
    padding-top: 10px;
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
  }
}

@media (max-width: 1023px) {
  .cta-title {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 15px;
  }
}

@media (min-width: 1024px) {
  .cta-arrow {
    position: absolute;
    top: 0;
    right: 0;
    background: #01cb56;
    display: block;
    width: 40px;
    height: 100%;
  }
}

.cta-arrow::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: '';
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 15px;
}

@media (max-width: 1023px) {
  .cta-arrow {
    display: none;
  }
}

.visible {
  overflow-x: visible !important;
}