:root {
  --dark-slate-grey: #40454f;
  --black: #0d0e10;
  --royal-blue: #145aff;
  --white: white;
  --medium-sea-green: #1ebd53;
  --gold: #ffcb3d;
  --light-grey: #c7cad1;
  --gainsboro: #e1e4eb;
  --coral: #ff7847;
  --deep-sky-blue: #47c1fe;
  --white-smoke: #f1f3f6;
  --midnight-blue: #0f1f3d;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.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;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
  }
}

body {
  color: var(--dark-slate-grey);
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  line-height: 155%;
}

h1 {
  color: var(--black);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 106%;
}

h2 {
  color: var(--black);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 108%;
}

h3 {
  color: var(--black);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 112%;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
}

h6 {
  color: var(--royal-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--royal-blue);
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 40px;
}

li {
  margin-top: 20px;
}

blockquote {
  border-left: 5px solid var(--royal-blue);
  color: var(--royal-blue);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

figure {
  margin-top: 20px;
  margin-bottom: 40px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
}

.display-heading {
  letter-spacing: -1.6px;
  font-size: 72px;
  line-height: 105%;
}

.display-heading.home-hero-heading {
  color: #fff;
  margin-bottom: 28px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 130%;
}

.home-hero-section {
  background-color: #145aff;
  background-image: url('../images/bg6.png');
  background-position: 0 0;
  background-size: cover;
  line-height: 126%;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.wrapper.home-stats-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 98px;
}

.wrapper.home-feature-1-wrapper {
  padding-bottom: 145px;
}

.wrapper.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 92px;
  padding-bottom: 122px;
}

.wrapper.home-integrations-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 0;
}

.wrapper._1920px {
  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: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.wrapper._1920px.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.home-feature-3-wrapper {
  flex-direction: row-reverse;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper.feature-4-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.feature-4-wrapper.features {
  flex-direction: row-reverse;
}

.wrapper.cta-wrapper {
  background-image: url('../images/Feature-4-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.wrapper.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 240px;
}

.wrapper.about-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.wrapper.about-story-up-wrapper {
  align-items: flex-start;
}

.wrapper.about-grid {
  text-align: center;
  padding-top: 0;
  padding-bottom: 145px;
}

.wrapper.about-values-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.home-hero-wrapper {
  align-items: flex-start;
}

.wrapper.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper.features-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 172px;
}

.wrapper.features-loop-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  max-width: none;
  padding-top: 0;
}

.wrapper.visual-features-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 145px;
}

.wrapper.features-5-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.team-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.wrapper.pricing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 148px;
}

.wrapper.pricing-table-wrapper {
  flex-direction: column;
  justify-content: center;
  margin-top: 111px;
  padding-top: 0;
  padding-bottom: 23px;
}

.wrapper.faq-wrapper {
  flex-direction: column;
  align-items: flex-end;
}

.wrapper.blog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper.blog-featured-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}

.wrapper.all-blogs-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.wrapper.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

.wrapper.blog-post-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 275px;
}

.wrapper.blog-post-image-wrapper {
  border-radius: 12px;
  height: 560px;
  margin-top: -180px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.wrapper.blog-post-rich-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 840px;
  padding-top: 0;
}

.wrapper.blog-similar-post-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.wrapper.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper.career-images-wrapper {
  margin-top: -145px;
  padding-top: 0;
}

.wrapper.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
}

.wrapper.perks-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.wrapper.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  max-width: 920px;
  margin-top: -145px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.wrapper.location-wrapper {
  padding-top: 145px;
}

.wrapper.sign-up-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.pricing-comparison-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.wrapper.integrations-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.wrapper.most-popular-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.wrapper.all-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 145px;
}

.wrapper._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  height: 100vh;
}

.wrapper.vacancy-hero-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.vacancy-rich-text-wrapper {
  align-items: flex-start;
  padding-top: 145px;
}

.wrapper.style-guide-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.style-guide-wrapper {
  align-items: flex-start;
  padding-top: 100px;
}

.wrapper.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.licensing-wrapper {
  align-items: flex-start;
}

.wrapper.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.wrapper.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  padding-top: 145px;
}

.wrapper.footer-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
}

.wrapper.footer-wrapper._80-top-padding {
  padding-top: 80px;
}

.wrapper.search-result {
  padding-top: 0;
}

.home-hero-left {
  width: 53%;
  max-width: 620px;
}

.para-large {
  font-size: 22px;
}

.para-large.home-hero-para {
  max-width: 550px;
  margin-top: 14px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 136%;
}

.button {
  color: var(--white);
  background-color: #0665ff;
  border-radius: 12px;
  margin-right: -141px;
  padding: 20px 106px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

.button:hover {
  background-color: #002d98;
}

.button.pagination-button {
  border-style: none;
  padding: 16px 40px;
}

.button.dark-blue {
  background-color: var(--royal-blue);
  padding-left: 64px;
  padding-right: 64px;
}

.button.dark-blue:hover {
  background-color: var(--medium-sea-green);
}

.button.footer-form-button {
  background-color: var(--royal-blue);
}

.button.footer-form-button:hover {
  background-color: var(--medium-sea-green);
}

.button.navigation-button {
  background-color: var(--black);
}

.button.navigation-button:hover {
  background-color: var(--medium-sea-green);
}

.button.search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.navigation-button-copy {
  background-color: var(--black);
}

.button.navigation-button-copy:hover {
  background-color: var(--medium-sea-green);
}

.home-hero-pointers {
  z-index: 20;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  margin-top: 65px;
  display: grid;
  position: relative;
}

.hero-pointer-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-pointer-icon {
  margin-bottom: 14px;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.contain {
  object-fit: contain;
  width: 200%;
  max-width: 57px;
  height: 100%;
  margin-top: 0;
  display: inline-block;
}

.image.contain.signup {
  display: inline-block;
}

.image.about-team {
  filter: grayscale();
}

.home-hero-images-container {
  z-index: 1;
  width: 100%;
  max-width: 490px;
  margin-top: -50px;
  position: relative;
}

.home-hero-main-image {
  z-index: 2;
  border-radius: 10px;
  width: 512px;
  height: 506px;
  position: relative;
  overflow: hidden;
}

.hero-floating-image-1 {
  z-index: 3;
  border-radius: 8px;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: -11%;
  overflow: hidden;
  box-shadow: 0 9px 42px rgba(64, 69, 79, .1);
}

.home-hero-image-circle {
  z-index: 1;
  background-color: var(--royal-blue);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.hero-floating-image-2 {
  z-index: 3;
  width: 260px;
  height: 156px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: -22%;
  right: auto;
  box-shadow: 0 16px 71px rgba(64, 69, 79, .1);
}

.hero-floating-image-3 {
  z-index: 1;
  border-radius: 7px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: auto;
  right: -11%;
  overflow: hidden;
}

.home-hero-circle-decoration-1 {
  background-color: var(--gold);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -8%;
  right: auto;
}

.home-hero-circle-decoration-2 {
  background-color: var(--light-grey);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: auto;
  right: 10%;
}

.subheading {
  margin-bottom: 16px;
}

.home-stats-heading {
  margin-bottom: 16px;
  line-height: 122%;
}

.home-stats-up {
  max-width: 620px;
  margin-bottom: 48px;
}

.home-stats-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--gainsboro);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-stats-grid-item {
  padding-top: 48px;
}

.home-stats-grid-item.middle {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  border-left: 1px solid #e1e4eb;
  border-right: 1px solid #e1e4eb;
}

.stats-number-text {
  color: var(--royal-blue);
  letter-spacing: -1.2px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 106%;
}

.home-featured-1-section {
  background-color: #fafbff;
}

.home-features-images-container {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: 620px;
  display: flex;
  position: relative;
}

.home-features-images-container.feature-3 {
  flex-direction: row-reverse;
  width: 45%;
  margin-left: 0;
  position: relative;
}

.home-features-1-main-image {
  z-index: 1;
  width: 85%;
  max-width: 480px;
  position: relative;
}

.home-feature-1-floating-image {
  z-index: 2;
  border-radius: 11px;
  width: 45%;
  margin-right: -50%;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: -15%;
  right: auto;
  box-shadow: 12px 20px 100px rgba(64, 69, 79, .1);
}

.home-feature-1-floating-image.feature-3 {
  width: 20%;
  margin-left: -50%;
  margin-right: 0%;
  top: auto;
  bottom: 11%;
  left: auto;
  right: -15%;
  overflow: hidden;
}

.home-feature-1-image-background {
  background-image: linear-gradient(135deg, #f1f3f6, #fff 65%);
  width: 700px;
  height: 400px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -11%;
  right: auto;
}

.home-feature-1-content {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 500px;
  padding-right: 0;
  display: flex;
}

.home-features-subheading {
  color: #afe4ff;
  margin-bottom: 16px;
}

.home-features-heading {
  margin-bottom: 16px;
}

.home-features-pointers-wrapper {
  margin-top: 20px;
  margin-bottom: 24px;
}

.home-features-pointer-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.home-features-pointer-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 15px;
  display: flex;
}

.bold-text-span {
  font-weight: 700;
}

.features-learn-more-link {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-learn-more-arrow {
  margin-left: 16px;
}

.features-learn-more-link-line {
  background-color: var(--gainsboro);
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-features-1-circle {
  background-color: var(--gold);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 20%;
  right: auto;
  overflow: hidden;
}

.features-2-section {
  z-index: 1;
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  margin-top: -20px;
  position: relative;
}

.home-features-2-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  display: flex;
}

.white {
  color: var(--white);
  padding-top: 22px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.white.features-4-text {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 16px;
}

.white.cta-heading {
  margin-bottom: 27px;
  padding-top: 14px;
}

.white.about-values-text {
  margin-top: 16px;
  margin-bottom: 24px;
}

.home-features-tab {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.home-features-tab-menu {
  flex-direction: column;
  width: 38%;
  max-width: 426px;
  margin-right: auto;
  display: flex;
}

.home-feature-tab-link {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 12px;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 32px 28px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.home-feature-tab-link.w--current {
  background-color: rgba(255, 255, 255, .2);
  margin-top: 26px;
  margin-bottom: 26px;
}

.home-feature-tab-link.middle {
  background-color: rgba(255, 255, 255, .2);
  max-width: 443px;
  margin-top: 28px;
  margin-bottom: 28px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.home-tabs-content {
  width: 60%;
  max-width: 730px;
  overflow: visible;
}

.feature-tab-icon-and-heading {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.feature-tab-icon {
  flex: none;
  margin-top: -7px;
  margin-right: 16px;
}

._16-px {
  flex: none;
  font-size: 16px;
}

._16-px.color-code {
  margin-top: 4px;
}

.image {
  width: 132%;
  max-width: 125%;
  height: 105%;
}

.home-features-tab-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.featrues-tab-pane-circle {
  background-color: var(--coral);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: auto;
  right: -3%;
}

.featrues-tab-pane-circle-2 {
  background-color: var(--royal-blue);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 16%;
  right: auto;
}

.features-tab-circle-1 {
  background-color: var(--deep-sky-blue);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.features-tab-circle-2 {
  background-color: var(--deep-sky-blue);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 32%;
  right: auto;
}

.integration-up {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-left: -83px;
  display: flex;
  position: relative;
}

.integration-heading-and-subheading {
  flex-direction: column;
  align-items: flex-start;
  max-width: 620px;
  display: flex;
}

.h2-60-px {
  letter-spacing: -1.2px;
  font-size: 59px;
}

.home-integration-circle-1 {
  background-color: var(--gold);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 32%;
}

.integration-card {
  background-color: var(--white);
  border-radius: 12px;
  flex: none;
  max-width: 400px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, .06);
}

.integration-card.most-popular {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.integration-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
}

.integration-item-heading {
  margin-bottom: 8px;
}

.integration-cards-container-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000%;
  margin-bottom: 48px;
  display: flex;
}

.integration-cards-container-1.integrations-page {
  z-index: 1;
  margin-top: -145px;
  margin-bottom: 0;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.integrations-inside-container-1 {
  align-items: flex-start;
  display: flex;
}

.integrations-inside-container-2 {
  flex: none;
  align-items: flex-start;
  display: flex;
}

.integration-cards-container-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000%;
  display: flex;
}

.home-integration-circle-2 {
  background-color: var(--medium-sea-green);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: 27%;
  right: auto;
}

.feature-3-section {
  background-color: rgba(245, 245, 245, .53);
  padding-top: 87px;
}

.feature-3-floating-image-2 {
  border-radius: 7px;
  width: 14%;
  height: 14%;
  position: absolute;
  top: 16%;
  bottom: auto;
  right: -10%;
  overflow: hidden;
}

.feature-3-circle {
  background-color: var(--coral);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 14%;
  right: auto;
  overflow: hidden;
}

.feature-4-section.features {
  margin-bottom: 140px;
}

.feature-4-left {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 40%;
  max-width: 510px;
  display: flex;
}

.pointer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  max-width: 620px;
  display: grid;
}

.pointer-grid-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pointer-icon {
  width: 58px;
  max-width: 117%;
  margin-bottom: 12px;
}

.cta-section {
  z-index: 1;
  margin-bottom: -205px;
  position: relative;
}

.cta-text {
  color: var(--white);
  font-size: 22px;
}

.cta-form-block {
  margin-top: 40px;
}

.cta-form {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cta-form-field {
  color: var(--white);
  background-color: #4981ff;
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  margin-right: 24px;
  padding: 28px 155px 28px 28px;
}

.cta-form-field::placeholder {
  color: var(--white);
}

.cta-form-field.blog-subscribe {
  background-color: #4e5a71;
  padding-right: 20px;
}

.cta-button {
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 12px;
  padding: 15px 28px;
  font-weight: 700;
  transition: background-color .2s;
}

.cta-button:hover {
  background-color: var(--gainsboro);
}

.cta-pointers-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-pointer-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-pointer-item.first {
  margin-right: 24px;
}

.cta-pointer-checkmark {
  margin-right: 15px;
}

.about-hero-section {
  background-color: var(--white-smoke);
}

.about-hero-text {
  margin-top: 16px;
  font-size: 22px;
}

.about-images-section {
  margin-top: -140px;
}

.about-image {
  border-radius: 12px;
  height: 460px;
  overflow: hidden;
}

.about-story-left {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 500px;
  display: flex;
}

.about-story-right {
  width: 50%;
  max-width: 620px;
}

.about-story-text {
  padding-top: 48px;
  font-size: 22px;
  line-height: 140%;
}

.stats-number-text-2 {
  color: #0d0e10;
  letter-spacing: -1.2px;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 700;
  line-height: 106%;
}

.about-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 640px;
  display: flex;
  position: relative;
}

.play-button {
  width: 100px;
  height: 100px;
  margin-top: 280px;
  margin-left: -40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.about-values-section {
  background-image: url('../images/Shapes-1-min.png');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 100px;
}

.about-values-left {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 500px;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.home-blog-heading-and-button {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.blog-heading-and-subheading {
  max-width: 620px;
}

.blog-subheading {
  margin-bottom: 16px;
}

.home-blogs-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-main-collection-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.featured-main-item {
  color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 640px;
  padding: 27px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-main-image {
  height: 640px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-author {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.featured-author-image {
  border: 1px solid var(--white);
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  overflow: hidden;
}

.featured-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.featured-category {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.overlay {
  background-image: linear-gradient(114deg, rgba(0, 0, 0, .5) 35%, rgba(13, 14, 16, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.feature-collection-item {
  height: 100%;
}

.feature-item {
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 27px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-collection-wrapper {
  overflow: hidden;
}

.features-hero-section {
  background-color: var(--white-smoke);
  background-image: url('../images/philipp-katzenberger-iIJrUoeRoCQ-unsplash.jpg');
  background-position: 50% 61%;
  background-size: cover;
}

.features-hero-heading {
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.features-hero-text {
  color: #fff;
  max-width: 620px;
  font-size: 22px;
}

.features-loop-section {
  margin-top: 0;
}

.features-cards {
  background-color: var(--white);
  border: 1px solid #eaeaea;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 100%;
  margin-right: 40px;
  padding: 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 17px 17px 200px rgba(64, 69, 79, .06);
}

.features-card-icon {
  margin-bottom: 26px;
}

.featues-card-heading {
  margin-bottom: 8px;
}

.features-loop-inside-wrapper {
  display: flex;
}

.features-loop-inside-wrapper._1 {
  height: auto;
  font-style: normal;
  display: flex;
}

.features-learn-more-link-2 {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-learn-more-link-2.blue {
  color: var(--royal-blue);
  text-decoration: none;
}

.features-learn-more-link-line-2 {
  background-color: #e1e4eb;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-1-floating {
  z-index: 1;
  border-radius: 10px;
  width: 60%;
  position: absolute;
  overflow: hidden;
  box-shadow: 7px 19px 165px rgba(64, 69, 79, .06);
}

.features-1-floating._1 {
  top: 20%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.features-1-floating._2 {
  top: 45%;
  bottom: auto;
  left: auto;
  right: 12%;
}

.features-1-floating._3 {
  top: 70%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.visual-features-section {
  background-color: var(--white-smoke);
}

.visual-features-up {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.visual-features-heading-and-subheading {
  max-width: 500px;
}

.visual-features-subheading {
  margin-bottom: 16px;
}

.visual-features-text {
  max-width: 500px;
}

.visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.visual-features-item.navbar {
  color: var(--black);
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.visual-features-item-image {
  margin-bottom: 28px;
}

.visual-features-item-heading {
  margin-bottom: 8px;
}

.featrues-tab-pane-circle-3 {
  background-color: #145aff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 16%;
  right: auto;
}

.featrues-tab-pane-circle-3.features {
  background-color: var(--medium-sea-green);
}

.features-tab-circle-3 {
  background-color: #47c1fe;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 32%;
  right: auto;
}

.features-tab-circle-3.features {
  background-color: var(--gold);
}

.features-tab-circle-4 {
  background-color: #47c1fe;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.white-2 {
  color: #fff;
  width: 622px;
  max-width: 624px;
}

.white-2.home-features-heading {
  font-size: 34px;
}

.featrues-tab-pane-circle-4 {
  background-color: #ff7847;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: auto;
  right: -3%;
}

.features-tab-section {
  z-index: 1;
  background-color: #145aff;
  margin-top: -20px;
  margin-bottom: 100px;
  position: relative;
}

.features-subheading {
  color: var(--white);
  margin-bottom: 16px;
}

.features-floating {
  z-index: 1;
  border-radius: 12px;
  width: 50%;
  max-width: 280px;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 17px 17px 100px rgba(64, 69, 79, .1);
}

.home-features-image {
  z-index: 1;
  position: relative;
}

.features-5 {
  margin-bottom: 140px;
}

.features-heading-and-subheading {
  max-width: 620px;
  margin-bottom: 80px;
}

.features-5-heading {
  margin-bottom: 16px;
}

.features-5-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.features-5-item {
  text-align: center;
}

.features-5-icon {
  border-radius: 8px;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  overflow: hidden;
}

.features-4-text {
  margin-top: 16px;
  margin-bottom: 24px;
}

.team-members-up {
  text-align: center;
  max-width: 620px;
  margin-bottom: 80px;
}

.members-container {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.team-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-member-image {
  border-radius: 12px;
  height: 330px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.team-member-name {
  margin-bottom: 8px;
}

.team-member-linkedin-link {
  z-index: 10;
  background-image: url('../images/Button_1Button.png');
  background-position: 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
  transition: filter .2s;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 7%;
}

.pricing-hero-section {
  background-color: var(--white-smoke);
  background-image: url('../images/2h-media-WVfsEseCfMk-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  margin-bottom: 66px;
}

.pricing-hero-heading {
  margin-bottom: 16px;
}

.pricing-hero-text {
  max-width: 620px;
  font-size: 22px;
}

.pricing-tables-section {
  margin-top: 10px;
  margin-bottom: 234px;
  display: block;
}

.pricing-switch-and-text {
  justify-content: space-between;
  align-items: center;
  margin: 46px auto 61px;
  padding-left: 3px;
  display: flex;
}

.pricing-switch {
  background-color: var(--royal-blue);
  border-radius: 28px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 48px;
  height: 28px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-switch-ball {
  background-color: var(--white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.pricing-switch-left {
  cursor: pointer;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pricing-switch-right {
  cursor: pointer;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.save-30-image {
  margin-left: 13px;
}

._1 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._1.monthly {
  grid-column-gap: 30px;
}

._1.yearly {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.pricing-table-item {
  background-color: var(--white);
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, .06);
}

.pricing-table-item.bg {
  background-image: url('../images/Shapes.png');
  background-position: 50%;
  background-size: auto;
}

.pricing-table-item.bg.white {
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-table-plan-text {
  margin-bottom: 8px;
}

.pricing-table-item-text {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 150%;
}

.pricing-cost {
  margin-bottom: 40px;
}

.pricing-cost-text-span {
  color: var(--black);
  letter-spacing: -1px;
  margin-right: 4px;
  font-size: 36px;
  font-weight: 700;
  line-height: 112%;
}

.pricing-cost-text-span.white {
  color: var(--white);
}

.pricing-table-button {
  color: var(--royal-blue);
  background-color: rgba(20, 90, 255, .2);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 17px;
  padding-bottom: 18px;
  font-style: normal;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.pricing-table-button:hover {
  background-color: rgba(20, 90, 255, .4);
}

.pricing-table-button.white {
  background-color: var(--white);
}

.pricing-table-button.white:hover {
  background-color: var(--gainsboro);
}

.pricing-table-line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
}

.pricing-table-item-pointers {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.pricing-table-pointer-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.pricing-table-checkmark {
  flex: none;
  margin-top: 4px;
  margin-right: 15px;
}

.faq-right {
  width: 70%;
  max-width: 840px;
  margin-left: auto;
}

.faq-heading-and-subheading {
  width: 70%;
  max-width: 840px;
  margin-bottom: 40px;
}

.faq-part.margin-top {
  margin-top: 64px;
}

.faq-part-heading {
  margin-bottom: 69px;
  padding-top: 40px;
}

.faq-item {
  border-bottom: 1px solid var(--gainsboro);
  margin-top: 32px;
  padding-bottom: 32px;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-right: 16px;
  display: flex;
}

.faq-question-text {
  max-width: 90%;
  font-size: 22px;
  font-weight: 700;
}

.faq-plus-icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.faq-icon-line-1 {
  background-color: var(--black);
  width: 1px;
  height: 16px;
}

.faq-icon-line-2 {
  background-color: var(--black);
  width: 1px;
  height: 16px;
  position: absolute;
  transform: rotate(90deg);
}

.faq-answer {
  max-width: 95%;
  overflow: hidden;
}

.blog-hero-section {
  background-color: var(--white-smoke);
}

.blog-hero-heading {
  margin-bottom: 16px;
}

.blog-hero-text {
  max-width: 620px;
  font-size: 22px;
}

.blog-featured-section {
  margin-top: -150px;
}

.featrued-date-and-time {
  z-index: 190;
  align-items: center;
  display: flex;
}

.feature-down {
  position: relative;
}

.feature-dot {
  background-color: var(--white);
  border-radius: 60%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.blogs-heading-and-text {
  margin-bottom: 50px;
}

.blogs-heading-and-text.authors {
  margin-bottom: 0;
}

.all-blogs-heading {
  margin-bottom: 16px;
}

.all-blogs-heading.by {
  margin-right: 10px;
}

.all-blogs-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-item {
  color: var(--dark-slate-grey);
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blogs-collection-list-wrapper {
  margin-top: 100px;
}

.blogs-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image {
  border-radius: 12px;
  height: 300px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.blog-category {
  margin-bottom: 8px;
}

.blog-date-and-time {
  z-index: 190;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.blog-dot {
  background-color: var(--dark-slate-grey);
  border-radius: 60%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.blog-author {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 28px;
  bottom: auto;
  left: 28px;
  right: auto;
}

.pagination {
  margin-top: 64px;
}

.blog-subscribe-section {
  margin-bottom: 145px;
}

.blog-subscribe-left {
  width: 47%;
  max-width: 480px;
}

.blog-subscribe-heading {
  color: var(--white);
  margin-bottom: 12px;
}

._22-px {
  font-size: 22px;
  line-height: 150%;
}

._22-px.medium {
  font-weight: 500;
}

.blog-subscribe-form-container {
  width: 47%;
}

.blog-form-button {
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 12px;
  padding: 15px 28px;
  font-weight: 700;
  transition: background-color .2s;
}

.blog-form-button:hover {
  background-color: var(--medium-sea-green);
}

.blog-post-hero-section {
  background-color: var(--white-smoke);
}

.blog-post-hero-inside-wrapper {
  width: 100%;
  max-width: 840px;
}

.blog-post-heading {
  margin-bottom: 16px;
}

.rich-text {
  border-bottom: 1px solid var(--gainsboro);
  padding-bottom: 40px;
}

.rich-text h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text h6, .rich-text h5, .rich-text h4, .rich-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text.vacancy-rich-text {
  border-bottom-style: none;
  padding-bottom: 0;
}

.blog-post-author-and-social {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.blog-post-author {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-post-author-image {
  border-radius: 50%;
  flex: none;
  width: 96px;
  height: 96px;
  margin-right: 28px;
  overflow: hidden;
}

.blog-author-written-by {
  color: #6e7687;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.blog-share-on {
  color: #6e7687;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.blog-social-icons-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-social-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  transition: transform .2s;
  display: flex;
}

.blog-social-item:hover {
  transform: translate(0, -3px);
}

.similar-blog-post-heading {
  margin-bottom: 16px;
}

.similar-blogs-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
}

.career-hero-section {
  background-color: var(--white-smoke);
}

.career-hero-heading {
  margin-bottom: 16px;
}

.career-image-item {
  border-radius: 12px;
  width: 49%;
  max-width: 620px;
  height: 450px;
  overflow: hidden;
}

.jobs-left {
  width: 40%;
  max-width: 510px;
}

.jobs-heading {
  margin-bottom: 16px;
}

.jobs-right {
  width: 55%;
  padding-top: 20px;
}

.job-tabs {
  position: static;
}

.job-tabs-menu {
  max-width: 510px;
  position: absolute;
  top: 300px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.job-tabs-content {
  overflow: visible;
}

.job-tab-link {
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.job-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.job-tab-pane {
  padding: 20px 14px;
}

.job-item {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 28px;
  padding: 32px 40px;
  text-decoration: none;
  display: flex;
  overflow: visible;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, .06);
}

.job-item:hover {
  box-shadow: 17px 17px 200px rgba(64, 69, 79, .1);
}

.job-item-heading {
  margin-bottom: 8px;
}

.job-dot-details {
  color: var(--black);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-dot-details.job-post {
  margin-top: 40px;
  font-size: 22px;
}

.job-dot {
  background-color: var(--dark-slate-grey);
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.job-salary-range {
  color: var(--black);
  margin-top: 4px;
}

.perks-section {
  text-align: center;
}

.perks-heading {
  margin-bottom: 16px;
}

.perks-inside-wrapper {
  width: 100%;
  max-width: 620px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.perks-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.perk-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.contact-hero-section {
  background-color: var(--white-smoke);
}

.contact-hero-heading {
  margin-bottom: 16px;
}

.contact-hero-text {
  max-width: 620px;
  font-size: 22px;
}

.contact-form-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  padding: 64px;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, .06);
}

.contact-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-item {
  width: 48%;
}

.contact-form-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.contact-form-field-label {
  margin-bottom: 16px;
}

.contact-form-text-field {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 30px 28px;
  font-size: 18px;
}

.contact-form-text-area {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 48px;
  padding: 10px 28px 100px;
  font-size: 18px;
}

.contact-cards-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-card-item {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, .06);
}

.contact-card-icon {
  margin-bottom: 28px;
}

.contact-card-heading {
  margin-bottom: 8px;
}

.contact-card-link {
  text-decoration: none;
}

.location-left {
  max-width: 400px;
}

.location-heading {
  margin-bottom: 16px;
}

.location-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 16px;
  display: flex;
}

.location-icon {
  flex: none;
  margin-right: 16px;
}

.location-images-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-image {
  height: 560px;
}

.sign-up-section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.sign-up-image {
  max-width: 40%;
  height: 100%;
  position: relative;
}

.sign-up-logo {
  z-index: 60;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 80px;
  right: auto;
}

.sign-up-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
}

.sign-up-heading {
  margin-bottom: 16px;
}

.sign-up-link {
  color: var(--royal-blue);
  font-weight: 500;
  text-decoration: none;
}

.sign-up-with-google {
  color: var(--black);
  border: 1.5px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 15px 90px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sign-up-with-google:hover {
  border-color: var(--royal-blue);
}

.sign-up-with-google-icon {
  flex: none;
  margin-right: 20px;
}

.or-continue-with {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.or-continue-with-line {
  background-color: var(--gainsboro);
  width: 120px;
  height: 1px;
}

.sign-in-form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 24px;
}

.sign-in-form {
  flex-direction: column;
  display: flex;
}

.faq-down {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.progress-bar {
  flex-direction: column;
  width: 25%;
  max-width: 290px;
  margin-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.progress-bar-item {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  font-weight: 500;
  display: flex;
}

.progress-bar-grey-line {
  background-color: var(--gainsboro);
  width: 2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.progress-bar-blue-line {
  background-color: var(--royal-blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.comparison-up {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.comparison-heading-and-subheading {
  max-width: 510px;
}

.blue {
  color: var(--royal-blue);
  text-decoration: underline;
}

.comparison-table-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--gainsboro);
  grid-template: ". . . . Area"
  / 2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 30px;
  display: grid;
}

.comparison-plan {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.comparison-plan-price {
  font-size: 16px;
}

.comparison-table {
  margin-top: 80px;
}

.success-message {
  background-color: var(--white);
  color: var(--medium-sea-green);
  border-radius: 4px;
  overflow: hidden;
}

.error-message {
  color: red;
  background-color: #fff2f2;
  border-radius: 4px;
  padding: 17px;
  overflow: hidden;
}

.integrations-hero-section {
  background-color: var(--white-smoke);
  overflow: hidden;
}

.integrations-hero-heading {
  margin-bottom: 16px;
}

.hero-integrations-text {
  max-width: 620px;
  font-size: 22px;
}

.integrations-features-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 80px;
  display: flex;
}

.integrations-features-heading {
  width: 1000px;
  min-width: 0;
  max-width: 644px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 127%;
}

.integrations-features-items {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.integrations-features-icon {
  margin-bottom: 28px;
}

.integrations-featrues-heading {
  margin-bottom: 8px;
}

.most-popular-integrations-up {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  display: flex;
}

.most-popular-integrations-headings, .most-popular-integrations-text {
  max-width: 510px;
}

.most-popular-integrations-grid {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.all-integrations-heading {
  margin-bottom: 16px;
}

.all-integrations-grid {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

._404-heading {
  margin-bottom: 16px;
}

._404-robot {
  width: 400px;
  margin-top: 64px;
}

._404-section, .vacancy-post-hero-section {
  background-color: var(--white-smoke);
}

.vacancy-post-heading {
  margin-bottom: 16px;
}

.vacancy-post-hero-left {
  max-width: 620px;
}

.rich-text-wrapper {
  width: 70%;
  max-width: 840px;
}

.utility-page-wrap {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-heading {
  margin-bottom: 40px;
}

.passowrd-field-label {
  text-align: left;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.password-text-field {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 28px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 28px;
  font-size: 18px;
  overflow: hidden;
}

.password-text-field::placeholder {
  color: var(--black);
}

.style-guide-hero-section {
  background-color: var(--white-smoke);
}

.style-guide-heading {
  margin-bottom: 16px;
}

.style-guide-main-content {
  width: 70%;
  max-width: 840px;
}

.style-guide-item-heading {
  margin-bottom: 16px;
}

.colors-grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
}

.color-box {
  background-color: var(--royal-blue);
  border-radius: 8px;
  height: 96px;
  margin-bottom: 16px;
}

.color-box._2 {
  background-color: var(--medium-sea-green);
}

.color-box._3 {
  background-color: var(--gold);
}

.color-box._4 {
  background-color: var(--coral);
}

.color-box._5 {
  background-color: var(--deep-sky-blue);
}

.color-box._6 {
  background-color: var(--black);
}

.color-box._7 {
  background-color: var(--midnight-blue);
}

.color-box._8 {
  background-color: var(--dark-slate-grey);
}

.color-box._9 {
  background-color: var(--light-grey);
}

.color-box._10 {
  background-color: var(--gainsboro);
}

.color-box._11 {
  background-color: var(--white-smoke);
}

.color-box._12 {
  background-color: var(--white);
}

.typography-heading {
  margin-bottom: 16px;
}

.typography-main {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 64px;
  display: grid;
}

.typography-item-description {
  margin-top: 16px;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.buttons {
  margin-bottom: 64px;
}

.buttons-heading {
  margin-bottom: 16px;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 40px;
  display: grid;
}

.licensing-hero-section {
  background-color: var(--white-smoke);
}

.licensing-hero-heading {
  margin-bottom: 16px;
}

.licensing-main {
  width: 70%;
  max-width: 840px;
}

.licensing-item {
  margin-bottom: 100px;
}

.licensing-item-heading-and-source {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.source-link {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.image-2 {
  flex: none;
  margin-left: 12px;
}

.source-line {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.licensing-images-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.licensing-large-image {
  border-radius: 8px;
  height: 510px;
  overflow: hidden;
}

.licensing-small-image {
  border-radius: 8px;
  height: 240px;
  overflow: hidden;
}

.licensing-icons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.font-text {
  color: var(--royal-blue);
  text-align: center;
  background-color: #d0deff;
  border-radius: 8px;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 80px;
}

.licensing-illustration-image {
  margin-top: 40px;
}

.changelog-hero-section {
  background-color: var(--white-smoke);
}

.changelog-hero-heading, .changelog-date {
  margin-bottom: 16px;
}

.instructions-hero-section {
  background-color: var(--white-smoke);
}

.instructions-hero-heading, .conditional-visibility-heading {
  margin-bottom: 16px;
}

.youtube {
  margin-top: 40px;
}

.testimonial-section {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  overflow: hidden;
}

.testimonial-heading {
  margin-bottom: 16px;
}

.testimonials-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-up {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 4000%;
  margin-bottom: 48px;
  padding-bottom: 0;
  display: flex;
}

.testimonial-item {
  border-radius: 12px;
  max-width: 600px;
  margin-right: 40px;
  padding: 32px 28px 50px;
  overflow: hidden;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, .06);
}

.testimonial-item.sign-up-page {
  z-index: 20;
  background-color: var(--white);
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 6%;
  right: auto;
}

.testimonial-image-and-name {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.testimonial-image {
  border-radius: 100%;
  flex: none;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.testimonial-move-1 {
  display: flex;
}

.home-hero-bg-circle {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(241, 243, 246, .47), rgba(241, 243, 246, .2) 66%);
  border-radius: 100%;
  width: 920px;
  height: 920px;
  position: absolute;
  top: auto;
  bottom: -40%;
  left: auto;
  right: -50%;
}

.testimonial-move-2 {
  display: flex;
}

.testimonial-down {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 4000%;
  margin-bottom: 48px;
  padding-bottom: 0;
  display: flex;
}

.testimonial-move-3, .testimonial-move-4 {
  display: flex;
}

.integrations-inside-container-3 {
  align-items: flex-start;
  display: flex;
}

.integrations-inside-container-4 {
  flex: none;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: var(--midnight-blue);
  margin-top: 52px;
}

.footer-up {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 45px;
  display: grid;
}

.footer-form-block {
  margin-top: 185px;
}

.footer-form-field-label {
  color: var(--white);
  font-weight: 500;
}

.footer-field-and-button {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.footer-text-field {
  color: var(--white);
  background-color: rgba(255, 255, 255, .2);
  border: 1px #000;
  border-radius: 12px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 24px;
  font-size: 16px;
  overflow: hidden;
}

.footer-text-field::placeholder {
  color: var(--white);
}

.footer-links-row {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 16px;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: var(--light-grey);
}

.footer-link.down {
  display: inline-block;
}

.footer-down {
  color: rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.footer-social-icons-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-heading {
  margin-bottom: 16px;
}

.job-item-2 {
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 28px;
  padding: 32px 40px;
  text-decoration: none;
  display: flex;
  overflow: visible;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, .06);
}

.job-dot-2 {
  background-color: #40454f;
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.blog-item-2 {
  color: #40454f;
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.featured-author-image-2 {
  border: 1px solid #fff;
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  overflow: hidden;
}

.blog-dot-2 {
  background-color: #40454f;
  border-radius: 60%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.wrapper-2.navigation-wrapper, .wrapper-2.navigation-wrapper-copy {
  justify-content: space-between;
  max-width: 1280px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.navigation-drop-container {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navigation-drop-container.features {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.dropdown-toggle {
  color: #04121f;
  padding-left: 12px;
  padding-right: 24px;
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: #6b6768;
}

.nav-link-details {
  opacity: .7;
  max-width: 280px;
  font-size: 18px;
  line-height: 24px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.navigation-column {
  width: 33%;
  padding: 0;
  display: flex;
}

.navbar-brand {
  width: 150px;
  height: 40px;
  margin-right: 50px;
}

.navigation-left {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.dropdown-list.w--open {
  box-shadow: none;
  width: 80%;
  padding-top: 25px;
  overflow: visible;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.navigation-menu {
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.dropdown-arrow {
  margin-right: 5px;
  font-size: 14px;
}

.nav-link {
  color: #666;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s;
}

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

.nav-link.w--current {
  color: #6d6d6d;
  font-family: Noto Sans, sans-serif;
  font-weight: 600;
}

.nav-link.w--current:hover {
  color: var(--royal-blue);
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
}

.nav-link.login {
  color: var(--royal-blue);
  font-family: Noto Sans, sans-serif;
  font-weight: 600;
}

.nav-link.login:hover {
  color: #012975;
}

.nav-link.log-in-link {
  display: none;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 10px 100px rgba(0, 0, 0, .1);
}

.navigation {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navigation-link-block-mob {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 40px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block-mob:hover {
  background-color: var(--white);
  box-shadow: 0 10px 100px rgba(64, 69, 79, .12);
}

.main-navigations-container {
  position: relative;
}

.menu-button-mob {
  display: none;
}

.homepage-secondary-nav {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
}

.secondary-nav-power-icon {
  margin-right: 12px;
}

.secondary-nav-link {
  color: var(--white);
  justify-content: flex-start;
  margin-left: 10px;
  font-weight: 500;
  display: flex;
}

.user-action-link-arrow {
  margin-left: 6px;
}

.about-team-blue-div {
  opacity: 0;
  background-color: rgba(20, 90, 255, .5);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-colour-icon {
  opacity: 0;
  display: block;
}

.search-results {
  flex-direction: column;
  max-width: 100%;
  margin-top: 140px;
}

.flex-seacrh {
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 42px;
  display: flex;
}

.flex-seacrh.blog-page {
  justify-content: center;
}

.search-input {
  border-radius: 10px;
  max-width: 400px;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-result-item {
  margin-bottom: 30px;
}

.integration-card-link {
  border: 1px solid var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  width: 90px;
  margin-top: 40px;
  margin-right: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.integration-card-link:hover {
  border: 1px solid #000;
}

.integration-card-link-icon {
  margin-right: 8px;
}

.nav-icon {
  margin-bottom: 28px;
}

.team-member-hero-image {
  border-radius: 8px;
  align-items: center;
  max-height: 500px;
  display: flex;
  overflow: hidden;
}

.team-member-hero-name {
  text-align: center;
  margin: 40px auto 20px;
  font-size: 40px;
}

.team-member-position {
  margin-left: auto;
  margin-right: auto;
}

.author-flex {
  justify-content: center;
  display: flex;
}

.navigation-center {
  width: auto;
  display: flex;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.bold-text-2 {
  color: #3e537c;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block {
  color: #fff;
  margin-right: -43px;
  padding-top: 0;
  font-weight: 300;
}

.bold-text-3 {
  color: rgba(255, 255, 255, .55);
  padding-bottom: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.bold-text-5 {
  font-weight: 500;
}

.link-2 {
  color: #fff;
  margin-right: 69px;
  padding-left: 0;
}

.link-2-copy {
  color: #fff;
  margin-left: 62px;
  padding-left: 0;
}

.text-block-3 {
  color: #fff;
}

.heading {
  color: #145aff;
  font-style: italic;
}

.bold-text-7, .bold-text-8 {
  color: var(--royal-blue);
  font-size: 50px;
  line-height: 110%;
}

.bold-text-9 {
  color: var(--royal-blue);
  font-size: 50px;
  line-height: 111%;
}

.image-3 {
  width: auto;
  max-width: 180px;
}

.bold-text-10 {
  font-weight: 400;
}

.bold-text-11, .bold-text-12 {
  font-weight: 300;
}

.image-4 {
  max-width: 120%;
  margin-top: 125px;
}

.image-5 {
  margin-left: -14px;
  padding-top: 0;
}

.image-6 {
  width: 755px;
  max-width: 691px;
  margin-left: -46px;
}

.image-10 {
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.integrations-inside-container-1-copy {
  align-items: flex-start;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 15px 13px;
  padding: 25px 21px 25px 19px;
  display: block;
  box-shadow: 0 8px 10px rgba(0, 0, 0, .07);
}

.image-12, .image-13 {
  max-width: 69px;
  padding-bottom: 25px;
}

.image-14, .image-15 {
  padding-bottom: 25px;
}

.image-16 {
  max-width: 77px;
  padding-bottom: 25px;
}

.image-17, .image-18, .image-19 {
  padding-bottom: 25px;
}

.div-block-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 15px 13px;
  padding: 24px 21px 25px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.wrapper-copy.pricing-table-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-15 {
  font-size: 48px;
}

.bold-text-16 {
  font-size: 21px;
  display: block;
}

.bold-text-6-copy {
  font-size: 48px;
}

.bold-text-17 {
  color: #000;
}

.bold-text-17:hover {
  color: #fff;
}

.button-copy {
  color: var(--white);
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 153px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

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

.button-copy.pagination-button {
  border-style: none;
  padding: 16px 40px;
}

.button-copy.dark-blue {
  background-color: var(--royal-blue);
  padding-left: 64px;
  padding-right: 64px;
}

.button-copy.dark-blue:hover {
  background-color: var(--medium-sea-green);
}

.button-copy.footer-form-button {
  background-color: var(--royal-blue);
}

.button-copy.footer-form-button:hover {
  background-color: var(--medium-sea-green);
}

.button-copy.navigation-button {
  background-color: var(--black);
}

.button-copy.navigation-button:hover {
  background-color: var(--medium-sea-green);
}

.button-copy.search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-20 {
  margin-left: -276px;
}

.bold-text-20 {
  color: #081630;
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 104%;
}

.home-feature-tab-link-copy {
  background-color: #437bff;
  border-radius: 12px;
  padding: 32px 28px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.home-feature-tab-link-copy.w--current {
  background-color: rgba(255, 255, 255, .2);
  max-width: 472px;
  margin-right: -155px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.home-feature-tab-link-copy.middle {
  margin-top: 28px;
  margin-bottom: 28px;
}

.image-23 {
  border: 1px rgba(255, 255, 255, .47);
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  margin-left: -51px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bold-text-22 {
  line-height: 126%;
}

.bold-text-24 {
  color: #fff;
  font-size: 40px;
}

.text-block-11 {
  color: var(--midnight-blue);
  margin-top: 23px;
  font-size: 13px;
  line-height: 153%;
}

.image-copy.contain {
  object-fit: contain;
  width: 200%;
  height: 100%;
  margin-top: 0;
  display: inline-block;
}

.bold-text-54 {
  line-height: 131%;
}

.text-block-19 {
  padding-top: 0;
}

.text-block-20 {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: -23px;
  margin-left: 715px;
  padding-top: 46px;
  font-weight: 700;
  display: block;
}

.bold-text-55 {
  line-height: 136%;
}

.text-block-21 {
  background-color: #fff;
  border-radius: 7px;
  padding: 14px 70px;
  font-weight: 700;
}

.bold-text-56, .heading-4, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61 {
  font-size: 21px;
}

.text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30 {
  padding-top: 20px;
}

.image-25 {
  width: 805px;
  max-width: 176%;
  margin-top: 69px;
  margin-left: -242px;
}

.image-26 {
  max-width: 109%;
}

.nav-link-copy:hover {
  color: var(--royal-blue);
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
}

.nav-link-copy.w--current:hover {
  color: var(--royal-blue);
}

.main-navigations-container-copy {
  position: relative;
}

.bold-text-64 {
  color: var(--royal-blue);
}

.image-27 {
  width: 148%;
  max-width: 165%;
  height: auto;
}

.bold-text-65 {
  font-size: 21px;
}

.image-20-copy, .image-20-copy-copy, .image-20-copy-copy-copy {
  margin-left: -276px;
}

.navbar-brand-copy {
  width: 150px;
  height: 40px;
  margin-right: 50px;
}

.bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69 {
  color: var(--royal-blue);
}

.text-block-35 {
  line-height: 166%;
}

.bold-text-71 {
  font-size: 21px;
  line-height: 147%;
}

.bold-text-72 {
  font-size: 21px;
}

.bold-text-73, .bold-text-74, .bold-text-75 {
  color: var(--royal-blue);
}

.text-block-37 {
  color: #081630;
  width: 700px;
  max-width: 700px;
  margin-top: 7px;
  margin-bottom: 0;
  padding-top: 57px;
  padding-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.bold-text-17-copy {
  color: #000;
}

.bold-text-17-copy:hover {
  color: #fff;
}

.button-copy-copy {
  color: var(--white);
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 153px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .2s;
}

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

.button-copy-copy.pagination-button {
  border-style: none;
  padding: 16px 40px;
}

.button-copy-copy.dark-blue {
  background-color: var(--royal-blue);
  padding-left: 64px;
  padding-right: 64px;
}

.button-copy-copy.dark-blue:hover {
  background-color: var(--medium-sea-green);
}

.button-copy-copy.footer-form-button {
  background-color: var(--royal-blue);
}

.button-copy-copy.footer-form-button:hover {
  background-color: var(--medium-sea-green);
}

.button-copy-copy.navigation-button {
  background-color: var(--black);
}

.button-copy-copy.navigation-button:hover {
  background-color: var(--medium-sea-green);
}

.button-copy-copy.search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bold-text-77 {
  font-family: Noto Sans, sans-serif;
}

.heading-7 {
  width: 514px;
}

.white-2-copy {
  color: #fff;
}

.image-29, .image-31, .image-32 {
  max-width: 100%;
}

.text-span {
  color: #666;
  font-family: Noto Sans, sans-serif;
  font-weight: 600;
}

.text-span:hover {
  color: var(--royal-blue);
}

.main-navigations-container-copy-copy {
  position: relative;
}

.main-navigations-container-copy-copy-copy {
  color: #818181;
  background-color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 600;
  position: relative;
}

.main-navigations-container-copy-copy-copy:hover {
  color: var(--royal-blue);
  font-weight: 600;
}

.button-2 {
  background-color: var(--royal-blue);
  border-radius: 20px;
  padding-left: 125px;
  padding-right: 125px;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
}

.button-2:hover {
  background-color: #0c2050;
}

.nav-link-copy {
  color: #04121f;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  transition: color .2s;
}

.nav-link-copy:hover {
  color: #6b6768;
}

.nav-link-copy.login-copy {
  font-weight: 500;
}

.nav-link-copy.login-copy:hover {
  color: #010101;
  font-weight: 400;
}

.nav-link-copy {
  color: #818181;
  margin-left: 0;
  margin-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s;
}

.nav-link-copy:hover {
  color: var(--royal-blue);
  font-weight: 600;
}

.nav-link-copy.w--current {
  color: #2cae76;
}

.nav-link-copy.login {
  font-weight: 500;
}

.nav-link-copy.log-in-link {
  display: none;
}

.pricing-table-item-copy {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 17px 17px 200px rgba(64, 69, 79, .06);
}

.pricing-table-item-copy.bg {
  background-image: url('../images/Shapes.png');
  background-position: 50%;
  background-size: auto;
}

.pricing-table-item-copy.bg.white {
  background-image: linear-gradient(81deg, #ff962c, var(--coral) 52%, #ffa652 98%);
}

.nav-link-copy-copy:hover {
  color: #6b6768;
}

.nav-link-copy-copy.login-copy {
  color: #96989a;
  font-weight: 500;
}

.nav-link-copy-copy.login-copy:hover {
  color: #010101;
  font-weight: 600;
}

.text-block-40 {
  display: none;
}

.visual-features-item-copy {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.visual-features-item-copy.navbar {
  color: var(--black);
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.visual-features-item-copy.navbar:hover {
  background-color: #fafafa;
}

.image-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-copy.contain {
  object-fit: contain;
  width: 200%;
  max-width: 57px;
  height: 100%;
  margin-top: 0;
  display: inline-block;
}

.image-copy.contain.signup {
  display: inline-block;
}

.image-copy.about-team {
  filter: grayscale();
}

.nav-link-copy-copy {
  color: #818181;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  transition: color .2s;
}

.nav-link-copy-copy:hover {
  color: var(--royal-blue);
  font-family: Noto Sans, sans-serif;
  font-weight: 600;
}

.nav-link-copy-copy.w--current {
  color: #666;
}

.nav-link-copy-copy.w--current:hover {
  color: var(--royal-blue);
  font-weight: 600;
}

.nav-link-copy-copy.login {
  font-weight: 500;
}

.nav-link-copy-copy.log-in-link {
  display: none;
}

.features-5-items-container-copy, .features-5-items-container-copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.image-copy-copy {
  max-width: 130%;
}

.link-block {
  margin: 2px 7px -12px -247px;
  padding: 0 212px 37px 33px;
}

.link-block.w--current {
  margin-left: -244px;
  padding-right: 243px;
}

.link-block-2 {
  margin-bottom: -21px;
  margin-left: -246px;
  margin-right: 0;
  padding: 0 0 56px 266px;
}

.link-block-2.w--current {
  padding-left: 243px;
  padding-right: 0;
}

.pricing-cost-text-span-copy {
  color: var(--black);
  letter-spacing: -1px;
  margin-right: 4px;
  font-size: 36px;
  font-weight: 700;
  line-height: 112%;
}

.pricing-cost-text-span-copy.white {
  color: var(--white);
}

.wrapper-copy {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.wrapper-copy.home-stats-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 98px;
}

.wrapper-copy.home-feature-1-wrapper {
  padding-bottom: 145px;
}

.wrapper-copy.features-2-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 92px;
  padding-bottom: 122px;
}

.wrapper-copy.home-integrations-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 0;
}

.wrapper-copy._1920px {
  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: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.wrapper-copy._1920px.background-image {
  background-image: url('../images/Shapes-min-min.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-copy.home-feature-3-wrapper {
  flex-direction: row-reverse;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper-copy.feature-4-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-copy.feature-4-wrapper.features {
  flex-direction: row-reverse;
}

.wrapper-copy.cta-wrapper {
  background-image: url('../images/Feature-4-min.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.wrapper-copy.about-hero-up {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
  padding-top: 96px;
  padding-bottom: 240px;
}

.wrapper-copy.about-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.wrapper-copy.about-story-up-wrapper {
  align-items: flex-start;
}

.wrapper-copy.about-grid {
  text-align: center;
  padding-top: 0;
  padding-bottom: 145px;
}

.wrapper-copy.about-values-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-copy.home-hero-wrapper {
  align-items: flex-start;
}

.wrapper-copy.home-blog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 145px;
}

.wrapper-copy.features-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-copy.features-loop-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  max-width: none;
  padding-top: 0;
}

.wrapper-copy.visual-features-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 145px;
  padding-bottom: 145px;
}

.wrapper-copy.features-5-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-copy.team-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.wrapper-copy.pricing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 148px;
}

.wrapper-copy.pricing-table-wrapper {
  flex-direction: column;
  justify-content: center;
  margin-top: 111px;
  padding-top: 0;
  padding-bottom: 23px;
}

.wrapper-copy.faq-wrapper {
  flex-direction: column;
  align-items: flex-end;
}

.wrapper-copy.blog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-copy.blog-featured-wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
}

.wrapper-copy.all-blogs-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.wrapper-copy.blog-subscribe-wrapper {
  background-image: url('../images/Shapes-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding-left: 96px;
  padding-right: 96px;
  overflow: hidden;
}

.wrapper-copy.blog-post-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 275px;
}

.wrapper-copy.blog-post-image-wrapper {
  border-radius: 12px;
  height: 560px;
  margin-top: -180px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.wrapper-copy.blog-post-rich-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 840px;
  padding-top: 0;
}

.wrapper-copy.blog-similar-post-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.wrapper-copy.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-copy.career-images-wrapper {
  margin-top: -145px;
  padding-top: 0;
}

.wrapper-copy.jobs-wrapper {
  align-items: flex-start;
  padding-bottom: 120px;
}

.wrapper-copy.perks-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
}

.wrapper-copy.contact-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-copy.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  max-width: 920px;
  margin-top: -145px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.wrapper-copy.location-wrapper {
  padding-top: 145px;
}

.wrapper-copy.sign-up-wrapper {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-copy.pricing-comparison-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
}

.wrapper-copy.integrations-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 840px;
  padding-top: 100px;
  padding-bottom: 240px;
}

.wrapper-copy.integrations-features-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.wrapper-copy.most-popular-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.wrapper-copy.all-integrations-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 145px;
}

.wrapper-copy._404-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  height: 100vh;
}

.wrapper-copy.vacancy-hero-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-copy.vacancy-rich-text-wrapper {
  align-items: flex-start;
  padding-top: 145px;
}

.wrapper-copy.style-guide-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-copy.style-guide-wrapper {
  align-items: flex-start;
  padding-top: 100px;
}

.wrapper-copy.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-copy.licensing-wrapper {
  align-items: flex-start;
}

.wrapper-copy.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.wrapper-copy.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.wrapper-copy.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 100px;
}

.wrapper-copy.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.wrapper-copy.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  padding-top: 145px;
}

.wrapper-copy.footer-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  flex-direction: column;
  align-items: stretch;
  padding-top: 320px;
  padding-bottom: 0;
}

.wrapper-copy.footer-wrapper._80-top-padding {
  padding-top: 80px;
}

.wrapper-copy.search-result {
  padding-top: 0;
}

.features-loop-inside-wrapper-copy {
  display: flex;
}

.features-loop-inside-wrapper-copy._1 {
  height: auto;
  font-style: normal;
  display: flex;
}

.efi-tsm-01-logos-wrapper {
  text-align: right;
}

.image-34 {
  color: var(--light-grey);
}

.efi-tsm-01-logo-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-tsm-01-logos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-tsm-01-grid {
  grid-column-gap: 75px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.efi-tsm-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-tsm-01 {
  padding: 10% 3%;
}

.efi-ft-08-icon {
  background-color: #145aff;
  border-radius: 20px;
  width: 75px;
  height: 75px;
  margin-bottom: 30px;
  padding: 20px;
}

.efi-ft-08-cell {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.efi-ft-08-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-08 {
  padding: 75px 2%;
}

.efi-ft-9 {
  justify-content: flex-start;
  padding: 75px 2%;
  display: flex;
}

.efi-ft-08-icon-2 {
  background-color: #145aff;
  border-radius: 20px;
  width: 75px;
  height: 75px;
  margin-bottom: 30px;
  padding: 20px;
  display: inline-block;
}

.efi-ft-08-feature-2 {
  text-align: center;
  background-color: #fff;
  border: 2px solid rgba(169, 195, 255, .59);
  border-radius: 9px;
  padding: 21px 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.efi-ft-08-cell-2 {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-10 {
  background-color: #fff;
  padding: 75px 2%;
}

.div-block-5 {
  grid-column-gap: 11px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 477px;
  margin-top: 50px;
  display: block;
}

.button-3 {
  text-align: center;
  background-color: #145aff;
  border-radius: 20px;
  width: 225px;
}

.button-3:hover {
  background-color: #3488ff;
}

.button-4 {
  text-align: center;
  -webkit-text-stroke-color: var(--royal-blue);
  background-color: #145aff;
  border-radius: 20px;
  width: 225px;
  display: inline-block;
}

.button-4:hover {
  background-color: #3488ff;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.section {
  text-align: center;
  margin-top: 55px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  background-color: #ff8000;
  border-radius: 58px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 15px 117px;
  font-weight: 700;
}

.image-37 {
  width: 800px;
}

.div-block-8 {
  text-align: center;
  background-color: #00365b;
  width: 800px;
  max-width: 100%;
  margin-top: -59px;
  margin-bottom: 0;
  padding-bottom: 14px;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-38 {
  width: 800px;
}

.image-39 {
  width: 800px;
  margin-top: 0;
}

.heading-9 {
  font-family: Noto Sans, sans-serif;
  font-size: 61px;
}

@media screen and (min-width: 1440px) {
  .home-hero-section {
    background-image: url('../images/bg6.png');
    background-size: cover;
  }

  .home-features-pointers-wrapper {
    margin-left: -27px;
  }

  .footer {
    margin-top: 42px;
  }

  .navigation {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bold-text-20 {
    width: 700px;
    max-width: 700px;
    font-size: 40px;
    line-height: 100%;
  }

  .text-block-37 {
    width: 700px;
    max-width: 700px;
    margin-top: 7px;
    margin-bottom: 0;
    padding-top: 57px;
    padding-bottom: 10px;
    font-size: 0;
  }

  .bold-text-83 {
    font-size: 57px;
  }

  .div-block-5 {
    margin-top: 50px;
  }

  .container {
    width: 100%;
    height: 100%;
    max-height: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    margin-top: 91px;
  }

  .div-block-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 424px;
    display: flex;
  }

  .button-5 {
    text-align: center;
    background-color: #ff8000;
    margin-bottom: 51px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .div-block-8 {
    background-color: #00365b;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 800px;
    max-width: 100%;
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .image-38 {
    width: 800px;
  }

  .image-39 {
    width: 800px;
    margin-top: 0;
  }

  .heading-9 {
    width: 700px;
    max-width: 700px;
  }
}

@media screen and (min-width: 1920px) {
  .display-heading.home-hero-heading {
    color: #000;
    margin-bottom: 31px;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

  .home-hero-section {
    background-color: #145aff;
    background-image: url('../images/bg6.png');
    background-position: 50% 51%;
    background-size: cover;
    padding-bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .wrapper.home-stats-wrapper {
    padding-top: 172px;
  }

  .wrapper.home-feature-1-wrapper {
    padding-top: 115px;
  }

  .wrapper._1920px {
    display: flex;
  }

  .wrapper._1920px.background-image {
    max-width: 1920px;
    margin-bottom: 33px;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .wrapper.feature-4-wrapper {
    margin-bottom: -126px;
    padding-top: 51px;
    padding-bottom: 0;
  }

  .wrapper.home-hero-wrapper {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .wrapper.features-hero-wrapper {
    padding-top: 82px;
    padding-bottom: 192px;
  }

  .wrapper.pricing-hero-wrapper {
    padding-bottom: 63px;
  }

  .wrapper.pricing-table-wrapper {
    flex-wrap: nowrap;
    margin-top: 101px;
    display: flex;
  }

  .para-large.home-hero-para {
    margin-bottom: 43px;
    line-height: 136%;
  }

  .button {
    background-color: var(--royal-blue);
    border-radius: 20px;
    margin-left: -133px;
    margin-right: -133px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .button:hover {
    background-color: #002d98;
  }

  .button.navigation-button {
    background-color: var(--royal-blue);
    color: #fff;
    border-radius: 20px;
    margin-left: 17px;
    margin-right: 5px;
    padding: 8px 41px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .45);
  }

  .button.navigation-button:hover {
    background-color: #021f62;
  }

  .button.navigation-button-copy {
    color: #343434;
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0);
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 27px;
  }

  .button.navigation-button-copy:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .home-hero-pointers {
    grid-column-gap: 6px;
    grid-template-columns: 1fr 1.5fr;
    height: 130px;
    margin-top: -4px;
  }

  .hero-pointer-item {
    margin-top: -27px;
    margin-left: -4px;
    padding-left: 0;
  }

  .image {
    width: 22%;
    max-width: 49%;
    height: 100%;
    padding-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .image.contain {
    object-fit: contain;
    width: 125px;
    max-width: 65px;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 44px;
    display: block;
  }

  .home-hero-main-image {
    width: 800px;
    margin-left: -100px;
  }

  .hero-floating-image-1 {
    width: 300px;
    height: auto;
  }

  .home-stats-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .subheading {
    color: var(--royal-blue);
    -webkit-text-stroke-color: #0bf;
    margin-bottom: 21px;
  }

  .home-stats-heading {
    width: 635px;
    font-family: Noto Sans, sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 130%;
  }

  .home-stats-up {
    margin-top: -34px;
    margin-bottom: 26px;
  }

  .stats-number-text {
    color: #010918;
    margin-bottom: -33px;
    font-size: 40px;
    line-height: 140%;
  }

  .home-featured-1-section {
    background-color: #fafbff;
    margin-top: 0;
  }

  .home-features-images-container {
    padding-left: 0;
  }

  .home-features-images-container.feature-3 {
    width: 125%;
    max-width: 655px;
  }

  .home-feature-1-content {
    margin-right: 0;
    padding-right: 7px;
  }

  .home-features-subheading {
    color: #fcfcfc;
    margin-bottom: 33px;
  }

  .home-features-heading {
    width: 609px;
    margin-bottom: 23px;
    font-family: Noto Sans, sans-serif;
    font-size: 41px;
    font-weight: 600;
    line-height: 130%;
  }

  .home-features-pointers-wrapper {
    margin-top: 24px;
    margin-left: -28px;
  }

  .home-features-pointer-item {
    margin-top: 32px;
  }

  .bold-text-span {
    line-height: 150%;
  }

  .home-features-1-circle {
    margin-top: 78px;
    margin-bottom: 40px;
  }

  .features-2-section {
    background-color: var(--royal-blue);
    margin-top: 0;
    margin-bottom: -36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-features-2-up {
    margin-top: -8px;
    line-height: 160%;
  }

  .white {
    margin-top: -15px;
    padding-top: 34px;
  }

  .white.home-features-heading {
    margin-bottom: 33px;
    padding-top: 4px;
  }

  .home-features-tab-menu {
    width: auto;
    max-width: 429px;
  }

  .home-feature-tab-link {
    box-shadow: none;
    background-color: rgba(255, 255, 255, .2);
    border: 1px rgba(219, 219, 219, .36);
    max-width: 472px;
    margin: 26px;
  }

  .home-feature-tab-link.w--current {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .home-feature-tab-link.middle {
    box-shadow: none;
    background-color: rgba(255, 255, 255, .2);
    border: 1px rgba(219, 219, 219, .36);
    max-width: 472px;
    margin-bottom: 0;
    margin-right: -155px;
    padding-top: 27px;
    padding-bottom: 24px;
  }

  .home-feature-tab-link.middle.w--current {
    box-shadow: none;
  }

  ._16-px.white {
    margin-top: -49px;
    padding-bottom: 16px;
    line-height: 140%;
  }

  .image {
    border-radius: 20px;
    width: 930px;
    max-width: 995px;
    padding-bottom: 16px;
  }

  .featrues-tab-pane-circle {
    margin-left: -160px;
  }

  .featrues-tab-pane-circle-2 {
    margin-top: -23px;
  }

  .features-tab-circle-2 {
    margin-bottom: 92px;
  }

  .integration-heading-and-subheading {
    margin-left: 0;
  }

  .h2-60-px {
    margin-right: -486px;
    padding-right: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
  }

  .h2-60-px.white {
    margin-right: 8px;
    font-size: 50px;
  }

  .home-integration-circle-1 {
    margin-top: 171px;
  }

  .feature-3-section {
    background-color: rgba(245, 245, 245, .58);
    margin-top: 15px;
    padding-top: 101px;
  }

  .feature-4-section {
    margin-top: 47px;
  }

  .feature-4-section.features {
    background-color: rgba(245, 245, 245, .58);
    padding-top: 109px;
  }

  .feature-4-left {
    margin-bottom: 303px;
  }

  .pointer-grid {
    margin-top: -218px;
  }

  .pointer-icon {
    width: 63px;
    max-width: 113%;
  }

  .cta-section {
    margin-bottom: 56px;
  }

  .cta-text {
    text-align: center;
  }

  .cta-button {
    padding-left: 84px;
    padding-right: 84px;
  }

  .cta-pointers-container {
    margin-top: 38px;
  }

  .cta-pointer-checkmark {
    max-width: 50%;
    line-height: 100%;
    overflow: visible;
  }

  .features-hero-section {
    color: #c7d3ec;
    -webkit-text-stroke-color: #0f4fd1;
    background-color: #2b4e82;
    background-image: url('../images/philipp-katzenberger-iIJrUoeRoCQ-unsplash.jpg');
    background-position: 50% 47%;
    background-repeat: repeat;
    background-size: cover;
  }

  .features-hero-heading {
    line-height: 100%;
  }

  .features-hero-text {
    color: #fff;
    margin-top: 0;
    font-family: Open Sans, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 150%;
  }

  .features-loop-section {
    margin-top: 0;
  }

  .features-cards {
    flex-direction: column;
    display: flex;
    box-shadow: 5px 5px 9px rgba(64, 69, 79, .29);
  }

  .features-loop-inside-wrapper._1 {
    display: flex;
  }

  .features-loop-inside-wrapper._2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .visual-features-text {
    margin-top: 11px;
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .visual-features-items-container {
    grid-column-gap: 43px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .visual-features-item {
    width: 838px;
  }

  .featrues-tab-pane-circle-3.features {
    top: 1%;
  }

  .white-2 {
    width: 653px;
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
  }

  .white-2.home-features-heading {
    width: 769px;
    margin-top: -17px;
    font-family: Noto Sans, sans-serif;
    font-size: 38px;
    font-weight: 500;
  }

  .featrues-tab-pane-circle-4 {
    margin-top: -72px;
    margin-bottom: -33px;
    padding-top: 69px;
  }

  .features-tab-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .features-5 {
    margin-top: 96px;
    margin-bottom: 171px;
  }

  .features-5-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
  }

  .features-5-items-container {
    grid-column-gap: 199px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 106%;
  }

  .features-5-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .features-4-text {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
  }

  .pricing-hero-section {
    background-image: url('../images/2h-media-WVfsEseCfMk-unsplash.jpg');
    background-position: 50% 38%;
    background-size: cover;
    padding-bottom: 22px;
  }

  .pricing-hero-text {
    padding-bottom: 32px;
  }

  .pricing-tables-section {
    margin-top: 0;
    display: block;
  }

  .pricing-switch-and-text {
    margin-top: 21px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .save-30-image {
    margin-top: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 5px;
  }

  ._1.monthly {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 49px;
    display: flex;
  }

  ._1.yearly {
    margin-top: 77px;
    display: none;
  }

  .pricing-table-item {
    border: 1px solid #dde7fd;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-cost {
    font-size: 17px;
  }

  .pricing-cost-text-span {
    font-size: 32px;
  }

  .pricing-table-button.white {
    margin-top: 0;
    padding-top: 17px;
  }

  .sign-up-heading {
    text-align: center;
    font-size: 40px;
    line-height: 120%;
  }

  .pricing-comparison-section {
    background-color: rgba(243, 243, 243, .68);
    margin-top: 157px;
    padding-top: 121px;
  }

  .testimonials-container {
    display: block;
  }

  .testimonial-item {
    border: 1px solid #e7e9fd;
    margin-top: 14px;
    padding-top: 0;
    padding-bottom: 18px;
    display: block;
    box-shadow: 3px 3px 5px 2px rgba(64, 69, 79, .07);
  }

  .testimonial-item.sign-up-page {
    background-color: rgba(255, 255, 255, 0);
  }

  .testimonial-move-1 {
    display: flex;
  }

  .home-hero-bg-circle {
    color: rgba(255, 255, 255, .13);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(241, 243, 246, .18), rgba(241, 243, 246, .21) 58%);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    bottom: -50%;
    right: -47%;
  }

  .testimonial-move-2 {
    margin-top: 0;
    margin-left: 166px;
    display: flex;
  }

  .testimonial-move-3, .testimonial-move-4 {
    display: flex;
  }

  .footer {
    margin-top: -223px;
    margin-bottom: 0;
  }

  .footer-links-container {
    grid-column-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-toggle {
    display: inline-block;
  }

  .navigation-right {
    margin-left: -107px;
    margin-right: -107px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: #6d6d6d;
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

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

  .nav-link.login {
    color: var(--royal-blue);
    padding-left: 17px;
    padding-right: 17px;
    font-weight: 700;
  }

  .nav-link.login:hover {
    color: #002c92;
    font-weight: 900;
  }

  .navigation {
    box-shadow: none;
  }

  .main-navigations-container {
    color: #10254e;
  }

  .homepage-secondary-nav {
    background-color: #08204b;
  }

  .bold-text-2 {
    color: #3e537c;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: inherit;
    background-color: rgba(255, 243, 243, 0);
    background-clip: content-box;
    border-radius: 0;
    margin-top: 22px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Noto Sans, sans-serif;
    font-size: 19px;
    font-weight: 500;
    display: block;
  }

  .text-block {
    color: #fff;
    align-items: center;
    margin-right: 0;
    font-weight: 600;
    line-height: 100%;
    display: flex;
  }

  .bold-text-3 {
    color: rgba(0, 47, 141, .9);
    -webkit-text-stroke-color: rgba(255, 255, 255, .53);
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 32px;
    font-family: Open Sans, sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 60%;
  }

  .bold-text-5 {
    font-family: Noto Sans, sans-serif;
    font-weight: 400;
  }

  .bold-text-6 {
    line-height: 150%;
  }

  .text-block-2 {
    font-size: 15px;
    font-weight: 700;
  }

  .link {
    color: #fff;
  }

  .link-2 {
    border: 1px solid #cfcfcf;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px 19px;
  }

  .link-2-copy {
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    margin-left: -31px;
  }

  .heading {
    color: #255cff;
    -webkit-text-stroke-color: var(--royal-blue);
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 36px;
    font-family: Noto Sans, sans-serif;
    font-size: 23px;
    font-style: italic;
    font-weight: 500;
  }

  .bold-text-7 {
    color: #0153ee;
    font-family: Noto Sans, sans-serif;
    line-height: 143%;
  }

  .bold-text-8 {
    color: #0153ee;
    -webkit-text-stroke-color: #2660cb;
    font-family: Noto Sans, sans-serif;
    line-height: 143%;
  }

  .bold-text-9 {
    color: #0153ee;
    font-family: Noto Sans, sans-serif;
    line-height: 143%;
  }

  .home-featured-1-section-copy {
    background-color: #fafbff;
    margin-top: 103px;
    margin-bottom: -41px;
    padding-bottom: 73px;
  }

  .image-3 {
    width: auto;
    max-width: none;
    margin-top: 171px;
    margin-left: 39px;
    margin-right: 46px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 5px 5px 8px rgba(0, 0, 0, .2);
  }

  .bold-text-10 {
    color: #fff;
    align-items: flex-end;
    line-height: 100%;
    text-decoration: none;
    display: inline-block;
  }

  .bold-text-11 {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
  }

  .bold-text-12 {
    line-height: 100%;
  }

  .image-4 {
    max-width: 88%;
    margin-top: 60px;
    padding-bottom: 0;
    padding-right: 0;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, .2);
  }

  .image-5 {
    margin-top: -87px;
    margin-left: -67px;
    padding-left: 0;
  }

  .image-6 {
    width: 751px;
    max-width: 759px;
    margin-left: 0;
    margin-right: -67px;
    padding-left: 1px;
    padding-right: 0;
  }

  .image-7 {
    max-width: 100px;
  }

  .text-block-4 {
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 600;
  }

  .bold-text-13 {
    font-weight: 400;
  }

  .text-block-4-copy {
    color: #001f5d;
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 700;
    display: flex;
  }

  .bold-text-14 {
    font-size: 15px;
    font-weight: 500;
  }

  .image-8 {
    max-width: 687px;
    margin-bottom: -173px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    margin-left: 71px;
    padding-bottom: 53px;
  }

  .image-10 {
    margin-top: -410px;
    margin-bottom: -22px;
    padding-top: 0;
  }

  .image-11 {
    padding-bottom: 27px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: stretch;
    justify-items: center;
    display: grid;
  }

  .div-block-2 {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 19px 21px;
    box-shadow: 0 2px 5px rgba(88, 88, 88, .13);
  }

  .image-12, .image-13 {
    max-width: 56px;
    padding-bottom: 10px;
  }

  .image-14, .image-15 {
    padding-bottom: 10px;
  }

  .image-16 {
    max-width: 56px;
    padding-bottom: 10px;
  }

  .image-17, .image-18, .image-19 {
    padding-bottom: 10px;
  }

  .div-block-2-copy {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 19px 21px;
    box-shadow: 0 2px 5px rgba(88, 88, 88, .13);
  }

  .wrapper-copy._1920px.background-image {
    max-width: 1920px;
  }

  .bold-text-15 {
    margin-left: 0;
    font-family: Noto Sans, sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 130%;
  }

  .bold-text-6-copy {
    font-family: Noto Sans, sans-serif;
    font-size: 48px;
    line-height: 150%;
  }

  .text-block-5 {
    margin-top: 44px;
    font-weight: 500;
  }

  .text-block-6, .text-block-7 {
    margin-top: 44px;
  }

  .bold-text-17 {
    color: #0d3677;
  }

  .bold-text-18 {
    line-height: 130%;
  }

  .button-copy {
    -webkit-text-stroke-color: #fff;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 20px;
    margin: -156px 0 0;
    padding: 14px 115px;
    box-shadow: 0 13px 5px -12px rgba(0, 0, 0, .2);
  }

  .button-copy:hover {
    color: #fff;
  }

  .button-copy.navigation-button {
    margin-left: 5px;
    margin-right: 5px;
  }

  .bold-text-19 {
    color: #fff;
    margin-bottom: 955px;
    font-size: 25px;
    line-height: 160%;
    display: block;
  }

  .text-block-8, .text-block-9 {
    font-size: 25px;
  }

  .text-block-10 {
    text-align: center;
    margin-bottom: 26px;
  }

  .image-20 {
    margin-left: -284px;
    padding-left: 0;
  }

  .bold-text-20 {
    color: #08193a;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    width: 700px;
    max-width: 700px;
    margin-bottom: 38px;
    padding-top: 0;
    font-family: Noto Sans, sans-serif;
    font-size: 43px;
    font-weight: 400;
    line-height: 130%;
    display: block;
  }

  .image-21 {
    padding-top: 32px;
    padding-bottom: 45px;
  }

  .image-22 {
    margin-bottom: 20px;
    padding-top: 12px;
  }

  .home-feature-tab-link-copy {
    background-color: #437bff;
    max-width: 472px;
    margin-right: -155px;
  }

  .home-feature-tab-link-copy.w--current {
    box-shadow: none;
  }

  .home-feature-tab-link-copy.middle {
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .bold-text-21 {
    text-align: center;
    font-family: Noto Sans, sans-serif;
    font-weight: 600;
    line-height: 168%;
  }

  .image-23 {
    box-shadow: none;
    border: 1px #fff;
    border-radius: 0;
    width: 930px;
    max-width: 995px;
    margin-left: 0;
    padding-bottom: 11px;
    padding-left: 0;
  }

  .bold-text-22 {
    margin-bottom: -26px;
    font-family: Noto Sans, sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 136%;
    display: block;
  }

  .bold-text-23 {
    width: 280px;
    max-width: 283px;
    font-weight: 500;
  }

  .bold-text-24 {
    color: #fff;
    font-size: 40px;
    line-height: 130%;
  }

  .bold-text-25 {
    width: 848px;
    max-width: 580px;
    font-family: Noto Sans, sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 124%;
  }

  .text-block-11 {
    color: #5472af;
    width: 405px;
    margin-top: 47px;
    margin-left: 35px;
    font-size: 16px;
  }

  .text-block-12 {
    width: 549px;
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 141%;
  }

  .image-copy.contain {
    width: 226%;
    max-width: 101%;
    margin-bottom: 90px;
  }

  .bold-text-26 {
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
  }

  .bold-text-27 {
    width: 583px;
    line-height: 127%;
  }

  .bold-text-28 {
    font-weight: 400;
    line-height: 133%;
  }

  .bold-text-29 {
    font-size: 23px;
  }

  .bold-text-30 {
    font-size: 40px;
  }

  .text-block-13 {
    margin-top: 26px;
  }

  .bold-text-31, .bold-text-32 {
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
  }

  .bold-text-33 {
    font-family: Space Grotesk, sans-serif;
  }

  .text-block-14 {
    color: var(--royal-blue);
    text-align: center;
    margin-top: 7px;
    padding-bottom: 84px;
    font-family: Noto Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 182%;
  }

  .bold-text-34, .bold-text-35 {
    font-weight: 400;
  }

  .bold-text-36, .bold-text-37, .bold-text-38 {
    font-weight: 300;
  }

  .bold-text-39 {
    font-family: PT Serif, serif;
  }

  .bold-text-40 {
    font-family: PT Sans, sans-serif;
  }

  .bold-text-41 {
    font-family: Oswald, sans-serif;
  }

  .bold-text-42, .bold-text-43 {
    font-family: Open Sans, sans-serif;
  }

  .bold-text-44 {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .bold-text-45 {
    font-family: PT Serif, serif;
  }

  .bold-text-46 {
    font-family: PT Sans, sans-serif;
  }

  .bold-text-47 {
    font-family: Oswald, sans-serif;
  }

  .bold-text-48 {
    font-family: Open Sans, sans-serif;
  }

  .bold-text-49 {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .text-block-15 {
    color: #000;
    flex-direction: row;
    align-items: center;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: block;
  }

  .bold-text-50 {
    font-size: 25px;
    font-weight: 700;
  }

  .bold-text-51, .bold-text-52, .bold-text-53 {
    font-size: 25px;
  }

  .text-block-15-copy {
    color: rgba(255, 255, 255, .79);
    flex-direction: row;
    align-items: center;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: block;
  }

  .text-block-16, .text-block-17 {
    font-size: 16px;
  }

  .text-block-18 {
    width: 228px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .heading-3 {
    width: 550px;
    font-size: 40px;
    line-height: 134%;
  }

  .text-block-21 {
    color: #004cff;
    background-color: #fff;
    border-radius: 11px;
    padding: 14px 70px;
    font-weight: 700;
  }

  .bold-text-56, .bold-text-57, .bold-text-61 {
    font-family: Noto Sans, sans-serif;
  }

  .heading-5 {
    color: #1e2942;
  }

  .bold-text-62 {
    color: #192d40;
  }

  .image-24 {
    width: 791px;
    max-width: 154%;
    margin-bottom: -161px;
    margin-left: 0;
    margin-right: -180px;
    padding-left: 0;
  }

  .image-25 {
    width: 938px;
    max-width: 189%;
    margin-top: 45px;
    margin-left: -203px;
  }

  .image-26 {
    max-width: 116%;
    margin-left: -48px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 5px 1px 5px rgba(0, 0, 0, .2);
  }

  .bold-text-63 {
    color: var(--midnight-blue);
    font-family: Noto Sans, sans-serif;
    font-weight: 600;
    line-height: 117%;
  }

  .bold-text-63:hover {
    color: #fff;
  }

  .nav-link-copy.w--current {
    color: #6d6d6d;
  }

  .nav-link-copy.login {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-navigations-container-copy {
    color: #10254e;
    margin-bottom: -14px;
    padding: 0 74px;
  }

  .text-block-31 {
    color: #05f;
    font-size: 20px;
  }

  .bold-text-64 {
    color: #2164eb;
  }

  .image-27 {
    width: 828px;
    max-width: 176%;
    margin-left: -127px;
  }

  .text-block-32 {
    width: 674px;
    max-width: 648px;
  }

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

  .text-block-34 {
    text-align: center;
    padding-bottom: 0;
  }

  .image-copy {
    border-radius: 18px;
    width: 176%;
    max-width: 136%;
    margin-left: -91px;
    padding-left: 0;
  }

  .bold-text-65 {
    -webkit-text-stroke-color: var(--royal-blue);
  }

  .image-20-copy {
    margin-left: -284px;
    padding-left: 0;
  }

  .bold-text-62-copy {
    color: var(--royal-blue);
    font-size: 18px;
  }

  .bold-text-62-copy:hover {
    color: #0031a5;
    font-weight: 800;
  }

  .image-20-copy-copy, .image-20-copy-copy-copy {
    margin-left: -284px;
    padding-left: 0;
  }

  .text-block-36 {
    font-family: Noto Sans, sans-serif;
  }

  .bold-text-73, .bold-text-74, .bold-text-75 {
    color: var(--royal-blue);
  }

  .heading-6 {
    color: #08193a;
    font-family: Noto Sans, sans-serif;
    font-size: 43px;
    font-weight: 900;
    line-height: 100%;
  }

  .text-block-37 {
    color: #081630;
    width: 700px;
    max-width: 700px;
    margin-top: 7px;
    margin-bottom: 0;
    padding-top: 57px;
    padding-bottom: 10px;
    font-family: Noto Sans, sans-serif;
    font-size: 0;
    font-weight: 900;
  }

  .bold-text-17-copy {
    color: #0d3677;
  }

  .button-copy-copy {
    -webkit-text-stroke-color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #ededed;
    border-radius: 20px;
    margin: -156px 0 0;
    padding: 14px 115px;
  }

  .button-copy-copy:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    font-family: Noto Sans, sans-serif;
  }

  .button-copy-copy.navigation-button {
    margin-left: 5px;
    margin-right: 5px;
  }

  .bold-text-76 {
    font-family: Noto Sans, sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 130%;
  }

  .bold-text-77, .bold-text-78 {
    font-family: Noto Sans, sans-serif;
    font-size: 45px;
    font-weight: 600;
  }

  .bold-text-79 {
    font-family: Noto Sans, sans-serif;
    font-size: 50px;
    font-weight: 500;
  }

  .heading-7 {
    width: 632px;
    font-family: Noto Sans, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
  }

  .text-block-38 {
    font-size: 18px;
  }

  .white-2-copy {
    width: 653px;
  }

  .white-2-copy.home-features-heading {
    width: 769px;
    font-family: Noto Sans, sans-serif;
    font-size: 55px;
    font-weight: 700;
  }

  .image-28 {
    width: 177%;
    min-width: 0;
    max-width: 118%;
    height: 82px;
    min-height: 0;
    max-height: 119%;
  }

  .image-29 {
    max-width: 150%;
    margin-bottom: 30px;
  }

  .image-30 {
    margin-bottom: 30px;
  }

  .image-31, .image-32 {
    max-width: 150%;
    margin-bottom: 30px;
  }

  .text-span {
    color: #6d6d6d;
    font-family: Noto Sans, sans-serif;
    font-weight: 600;
  }

  .text-span:hover {
    color: var(--royal-blue);
  }

  .main-navigations-container-copy-copy {
    color: #10254e;
    margin-bottom: -14px;
    padding: 0 74px;
  }

  .main-navigations-container-copy-copy-copy {
    color: #00133a;
    background-color: #fff;
    border: 1px #000;
    margin-bottom: -11px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 74px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .main-navigations-container-copy-copy-copy:hover {
    color: var(--midnight-blue);
    font-family: Noto Sans, sans-serif;
    font-weight: 900;
  }

  .bold-text-63-copy {
    color: #889ccc;
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
    font-family: Noto Sans, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }

  .bold-text-63-copy:hover {
    color: #000;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .bold-text-63-copy {
    color: var(--midnight-blue);
    -webkit-text-stroke-color: #c5aeae;
    font-family: Noto Sans, sans-serif;
    font-weight: 600;
    line-height: 117%;
  }

  .bold-text-63-copy:hover {
    color: #fff;
  }

  .button-2 {
    background-color: var(--royal-blue);
    border-radius: 20px;
    padding: 9px 121px;
    font-family: Noto Sans, sans-serif;
    font-weight: 600;
  }

  .button-2:hover {
    background-color: #0c2050;
  }

  .nav-link-copy.login-copy {
    color: #7b7e85;
    padding-left: 17px;
    padding-right: 17px;
    font-weight: 400;
  }

  .nav-link-copy.login-copy:hover {
    color: #000;
    font-weight: 500;
  }

  .bold-text-80 {
    color: #0052f5;
  }

  .bold-text-81, .bold-text-82 {
    color: var(--royal-blue);
  }

  .nav-link-copy {
    color: #6d6d6d;
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

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

  .nav-link-copy.login {
    color: var(--royal-blue);
    padding-left: 17px;
    padding-right: 17px;
    font-weight: 700;
  }

  .nav-link-copy.login:hover {
    color: #002c92;
    font-weight: 900;
  }

  .pricing-table-item-copy {
    border: 1px solid #dde7fd;
  }

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

  .nav-link-copy-copy.login {
    color: var(--royal-blue);
    padding-left: 17px;
    padding-right: 17px;
    font-weight: 700;
  }

  .nav-link-copy-copy.login:hover {
    color: #002c92;
    font-weight: 900;
  }

  .nav-link-copy-copy.login-copy {
    color: #999da7;
    padding-left: 17px;
    padding-right: 17px;
    font-weight: 400;
  }

  .nav-link-copy-copy.login-copy:hover {
    color: #000;
    font-weight: 600;
  }

  .bold-text-83 {
    font-size: 59px;
  }

  .visual-features-item-copy {
    width: 864px;
  }

  .image-copy {
    width: 100%;
    max-width: none;
    height: auto;
    padding-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .image-copy.contain {
    object-fit: contain;
    width: 125px;
    max-width: 65px;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 44px;
    display: block;
  }

  .bold-text-84 {
    font-family: Noto Sans, sans-serif;
    font-weight: 500;
    line-height: 160%;
  }

  .nav-link-copy-copy {
    color: #6d6d6d;
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .nav-link-copy-copy:hover {
    color: var(--royal-blue);
    font-weight: 600;
  }

  .nav-link-copy-copy.w--current {
    color: #6d6d6d;
  }

  .nav-link-copy-copy.login {
    padding-left: 40px;
    padding-right: 40px;
  }

  .features-5-items-container-copy, .features-5-items-container-copy-copy {
    grid-column-gap: 199px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 106%;
  }

  .image-copy-copy {
    border-radius: 18px;
    width: 176%;
    max-width: 136%;
    margin-left: -91px;
    padding-left: 0;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline;
  }

  .link-block-2 {
    margin: -459px -116px 60px -248px;
    padding: 5px 42px 168px 200px;
  }

  .link-block-2.w--current {
    margin: -341px -59px 59px 7px;
    padding: 0 132px 293px 274px;
  }

  .pricing-cost-text-span-copy.white {
    color: #fff;
  }

  .bold-text-86, .bold-text-87 {
    font-size: 32px;
  }

  .wrapper-copy.home-stats-wrapper {
    padding-top: 172px;
  }

  .wrapper-copy._1920px {
    display: flex;
  }

  .wrapper-copy._1920px.background-image {
    max-width: 1920px;
    margin-bottom: 33px;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .wrapper-copy.feature-4-wrapper {
    margin-bottom: -126px;
    padding-top: 51px;
    padding-bottom: 0;
  }

  .wrapper-copy.home-hero-wrapper {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .wrapper-copy.features-hero-wrapper {
    padding-top: 82px;
    padding-bottom: 247px;
  }

  .wrapper-copy.features-loop-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-copy.pricing-hero-wrapper {
    padding-bottom: 63px;
  }

  .wrapper-copy.pricing-table-wrapper {
    flex-wrap: nowrap;
    margin-top: 101px;
    display: flex;
  }

  .features-loop-inside-wrapper-copy._1 {
    display: flex;
  }

  .features-loop-inside-wrapper-copy._2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .hero-slider {
    z-index: 1;
    padding-top: 10rem;
    position: relative;
  }

  .container-large {
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 20px;
  }

  .slider {
    background-color: rgba(255, 255, 255, 0);
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    line-height: 20px;
  }

  .slide-nav {
    width: 100%;
    min-width: 25.8rem;
    height: 100%;
    margin-right: 1.25rem;
    font-size: 1px;
    line-height: 20px;
  }

  .slider-mask {
    background-color: var(--medium-sea-green);
    width: 30px;
    height: 18rem;
    overflow: visible;
  }

  .slide {
    background-color: #f4f4f4;
    width: 100%;
    min-width: 25.8rem;
    height: 100%;
    margin-right: 1.25rem;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 1px;
    line-height: 20px;
    position: relative;
  }

  .left-arrow {
    float: left;
    background-color: #296bff;
    border-radius: 20px;
    width: 2.62rem;
    height: 2.62rem;
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 20px;
    transition: opacity .3s;
    position: relative;
  }

  .right-arrow {
    float: left;
    background-color: #296bff;
    border-radius: 20px;
    width: 2.62rem;
    height: 2.62rem;
    margin-top: 1rem;
    margin-left: .6rem;
    margin-right: 0;
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 20%;
    transition: transform .3s;
    position: relative;
  }

  .div-block-3 {
    justify-content: center;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.25rem;
    border: 1px solid #d9d9d9;
    grid-template: "Area"
                   "Area-2"
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    align-items: end;
    justify-items: center;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    display: grid;
  }

  .image-33 {
    width: 3.4rem;
    max-width: 100%;
  }

  .heading-8 {
    font-size: 30px;
  }

  .text-block-41 {
    font-size: 20px;
  }

  .text-block-42 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .efi-ft-08-icon {
    margin-right: 20px;
  }

  .efi-ft-08-feature {
    text-align: center;
    display: flex;
  }

  .efi-ft-08-cell {
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .efi-ft-08 {
    flex: 0 auto;
    align-self: auto;
  }

  .efi-ft-9 {
    display: block;
  }

  .efi-ft-08-icon-2 {
    background-color: #145aff;
    display: inline-block;
  }

  .efi-ft-08-feature-2 {
    text-align: center;
    border: 2px solid rgba(169, 195, 255, .59);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .11);
  }

  .efi-ft-10 {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 87px;
  }

  .div-block-5 {
    grid-column-gap: 11px;
    grid-row-gap: 16px;
    grid-template: "Area Area-2"
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 477px;
    margin-top: 50px;
    display: block;
  }

  .button-3 {
    text-align: center;
    background-color: #145aff;
    border-radius: 20px;
  }

  .button-3:hover {
    background-color: #3488ff;
  }

  .button-4 {
    text-align: center;
    background-color: #145aff;
    border-radius: 20px;
    width: 225px;
  }

  .button-4:hover {
    background-color: #3488ff;
  }

  .div-block-6 {
    background-image: url("https://cdn.prod.website-files.com/64adf744b628eb7f186cf004/65fd2eaec994418b6c9f33f5_%EC%BD%94%EC%9D%B4%EB%85%B8%20%ED%81%B4%EB%9D%BC%EC%9A%B0%EB%93%9C%EB%B0%94%EC%9A%B0%EC%B2%98%20'%EC%9E%90%EC%84%B8%ED%9E%88%EB%B3%B4%EA%B8%B0'%20%EC%9D%B4%EB%AF%B8%EC%A7%80.png");
    background-position: 0 0;
    background-size: auto;
  }

  .image-36 {
    width: 100%;
    max-width: 105%;
    margin-top: 101px;
    box-shadow: 12px 15px 10px 5px rgba(0, 0, 0, .28);
  }

  .container {
    background-image: none;
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    margin-top: 97px;
    margin-bottom: 278px;
  }

  .div-block-7 {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .button-5 {
    background-color: #ff7800;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 44px;
    padding: 18px 147px;
    font-family: Noto Sans, sans-serif;
    font-size: 28px;
    font-weight: 800;
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    background-color: #00365b;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 800px;
    max-width: 100%;
    margin: -57px auto 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    margin-bottom: 0;
    display: flex;
  }

  .image-38 {
    width: 800px;
  }

  .image-39 {
    width: 800px;
    margin-top: 0;
  }

  .image-40 {
    width: 1920px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 57px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 34px;
  }

  .display-heading {
    font-size: 65px;
  }

  .home-hero-section {
    background-position: 38% 70%;
    padding-bottom: 0;
  }

  .wrapper, .wrapper.home-feature-3-wrapper, .wrapper.feature-4-wrapper.features {
    flex-direction: column;
  }

  .wrapper.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .wrapper.about-values-wrapper {
    align-items: flex-start;
  }

  .wrapper.home-hero-wrapper {
    align-items: center;
    padding-bottom: 26px;
  }

  .wrapper.features-hero-wrapper {
    padding-bottom: 136px;
  }

  .wrapper.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  .wrapper.faq-wrapper {
    align-items: flex-start;
  }

  .wrapper.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrapper.contact-form-wrapper {
    overflow: visible;
  }

  .wrapper.location-wrapper {
    align-items: flex-start;
  }

  .wrapper.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .wrapper.footer-wrapper {
    padding-top: 100px;
  }

  .wrapper.search-result {
    width: 90%;
  }

  .home-hero-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
    display: flex;
  }

  .para-large.home-hero-para {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    margin-left: 82px;
    margin-right: 82px;
    padding-left: 104px;
    padding-right: 104px;
  }

  .button.navigation-button {
    background-color: var(--royal-blue);
    text-align: center;
    align-items: center;
    margin-top: 0;
    margin-left: 15px;
    padding: 15px 26px;
    font-size: 16px;
    display: block;
  }

  .button.navigation-button:hover {
    background-color: #002e9c;
  }

  .button.navigation-button-copy {
    background-color: var(--royal-blue);
    text-align: center;
    align-items: center;
    margin-top: 0;
    margin-left: 15px;
    padding: 15px 26px;
    font-size: 16px;
    display: block;
  }

  .button.navigation-button-copy:hover {
    background-color: #002e9c;
  }

  .home-hero-pointers {
    justify-items: stretch;
    margin-top: 60px;
  }

  .image.contain {
    width: 202%;
    max-width: 72px;
  }

  .image.contain.signup {
    display: none;
  }

  .image.nav-icons {
    object-fit: contain;
  }

  .home-hero-images-container {
    width: 100%;
  }

  .home-hero-main-image {
    margin-top: -54px;
  }

  .home-stats-heading {
    font-size: 34px;
    line-height: 114%;
  }

  .home-stats-text {
    line-height: 134%;
  }

  .stats-number-text {
    width: 169px;
    max-width: 172px;
    margin-left: 32px;
    margin-right: 32px;
    font-size: 35px;
  }

  .home-features-images-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .home-features-images-container.feature-3 {
    width: 100%;
  }

  .home-features-1-main-image {
    margin-left: auto;
    margin-right: auto;
  }

  .home-feature-1-floating-image.feature-3 {
    bottom: 2%;
    right: -2%;
  }

  .home-feature-1-image-background {
    top: 11%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .home-feature-1-content {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .bold-text-span {
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
  }

  .features-2-section {
    margin-top: -87px;
  }

  .home-features-2-up {
    margin-top: -59px;
  }

  .white {
    line-height: 134%;
  }

  .home-features-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
  }

  .home-features-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    max-width: 550px;
    margin-bottom: -2px;
    margin-right: 0;
    display: block;
  }

  .home-feature-tab-link {
    border: 1px solid rgba(197, 197, 197, .29);
    border-radius: 8px;
    max-width: 472px;
    margin-top: 34px;
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .home-feature-tab-link.middle {
    border: 1px solid rgba(197, 197, 197, .29);
    max-width: 472px;
    margin-top: 27px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-tabs-content {
    width: 90%;
    margin-top: 40px;
  }

  .image {
    width: 100%;
  }

  .features-tab-circle-2 {
    margin-top: 1px;
  }

  .integration-up {
    flex-direction: column;
    align-items: flex-start;
  }

  .integration-heading-and-subheading {
    align-items: flex-start;
    margin-bottom: 40px;
    margin-left: 75px;
    display: block;
  }

  .h2-60-px {
    font-size: 57px;
  }

  .h2-60-px.white {
    line-height: 113%;
  }

  .home-integration-circle-2 {
    bottom: -9%;
  }

  .feature-3-floating-image-2 {
    right: 1%;
  }

  .feature-3-circle {
    left: 10%;
  }

  .feature-4-left {
    width: 100%;
    max-width: 620px;
  }

  .pointer-grid {
    width: 100%;
    margin-top: 60px;
  }

  .cta-section {
    margin-bottom: 0;
  }

  .about-image {
    height: 400px;
  }

  .about-story-left, .about-story-right {
    width: 100%;
  }

  .about-lightbox {
    height: 500px;
  }

  .about-values-left {
    width: 100%;
  }

  .home-blog-heading-and-button {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-blogs-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
  }

  .feature-collection-list._2 {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .feature-collection-item, .feature-image {
    height: auto;
  }

  .features-cards {
    flex-direction: column;
    justify-content: flex-end;
    width: 444px;
    max-width: none;
    height: 107%;
    display: flex;
  }

  .features-loop-inside-wrapper._1 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .visual-features-up {
    flex-direction: column;
    align-items: flex-start;
  }

  .visual-features-text {
    margin-top: 30px;
  }

  .visual-features-items-container.nav {
    max-width: 310px;
    display: block;
  }

  .home-features-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 4%;
  }

  .features-5-items-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 313px;
  }

  .team-collection-list {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image {
    width: 100%;
  }

  .pricing-hero-section {
    background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
    width: auto;
    height: 409px;
    margin-bottom: 61px;
    padding-bottom: 0;
  }

  ._1.monthly, ._1.yearly {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-right, .faq-heading-and-subheading {
    width: 100%;
  }

  .blogs-collection-list {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-subscribe-left, .blog-subscribe-form-container {
    width: 100%;
  }

  .career-image-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .jobs-left, .jobs-right {
    width: 100%;
  }

  .job-tabs {
    margin-top: 20px;
  }

  .job-tabs-menu {
    position: static;
  }

  .job-tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .perks-items-container {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-block {
    padding: 40px;
  }

  .location-left {
    margin-bottom: 40px;
  }

  .location-image {
    height: 400px;
  }

  .sign-up-image {
    display: none;
  }

  .sign-up-logo {
    background-image: url('../images/Group-88.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 158px;
    height: 28px;
    top: 30px;
    left: 40px;
  }

  .sign-up-right {
    padding-top: 157px;
    padding-bottom: 138px;
  }

  .progress-bar {
    display: none;
  }

  .comparison-up {
    flex-direction: column;
    align-items: flex-start;
  }

  .comparison-table-item {
    grid-row-gap: 19px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .comparison-table-item.sticky {
    background-color: var(--white);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .comparison-table {
    position: relative;
  }

  .most-popular-integrations-up {
    flex-direction: column;
    align-items: flex-start;
  }

  .most-popular-integrations-text {
    margin-top: 20px;
  }

  .most-popular-integrations-grid, .all-integrations-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .style-guide-main-content, .licensing-main {
    width: 100%;
  }

  .testimonial-item {
    max-width: 500px;
  }

  .home-hero-bg-circle {
    display: none;
  }

  .home-blog-heading {
    margin-bottom: 30px;
  }

  .footer {
    margin-top: 54px;
  }

  .footer-up {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-logo-and-subscribe {
    margin-bottom: 40px;
  }

  .footer-form-block {
    max-width: 620px;
    margin-top: 0;
  }

  .footer-down {
    flex-direction: column;
  }

  .footer-logo {
    margin-bottom: 100px;
  }

  .wrapper-2 {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper-2.navigation-wrapper, .wrapper-2.navigation-wrapper-copy {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 5%;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: flex;
  }

  .nav-link-details {
    max-width: none;
  }

  .nav-content-wrap {
    width: 85%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .navigation-column {
    width: 100%;
    padding: 0;
  }

  .navbar-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .navigation-left {
    width: 20%;
  }

  .dropdown-list.w--open {
    width: 80%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .navigation-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 83%;
    max-width: 100%;
    margin-right: 0;
  }

  .navigation-menu {
    background-color: var(--white);
    width: 100%;
    padding-bottom: 30px;
    position: absolute;
    box-shadow: 0 50px 30px rgba(0, 0, 0, .06);
  }

  .dropdown-arrow {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .nav-link {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .nav-link.login {
    margin-left: 0%;
    margin-right: 1%;
    padding: 15px 10px;
  }

  .nav-link.log-in-link {
    display: none;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .navigation {
    display: block;
  }

  .navigation-link-block-mob {
    color: #000;
    margin-bottom: 10px;
    padding: 12px 0;
  }

  .navigation-link-block-mob:hover {
    box-shadow: none;
    color: var(--royal-blue);
    background-color: rgba(0, 0, 0, 0);
  }

  .main-navigations-container {
    flex-direction: column;
    padding-top: 0;
    display: flex;
  }

  .menu-button-mob {
    color: #6b6768;
    justify-content: center;
    align-items: center;
    width: 50px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 11px 11px 11px 0;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button-mob.w--open {
    color: #6b6768;
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-center {
    display: block;
  }

  .bold-text-5 {
    color: #647494;
    -webkit-text-stroke-color: #7785a1;
    font-weight: 500;
    line-height: 71%;
  }

  .bold-text-7, .bold-text-8, .bold-text-9 {
    font-size: 31px;
  }

  .image-4 {
    margin-top: 96px;
  }

  .image-5 {
    margin-top: -210px;
    margin-left: -16px;
    padding-left: 71px;
    padding-right: 0;
  }

  .image-6 {
    margin-left: -18px;
  }

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

  .div-block-2, .div-block-2-copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .wrapper-copy, .wrapper-copy.home-feature-3-wrapper, .wrapper-copy.feature-4-wrapper.features {
    flex-direction: column;
  }

  .wrapper-copy.home-hero-wrapper {
    padding-bottom: 160px;
  }

  .wrapper-copy.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .bold-text-16 {
    font-size: 25px;
  }

  .bold-text-6-copy {
    line-height: 130%;
  }

  .text-block-5 {
    margin-left: 39px;
    margin-right: 39px;
  }

  .text-block-6 {
    margin-left: 44px;
    margin-right: 44px;
  }

  .text-block-7 {
    margin-left: 38px;
    margin-right: 38px;
  }

  .bold-text-17 {
    color: #3f6bd1;
  }

  .button-copy {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    margin-left: 0;
    padding-left: 176px;
    padding-right: 176px;
    transition-duration: .25s;
  }

  .button-copy.navigation-button {
    margin-top: 0;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .bold-text-20 {
    font-size: 39px;
  }

  .home-feature-tab-link-copy {
    border: 1px solid rgba(197, 197, 197, .29);
    border-radius: 8px;
    margin-top: 34px;
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .home-feature-tab-link-copy.w--current {
    border-style: none;
  }

  .home-feature-tab-link-copy.middle {
    border: 1px solid rgba(197, 197, 197, .29);
    margin-top: 27px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-23 {
    max-width: 100%;
    margin-left: 14px;
  }

  .bold-text-23 {
    font-weight: 500;
  }

  .bold-text-24 {
    font-size: 35px;
  }

  .bold-text-33 {
    color: #fff;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .bold-text-56, .heading-4, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60 {
    font-size: 25px;
  }

  .bold-text-61 {
    width: 128px;
    max-width: 105px;
    font-size: 25px;
  }

  .image-25 {
    margin-left: -165px;
  }

  .image-26 {
    max-width: 100%;
  }

  .nav-link-copy.login {
    padding: 15px 10px;
  }

  .main-navigations-container-copy {
    flex-direction: column;
    padding-top: 0;
    display: flex;
  }

  .bold-text-64 {
    color: var(--royal-blue);
  }

  .image-27 {
    width: 144%;
    max-width: 100%;
  }

  .image-20-copy-copy-copy {
    width: 181px;
    max-width: 123%;
    margin-left: -18px;
  }

  .navbar-brand-copy {
    width: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .bold-text-17-copy {
    color: #3f6bd1;
  }

  .button-copy-copy {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    margin-left: 0;
    padding-left: 176px;
    padding-right: 176px;
    transition-duration: .25s;
  }

  .button-copy-copy.navigation-button {
    margin-top: 0;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .image-29, .image-31 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-32 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .main-navigations-container-copy-copy, .main-navigations-container-copy-copy-copy {
    flex-direction: column;
    padding-top: 0;
    display: flex;
  }

  .nav-link-copy.login-copy {
    margin-left: -80%;
    padding: 15px 10px;
  }

  .nav-link-copy {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .nav-link-copy.login {
    margin-left: -80%;
    padding: 15px 10px;
  }

  .nav-link-copy.log-in-link {
    display: none;
  }

  .nav-link-copy-copy.login {
    margin-left: -80%;
    padding: 15px 10px;
  }

  .nav-link-copy-copy.login-copy {
    margin-left: 0%;
    margin-right: 0%;
    padding: 15px 10px;
  }

  .image-copy.contain {
    width: 202%;
    max-width: 72px;
  }

  .image-copy.contain.signup {
    display: none;
  }

  .image-copy.nav-icons {
    object-fit: contain;
  }

  .bold-text-84 {
    font-weight: 500;
  }

  .nav-link-copy-copy {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    display: block;
  }

  .nav-link-copy-copy.login {
    padding: 15px 10px;
  }

  .nav-link-copy-copy.log-in-link {
    display: none;
  }

  .features-5-items-container-copy {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 313px;
  }

  .features-5-items-container-copy-copy {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 313px;
    justify-items: stretch;
    display: block;
  }

  .image-copy-copy {
    width: 588px;
    min-width: 22px;
    max-width: 100%;
  }

  .wrapper-copy, .wrapper-copy.home-feature-3-wrapper, .wrapper-copy.feature-4-wrapper.features {
    flex-direction: column;
  }

  .wrapper-copy.cta-wrapper {
    text-align: center;
    border-radius: 0;
    width: 100%;
  }

  .wrapper-copy.about-values-wrapper {
    align-items: flex-start;
  }

  .wrapper-copy.home-hero-wrapper {
    align-items: center;
    padding-bottom: 26px;
  }

  .wrapper-copy.features-loop-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 314%;
    display: block;
  }

  .wrapper-copy.faq-wrapper {
    align-items: flex-start;
  }

  .wrapper-copy.blog-subscribe-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .wrapper-copy.contact-form-wrapper {
    overflow: visible;
  }

  .wrapper-copy.location-wrapper {
    align-items: flex-start;
  }

  .wrapper-copy.sign-up-wrapper {
    align-items: center;
    height: auto;
  }

  .wrapper-copy.footer-wrapper {
    padding-top: 100px;
  }

  .wrapper-copy.search-result {
    width: 90%;
  }

  .features-loop-inside-wrapper-copy._1 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .efi-tsm-01-grid {
    grid-template-columns: 1fr;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-08, .efi-ft-9 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .bold-text-88 {
    width: 125px;
    max-width: 100%;
    font-size: 16px;
  }

  .text-block-43 {
    width: 115%;
  }

  .efi-ft-08-cell-2 {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-10 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-5 {
    grid-template-columns: .75fr;
    grid-auto-columns: .25fr;
    display: block;
  }

  .container {
    margin-bottom: 0;
  }

  .section {
    margin-top: 49px;
  }

  .button-5 {
    border-radius: 58px;
  }

  .div-block-8 {
    margin-top: -48px;
    margin-bottom: 0;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
  }

  .image-38 {
    margin-bottom: 0;
  }

  .image-39 {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 23px;
  }

  .display-heading {
    font-size: 55px;
  }

  .wrapper {
    width: 90%;
  }

  .wrapper.home-feature-1-wrapper {
    background-color: #fff;
  }

  .wrapper.home-feature-3-wrapper {
    padding-bottom: 52px;
  }

  .wrapper.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .wrapper.features-hero-wrapper {
    padding-bottom: 97px;
  }

  .wrapper.pricing-hero-wrapper {
    padding-top: 56px;
  }

  .wrapper.blog-subscribe-wrapper {
    max-width: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.changelog-wrapper, .home-hero-left {
    text-align: center;
  }

  .button {
    padding-left: 49px;
    padding-right: 49px;
  }

  .button.navigation-button, .button.navigation-button-copy {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    margin-left: 0%;
    margin-right: -19px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: flex;
  }

  .hero-pointer-item {
    align-items: center;
  }

  .home-hero-main-image {
    width: 450px;
    height: 460px;
  }

  .hero-floating-image-1 {
    width: 160px;
    height: 160px;
    right: -8%;
  }

  .hero-floating-image-2 {
    width: 240px;
    height: 145px;
    left: -6%;
  }

  .hero-floating-image-3 {
    right: -5%;
  }

  .home-stats-heading, .home-stats-text {
    text-align: left;
  }

  .home-stats-up {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .home-stats-grid {
    grid-row-gap: 3px;
    border-top-style: none;
    grid-template-columns: 1.75fr;
  }

  .home-stats-grid-item {
    text-align: left;
    padding-top: 27px;
  }

  .home-stats-grid-item.middle {
    text-align: left;
    border-left-style: none;
    border-right-style: none;
  }

  .home-features-subheading {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .white {
    font-weight: 600;
  }

  .white.features-4-text {
    line-height: 147%;
  }

  .home-features-tab {
    align-items: center;
  }

  .home-features-tab-menu {
    align-items: center;
    margin-top: -53px;
    margin-bottom: 24px;
  }

  ._16-px.white {
    padding-left: 20px;
    font-weight: 400;
  }

  .image {
    max-width: 100%;
  }

  .h2-60-px {
    font-size: 52px;
  }

  .integrations-inside-container-1 {
    flex: none;
  }

  .feature-3-section {
    padding-top: 7px;
  }

  .feature-3-floating-image-2 {
    right: -2%;
  }

  .feature-3-circle {
    left: 3%;
  }

  .cta-text {
    font-size: 21px;
  }

  .cta-form {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .cta-form-field {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .about-hero-text {
    font-size: 21px;
  }

  .about-lightbox {
    height: 550px;
  }

  .play-button {
    margin-top: 225px;
  }

  .home-blogs-container {
    grid-row-gap: 40px;
    grid-template-rows: 300px auto;
    grid-template-columns: 1fr;
  }

  .featured-main-item {
    height: 100%;
  }

  .featured-main-image {
    height: auto;
  }

  .feature-collection-list {
    grid-template-rows: 300px 300px;
  }

  .feature-collection-list._2 {
    grid-row-gap: 40px;
    grid-template-rows: 300px 300px;
    grid-template-columns: 1fr;
  }

  .features-hero-text {
    font-family: Noto Sans, sans-serif;
    font-size: 18px;
  }

  .features-cards {
    width: 400px;
  }

  .visual-features-items-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .white-2.home-features-heading {
    width: auto;
    max-width: none;
  }

  .features-5-items-container {
    grid-column-gap: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-member-image {
    height: 280px;
  }

  .pricing-hero-section {
    height: 329px;
    margin-bottom: 70px;
    padding-top: 0;
  }

  ._1.monthly {
    grid-template-columns: 1fr;
  }

  ._1.yearly {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing-table-item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .blogs-collection-list {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  ._22-px {
    font-size: 21px;
  }

  .blog-post-author-and-social {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post-author {
    margin-bottom: 20px;
  }

  .job-dot-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-dot {
    display: none;
  }

  .perks-items-container {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-item {
    width: 100%;
  }

  .contact-form-item.up {
    margin-bottom: 20px;
  }

  .contact-form-row {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .contact-cards-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-card-item {
    width: 70%;
  }

  .contact-card-item.up {
    margin-bottom: 30px;
  }

  .location-image {
    object-fit: cover;
  }

  .sign-up-logo {
    left: 40px;
  }

  .integrations-features-items {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .licensing-images-grid {
    grid-template-columns: 1fr;
  }

  .font-text {
    font-size: 50px;
  }

  .testimonial-item {
    max-width: 460px;
  }

  .featured-main-collection-item, .featured-main-collection-list {
    height: 100%;
  }

  .integrations-inside-container-3 {
    flex: none;
  }

  .footer-field-and-button {
    max-width: 440px;
  }

  .footer-link.down {
    margin-bottom: 0;
  }

  .footer-social-icons-container {
    margin-top: 40px;
  }

  .blog-featured-main-collection-list, .blog-featured-main-collection-item {
    height: 100%;
  }

  .footer-links-container {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .job-dot-2 {
    display: none;
  }

  .wrapper-2 {
    width: 90%;
  }

  .navbar-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navigation-left {
    width: 26%;
  }

  .dropdown-list.w--open {
    width: 90%;
  }

  .navigation-right {
    justify-content: flex-end;
    width: 84%;
    max-width: 341px;
    margin-right: 17px;
    padding-left: 16px;
    display: flex;
  }

  .nav-link.login {
    width: auto;
    max-width: none;
    margin-left: 8%;
    margin-right: 6%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-mob {
    width: 40px;
    padding-right: 10px;
  }

  .team-member-hero-name {
    font-size: 30px;
  }

  .bold-text-3 {
    text-align: left;
  }

  .bold-text-5 {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
  }

  .image-6 {
    max-width: 100%;
  }

  .integrations-inside-container-1-copy {
    flex: none;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .bold-text-15 {
    font-size: 39px;
  }

  .bold-text-6-copy {
    font-size: 40px;
    line-height: 60px;
  }

  .button-copy {
    margin-left: 70px;
    margin-right: 70px;
    padding-left: 111px;
    padding-right: 111px;
  }

  .button-copy.navigation-button {
    margin-left: 5%;
  }

  .bold-text-20 {
    text-align: center;
    font-size: 32px;
    display: flex;
  }

  .image-23 {
    margin-left: -11px;
  }

  .bold-text-23 {
    font-weight: 500;
  }

  .bold-text-24 {
    font-family: Noto Sans, sans-serif;
    font-size: 27px;
    line-height: 134%;
  }

  .bold-text-33 {
    font-size: 37px;
  }

  .image-26 {
    margin-left: 0;
  }

  .bold-text-63 {
    text-align: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-start;
    margin-left: -1px;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 17px;
    font-weight: 500;
    line-height: 127%;
    display: flex;
  }

  .bold-text-65 {
    width: 204px;
  }

  .bold-text-62-copy {
    font-size: 18px;
    font-weight: 600;
  }

  .image-20-copy-copy-copy {
    margin-left: -17px;
  }

  .navbar-brand-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button-copy-copy {
    margin-left: 70px;
    margin-right: 70px;
    padding-left: 111px;
    padding-right: 111px;
  }

  .button-copy-copy.navigation-button {
    margin-left: 5%;
  }

  .image-29, .image-31, .image-32 {
    max-width: 100%;
  }

  .bold-text-63-copy {
    text-align: center;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-start;
    margin-left: -1px;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 17px;
    font-weight: 500;
    line-height: 127%;
    display: flex;
  }

  .nav-link-copy.login, .nav-link-copy.login-copy, .nav-link-copy.login {
    margin-left: -6%;
    margin-right: -6%;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-table-item-copy {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-copy-copy.login-copy {
    width: auto;
    margin-left: 0%;
    margin-right: 2%;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-83 {
    font-size: 41px;
  }

  .nav-link-copy-copy.login {
    margin-left: -6%;
    margin-right: -6%;
    padding-left: 0;
    padding-right: 0;
  }

  .features-5-items-container-copy, .features-5-items-container-copy-copy {
    grid-column-gap: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-copy-copy {
    max-width: 100%;
  }

  .wrapper-copy {
    width: 90%;
  }

  .wrapper-copy.home-feature-1-wrapper {
    background-color: #fff;
  }

  .wrapper-copy.home-feature-3-wrapper {
    padding-bottom: 52px;
  }

  .wrapper-copy.cta-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-copy.about-images-wrapper {
    grid-template-columns: 1fr;
  }

  .wrapper-copy.pricing-hero-wrapper {
    padding-top: 56px;
  }

  .wrapper-copy.blog-subscribe-wrapper {
    max-width: 500px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-copy.changelog-wrapper {
    text-align: center;
  }

  .efi-tsm-01-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-8 {
    margin-top: -27px;
    margin-bottom: -3px;
  }

  .image-39 {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 27px;
  }

  .display-heading {
    font-size: 50px;
  }

  .display-heading.home-hero-heading {
    text-align: center;
    font-size: 35px;
    line-height: 50px;
  }

  .home-hero-section {
    background-position: 0%;
  }

  .wrapper.home-feature-1-wrapper {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .wrapper.features-2-wrapper {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .wrapper.home-integrations-wrapper {
    align-items: center;
    padding-top: 60px;
  }

  .wrapper._1920px {
    padding-bottom: 100px;
  }

  .wrapper.home-feature-3-wrapper {
    padding-bottom: 40px;
  }

  .wrapper.cta-wrapper {
    padding-bottom: 53px;
  }

  .wrapper.about-grid {
    padding-bottom: 100px;
  }

  .wrapper.features-hero-wrapper {
    padding-top: 73px;
  }

  .wrapper.visual-features-wrapper {
    align-items: stretch;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.blog-subscribe-wrapper {
    padding: 60px 15px;
  }

  .wrapper.blog-post-image-wrapper {
    height: 450px;
  }

  .wrapper.sign-up-wrapper {
    width: 90%;
  }

  .wrapper.footer-wrapper {
    margin-top: 34px;
    padding-top: 51px;
  }

  .para-large.home-hero-para {
    text-align: center;
  }

  .button {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .button.navigation-button, .button.navigation-button-copy {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .home-hero-pointers {
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .hero-pointer-item {
    align-items: center;
  }

  .image.contain {
    margin-top: 7px;
  }

  .home-hero-main-image {
    width: auto;
    height: auto;
  }

  .hero-floating-image-1 {
    width: 140px;
    height: 140px;
  }

  .home-hero-image-circle {
    width: 55px;
    height: 55px;
  }

  .hero-floating-image-2 {
    width: 220px;
    height: 132px;
  }

  .hero-floating-image-3 {
    width: 70px;
    height: 70px;
  }

  .subheading {
    align-self: center;
  }

  .home-stats-heading {
    font-size: 24px;
  }

  .home-stats-grid {
    text-align: left;
    justify-items: center;
    margin: -71px -71px 0;
    display: block;
  }

  .home-stats-grid-item {
    margin-top: 44px;
    padding-top: 0;
  }

  .home-stats-grid-item.middle {
    margin-top: 39px;
  }

  .home-features-1-main-image {
    width: 100%;
  }

  .home-feature-1-floating-image, .home-feature-1-floating-image.feature-3 {
    width: 50%;
  }

  .home-feature-1-content {
    align-items: center;
  }

  .home-features-heading {
    line-height: 138%;
  }

  .home-features-2-up {
    max-width: 100%;
    margin-top: 0;
    display: block;
  }

  .white {
    line-height: 82%;
  }

  .white.home-features-heading {
    font-size: 24px;
  }

  .white.features-4-text {
    font-family: Noto Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .white.cta-heading {
    font-size: 25px;
  }

  .home-feature-tab-link {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-feature-tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-tabs-content {
    width: 100%;
    margin-top: 0;
  }

  .feature-tab-icon {
    margin-top: 0;
  }

  ._16-px.white {
    line-height: 152%;
  }

  .image {
    max-width: 100%;
  }

  .integration-up {
    align-items: center;
    margin-left: 0;
  }

  .h2-60-px {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    display: flex;
  }

  .home-integration-circle-1 {
    margin-top: -50px;
  }

  .integration-card {
    max-width: 330px;
  }

  .feature-3-section.features {
    padding-top: 0;
  }

  .feature-3-floating-image-2 {
    right: -8%;
  }

  .feature-3-circle {
    left: -3%;
  }

  .feature-4-section.features {
    margin-bottom: 100px;
  }

  .feature-4-left {
    text-align: center;
    align-items: center;
  }

  .pointer-grid {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .pointer-grid-item {
    align-items: center;
  }

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

  .cta-form-block {
    width: 100%;
  }

  .cta-form-field {
    padding-right: 10px;
  }

  .cta-pointers-container {
    flex-direction: column;
    align-items: center;
    margin-top: 2px;
  }

  .cta-pointer-item.first {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .about-hero-text {
    font-size: 20px;
  }

  .about-image {
    height: 300px;
  }

  .about-lightbox {
    height: 500px;
  }

  .play-button {
    margin-top: 200px;
  }

  .featured-main-item {
    justify-content: flex-start;
    padding: 20px;
  }

  .featured-author {
    margin-bottom: 40px;
  }

  .feature-collection-list._2, .feature-collection-item {
    height: auto;
  }

  .feature-item {
    height: auto;
    padding: 20px;
  }

  .features-hero-section {
    height: auto;
    max-height: none;
  }

  .features-hero-text {
    font-size: 13px;
  }

  .features-cards {
    flex-direction: column;
    width: 320px;
  }

  .features-loop-inside-wrapper._1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .visual-features-item.navbar {
    padding: 20px;
  }

  .white-2 {
    max-width: 100%;
  }

  .white-2.home-features-heading {
    font-size: 25px;
    line-height: 126%;
  }

  .features-tab-section {
    margin-bottom: 0;
  }

  .features-floating {
    left: -2%;
  }

  .features-5-heading {
    font-size: 25px;
  }

  .features-5-items-container, .team-collection-list {
    grid-template-columns: 1fr;
  }

  .pricing-hero-text {
    text-align: center;
  }

  .pricing-switch-and-text {
    text-align: center;
    margin-bottom: 80px;
    padding-left: 0;
    position: relative;
  }

  .pricing-switch-text {
    font-size: 15px;
  }

  .save-30-image {
    max-width: 89%;
    margin-left: 0;
    position: absolute;
    top: 26px;
    bottom: -181%;
    left: auto;
    right: -5%;
  }

  ._1.monthly {
    margin-top: -26px;
  }

  .pricing-table-item {
    max-width: none;
  }

  .faq-question-text, ._22-px {
    font-size: 20px;
  }

  .rich-text blockquote {
    font-size: 20px;
    line-height: 130%;
  }

  .career-image-item {
    height: 300px;
  }

  .job-item {
    padding-left: 10px;
  }

  .job-dot-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-dot {
    display: none;
  }

  .contact-form-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-field-label {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .contact-card-item {
    width: 100%;
  }

  .location-images-container {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .sign-up-logo {
    width: 130px;
    left: 0;
  }

  .sign-up-right {
    text-align: center;
  }

  .sign-up-with-google {
    padding-left: 31px;
    padding-right: 31px;
  }

  .sign-in-form {
    text-align: left;
  }

  .comparison-table-item.sticky {
    justify-items: start;
  }

  .comparison-plan {
    max-width: 120px;
  }

  .most-popular-integrations-grid, .all-integrations-grid {
    grid-template-columns: 1fr;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-icons-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .font-text {
    font-size: 30px;
  }

  .testimonial-item {
    max-width: 320px;
  }

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

  .footer-logo-and-subscribe {
    margin-bottom: 6px;
  }

  .footer-field-and-button {
    flex-direction: column;
    max-width: 300px;
  }

  .footer-text-field {
    margin-bottom: 20px;
  }

  .job-item-2 {
    padding-left: 10px;
  }

  .job-dot-2 {
    display: none;
  }

  .navigation-drop-container.features {
    padding: 0;
  }

  .navbar-brand {
    width: 120px;
    height: 30px;
  }

  .navigation-left {
    width: 40%;
  }

  .navigation-right {
    width: 50%;
  }

  .nav-link.login {
    display: none;
  }

  .nav-link.log-in-link {
    display: block;
  }

  .menu-button-mob {
    margin-left: 30px;
    padding-right: 0;
  }

  .homepage-secondary-nav {
    flex-direction: column;
    display: none;
  }

  ._18px {
    font-size: 16px;
    line-height: 150%;
  }

  .search-results {
    margin-top: 100px;
  }

  .flex-seacrh {
    flex-direction: column;
  }

  .search-input {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .team-member-hero-name {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .author-flex {
    display: inline;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 15px;
  }

  .text-block {
    color: #2d4472;
  }

  .bold-text-5 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    line-height: 134%;
    display: flex;
  }

  .heading {
    margin-top: -43px;
  }

  .bold-text-10 {
    color: #2d4472;
  }

  .image-4 {
    margin-top: 32px;
  }

  .image-5 {
    margin-top: 45px;
  }

  .image-6 {
    max-width: 100%;
    margin-left: 0;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    text-align: center;
  }

  .image-16 {
    max-width: 72px;
  }

  .div-block-2-copy {
    text-align: center;
  }

  .wrapper-copy.home-feature-1-wrapper {
    padding-bottom: 100px;
  }

  .wrapper-copy._1920px, .wrapper-copy.about-grid {
    padding-bottom: 100px;
  }

  .wrapper-copy.visual-features-wrapper, .wrapper-copy.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bold-text-15 {
    justify-content: center;
    align-items: center;
    margin-left: -65px;
    padding-left: 0;
    font-size: 30px;
    line-height: 50px;
    display: flex;
  }

  .bold-text-16 {
    font-size: 23px;
  }

  .bold-text-6-copy {
    font-size: 30px;
    line-height: 50px;
  }

  .bold-text-17 {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .bold-text-18 {
    text-align: center;
  }

  .button-copy {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .button-copy.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .bold-text-20 {
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
  }

  .home-feature-tab-link-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-feature-tab-link-copy.w--current {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-22 {
    font-size: 28px;
    line-height: 134%;
  }

  .bold-text-23 {
    line-height: 147%;
  }

  .bold-text-24 {
    font-family: Noto Sans, sans-serif;
    font-size: 25px;
  }

  .bold-text-33 {
    font-size: 28px;
  }

  .bold-text-56, .bold-text-57, .bold-text-59, .bold-text-60, .bold-text-61 {
    font-size: 23px;
  }

  .image-26 {
    margin-left: -36px;
  }

  .bold-text-63 {
    font-size: 9px;
  }

  .main-navigations-container-copy {
    padding-left: 7px;
  }

  .bold-text-65 {
    line-height: 117%;
  }

  .navbar-brand-copy {
    width: 120px;
    height: 30px;
  }

  .bold-text-70 {
    text-align: center;
  }

  .text-block-36 {
    text-align: center;
    margin-bottom: 29px;
  }

  .bold-text-71, .bold-text-72 {
    line-height: 117%;
  }

  .text-block-37 {
    margin-bottom: 0;
  }

  .bold-text-17-copy {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .button-copy-copy {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .button-copy-copy.navigation-button {
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
  }

  .white-2-copy.home-features-heading {
    font-size: 25px;
  }

  .image-32 {
    max-width: 100%;
  }

  .main-navigations-container-copy-copy, .main-navigations-container-copy-copy-copy {
    padding-left: 7px;
  }

  .bold-text-63-copy {
    font-size: 9px;
  }

  .button-2 {
    padding: 8px 90px;
  }

  .nav-link-copy.login {
    display: none;
  }

  .nav-link-copy.login-copy, .nav-link-copy.login {
    display: none;
  }

  .nav-link-copy.log-in-link {
    display: block;
  }

  .pricing-table-item-copy {
    max-width: none;
  }

  .nav-link-copy-copy.login-copy {
    display: none;
  }

  .bold-text-83 {
    font-size: 22px;
    line-height: 169%;
  }

  .text-block-39 {
    font-size: 14px;
  }

  .visual-features-item-copy.navbar {
    padding: 20px;
  }

  .image-copy.contain {
    margin-top: 7px;
  }

  .nav-link-copy-copy.login {
    display: none;
  }

  .nav-link-copy-copy.log-in-link {
    display: block;
  }

  .features-5-items-container-copy, .features-5-items-container-copy-copy {
    grid-template-columns: 1fr;
  }

  .bold-text-85 {
    font-size: 14px;
  }

  .wrapper-copy.home-feature-1-wrapper {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .wrapper-copy.features-2-wrapper {
    padding-top: 120px;
  }

  .wrapper-copy.home-integrations-wrapper {
    align-items: center;
  }

  .wrapper-copy._1920px {
    padding-bottom: 100px;
  }

  .wrapper-copy.home-feature-3-wrapper {
    padding-bottom: 40px;
  }

  .wrapper-copy.cta-wrapper {
    padding-bottom: 53px;
  }

  .wrapper-copy.about-grid {
    padding-bottom: 100px;
  }

  .wrapper-copy.visual-features-wrapper {
    align-items: stretch;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-copy.team-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-copy.blog-subscribe-wrapper {
    padding: 60px 15px;
  }

  .wrapper-copy.blog-post-image-wrapper {
    height: 450px;
  }

  .wrapper-copy.sign-up-wrapper {
    width: 90%;
  }

  .features-loop-inside-wrapper-copy._1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .efi-ft-08-cell, .efi-ft-08-cell-2 {
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    grid-column-gap: 6px;
    grid-row-gap: 14px;
    flex: 0 auto;
    grid-template-columns: .75fr 1.25fr;
    width: 100%;
    max-width: 100%;
    line-height: 127%;
    display: block;
  }

  .button-3 {
    margin-top: 11px;
  }

  .section {
    margin-top: 93px;
  }

  .button-5 {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 8px 38px;
    font-size: 14px;
  }

  .div-block-8 {
    margin-top: -29px;
    margin-bottom: -17px;
    padding-bottom: 29px;
  }

  .image-38 {
    margin-bottom: 0;
  }

  .image-39 {
    margin-top: -21px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc85-ff46fc64, #w-node-dfb8cd04-f644-4b00-3672-ecb8118783f9-186cf04e, #w-node-_91af2e7f-3aa1-dc4f-4552-fe78df6ab0e2-186cf058, #w-node-_91af2e7f-3aa1-dc4f-4552-fe78df6ab0ef-186cf058, #w-node-_91af2e7f-3aa1-dc4f-4552-fe78df6ab0f9-186cf058, #w-node-_91af2e7f-3aa1-dc4f-4552-fe78df6ab105-186cf058, #w-node-_91af2e7f-3aa1-dc4f-4552-fe78df6ab10f-186cf058, #w-node-_91af2e7f-3aa1-dc4f-4552-fe78df6ab11c-186cf058 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5680660e-bdd9-09f7-0ad7-f4c878f2bbec-186cf05b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-dcd524d8-4020-b1d9-cd12-4dab9564d6ad-186cf04a, #w-node-df6d8d93-2c4a-4c29-ff7a-5c6797405936-186cf04a, #w-node-_5bba3452-5643-a109-5252-7546fa71f32e-186cf04a, #w-node-_00a04e5a-61ae-80f4-f77a-70d4dc003542-186cf04a, #w-node-e6abfdc2-3857-cc8b-f09e-976f46e220a3-186cf04a, #w-node-_7e0369f4-55b4-a075-df52-873333a0677d-186cf04a, #w-node-_6bbf28c7-7d08-ebb1-f3cf-8ebd1698867a-186cf04a, #w-node-_1b1ed6be-cf61-3dea-ffbe-5e65bb75a187-186cf04a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_167a8f88-533a-6e45-860c-0306810b9bad-186cf058 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fb836dff-5d61-e13c-158a-541fc0d723fb-c0d723f8, #w-node-_5f3be92f-f616-ff4b-618c-116d98c32f76-c0d723f8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc6f-ff46fc64, #w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc85-ff46fc64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_132fb877-feaf-2ffa-1670-affea41db6d4-a41db6d1, #w-node-dfc15d3f-b0b0-c453-4a2f-307e78f20753-a41db6d1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_98a4349f-8421-ebc8-7c9c-efcdf84febe6-186cf05d {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4aa6d78b-e40e-ea68-85ce-27f7216549cc-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f2faa30d-64d7-7140-b581-00ad54ebb1cf-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4c1113ed-9f79-408e-ca82-6a1961547fb8-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_820ca006-5fe1-6cfc-c419-fff3f36593ff-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d6841-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d6846-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d684b-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_57be9a2e-f545-1686-1437-df2c244d6850-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-ea6d5422-ad98-8251-fc4a-9015f3f0a47a-186cf05d, #w-node-_1bf3965e-8ab0-5536-a626-e3046ab5f03f-186cf05d, #w-node-c9e9744c-a0fb-81a9-4312-617b6e5d43af-186cf05d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a3d-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a40-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a43-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a9eaa540-1af5-620e-b785-027fe3db2a46-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbcf-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbd1-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbd3-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_558085e1-337c-27a9-208b-8f0a5b23cbd5-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f137-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f139-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f13b-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8b86bb92-57bd-c173-d80c-6719cc86f13d-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e25-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e27-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e29-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d9bc814e-c0aa-a5f5-7c26-bdd005032e2b-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a232ff-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a23301-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a23303-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4bc18879-97d7-f2a4-11d4-473ef2a23305-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226f8-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226fa-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226fc-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a71b6606-dd91-8b59-adcd-246b905226fe-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd294-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd296-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd298-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4c180c4c-6c23-68d4-3791-d61952dfd29a-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e2f-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e31-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e33-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-e72ad457-d2eb-d41a-fb95-b15ff8b11e35-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58def-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58df1-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58df3-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_105e5456-05c4-794c-9c32-5bb73fa58df5-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f32938-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f3293a-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f3293c-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6d65cbdb-c1ad-9632-da89-e78aa1f3293e-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_6dfd9d87-9de7-49b0-a677-87b2b5fdac74-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6dfd9d87-9de7-49b0-a677-87b2b5fdac76-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_6dfd9d87-9de7-49b0-a677-87b2b5fdac78-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6dfd9d87-9de7-49b0-a677-87b2b5fdac7a-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_730a52cf-5e5c-092a-7e3a-424b799c2602-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_730a52cf-5e5c-092a-7e3a-424b799c2604-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_730a52cf-5e5c-092a-7e3a-424b799c2606-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_730a52cf-5e5c-092a-7e3a-424b799c2608-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_1d66b43f-cb6a-008f-b83a-f36837d914d0-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1d66b43f-cb6a-008f-b83a-f36837d914d2-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_1d66b43f-cb6a-008f-b83a-f36837d914d4-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1d66b43f-cb6a-008f-b83a-f36837d914d6-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_2b9efc4c-72cd-f296-5651-c729013c3777-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2b9efc4c-72cd-f296-5651-c729013c3779-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2b9efc4c-72cd-f296-5651-c729013c377b-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2b9efc4c-72cd-f296-5651-c729013c377d-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_3e6aadff-0cb8-7842-dff9-ecebbd49c551-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3e6aadff-0cb8-7842-dff9-ecebbd49c553-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_3e6aadff-0cb8-7842-dff9-ecebbd49c555-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_3e6aadff-0cb8-7842-dff9-ecebbd49c557-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_421c44a3-df5c-ed68-b75e-d8252539c6ba-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_421c44a3-df5c-ed68-b75e-d8252539c6bc-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_421c44a3-df5c-ed68-b75e-d8252539c6be-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_421c44a3-df5c-ed68-b75e-d8252539c6c0-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-de5e5a23-7afd-48f0-84c7-23a2cdb85f00-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-de5e5a23-7afd-48f0-84c7-23a2cdb85f02-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-de5e5a23-7afd-48f0-84c7-23a2cdb85f04-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-de5e5a23-7afd-48f0-84c7-23a2cdb85f06-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_0422dfbf-5d94-65c9-9536-916b45918981-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0422dfbf-5d94-65c9-9536-916b45918983-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_0422dfbf-5d94-65c9-9536-916b45918985-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0422dfbf-5d94-65c9-9536-916b45918987-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_87d225e2-927f-0cb6-8565-011829f438d1-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_87d225e2-927f-0cb6-8565-011829f438d3-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_87d225e2-927f-0cb6-8565-011829f438d5-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_87d225e2-927f-0cb6-8565-011829f438d7-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-f7e51daa-40cf-896b-20bf-456b57ceb8f8-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f7e51daa-40cf-896b-20bf-456b57ceb8fa-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-f7e51daa-40cf-896b-20bf-456b57ceb8fc-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f7e51daa-40cf-896b-20bf-456b57ceb8fe-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_875fc247-7539-5954-2513-063cede7e895-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_875fc247-7539-5954-2513-063cede7e897-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_875fc247-7539-5954-2513-063cede7e899-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_875fc247-7539-5954-2513-063cede7e89b-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-efbe4fc1-252e-f22f-1372-5d6ef762c2da-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-efbe4fc1-252e-f22f-1372-5d6ef762c2dc-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-efbe4fc1-252e-f22f-1372-5d6ef762c2de-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-efbe4fc1-252e-f22f-1372-5d6ef762c2e0-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-d77997bf-eb22-98d5-244a-f88173f13d29-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d77997bf-eb22-98d5-244a-f88173f13d2b-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d77997bf-eb22-98d5-244a-f88173f13d2d-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d77997bf-eb22-98d5-244a-f88173f13d2f-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-ce9b7376-c977-f21e-30e0-3e17d658b60b-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ce9b7376-c977-f21e-30e0-3e17d658b60d-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-ce9b7376-c977-f21e-30e0-3e17d658b60f-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ce9b7376-c977-f21e-30e0-3e17d658b611-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_7de8931a-264f-2fea-4747-e50384106c37-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7de8931a-264f-2fea-4747-e50384106c39-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_7de8931a-264f-2fea-4747-e50384106c3b-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7de8931a-264f-2fea-4747-e50384106c3d-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_2c15947b-2495-3f34-6f2c-c28d403f6b51-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2c15947b-2495-3f34-6f2c-c28d403f6b53-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2c15947b-2495-3f34-6f2c-c28d403f6b55-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2c15947b-2495-3f34-6f2c-c28d403f6b57-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_84191a04-719d-5988-6539-86aa85fdae4b-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_84191a04-719d-5988-6539-86aa85fdae4d-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_84191a04-719d-5988-6539-86aa85fdae4f-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_84191a04-719d-5988-6539-86aa85fdae51-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_28ee6a18-78e0-7ec5-e15e-a52e9498fb7c-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_28ee6a18-78e0-7ec5-e15e-a52e9498fb7e-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_28ee6a18-78e0-7ec5-e15e-a52e9498fb80-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_28ee6a18-78e0-7ec5-e15e-a52e9498fb82-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_331c0cb0-e038-8397-95bc-8cd2c61112de-186cf05d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_331c0cb0-e038-8397-95bc-8cd2c61112e0-186cf05d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_331c0cb0-e038-8397-95bc-8cd2c61112e2-186cf05d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_331c0cb0-e038-8397-95bc-8cd2c61112e4-186cf05d {
    grid-area: 3 / 3 / 4 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc6f-ff46fc64 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bbae8966-bbfd-fd68-d8f3-b44eff46fc85-ff46fc64 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5680660e-bdd9-09f7-0ad7-f4c878f2bbec-186cf05b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d7248b57-e909-31e4-8896-fa0de2e562ec-186cf04a {
    justify-self: center;
  }

  #w-node-_0a78a484-ad89-67a2-c07a-d076af693736-186cf04a {
    align-self: auto;
    justify-self: center;
  }

  #w-node-_4e125a20-a7ec-ffef-bfc6-5455266c04be-186cf04a {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}