/*--------------------------------------------------------------
## CTA
--------------------------------------------------------------*/
.df-cta-bg {
  background: #14102A;
}

.df-cta.df-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.df-cta.df-style1 .df-cta-right .df-cryto-btn:last-child {
  margin-right: 0px;
}

.df-cta.df-style1 .df-cta-img {
  position: absolute;
  right: 0;
  bottom: -70px;
}

.df-cta.df-style4 {
  padding: 40px 50px;
  position: relative;
}

.df-cta.df-style4 .df-cta-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.df-cta.df-style4 .df-cta-left {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-width: 420px;
}

.df-cta.df-style4 .df-cta-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  min-height: 310px;
}

.df-cta.df-style4 .df-cta-label.df-style1 {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5em;
  background-color: #34c759;
  color: #fff;
  border-radius: 4px;
  padding: 1px 4px;
}

.df-cta.df-style4 .df-cta-title {
  font-size: 48px;
  font-weight: 600;
  color: #1c1c1e;
  margin-bottom: 0;
}

.df-cta.df-style4 .df-cta-subtitle {
  font-size: 21px;
  line-height: 1.6em;
  color: rgba(28, 28, 30, 0.8);
}

.df-cta.df-style4 .df-cta-btn {
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 11px;
}

.df-cta.df-style4 .df-cta-btn:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border: 2px solid #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.df-cta.df-style4 .df-cta-btn:hover {
  opacity: 0.8;
}

.df-cta.df-style4 .df-cta-shape1 {
  position: absolute;
  bottom: -40px;
  left: 310px;
  background-image: -o-radial-gradient(#fff 15%, transparent 15%);
  background-image: radial-gradient(#fff 15%, transparent 15%);
  background-size: 25px 25px;
  background-position: -4px -6px;
  width: 190px;
  height: 110px;
}

.df-cta.df-style4 .df-cta-shape1,
.df-cta.df-style4 .df-cta-shape2 {
  position: absolute;
  bottom: -40px;
  left: 310px;
  background-image: -o-radial-gradient(rgba(255, 255, 255, 0.8) 15%, transparent 15%);
  background-image: radial-gradient(rgba(255, 255, 255, 0.8) 15%, transparent 15%);
  background-size: 23px 23px;
  background-position: -4px -6px;
  width: 280px;
  height: 110px;
}

.df-cta.df-style4 .df-cta-shape2 {
  bottom: initial;
  left: initial;
  right: 0;
  top: 0;
  width: 172px;
  height: 110px;
  top: 15px;
  right: 15px;
}

@media screen and (max-width: 1199px) {
  .df-cta.df-style4 .df-cta-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .df-cta.df-style4 .df-cta-bottom {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .df-cta.df-style1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .df-cta.df-style1 .df-cta-img {
    display: none;
  }

  .df-cta.df-style1 {
    text-align: center;
  }

  .df-cta.df-style4 .df-cta-title {
    font-size: 32px;
    margin-bottom: 6px;
  }

  .df-cta.df-style4 .df-cta-subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .df-cta.df-style1 br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .df-cta.df-style4 .df-cta-left {
    min-width: 100%;
  }
}
