.section {
  padding: 5.0rem 0rem;
}

@media (min-width: 992px) {
  .section:not(.-small) {
    min-height: 470px;
  }
}

.section .new-section-header {
  font-family: "prompt";
  font-weight: 700;
  font-size: 3.0rem;
  color: #000000;
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: 4px solid #F7642D;
}

.section .section-container .section-header {
  font-family: "prompt";
  font-weight: 700;
  font-size: 3.0rem;
  color: #000000;
  margin-bottom: 4.0rem;
}

.section .section-container .section-header.-underline::after {
  content: '';
  display: block;
  width: 5rem;
  height: 0.5rem;
  background: #012773;
}

.section .section-container .section-header.-center.-underline::after {
  margin: auto;
}

.section .section-container .section-header + .section-subheader {
  margin-top: -3.0rem;
  margin-bottom: 4.0rem;
  font-size: 2rem;
}

.section .section-container .section-subheader {
  color: #8D8D8D;
}

.section .section-container .section-icon {
  width: 64px;
}

.section .section-container .section-title {
  font-family: "prompt";
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 5.2rem;
  color: #012773;
}

.section .section-container .section-content {
  font-family: "prompt";
  font-weight: 300;
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #000000;
  padding-top: 1.0rem;
}

.section .section-container .section-footer {
  font-family: "prompt";
  font-weight: 300;
  font-size: 1.6rem;
  padding-top: 1.0rem;
}

.section .section-container .section-row + .section-row {
  margin-top: 4.0rem;
}

.soft-card {
  border-radius: 0.5rem;
  text-align: center;
}

.soft-card .card-header {
  border: none;
  background-color: transparent;
  font-family: "prompt";
  font-weight: 700;
  font-size: 2.5rem;
  padding-top: 4.0rem;
}

.soft-card .card-header::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 0.4rem;
  background: #F7642D;
  margin: auto;
}

.soft-card .card-body {
  font-family: "prompt";
  font-weight: 400;
  font-size: 1.6rem;
  padding: 2.0rem 1.5rem;
  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;
}

.soft-card .card-body .card-body-content {
  font-size: 1.6rem;
}

.soft-card .card-body .card-body-content + .card-body-footer {
  padding-top: 4.0rem;
}

.soft-card .card-body .card-body-footer {
  font-family: "prompt";
  font-weight: 400;
  font-size: 1.4rem;
}

.soft-card .card-footer {
  font-family: "prompt";
  font-weight: 400;
  font-size: 2.0rem;
  color: white;
  padding: 1.5rem 1.25rem;
}

.customer-card {
  font-family: "prompt";
  font-weight: 400;
  background-color: #E7E5E1;
  padding: 35px;
  border-radius: 5px;
  font-size: 1.8rem;
}

.customer-card > .card-content {
  color: #000;
  min-height: 14.6rem;
  line-height: 2.1rem;
  text-align: center;
}

.customer-card > .card-content + .title {
  margin-top: 40px;
  min-height: 85px;
}

.customer-card > .title .icon {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.customer-card > .title .header {
  font-family: "prompt";
  font-weight: 600;
  color: #012773;
}

.customer-card > .title .subheader {
  font-family: "prompt";
  font-weight: 300;
  color: #818181;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.section-why {
  background-image: url("../assets/why/why-bg-res.jpg");
  background-repeat: repeat;
  background-position: center;
}

.section-customer {
  background-image: url("../assets/customer/customer-bg.jpg");
  background-repeat: repeat;
  background-position: center;
}

.slick-track .slick-slide {
  outline: none;
}

.slider-image {
  width: 100vw;
}

.slider-image.-darker {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.ads-slider.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.ads-slider .slick-dots {
  bottom: 10px;
}

@media (max-width: 767.98px) {
  .ads-slider .slick-dots {
    bottom: 5px;
  }
}

.ads-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000000;
}

.ads-slider .slick-dots li button:before {
  font-size: 1.2rem;
  color: #000000;
}

@media (max-width: 575.98px) {
  .ads-slider .slick-dots li button:before {
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .ads-slider .slick-dots li button:before {
    font-size: 1rem;
  }
}

.ads-slider .overlay .btn-in-slider {
  font-size: 1.3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FC723E), to(#DB4811));
  background: linear-gradient(180deg, #FC723E 0%, #DB4811 100%);
  border: 0.2rem solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(248, 100, 45, 0.5);
          box-shadow: 0px 4px 12px rgba(248, 100, 45, 0.5);
  border-radius: 30px;
}

@media (min-width: 576px) {
  .ads-slider .overlay .btn-in-slider {
    border: 0.3rem solid #FFFFFF;
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .ads-slider .overlay .btn-in-slider {
    font-size: 2.4rem;
    padding: 0.6rem 2.3rem;
  }
}

@media (min-width: 992px) {
  .ads-slider .overlay .btn-in-slider {
    font-size: 3.0rem;
    padding: 0.8rem 4rem;
  }
}

@media (min-width: 1200px) {
  .ads-slider .overlay .btn-in-slider {
    font-size: 2.0rem;
    padding: 0.8rem 4rem;
  }
}

.ads-slider .overlay .slider-container {
  font-family: "prompt";
  font-weight: 400;
  color: #000000;
  z-index: 1;
}

.ads-slider .overlay .slider-container .slider-title-container {
  border-left: 3px solid #000000;
  padding-left: 10px;
  min-height: 75px;
}

@media (min-width: 576px) {
  .ads-slider .overlay .slider-container .slider-title-container {
    border-left-width: 3px;
    padding-left: 15px;
    min-height: 125px;
  }
}

@media (min-width: 768px) {
  .ads-slider .overlay .slider-container .slider-title-container {
    border-left-width: 4px;
    padding-left: 20px;
    min-height: 175px;
  }
}

@media (min-width: 992px) {
  .ads-slider .overlay .slider-container .slider-title-container {
    border-left-width: 4px;
    padding-left: 25px;
    min-height: 200px;
  }
}

.ads-slider .overlay .slider-container .slider-title {
  font-family: "prompt";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media (min-width: 576px) {
  .ads-slider .overlay .slider-container .slider-title {
    font-size: 2.6rem;
    line-height: 4.0rem;
  }
}

@media (min-width: 768px) {
  .ads-slider .overlay .slider-container .slider-title {
    font-size: 3.4rem;
    line-height: 5.0rem;
  }
}

@media (min-width: 992px) {
  .ads-slider .overlay .slider-container .slider-title {
    font-size: 4.0rem;
    line-height: 5.2rem;
  }
}

@media (min-width: 992px) {
  .ads-slider .overlay .slider-container .slider-title {
    font-size: 4.8rem;
    line-height: 6.4rem;
  }
}

.ads-slider .overlay .slider-container .slider-subtitle {
  font-size: 1.8rem;
}

@media (min-width: 576px) {
  .ads-slider .overlay .slider-container .slider-subtitle {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .ads-slider .overlay .slider-container .slider-subtitle {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  .ads-slider .overlay .slider-container .slider-subtitle {
    font-size: 3.6rem;
  }
}

.ads-slider .overlay .slider-container.-left {
  padding-left: 2.0rem;
}

@media (min-width: 576px) {
  .ads-slider .overlay .slider-container.-left {
    padding-left: 4.0rem;
  }
}

@media (min-width: 992px) {
  .ads-slider .overlay .slider-container.-left {
    padding-left: 5rem;
  }
}

@media (min-width: 1200px) {
  .ads-slider .overlay .slider-container.-left {
    padding-left: 10.0rem;
  }
}

.ads-slider .overlay .slider-container.-right {
  padding-right: 4rem;
}

@media (min-width: 576px) {
  .ads-slider .overlay .slider-container.-right {
    padding-right: 8rem;
  }
}

@media (min-width: 992px) {
  .ads-slider .overlay .slider-container.-right {
    padding-right: 10rem;
  }
}

@media (min-width: 1200px) {
  .ads-slider .overlay .slider-container.-right {
    padding-right: 20rem;
  }
}

.ads-slider .overlay .slider-footer {
  margin-top: 1.2rem;
}

@media (min-width: 1200px) {
  .ads-slider .overlay .slider-footer {
    margin-top: 7rem;
  }
}

#price-list-container {
  margin-left: 5.0rem;
  margin-right: 5.0rem;
}

@media (min-width: 540px) {
  #price-list-container {
    margin-left: 3.0rem;
    margin-right: 3.0rem;
  }
}

@media (min-width: 990px) {
  #price-list-container {
    margin-left: 5.0rem;
    margin-right: 5.0rem;
  }
}

@media (min-width: 1525px) {
  #price-list-container {
    margin-left: 15.0rem;
    margin-right: 15.0rem;
  }
}

#price-list-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#price-list-slider .slick-track .slick-slide {
  height: unset;
}

#price-list-slider .yearly-price {
  font-family: "prompt";
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0.75rem 0rem;
}

.img-feature-coupon {
  padding: 0 5.0rem;
}

.helpdesk-animation {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.helpdesk-animation .bubble {
  width: 50%;
  height: auto;
  position: absolute;
  opacity: 0;
}

.helpdesk-animation .bubble.-user {
  right: 15%;
}

.helpdesk-animation .bubble.-admin {
  left: 15%;
}

.more-link {
  font-family: "prompt";
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #012773;
}

.more-link:hover {
  color: #0249d8;
}

.customer-icon {
  width: 90px;
  height: 90px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #DDDDDD;
  -webkit-box-shadow: 0px 0px 10px 0px #DDDDDD;
  -moz-box-shadow: 0px 0px 10px 0px #DDDDDD;
}
