:root {
  --medium-spring-green: #14ee80;
  --blue: #0d41e9;
  --white-smoke: #f7f7f7;
  --black: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header-section {
  background-image: url('../images/BG.png');
  background-position: 60% 100%;
  background-size: cover;
  padding: 20px 30px 200px;
  overflow: hidden;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: #1f1f1f;
  padding: 7px 18px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 32px;
  transition: all .25s;
}

.nav-link:hover {
  color: var(--blue);
}

.brand {
  padding-top: 12px;
  padding-bottom: 12px;
}

.button {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  margin-left: 18px;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 28px;
}

.header-grid {
  grid-template-rows: auto;
  align-items: center;
  max-width: 1100px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 400;
  line-height: 76px;
}

.heading-2 {
  color: #222f3f;
  max-width: 422px;
  margin-bottom: 36px;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.header-button {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  padding: 15px 37px;
  font-size: 20px;
  line-height: 30px;
  transition: all .375s;
}

.header-button:hover {
  background-color: var(--blue);
}

.image {
  position: relative;
  top: -3%;
}

.header-content {
  position: relative;
  top: 20px;
}

.logos-section {
  text-align: center;
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
}

.logos-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 38px;
}

.logos {
  border-bottom: 1px solid #e9e0e0;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: flex;
}

.benefits-section {
  padding: 110px 30px 50px;
}

.benefit-grid {
  grid-template-rows: auto;
  max-width: 1100px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.benefit-content.pl-100 {
  padding-left: 100px;
}

.benefit-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.benefit-sub {
  color: #222f3f;
  margin-top: 0;
  margin-bottom: 55px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer {
  padding: 160px 31px 130px;
}

.footer-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-col-40 {
  width: 40%;
  padding-right: 125px;
}

.footer-col-title {
  color: #666;
  margin-bottom: 45px;
  font-family: Karla, sans-serif;
  font-size: 15px;
}

.footer-links-grid {
  grid-template-rows: auto;
  display: flex;
}

.footer-link {
  color: #000;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.footer-col-20 {
  width: 20%;
  position: relative;
  right: 50px;
}

.newsletter-col {
  width: 50%;
}

.newsletter-box {
  background-color: #e7f4ed;
  border-radius: 3px;
  padding: 35px 35px 30px;
}

.footer-col-title-copy {
  color: #666;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  font-size: 15px;
}

.paragraph {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}

.form {
  align-items: stretch;
  display: flex;
}

.text-field {
  color: #636363;
  border: 1px #000;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
}

.text-field::placeholder {
  color: #636363;
}

.submit-button {
  opacity: 0;
  width: 60px;
  height: 56px;
  display: block;
}

.div-block-3 {
  background-color: #14ee80;
  position: relative;
}

.form-submit-icon {
  position: absolute;
  top: 18px;
  bottom: auto;
  left: 14px;
  right: auto;
}

.benefit-list-block {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 110px 115px;
  position: relative;
  transform: skew(0deg);
}

.icon-box {
  background-color: #fff;
  border-radius: 85px;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-right: 25px;
  transition: all .325s;
  display: flex;
}

.icon-box:hover {
  background-color: var(--medium-spring-green);
}

.benefit {
  display: flex;
}

.benefit-texts {
  flex: 1;
}

.benefit-block-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.benefit-block-para {
  color: #e4e4e4;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.icob-box-icon {
  filter: invert();
}

.grid {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  position: relative;
}

.benefit-shape-1 {
  z-index: 5;
  background-color: #0d41e9;
  border-top-left-radius: 64px;
  width: 70%;
  height: 55%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 9px;
  right: auto;
  transform: skew(5deg);
}

.benefit-shape-2 {
  z-index: 5;
  background-color: #0d41e9;
  border-bottom-left-radius: 49px;
  width: 70%;
  height: 77%;
  position: absolute;
  top: auto;
  bottom: 21px;
  left: 20px;
  right: auto;
  transform: skew(4deg, 2deg);
}

.benefit-shape-3 {
  z-index: 5;
  background-color: #0d41e9;
  border-top-right-radius: 65px;
  width: 36%;
  height: 65%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 7px;
  transform: skew(-4deg);
}

.benefit-shape-4 {
  z-index: 5;
  background-color: #0d41e9;
  border-bottom-right-radius: 57px;
  width: 36%;
  height: 65%;
  position: absolute;
  top: auto;
  bottom: 3px;
  left: auto;
  right: 18px;
  transform: skew(-3deg, 3deg);
}

.pricing-section {
  text-align: center;
  padding: 50px 30px 120px;
}

.pricing-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-sub {
  color: #222f3f;
  text-align: left;
  margin: 0 auto 36px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.pricing-switcher {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  max-width: 240px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}

.switcher-text-row {
  cursor: pointer;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.pricing-round {
  background-color: #0c39f8;
  border-radius: 50px;
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pricing-switcher-inner {
  border-radius: 50px;
  position: relative;
}

.pricing-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
}

.switcher-text-monthly {
  color: #fff;
  border-radius: 50px;
  flex: 1;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 32px;
}

.switcher-text-yearly {
  border-radius: 50px;
  flex: 1;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 32px;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing-header {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 20px;
  position: relative;
}

.pricing-type {
  color: #666;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.pricing-amount {
  margin-bottom: 16px;
  font-size: 58px;
  font-weight: 400;
  line-height: 50px;
}

.membership-type {
  color: #666;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
}

.pricing-content {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 40px;
}

.pricing-text {
  color: #1f1f1f;
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
}

.pricing-text.text-muted {
  color: #8e8e8e;
  text-decoration: line-through;
}

.pricing-button {
  background-color: #333;
  border-radius: 3px;
  max-width: 190px;
  height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 32px;
  transition: all .275s;
  display: block;
}

.pricing-button:hover {
  color: #333;
  background-color: #14ee80;
}

.pricing-button.active {
  background-color: var(--medium-spring-green);
  color: #333;
}

.div-block-4 {
  background-color: #14ee80;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 3px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pricing-amount-monthly {
  margin-bottom: 16px;
  font-size: 58px;
  font-weight: 400;
  line-height: 50px;
}

.pricing-amount-yearly {
  margin-bottom: 16px;
  font-size: 58px;
  font-weight: 400;
  line-height: 50px;
  display: none;
}

.membership-type-monthly {
  color: #666;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
}

.membership-type-yearly {
  color: #666;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
  display: none;
}

.cta-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 74px;
}

.cta-button {
  background-color: var(--medium-spring-green);
  color: #333;
  border-radius: 3px;
  padding: 22px 37px;
  font-weight: 700;
  line-height: 14px;
  transition: all .275s;
  display: block;
}

.cta-button:hover {
  color: #333;
  background-color: #14ee80;
}

.cta-button.active {
  background-color: var(--medium-spring-green);
  color: #333;
}

.cta-content {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 80px 85px;
  display: flex;
  position: relative;
}

.cta-shapes {
  width: 100%;
  height: 100%;
}

.cta-graphics-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.cta-graphics {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-graphics-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 2px;
  right: auto;
}

.cta-graphics-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
}

.cta-graphics-image-3 {
  position: relative;
  bottom: 10px;
  left: 30px;
}

.benefit-content-link {
  justify-content: space-between;
  width: 150px;
  text-decoration: none;
  display: flex;
}

.text-block {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.arrow-right {
  position: relative;
  top: 1px;
}

.dropdown-toggle {
  padding: 0 18px;
}

.dropdown {
  top: -4px;
}

.dropdown-text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  width: 530px;
  padding-top: 40px;
  left: 18px;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.nav-dropdown-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  grid-template-rows: auto auto auto auto;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.dropdown-link-block {
  color: #1f1f1f;
  text-decoration: none;
}

.dropdown-link-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 16px;
  transition: all .275s;
}

.dropdown-link-title:hover {
  color: #666;
}

.dropdown-link-text {
  color: #878b90;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 32px;
}

.nav-button {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  margin-left: 18px;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 28px;
  transition: all .275s;
}

.nav-button:hover {
  background-color: var(--blue);
}

.image-2 {
  width: 120px;
}

@media screen and (max-width: 991px) {
  .header-section {
    background-color: var(--medium-spring-green);
    background-image: none;
    background-size: auto;
    padding-bottom: 80px;
  }

  .nav-link {
    color: var(--white-smoke);
    text-align: center;
    font-size: 22px;
  }

  .brand {
    padding-top: 20px;
    padding-left: 0;
  }

  .header-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .heading {
    font-size: 50px;
    line-height: 58px;
  }

  .image {
    display: none;
  }

  .header-content {
    top: 0;
  }

  .logos {
    justify-content: center;
  }

  .benefits-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .benefit-grid {
    align-items: center;
    margin-bottom: 100px;
  }

  .benefit-content.pl-100 {
    padding-left: 20px;
  }

  .benefit-title {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 51px;
  }

  .benefit-sub {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .footer-col-40 {
    width: 50%;
    padding-right: 40px;
  }

  .footer-col-title {
    margin-bottom: 25px;
  }

  .footer-col-20 {
    width: 50%;
    left: 60px;
    right: 0;
  }

  .newsletter-col {
    width: 100%;
  }

  .newsletter-box {
    margin-top: 40px;
  }

  .paragraph {
    max-width: 450px;
  }

  .benefit-list-block {
    background-color: var(--blue);
    margin-left: -30px;
    margin-right: -30px;
    padding: 80px 20px;
  }

  .icon-box {
    width: 60px;
    height: 60px;
  }

  .benefit-block-title {
    font-size: 24px;
    line-height: 24px;
  }

  .benefit-block-para {
    font-size: 14px;
  }

  .icob-box-icon {
    width: 20px;
  }

  .benefit-shape-1, .benefit-shape-2, .benefit-shape-3, .benefit-shape-4 {
    display: none;
  }

  .pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-sub {
    margin-bottom: 30px;
  }

  .pricing-title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 42px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta-title {
    line-height: 51px;
  }

  .cta-button {
    text-align: center;
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .cta-content {
    background-color: var(--blue);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-shapes {
    display: none;
  }

  .menu-button {
    border: 2px solid var(--black);
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--blue);
    border-style: none;
  }

  .icon {
    color: var(--black);
  }

  .nav-menu {
    background-color: var(--blue);
    padding: 30px;
  }

  .nav-button {
    margin-top: 20px;
    padding: 15px 50px;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    padding-bottom: 60px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .heading-2 {
    max-width: 400px;
  }

  .logos-section {
    padding-top: 40px;
  }

  .logos {
    padding-bottom: 0;
  }

  .benefit-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-col-40 {
    width: 100%;
  }

  .footer-col-20 {
    width: 100%;
    margin-top: 40px;
    left: 0;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .cta-title {
    margin-bottom: 20px;
  }

  .cta-content {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  .header-section {
    background-color: var(--medium-spring-green);
    background-image: url('../images/BG.png');
    background-position: 35% 100%;
    background-size: cover;
  }

  .nav-link {
    font-size: 16px;
  }

  .benefit-content.pl-100 {
    padding-left: 0;
  }

  .benefit-title {
    font-size: 36px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .footer-col-title {
    margin-bottom: 15px;
  }

  .footer-links-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .newsletter-box {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon-box {
    margin-bottom: 20px;
  }

  .benefit {
    flex-direction: column;
  }

  .benefit-block-para {
    font-size: 15px;
  }

  .grid {
    grid-row-gap: 60px;
  }

  .pricing-grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cta-title {
    font-size: 36px;
    line-height: 42px;
  }

  .cta-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    background-color: var(--blue);
    padding: 20px 20px 30px;
  }

  .nav-button {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_1c1976a8-9c82-355b-bd17-a1bc98812e3e-a2b7235f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


