html {
  scroll-behavior: smooth;
}

.cs-cards-wrapper {
  background-color: #F6FAFC;
}
.cs-cards-wrapper .cs-cards-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 120px 0;
  justify-content: space-between;
}
.cs-cards-wrapper .cs-cards-title {
  width: 100%;
}
.cs-cards-wrapper .cs-cards-title h2 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 36px;
  line-height: 154%;
  color: #010209;
  margin-bottom: 50px;
}
.cs-cards-wrapper .cs-cards-title h2 span {
  font-weight: 400;
  font-style: italic;
}
.cs-cards-wrapper .cs-cards-images {
  width: 55%;
  position: relative;
}
.cs-cards-wrapper .cs-cards-images .cs-cards-image {
  height: auto;
  width: 94%;
}
.cs-cards-wrapper .cs-cards-images .cs-cards-image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.cs-cards-wrapper .cs-cards-images .cs-cards-image-1 {
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.cs-cards-wrapper .cs-cards-images .cs-cards-image-2 {
  position: absolute;
  top: 23%;
  left: 6%;
  z-index: 2;
}
.cs-cards-wrapper .cs-cards-images .cs-cards-image-3 {
  position: absolute;
  top: 45%;
  left: 16%;
  z-index: 3;
}
.cs-cards-wrapper .cs-cards-main {
  width: 40%;
  text-align: left;
}
.cs-cards-wrapper .cs-cards-main .cs-cards-title h2 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 36px;
  line-height: 154%;
  color: #010209;
}
.cs-cards-wrapper .cs-cards-main .cs-cards-title h2 span {
  font-weight: 400;
  font-style: italic;
}
.cs-cards-wrapper .cs-cards-main .cs-cards-features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.cs-cards-wrapper .cs-cards-main .cs-cards-feature {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.cs-cards-wrapper .cs-cards-main .cs-cards-feature::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -270px;
  width: 250px;
  height: 1px;
  background: #D2D2D2;
  z-index: 0;
}
.cs-cards-wrapper .cs-cards-main .cs-cards-feature .cs-cards-feature-icon {
  max-width: 45px;
  height: auto;
}
.cs-cards-wrapper .cs-cards-main .cs-cards-feature .cs-cards-feature-text {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #24434D;
  margin-left: 10px;
}
.cs-cards-wrapper .cs-cards-main .cs-cards-feature .cs-cards-feature-text p {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .cs-cards-wrapper .cs-cards-inner {
    justify-content: space-around;
  }
  .cs-cards-wrapper .cs-cards-main {
    width: 48%;
    margin-top: 30px;
  }
  .cs-cards-wrapper .cs-cards-images .cs-cards-image {
    position: relative;
    width: 100%;
  }
  .cs-cards-wrapper .cs-cards-feature {
    width: 100%;
  }
  .cs-cards-wrapper .cs-cards-feature::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cs-cards-wrapper .cs-cards-inner {
    padding: 40px 0 40px 0;
  }
  .cs-cards-wrapper .cs-cards-title h2 {
    font-size: 29px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .cs-cards-wrapper .cs-cards-images {
    width: 100%;
    min-height: 210px;
  }
  .cs-cards-wrapper .cs-cards-images .cs-cards-image {
    height: auto;
    position: relative;
  }
  .cs-cards-wrapper .cs-cards-images .cs-cards-image-2 {
    top: 16%;
    left: 15%;
  }
  .cs-cards-wrapper .cs-cards-images .cs-cards-image-3 {
    top: 31%;
    left: 31%;
  }
  .cs-cards-wrapper .cs-cards-main {
    width: 100%;
  }
  .cs-cards-wrapper .cs-cards-main .cs-cards-title h2 {
    font-size: 29px;
    margin-top: 30px;
  }
  .cs-cards-wrapper .cs-cards-main .cs-cards-features .cs-cards-feature .cs-cards-feature-text {
    font-size: 20px;
    margin-left: 5%;
  }
}
.cs-tiers-wrapper {
  background-color: #F6FAFC;
}
.cs-tiers-wrapper .cs-tiers-items-desktop {
  display: block;
}
.cs-tiers-wrapper .cs-tiers-items-mobile {
  display: none;
}
.cs-tiers-wrapper .cs-tiers-title h2 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 36px;
  line-height: 154%;
  color: #010209;
}
.cs-tiers-wrapper .cs-tiers-title h2 span {
  font-weight: 400;
  font-style: italic;
}
.cs-tiers-wrapper .cs-tiers-text {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #5B5B5B;
}
.cs-tiers-wrapper .cs-tiers-items {
  margin: 70px 0 40px 0;
}
.cs-tiers-wrapper .cs-tiers-row {
  display: flex;
  flex-wrap: wrap;
}
.cs-tiers-wrapper .cs-tiers-row:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #D2D2D2;
}
.cs-tiers-wrapper .cs-tiers-row:last-of-type .cs-tiers-col {
  padding-bottom: 40px;
}
.cs-tiers-wrapper .cs-tiers-col {
  width: 22%;
  padding: 15px 0px;
}
.cs-tiers-wrapper .cs-tiers-col:not(:first-of-type) {
  background-color: #fff;
  width: 18%;
  border-radius: 6px;
}
.cs-tiers-wrapper .cs-tiers-col:not(:first-of-type):not(.cs-tiers-col-image) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-tiers-wrapper .cs-tiers-col:nth-of-type(2) {
  margin-right: 12%;
}
.cs-tiers-wrapper .cs-tiers-col:nth-of-type(3) {
  margin-right: 12%;
}
.cs-tiers-wrapper .cs-tiers-col p {
  margin: 0;
}
.cs-tiers-wrapper .cs-tiers-col-image {
  padding: 0;
  border-radius: 6px;
}
.cs-tiers-wrapper .cs-tiers-image img {
  max-width: 190px;
  height: auto;
  margin-top: -40px;
  width: 100%;
}
.cs-tiers-wrapper .cs-tiers-title h4 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #5B5B5B;
  margin: 0;
  margin-top: 10px;
}
.cs-tiers-wrapper .cs-tiers-col-label p {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #5B5B5B;
  text-align: left;
}
.cs-tiers-wrapper .cs-tiers-col-label .cs-tiers-col-label-sub {
  font-weight: 400;
  font-size: 14px;
}
.cs-tiers-wrapper .cs-tiers-mobile-label {
  display: none;
}
.cs-tiers-wrapper .cs-tiers-value p {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #5B5B5B;
  text-align: center;
}
.cs-tiers-wrapper .cs-tiers-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-main {
  width: 50%;
  text-align: left;
}
.cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-main .cs-tiers-cta-title h3 {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-style: Italic;
  font-size: 24px;
  line-height: 146%;
  color: #010209;
  margin: 15px 0;
}
.cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-main .cs-tiers-cta-text {
  margin-bottom: 40px;
}
.cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-main .cs-tiers-cta-text p {
  font-family: "Raleway";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 140%;
  color: #5B5B5B;
}
.cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-main .btn {
  text-transform: none;
  font-size: 16px;
  padding: 10px 70px;
  box-shadow: none;
}
.cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-image {
  width: 50%;
}
.cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .cs-tiers-wrapper .cs-tiers-items-desktop {
    display: none;
  }
  .cs-tiers-wrapper .cs-tiers-items-mobile {
    display: block;
  }
  .cs-tiers-wrapper .cs-tiers-items-mobile .cs-tiers-items-mobile-col {
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 60px;
    border-radius: 6px;
  }
  .cs-tiers-wrapper .cs-tiers-items-mobile .cs-tiers-items-mobile-col:last-of-type {
    margin-bottom: 0;
  }
  .cs-tiers-wrapper .cs-tiers-items-mobile .cs-tiers-col {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
  }
  .cs-tiers-wrapper .cs-tiers-items-mobile .cs-tiers-col .cs-tiers-value p {
    font-size: 14px;
  }
  .cs-tiers-wrapper .cs-tiers-items-mobile .cs-tiers-col:nth-of-type(2) .cs-tiers-value p {
    font-size: 20px;
  }
  .cs-tiers-wrapper .cs-tiers-items-mobile .cs-tiers-col:nth-of-type(4) .cs-tiers-value p {
    font-size: 16px;
  }
  .cs-tiers-wrapper .cs-tiers-items-mobile .cs-tiers-col-image {
    border-radius: 6px;
  }
  .cs-tiers-wrapper .cs-tiers-title h2 {
    font-size: 28px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .cs-tiers-wrapper .cs-tiers-text {
    font-size: 18px;
  }
  .cs-tiers-wrapper .cs-tiers-title h4 {
    font-size: 22px;
  }
  .cs-tiers-wrapper .cs-tiers-image img {
    max-width: 200px;
    height: auto;
    margin-top: -40px;
  }
  .cs-tiers-wrapper .cs-tiers-col:not(:first-of-type):not(.cs-tiers-col-image) {
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D2;
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .cs-tiers-wrapper .cs-tiers-label {
    font-family: "Raleway";
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #5B5B5B;
    text-align: left;
  }
  .cs-tiers-wrapper .cs-tiers-label p:nth-of-type(2) {
    font-size: 14px;
  }
  .cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-main {
    width: 100%;
  }
  .cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-main .cs-tiers-cta-title h3 {
    font-size: 24px;
  }
  .cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-main .cs-tiers-cta-text p {
    font-size: 18px;
  }
  .cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-main .btn {
    width: 100%;
    text-align: center;
  }
  .cs-tiers-wrapper .cs-tiers-cta .cs-tiers-cta-image {
    width: 100%;
    margin-top: 30px;
  }
}
.cs-features-wrapper .cs-features-inner {
  padding: 40px 0;
}
.cs-features-wrapper .cs-features-title {
  text-align: left;
}
.cs-features-wrapper .cs-features-title h2 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 36px;
  line-height: 154%;
  color: #010209;
}
.cs-features-wrapper .cs-features-title h2 span {
  font-weight: 400;
  font-style: italic;
}
.cs-features-wrapper .cs-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cs-features-wrapper .cs-feature {
  width: 48%;
  text-align: left;
  margin-bottom: 30px;
}
.cs-features-wrapper .cs-feature-icon {
  max-width: 45px;
  height: auto;
  margin-bottom: 5px;
}
.cs-features-wrapper .cs-feature-title h4 {
  font-family: "Raleway";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 140%;
  color: #5B5B5B;
  margin: 0;
}
.cs-features-wrapper .cs-feature-text {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #5B5B5B;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .cs-features-wrapper .cs-features-title h2 {
    font-size: 28px;
  }
  .cs-features-wrapper .cs-feature {
    width: 100%;
  }
  .cs-features-wrapper .cs-feature-text {
    margin-top: 30px;
  }
}
.cs-types-wrapper {
  text-align: left;
}
.cs-types-wrapper .cs-types-inner {
  padding: 40px 0 40px 0;
}
.cs-types-wrapper .cs-types-title h2 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 36px;
  line-height: 154%;
  color: #24434D;
}
.cs-types-wrapper .cs-types-title h2 span {
  font-weight: 400;
  font-style: italic;
}
.cs-types-wrapper .cs-types-text {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #5B5B5B;
}
.cs-types-wrapper .cs-types-link a {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #E47813;
  text-align: center;
  margin: 30px 0 40px 0;
  display: block;
}
.cs-types-wrapper .cs-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cs-types-wrapper .cs-type {
  width: 24%;
  box-shadow: 10px 10px 20px 0px rgba(133, 133, 133, 0.2);
  transition: box-shadow 0.3s ease;
  text-align: center;
  text-decoration: none;
  margin-bottom: 40px;
}
.cs-types-wrapper .cs-type:hover {
  box-shadow: 12px 12px 25px 0px rgba(133, 133, 133, 0.4);
}
.cs-types-wrapper .cs-type a {
  text-decoration: none;
  padding-bottom: 10px;
  display: block;
}
.cs-types-wrapper .cs-type a:hover {
  text-decoration: none;
}
.cs-types-wrapper .cs-type-image img {
  width: 100%;
  height: auto;
}
.cs-types-wrapper .cs-type-title h3 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #24434D;
  padding: 0;
  margin: 20px 0px 15px 0px;
}
.cs-types-wrapper .cs-type-seats, .cs-types-wrapper .cs-type-speed, .cs-types-wrapper .cs-type-price {
  margin-bottom: 10px;
}
.cs-types-wrapper .cs-type-seats p, .cs-types-wrapper .cs-type-speed p, .cs-types-wrapper .cs-type-price p {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #5B5B5B;
  margin: 0;
}
.cs-types-wrapper .cs-type-seats p span, .cs-types-wrapper .cs-type-speed p span, .cs-types-wrapper .cs-type-price p span {
  font-family: "Libre Baskerville";
}

@media only screen and (max-width: 767px) {
  .cs-types-wrapper .cs-types-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .cs-types-wrapper .cs-types-title h2 {
    font-size: 28px;
  }
  .cs-types-wrapper .cs-types-link {
    order: 2;
    width: 100%;
  }
  .cs-types-wrapper .cs-types-link a {
    margin: 20px 0 0px 0;
  }
  .cs-types-wrapper .cs-types {
    flex-direction: column-reverse;
    order: 1;
    width: 100%;
    margin-top: 30px;
  }
  .cs-types-wrapper .cs-type {
    width: 100%;
    margin-bottom: 20px;
  }
  .cs-types-wrapper .cs-type:nth-child(-n+5) {
    display: none; /* Hide the first two items */
  }
}
.custom-arrows-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.custom-arrows-wrapper .slick-dots {
  list-style: none;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  gap: 15px;
  padding: 0;
}
.custom-arrows-wrapper .slick-dots li button {
  font-size: 0; /* Hides any text/numbers */
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #D9D9D9;
  border: none;
}
.custom-arrows-wrapper .slick-dots li.slick-active button {
  background: #FF7A00;
  width: 60px;
  border-radius: 30px;
  cursor: pointer;
}
.custom-arrows-wrapper .slick-prev {
  order: 1;
  padding-top: 10px;
  cursor: pointer;
}
.custom-arrows-wrapper .slick-dots {
  order: 2;
}
.custom-arrows-wrapper .slick-next {
  order: 3;
  padding-top: 10px;
  cursor: pointer;
}

.cs-reviews-wrapper {
  background-color: #F6FAFC;
}
.cs-reviews-wrapper .cs-reviews-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
  align-items: center;
}
.cs-reviews-wrapper .cs-reviews-main {
  width: 50%;
  text-align: left;
}
.cs-reviews-wrapper .cs-reviews-side {
  width: 50%;
}
.cs-reviews-wrapper .cs-reviews-title h2 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 36px;
  line-height: 154%;
  color: #010209;
}
.cs-reviews-wrapper .cs-reviews-title h2 span {
  font-weight: 400;
  font-style: italic;
}
.cs-reviews-wrapper .cs-reviews-text p {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #5B5B5B;
}
.cs-reviews-wrapper .cs-reviews-item {
  background-color: #FFFFFF;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 20px;
  text-align: left;
  padding: 30px;
  margin: 10px 10px;
}
.cs-reviews-wrapper .cs-reviews-item img {
  margin: 0 !important;
}
.cs-reviews-wrapper .cs-review-text {
  font-family: "Raleway";
  font-weight: 500;
  font-style: Italic;
  font-size: 16px;
  line-height: 160%;
  color: #5B5B5B;
  margin: 20px 0 6px 0;
}
.cs-reviews-wrapper .cs-review-text p {
  margin: 0;
}
.cs-reviews-wrapper .cs-review-author {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 146%;
  color: #24434D;
  margin: 20px 0 8px 0;
}
.cs-reviews-wrapper .cs-review-date {
  font-family: "Raleway";
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 140%;
  color: #5B5B5B;
}
.cs-reviews-wrapper .cs-review-line {
  width: 70%;
  height: 1px;
  background-color: #E47813;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .cs-reviews-wrapper .cs-reviews-inner {
    padding: 40px 0;
  }
  .cs-reviews-wrapper .cs-reviews-main {
    width: 100%;
  }
  .cs-reviews-wrapper .cs-reviews-side {
    width: 100%;
  }
  .cs-reviews-wrapper .cs-reviews-link {
    margin: 30px 0px;
  }
  .cs-reviews-wrapper .cs-review-line {
    width: 100%;
  }
}
.cs-faq-wrapper .cs-faq-inner {
  padding: 80px 0px;
}
.cs-faq-wrapper .cs-faq-title h2 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #24434D;
}
.cs-faq-wrapper .pricing-acc ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.cs-faq-wrapper .pricing-acc-item.active .pricing-acc-top .drop-down-minus-icon {
  display: block;
}
.cs-faq-wrapper .pricing-acc-item.active .pricing-acc-top .drop-down-plus-icon {
  display: none;
}
.cs-faq-wrapper .pricing-acc-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C7C7C7;
  text-align: left;
}
.cs-faq-wrapper .pricing-acc-title {
  font-family: "Raleway";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 114%;
  vertical-align: middle;
  color: #5B5B5B;
}
.cs-faq-wrapper .drop-down-minus-icon {
  display: none;
}
.cs-faq-wrapper .pricing-acc-text {
  display: none;
}
.cs-faq-wrapper .pricing-acc-text-inner {
  padding: 20px 0;
  font-family: "Raleway";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  color: #5B5B5B;
  text-align: left;
}
.cs-faq-wrapper .pricing-acc-text-inner h1,
.cs-faq-wrapper .pricing-acc-text-inner h2,
.cs-faq-wrapper .pricing-acc-text-inner h3,
.cs-faq-wrapper .pricing-acc-text-inner h5,
.cs-faq-wrapper .pricing-acc-text-inner h6 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
}

@media only screen and (max-width: 992px) {
  .pricing-acc ul {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cs-faq-wrapper .cs-faq-inner {
    padding: 30px 0px;
  }
  .cs-faq-wrapper .cs-faq-title {
    text-align: left;
  }
  .cs-faq-wrapper .cs-faq-title h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .pricing-acc {
    padding-top: 20px !important;
  }
}
.home-logos-wrapper .home-logos-inner {
  padding: 10px 0 80px 0;
}

@media only screen and (max-width: 768px) {
  .home-logos-wrapper .home-logos-inner {
    padding: 10px 0 40px 0;
  }
}
.cs-bottom-form-wrapper {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 120px;
}
.cs-bottom-form-wrapper .cs-bottom-form-inner {
  position: relative;
  height: 480px;
}
.cs-bottom-form-wrapper .cs-hero-form-wrap {
  bottom: 25px;
}

@media only screen and (max-width: 1200px) {
  .cs-bottom-form-wrapper .cs-hero-form-wrap {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .cs-bottom-form-wrapper {
    margin-top: 540px;
    height: 280px;
  }
  .cs-bottom-form-wrapper .container {
    padding: 0;
  }
  .cs-bottom-form-wrapper .cs-bottom-form-inner {
    height: 0;
  }
  .cs-bottom-form-wrapper .cs-hero-form-wrap {
    position: absolute;
    bottom: 0;
  }
  .cs-bottom-form-wrapper .cs-hero-form {
    border-radius: 0;
  }
}/*# sourceMappingURL=page-clearsky-pricing.css.map */