:root {
  --black: black;
  --white: white;
}

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

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

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

a {
  color: #000;
  border: 0 solid #0000;
  text-decoration: none;
}

.header {
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 0;
}

.body {
  color: #000;
  text-align: center;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.header-logo {
  align-items: center;
  height: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero {
  opacity: 1;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ddd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 90px;
  display: flex;
  position: relative;
  overflow: clip;
}

.heading {
  color: #0b5f5f;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
  font-size: 70px;
  line-height: 80px;
  position: relative;
}

.heading.text-page-title {
  color: #000;
  margin-top: 50px;
  margin-bottom: 40px;
}

.heading.handling_data-title {
  margin-bottom: 160px;
}

.hero-description {
  max-width: 800px;
  margin: 15px 50px 40px;
  font-size: 25px;
  line-height: 35px;
  display: flex;
  position: relative;
}

.hero-description.handling-data {
  font-size: 25px;
}

.hero-description.pipedrive {
  clear: none;
  font-size: 28px;
  font-weight: 500;
  display: block;
}

.get-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  max-width: 100%;
  margin-bottom: 56px;
  padding: 20px 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.get-button:hover {
  background-color: #0b5f5f;
}

.text-block {
  color: #000;
  text-decoration: none;
}

.button-text {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-decoration: none;
  transition: all .2s;
}

.image {
  z-index: 1;
  margin-top: 70px;
  position: relative;
}

.hero-background-image {
  z-index: 0;
  opacity: .2;
  width: 2500px;
  display: block;
  position: absolute;
  bottom: 50px;
  right: 50px;
  overflow: clip;
  transform: rotate(-11deg);
}

.container {
  max-width: 1000px;
  margin-top: 40px;
}

.container.text-container {
  min-height: 100vh;
}

.vendors-logos {
  margin-top: 50px;
}

.hero-background {
  z-index: 0;
  background-image: url('../images/back-2.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.image-2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.footer {
  background-color: #fff;
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.footer-container {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.copyright {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #0000004d;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.link {
  color: #000;
  border-bottom-style: none;
  text-decoration: none;
}

.link-3 {
  border-style: none;
  text-decoration: none;
}

.footer-link {
  color: #0000004d;
}

.footer-link:hover {
  color: #0b5f5f;
}

.in-footer {
  width: 20px;
}

.footer-flex-container {
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: flex;
}

.team {
  justify-content: space-around;
  margin-top: 100px;
  display: none;
}

.team-member {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 25px;
  line-height: 30px;
}

.in-link:hover {
  filter: contrast(200%);
}

.pricing {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 120px;
  display: flex;
}

.price {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #0b5f5f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.price.price-light {
  color: #000;
  background-color: #a1bbbb;
}

.price-description {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f2f2f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 30px;
  display: flex;
}

.dollars {
  font-size: 120px;
  font-weight: 900;
  line-height: 140px;
}

.dollars.dark {
  color: #000;
}

.mo {
  font-size: 25px;
}

.mo.dark {
  color: #000;
}

.list {
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 35px;
  list-style-type: none;
}

.list.pipedrive__backup-list {
  font-size: 23px;
}

.list.why__list {
  margin-top: 40px;
}

.list-item {
  margin-bottom: 25px;
  text-decoration: none;
  list-style-type: none;
}

.list-item-2, .list-item-3 {
  margin-bottom: 10px;
}

.product {
  background-color: #f2f2f200;
  justify-content: flex-start;
  margin-top: 80px;
  display: flex;
}

.product-description {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.product-screen {
  color: #fff;
  background-color: #f2f2f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  transform: skew(-4deg, -3deg);
  box-shadow: 15px 15px 1px #a1bbbb;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 35px;
  line-height: 43px;
}

.menu {
  justify-content: flex-end;
  display: flex;
}

.menu-link {
  opacity: .7;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  display: flex;
}

.menu-link:hover {
  opacity: 1;
  color: #0b5f5f;
}

.menu-link.menu-link-login {
  opacity: 1;
  background-color: #0b5f5f;
  margin-left: 10px;
}

.menu-link.menu-link-login:hover {
  background-color: #000;
}

.menu-link-text {
  font-weight: 900;
}

.menu-link-text.menu-link-text-login {
  color: #fff;
}

.mcrmb-in-link {
  opacity: .3;
}

.mcrmb-in-link:hover {
  opacity: .5;
}

.text-block-3 {
  opacity: .3;
}

.inline-number {
  color: #fff;
  text-align: center;
  background-color: #0a5f5f;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  line-height: 39px;
  display: inline-block;
}

.tariff {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 500px;
  display: flex;
}

.tariff-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
}

.tariff-name.dark {
  color: #000;
}

.menu-burder {
  opacity: .7;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  display: none;
}

.menu-burder:hover {
  opacity: 1;
  color: #0b5f5f;
}

.menu-burder.menu-link-login {
  opacity: 1;
  background-color: #0b5f5f;
  margin-left: 10px;
}

.menu-burder.menu-link-login:hover {
  background-color: #000;
}

.menu-content {
  display: flex;
}

.menu-close {
  opacity: .7;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  display: none;
}

.menu-close:hover {
  opacity: 1;
  color: #0b5f5f;
}

.menu-close.menu-link-login {
  opacity: 1;
  background-color: #0b5f5f;
  margin-left: 10px;
}

.menu-close.menu-link-login:hover {
  background-color: #000;
}

.rich-text-block {
  color: #131313;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
}

.link-4 {
  text-decoration: underline;
}

.container-2 {
  float: left;
  clear: right;
  background-color: #f2f2f27d;
  border-right: 0 solid #000;
  width: 31%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.container-2.support {
  height: 70%;
}

.container-3 {
  background-color: #0000;
  max-width: 940px;
  height: 100%;
  max-height: 100%;
  margin-top: 30px;
}

.container-3.support {
  height: 80%;
}

.text-block-4 {
  color: #0b5f5f;
  margin: 20px 5px 30px;
  padding: 10px 5px;
  font-size: 26px;
  font-weight: 500;
}

.text-block-5 {
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  width: 95%;
  margin: 10px auto;
  font-size: 20px;
  line-height: 28px;
}

.text-block-6 {
  text-align: left;
  width: 9%;
  margin-left: auto;
  margin-right: auto;
}

.list-2 {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 20px;
  line-height: 24px;
}

.list-item-4 {
  text-align: center;
  width: 100%;
  margin: 5px auto;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 28px;
}

.bold-text {
  font-size: 26px;
}

.section {
  margin-top: 70px;
}

.link-block {
  background-color: #000;
  max-width: 100%;
  margin-bottom: 56px;
  padding: 20px 25px;
}

.link-block:hover {
  background-color: #0b5f5f;
}

.link-block.how-it-works__button {
  margin-bottom: 24px;
}

.link-block.support__button {
  margin-top: 0;
}

.container-4 {
  background-color: #f2f2f27d;
  width: 75%;
  height: auto;
  max-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-7 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 22px;
  line-height: 25px;
}

.bold-text-3 {
  font-size: 26px;
  line-height: 28px;
}

.how-it-works {
  margin-top: 24px;
  margin-bottom: 24px;
}

.how-it-works__heading {
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.how-it-works__text {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  line-height: 32px;
}

.qualify {
  margin-top: 24px;
}

.qualify__heading {
  padding-top: 4px;
  padding-bottom: 4px;
}

.qualify__text {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  line-height: 32px;
}

.support__container {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.support__text {
  margin-top: 8px;
  margin-bottom: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  line-height: 32px;
}

.container-5 {
  margin-bottom: 120px;
}

.faq {
  margin-top: 160px;
}

.list-item-5 {
  text-align: left;
  list-style-type: decimal;
}

.faq__question {
  text-align: left;
  margin-top: 4px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
}

.faq__answer {
  text-align: left;
  width: 95%;
  margin-top: 8px;
  margin-left: 12px;
  padding-left: 8px;
  font-size: 20px;
  line-height: 28px;
}

.list-item-6 {
  text-align: left;
}

.list-3 {
  text-align: left;
  font-size: 20px;
  line-height: 36px;
}

.partner-offers__text {
  font-size: 20px;
  line-height: 28px;
}

.partner-offers__heading {
  font-size: 35px;
}

.partner-offers__link {
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}

.partner-offers {
  margin-top: 36px;
  margin-bottom: 36px;
}

.section-2 {
  margin-top: 40px;
}

.container-6 {
  margin-top: 24px;
}

.link-5 {
  text-decoration: underline;
}

.heading-3 {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .vendors-logos {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dollars {
    font-size: 90px;
    line-height: 110px;
  }

  .list-item {
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 30px;
  }

  .product {
    padding-left: 0;
    padding-right: 0;
  }

  .product-description {
    width: 60%;
  }

  .product-screen {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-right: 0;
  }

  .hero {
    padding-top: 50px;
  }

  .heading {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 50px;
    line-height: 60px;
  }

  .heading.text-page-title {
    margin-bottom: 30px;
  }

  .hero-description {
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 31px;
  }

  .button-text {
    font-size: 20px;
  }

  .image {
    margin-top: 42px;
  }

  .vendors-logos {
    margin-top: 20px;
  }

  .footer-links {
    grid-column-gap: 25px;
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .footer-flex-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .pricing {
    margin-top: 100px;
  }

  .price {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .price.price-light {
    width: 100%;
  }

  .price-description {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .list-item.price-list-item {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .product {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 50px;
  }

  .product-description {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-screen {
    width: 96%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link.menu-link-login {
    margin-top: 20px;
    margin-left: 0;
  }

  .tariff {
    flex-flow: column;
  }

  .image-5 {
    max-width: 100%;
    font-size: 18px;
  }

  .menu-burder {
    display: flex;
    position: relative;
  }

  .menu-content {
    background-color: #f2f2f2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }

  .menu-close {
    display: none;
  }

  .burger {
    opacity: 1;
    display: block;
    position: static;
  }

  .close {
    opacity: 0;
    border-radius: 0;
    display: block;
    position: absolute;
    left: 17px;
  }

  .rich-text-block {
    font-size: 16px;
    line-height: 23px;
  }

  .container-2 {
    align-self: center;
    width: auto;
  }

  .container-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: grid;
  }

  .how-it-works__text, .qualify__text, .faq__question-block {
    margin-left: 4px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 30px;
  }

  .heading {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-description {
    margin-bottom: 30px;
  }

  .get-button {
    padding: 15px 20px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 60px;
  }

  .price-description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
  }

  .dollars {
    font-size: 60px;
    line-height: 80px;
  }

  .mo {
    font-size: 16px;
  }

  .list-item.price-list-item {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  .product {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .product-description {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-screen {
    width: 80%;
    margin-left: 10%;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .tariff-name {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .tariff-name.dark {
    margin-bottom: 10px;
  }

  .menu-content {
    display: none;
  }

  .vendor-logo {
    height: 30px;
  }

  .container-2 {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .container-3 {
    height: auto;
  }

  .bold-text-2 {
    line-height: 25px;
  }

  .support__container, .container-5 {
    margin-bottom: 40px;
  }

  .faq {
    margin-top: 40px;
  }

  .faq__question {
    font-size: 18px;
    line-height: 32px;
  }

  .faq__answer {
    margin-right: 4px;
    font-size: 16px;
    line-height: 32px;
  }
}


