@media only screen and (max-width: 880px) {
  .cs-pricing-features {
    display: none !important;
  }
}

.cs-pricing-features {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}

#cs-feature-column__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.cs-feature-column__price-wrapper,
.cs-feature-column__price-pro-wrapper {
  display: flex;
  align-items: center;
}

.cs-feature-column__price-wrapper > p > strong,
.cs-feature-column__price-pro-wrapper > p > strong {
  font-weight: 600;
}

.cs-feature-column__price-pro-wrapper > div {
  margin-left: 5px;
}

.cs-feature-column__price-pro-wrapper p {
  color: #fff;
}

.cs-feature-column__price-pro-wrapper p,
.cs-feature-column__price-wrapper p {
  margin-bottom: 0;
}

.cs-feature-column__price-wrapper > p {
  margin-right: 5px;
}

.cs-feature-column__price-wrapper > div > svg > g > path {
  stroke: #626f8b;
}

.cs-feature-column__price-pro-wrapper > div > svg > g > path {
  stroke: #e4eaf4;
}

.cs-feature-usd-title {
  font-family: "MatterSQ";
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  text-transform: capitalize;
}

.cs-feature-row-usd-pricing {
  /* border-bottom: 1px solid #ededed; */
  display: flex;
  align-items: center;
}
.cs-feature-column__standard-cta,
.cs-feature-column__pro-cta,
.cs-feature-column__ultimate-cta,
.cs-feature-column__enterprise-cta {
  display: flex;
  border-radius: 100px;
}

.cs-feature-column__enterprise-cta {
  margin: 8px 0;
}

.cs-feature-column__standard-cta > a,
.cs-feature-column__pro-cta > a,
.cs-feature-column__ultimate-cta > a,
.cs-feature-column__enterprise-cta > a {
  display: flex;
  padding: 19px 16px 18px;
  max-width: 121.57px;
  width: 100%;
  height: 32px;
  border-radius: 100px;
}

.cs-feature-column__standard-cta,
.cs-feature-column__ultimate-cta {
  background-color: transparent;
  border: 1px solid #0f2c56;
}
.cs-feature-column__pro-cta {
  background-color: #5ed5d9;
}
.cs-feature-column__pricing-plans-pro-text {
  color: #5ed5d9 !important;
}

.cs-feature-column__boolean-text {
  display: flex;
  color: #626f8b;
  font-family: "MatterSQ";
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.04em;
}

.cs-feature-column__standard-cta-mobile,
.cs-feature-column__pro-cta-mobile,
.cs-feature-column__enterprise-cta-mobile {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .cs-feature-column__standard-cta,
  .cs-feature-column__pro-cta {
    display: none !important;
  }

  .cs-feature-column__standard-cta-mobile,
  .cs-feature-column__pro-cta-mobile {
    display: flex !important;
  }
}

#cs-feature-column__pricing-plans {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 118px;
  min-width: 211px;
  padding: 21px 0;
}
#cs-feature-column__pricing-plans > span {
  font-weight: 600;
  color: #000;
  padding-bottom: 4px;
}
#cs-feature-column__pricing-plans > p {
  padding: 8px 0;
}
#cs-feature-column__pricing-plans > div {
  margin: 8px 0;
}
#cs-feature-column__pricing-plans > p > strong {
  font-weight: 600;
}
.cs-feature-row__wrapper-outter {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e4eaf4;
  padding-bottom: 32px;
  padding-top: 32px;
}
.cs-feature-row__wrapper-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
}
.cs-feature-row__wrapper-inner > div:first-of-type {
  /* max-width: 450px; */
}
.cs-feature-column-wrapper {
  display: flex;
  flex: 1;
  min-width: 610px;
}
.cs-feature-column-wrapper > div {
  justify-content: center !important;
}
.cs-feature-column-wrapper > div > span {
  /* max-width: 211px !important; */
  width: 100%;
  display: flex;
  justify-content: center;
  color: #000;
  flex: 1;
}

/* .cs-feature-column-wrapper > div > span:first-of-type {
  margin-right: 24px;
}
.cs-feature-column-wrapper > div > span:nth-last-of-type(2) {
  margin-right: 24px;
}
.cs-feature-column-wrapper > div > span:last-of-type {
  /* margin-right: 12px; */

.cs-feature-row__title {
  display: flex;
  font-family: "MatterSQ";
  font-weight: 600;
  font-size: 21px;
  line-height: 29px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 32px;
}
.cs-feature-column__title-icon {
  display: flex;
  margin-right: 24px;
}

.cs-feature-row--header-usd-pricing .cs-feature-column--title {
  color: #626a7d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  font-weight: 400;
  font-family: "MatterSQ", sans-serif;
}
.cs-feature-row--header-usd-pricing .cs-feature-column:nth-child(2),
.cs-feature-row--header-usd-pricing .cs-feature-column:nth-child(3),
.cs-feature-row--header-usd-pricing .cs-feature-column:nth-child(4) {
  line-height: 1;
  justify-content: center;
  letter-spacing: 0.48px;
  font-size: 16px;
  color: #000;
  background-color: #f7f9fd;
}
.cs-feature-row--header-usd-pricing .cs-feature-column:nth-child(3) {
  color: #fff;
  background-color: #0f2c56;
}
.cs-feature-column {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-feature-column > span {
  line-height: 1.3;
}
.cs-feature-column:first-of-type {
  justify-content: space-between;
  flex: 1;
}

.cs-feature-column:not(:first-of-type) {
  flex: 0 0 190px;
  color: #3a445a;
  letter-spacing: 0.48px;
}
.cs-feature-column--title {
  color: #3a445a;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 400;
}

.cs-pricing-features {
  position: relative;
}

.cs-plan-usd,
.cs-plan-usd-content__pro {
  /* overflow: hidden; */
}

.cs-pricing-features__sticky {
  position: absolute;
  top: 110px;
  pointer-events: none;
  left: 0;
  right: 0;
  display: none;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1059px) {
  .cs-pricing-features__sticky {
    top: 80px;
  }
}

.cs-pricing-features__sticky-holder {
  display: flex;
  background-color: #fff;
}

.cs-pricing-features__sticky-holder > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #626a7d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  font-weight: 400;
  font-family: "MatterSQ", sans-serif;
  height: 45px;
  width: 211px !important;
}

.cs-pricing-features__sticky-holder > div:first-of-type {
  flex: 1;
  justify-content: flex-start;
}
.cs-pricing-features__sticky-holder > div:not(:first-of-type) {
  /* flex: 0 0 190px; */
  line-height: 1;
  justify-content: center;
  letter-spacing: 0.48px;
  color: #000;
  background-color: #f7f9fd;
}
.cs-pricing-features__sticky-holder > div:nth-child(3) {
  color: #fff;
  background-color: #0f2c56;
}
.cs-pricing-features__sticky .cs-container {
  padding: 0;
}

.cs-hero-banner {
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 150px 0;
  background-image: url("https://f.hubspotusercontent20.net/hubfs/7007026/cs-images/cs-gradient.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: initial;
  height: 800px;
}

.cs-plans-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
  padding-top: 25px;
}

.cs-radio-switch {
  display: inline-flex;
  border-radius: 100px;
  height: 48px;
  position: relative;
  background-color: #0f2c56;
}

.cs-radio-switch-active {
  pointer-events: none;
  border-radius: 100px;
  position: absolute;
  background-color: #fff;
  top: 2px;
  bottom: 2px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}

.cs-radio-switch > label {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 106px;
  padding: 11px 26px;
  margin: 0 2px;
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
  position: relative;
  z-index: 2;
  text-align: center;
}

.cs-radio-switch-label {
  line-height: 1;
  font-size: 14px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

#cs-radio-switch-label__usd-pricing {
  color: #e4eaf4 !important;
  background-color: transparent;
}

.cs-radio-switch > label.checked .cs-radio-switch-label {
  color: #0f2c56;
}

.cs-radio-switch > label.checked #cs-radio-switch-label__usd-pricing {
  color: #0f2c56 !important;
}

.cs-radio-switch > label.checked svg path {
  stroke: #3d8da8;
}

.cs-hero-cta .primary span span .save-btn:hover {
  color: #000 !important;
}

.cs-hero-cta-responsive {
  display: none;
}

#cta_button_20955190_15c1ddf8-8b8b-4cce-9311-c8824588a5de,
#cta_button_20955190_1260c66c-0ddf-4175-9d87-68450e7ed8d2 {
  display: none !important;
}

#cta_button_7007026_4946aed5-666a-44b8-8d91-e5585bc438d3 {
  margin-left: 16px;
}

@media only screen and (max-width: 992px) {
  .cs-hero-banner {
    padding: 130px 0;
  }
}
@media only screen and (max-width: 768px) {
  .cs-hero-banner {
    padding: 100px 0;
  }

  .cs-hero-cta-responsive {
    display: flex;
  }

  #cta_button_20955190_33d9684d-015d-48ab-a492-b09be3980043,
  #cta_button_7007026_4946aed5-666a-44b8-8d91-e5585bc438d3 {
    display: none !important;
  }

  #cta_button_7007026_8d2db996-51fa-4fd8-9885-f5993b48d333 {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .cs-hero-banner {
    padding: 70px 0;
  }
}
.cs-hero-element {
  position: absolute;
  pointer-events: none;
}
.cs-hero-element-1 {
  top: 20%;
  right: 13%;
}
.cs-hero-element-2 {
  right: 23%;
  bottom: 3%;
}
.cs-hero-element-4 {
  right: 0;
  top: 40%;
}
.cs-hero-element-3 {
  right: 0;
  bottom: -7px;
}
.cs-hero-element-5 {
  right: 0;
  bottom: -7px;
}
@media only screen and (max-width: 576px) {
  .cs-hero-element {
    opacity: 0.3;
  }
}
.cs-hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .cs-hero-content {
    padding-left: none;
  }
}
@media only screen and (max-width: 768px) {
  .cs-hero-content {
    padding-left: none;
  }

  #hero-img-desktop {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .cs-hero-content {
    padding-left: none;
  }
}
.cs-hero-title {
  font-family: "MatterSQ";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  position: relative;
  margin-bottom: 30px !important;
  text-align: center;
}

.cs-hero-description {
  text-align: center;
  color: #e4eaf4;
  font-family: "MatterSQ";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
}

.cs-hero-img {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
}

#hero-img-mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .cs-hero-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .cs-hero-title {
    font-size: 36px;
    line-height: 1.3;
  }

  .cs-hero-img {
    top: 120%;
  }

  #hero-img-mobile {
    display: block;
  }

  .cs-hero-banner {
    margin-bottom: 120px;
  }

  .cs-hero-description {
    padding: 16px 0 0;
  }

  .cs-hero-cta {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  #hero-img-mobile {
    display: flex;
  }

  .cs-hero-img img {
    margin: auto;
  }

  #cta_button_20955190_15c1ddf8-8b8b-4cce-9311-c8824588a5de {
    margin-right: 16px;
  }

  #cta_button_20955190_091a39fe-98c3-4a5a-8823-ff50a1af36e4 {
    display: none !important;
  }

  #cta_button_20955190_15c1ddf8-8b8b-4cce-9311-c8824588a5de,
  #cta_button_20955190_1260c66c-0ddf-4175-9d87-68450e7ed8d2 {
    display: flex !important;
  }
}

@media only screen and (max-width: 576px) {
  .cs-hero-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.cs-hero-subtitle {
  margin-top: 25px;
  font-size: 21px;
  letter-spacing: 0.42px;
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
}
@media only screen and (max-width: 768px) {
  .cs-hero-subtitle {
    font-size: 16px;
  }
}
.cs-hero-label {
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "MatterSQ", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  color: #5ed5d9;
}
@media only screen and (max-width: 768px) {
  .cs-hero-label {
    margin-bottom: 10px;
  }

  #cta_button_20955190_1260c66c-0ddf-4175-9d87-68450e7ed8d2 {
    background-color: #0e2b52 !important;
    color: #fff !important;
  }
}
.cs-hero-description {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  font-family: "MatterSQ", sans-serif;
}
@media only screen and (max-width: 768px) {
  .cs-hero-description {
    margin-top: 18px;
    font-size: 15px;
    line-height: 23px;
  }
}

.cs-hero-cta {
  margin-top: 40px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .cs-hero-cta {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .cs-hero-label {
    max-width: 250px;
    text-align: center;
  }
}

.cs-hero-description {
  max-width: 1108px !important;
}

.cs-hero-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
