.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 768px) {
  .text-block-25 {
    text-align: center;
  }

  .paragraph-9{
    width: 100% !important;
    text-align: center;
  }

  .hero .w-layout-hflex{
    justify-content: center;
  }
  
  .hero .w-layout-hflex .button{
    margin-right : 0px;
  }
 
  .hero .link-block{
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  width: 70vw;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image {
  height: 45px;
}

.body {
  grid-column-gap: 16px;
  /* grid-row-gap: 16px; */
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero {
  width: 70vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

.paragraph {
  color: #5a5a5a;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
}

.heroleft {
  width: 60%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.heroright {
  width: 30%;
  min-height: 30vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  height: 48px;
  text-align: center;
  background-color: #2b5bd7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  display: flex;
}

.button:hover {
  opacity: .8;
}

.button.cta {
  margin-right: 0;
}

.flex-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.bold-text {
  color: #2b5bd7;
  font-style: normal;
  text-decoration: none;
}

.shortener {
  width: 100%;
  min-height: 50vh;
  background-color: #f5f6f7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* margin-top: 100px; */
  margin-bottom: 0;
  padding: 3rem;
  display: flex;
}

.text-block-2 {
  color: #636363;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  display: none;
}

.image-2 {
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 -2px 20px -9px rgba(0, 0, 0, .2);
}

.image-3 {
  border-radius: 12px;
  transform: none;
  box-shadow: 0 2px 20px -12px rgba(0, 0, 0, .2);
}

.image-4 {
  width: 32px;
  height: 32px;
  margin-right: 0;
}

.image-5 {
  width: 32px;
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
}

.image-6 {
  width: 32px;
  height: 32px;
}

.browsers {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.text-block-3 {
  color: #525252;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.text-block-4 {
  color: #5c5c5c;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: italic;
}

.bold-text-2 {
  color: #ff7900;
}

.headerbuttons {
  align-items: center;
}

.link {
  color: #4d4d4d;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
}

.link:hover {
  color: #2b5bd7;
}

.button-2 {
  color: #222;
  background-color: #fff;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .87rem;
}

.image-7 {
  width: 19px;
  height: 19px;
  filter: saturate(200%);
}

.flex-block-2 {
  height: 32px;
  cursor: pointer;
  object-fit: none;
  flex-flow: row;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-5 {
  color: #020202;
  border-bottom: 1px #000;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
  position: static;
}

.browsers-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.featuressection {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.text-block-6 {
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.paragraph-2 {
  max-width: 50%;
  color: #727272;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.features {
  width: 55vw;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  font-family: Open Sans, sans-serif;
}

.feature {
  width: 48%;
  height: 10.9rem;
  outline-offset: 0px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #333;
  margin-bottom: 0;
  padding: 15px;
}

.image-8 {
  width: 48px;
  height: 48px;
}

.text-block-7 {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.paragraph-3 {
  color: #616161;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.image-9, .image-10, .image-11, .image-12 {
  width: 48px;
  height: 48px;
}

.section-3 {
  width: 100%;
  min-height: 50vh;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.divider {
  width: 60vw;
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.plugin_shortener {
  width: 60vw;
  height: 100%;
  min-height: 30vh;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.featurescta {
  width: 60vw;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.button-3 {
  height: 48px;
  background-color: #2b5bd7;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  display: flex;
}

.button-3:hover {
  opacity: .8;
}

.text-block-8 {
  color: #646464;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.flex-block-3 {
  width: 70vw;
  align-items: center;
}

.paragraph-4 {
  width: 50vw;
  color: #727272;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.flex-block-4 {
  width: 55vw;
  min-height: 40vh;
  justify-content: space-around;
  margin-top: 40px;
}

.individualsplan {
  width: 45%;
  min-height: 100%;
  background-color: rgba(255, 112, 0, .05);
  border-right: 1px #f0f0f0;
  border-radius: 8px;
  padding: 20px;
}

.individualsplan:hover {
  transform: scale(1.03);
}

.businessesplan {
  width: 45%;
  background-color: rgba(43, 91, 215, .05);
  border-radius: 8px;
  padding: 20px;
}

.businessesplan:hover {
  transform: scale(1.02);
}

.flex-block-5 {
  width: 100%;
  height: 7rem;
  border-bottom: 1px solid #f3f3f3;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
}

.flex-block-5.lastchild {
  border: 1px #000;
  margin-bottom: 0;
}

.image-13 {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.text-block-9 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.paragraph-5 {
  color: #727272;
  font-size: .9rem;
}

.image-14 {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  padding-right: 0;
}

.text-block-10 {
  width: 100%;
  color: #2b5bd7;
  text-align: left;
  border: 1px #000;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.bold-text-3 {
  color: #2b5bd7;
}

.flex-block-6 {
  width: 55vw;
  height: 55px;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}

.flex-block-6._7 {
  height: 48px;
  margin-top: 40px;
}

.div-block {
  width: 45%;
  height: 100%;
  background-color: #2b5bd7;
  border-bottom: 1.5px solid rgba(33, 88, 231, .09);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block.cta {
  border-radius: 4px;
}

.div-block-2 {
  width: 45%;
  height: 100%;
  background-color: #ff7000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.text-block-11._11 {
  font-weight: 400;
}

.button-4 {
  width: 45%;
  height: 100%;
  background-color: #2b5bd7;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.button-4:hover {
  opacity: .8;
}

.button-4._5 {
  text-align: center;
  background-color: #ff7000;
}

.button-4.reach {
  width: auto;
  height: 48px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-4.birdcta {
  width: auto;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.italic-text {
  color: #ff7000;
}

.section-4 {
  width: 100%;
  min-height: 55vh;
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.image-15 {
  z-index: -5;
  position: absolute;
  right: -50%;
}

.image-16 {
  width: 48px;
  height: 48px;
}

.flex-block-7 {
  width: 50vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.flex-block-8 {
  width: 100%;
  height: 100%;
  text-align: left;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
}

.text-block-12 {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 700;
}

.text-block-13 {
  margin-top: 10px;
  font-size: 1rem;
}

.flex-block-9 {
  max-height: 50%;
  margin-left: 0;
}

.flex-block-10 {
  width: 100%;
  height: 50px;
  align-items: center;
  margin-bottom: 40px;
}

.text-block-14 {
  color: #474747;
  font-size: 1.3rem;
}

.text-block-15 {
  font-size: 2rem;
  font-weight: 800;
}

.text-block-16 {
  width: 140px;
  margin-right: 10px;
  font-size: 3rem;
  font-weight: 700;
}

.image-17 {
  margin-right: 60px;
}

.section-5 {
  width: 100%;
  min-height: 50vh;
  outline-offset: 0px;
  border-bottom: 1px #fafafa;
  outline: 3px #333;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.flex-block-11 {
  width: 60vw;
  min-height: 50vh;
  justify-content: center;
  align-items: center;
}

.text-block-17 {
  font-size: 2rem;
  font-weight: 700;
}

.paragraph-6 {
  width: 90%;
  color: #727272;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.paragraph-6._7 {
  width: 70%;
  margin-bottom: 0;
}

.image-18, .image-19, .image-20 {
  width: 100px;
  height: 100px;
}

.flex-block-12 {
  width: 50%;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 20px;
}

.button-5 {
  height: 48px;
  background-color: #2b5bd7;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1rem;
  display: flex;
}

.button-5:hover {
  opacity: .8;
}

.link-block {
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-18 {
  color: #313131;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.section-6 {
  width: 100%;
  min-height: 50vh;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.image-21 {
  margin-bottom: 40px;
}

.section-7 {
  width: 100%;
  min-height: 50vh;
  justify-content: flex-start;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.flex-block-13 {
  width: 50%;
  -webkit-text-stroke-color: #000;
  background-color: #fbfcfe;
  border: 1px #e6e6e6;
  border-radius: 12px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px;
}

.text-block-19 {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.paragraph-7 {
  color: #5e5e5e;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.flex-block-14 {
  border-top: 1px solid #f8f8f8;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-20 {
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.section-8 {
  width: 100%;
  min-height: 50vh;
  background-color: #fbfcfe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-22 {
  width: 60%;
  opacity: 1;
  margin-bottom: 40px;
  position: relative;
  top: 0;
  right: 0;
}

.image-23 {
  width: 50%;
}

.text-block-21 {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.paragraph-8 {
  width: 50vw;
  color: #575757;
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.text-block-22 {
  margin-top: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.bold-text-4 {
  color: #2b5bd7;
}

.section-9 {
  width: 100%;
  min-height: 100px;
  background-color: #fbfcfe;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-15 {
  width: 60vw;
  height: 100%;
  min-height: 100%;
  justify-content: space-between;
  align-items: center;
}

.image-24 {
  width: auto;
  height: 38px;
}

.text-block-23 {
  color: #636363;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.flex-block-16 {
  height: 100%;
  margin-left: 20px;
}

.link-2 {
  color: #494949;
  border-bottom: 1px dashed #000;
  margin-right: 20px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.link-2:hover {
  color: #2b5bd7;
  -webkit-text-stroke-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #577ce0;
}

.flex-block-17 {
  align-items: center;
}

.flex-block-18 {
  width: 100%;
  height: 50px;
  background-color: #2b5bd7;
  border-bottom: 1px #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.flex-block-18.asdasd {
  background-color: #ff7000;
}

.text-block-24 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.div-block-3 {
  width: 46vw;
  height: 40%;
  background-color: rgba(43, 91, 215, .05);
  position: absolute;
  top: 0;
  right: 0;
}

.text-block-25 {
  /* text-align: center; */
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.paragraph-9 {
  max-width: 50vw;
  color: #616161;
  /* text-align: center; */
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.socialLinksConatiner{
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.socialLink{
  width: 30px;
  height: 30px;
  background-color: lightgray;
  border-radius: 50px;
  display: flex;
  /* gap: 5rem; */
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header, .hero {
    width: 95vw;
  }

  .heroleft {
    width: 100%;
  }

  .heroright {
    display: none;
  }

  .paragraph-2 {
    max-width: 95%;
  }

  .features {
    width: 95vw;
  }

  .divider {
    width: 90vw;
  }

  .plugin_shortener {
    width: 100%;
  }

  .featurescta {
    margin-top: 40px;
  }

  .flex-block-3 {
    width: 95vw;
  }

  .paragraph-4 {
    width: 90vw;
  }

  .flex-block-4 {
    width: 100vw;
  }

  .flex-block-5 {
    height: 11rem;
  }

  .flex-block-6 {
    width: 100vw;
  }

  .button-4 {
    width: auto;
    text-align: center;
  }

  .flex-block-7 {
    width: 95vw;
    flex-direction: column;
  }

  .text-block-12 {
    width: 70vw;
    text-align: center;
    line-height: 2.5rem;
  }

  .text-block-13 {
    width: 80vw;
    text-align: center;
  }

  .image-17 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .flex-block-11 {
    width: 100vw;
  }

  .paragraph-6._7 {
    width: 90%;
  }

  .flex-block-13, .image-22 {
    width: 95%;
  }

  .paragraph-8 {
    width: 90vw;
  }

  .section-9 {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-15 {
    width: 95vw;
    flex-direction: column;
  }

  .flex-block-16 {
    margin-top: 20px;
    margin-left: 0;
  }

  /* .text-block-25 {
    width: 95%;
    font-size: 1.5rem;
  } */

  .paragraph-9 {
    width: 95%;
    max-width: none;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {

  .plugin_shortener {
    width: 90vw;
  }

  .link.hidden {
    display: none;
  }

  .text-block-6 {
    text-align: center;
  }

  .section-3 {
    align-items: flex-start;
  }

  .featurescta {
    width: 90vw;
    margin-top: 100px;
  }

  .text-block-8 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .flex-block-4 {
    flex-direction: column;
    align-items: center;
  }

  .individualsplan {
    width: 95%;
    margin-top: 20px;
  }

  .businessesplan {
    width: 95%;
    position: static;
  }

  .flex-block-5 {
    height: 7rem;
  }

  .text-block-12 {
    width: 95vw;
  }

  .paragraph-6, .paragraph-6._7 {
    width: 95%;
  }

  .flex-block-12 {
    width: 70%;
  }

  .flex-block-13 {
    margin-right: 0;
  }

  .flex-block-14 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-24 {
    margin-bottom: 20px;
  }

  .text-block-23 {
    margin-left: 0;
    font-size: .9rem;
  }

  .flex-block-17 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 32px;
  }

  .hero {
    margin-top: 10px;
  }

  .text-block {
    font-size: 2.5rem;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .browsers {
    flex-direction: row;
  }

  .text-block-3 {
    font-size: .9rem;
  }

  .feature {
    width: 100%;
    height: auto;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .featurescta {
    margin-top: 40px;
  }

  .button-3 {
    height: auto;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .9rem;
  }

  .paragraph-4 {
    font-size: 1.1rem;
  }

  .flex-block-5 {
    height: auto;
  }

  .button-4 {
    width: 95%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-4.reach, .button-4.birdcta {
    width: 95%;
  }

  .section-4 {
    padding-top: 20px;
  }

  .text-block-16 {
    font-size: 2.5rem;
  }

  .text-block-17 {
    text-align: center;
    line-height: 2.6rem;
  }

  .image-18, .image-19, .image-20 {
    width: 80px;
    height: 80px;
  }

  .flex-block-12 {
    width: 100%;
  }

  .text-block-20 {
    text-align: center;
    line-height: 2.5rem;
  }

  .text-block-21 {
    text-align: center;
    line-height: 2.6rem;
  }

  .text-block-22 {
    text-align: center;
    line-height: 2.5rem;
  }

  .text-block-23 {
    text-align: center;
  }

  .flex-block-16 {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .link-2 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
