:root {
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --h1: 0px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  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-form-formrecaptcha {
  margin-bottom: 8px;
}

@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 {
  text-transform: capitalize;
  background-image: url('../images/body-background_1.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.navbar {
  color: #fff;
  background-color: #ddd0;
}

.logo-link {
  background-image: url('../images/keittech-logo-white.png');
  background-position: 0 0;
  background-size: auto;
}

.logo-image {
  margin-top: 15px;
  margin-left: 0;
  display: inline-block;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

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

.pf-banner-section {
  background-color: #1b439b00;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.about-us-section {
  background-color: #fff0;
  height: auto;
  margin-top: 500px;
  position: static;
}

.features-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-transform: none;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  margin-bottom: 25px;
  display: flex;
}

.featured-services-wrapper {
  margin-bottom: 40px;
}

.pf-content-grid {
  grid-template-rows: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-white {
  text-transform: none;
  background-color: #fff;
  padding: 0 60px 20px;
}

.heading {
  text-align: center;
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.changing-word1 {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 3.5rem;
  line-height: 3.8rem;
}

.heading-black {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.heading-5 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.intro-wrapper {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}

.paragraph-large {
  width: 700px;
  margin: 40px auto 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.featured-heading-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.feautures-grid-small {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-transform: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
}

.container-white-copy {
  background-color: #fff0;
  padding: 10px 0 20px;
  position: static;
}

.pf-container {
  background-image: linear-gradient(#fff, #545cf000 0%, #789effe6 78%);
  height: 600px;
  padding-left: 60px;
  padding-right: 60px;
  position: static;
}

.features-wrapper {
  margin-bottom: 0;
}

.background-container {
  background-image: linear-gradient(#0000 32%, #88c5ff5e), url('../images/body-background.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  height: 600px;
}

.pf-elements-container {
  background-image: url('../images/pf-banner-background.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100%;
  height: 600px;
  position: absolute;
  inset: auto 0% 0%;
}

.pf-banner-elements-1 {
  z-index: 2;
  background-image: url('../images/shape3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  max-width: 940px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.pf-logo {
  z-index: 5;
  transform-style: preserve-3d;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .3s;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.pf-logo:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.section-shadow {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 0 20px 10px #00000036;
}

.button-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: absolute;
  inset: 10% 0% 0%;
}

.shape-block-1 {
  background-image: url('../images/shape2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 220px;
}

.shape-block-2 {
  z-index: 1;
  background-image: url('../images/shape-pf.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  height: 300px;
  position: absolute;
  inset: auto 0% -2%;
}

.project-section {
  background-image: url('../images/body-background-transparent.png');
  background-position: 0 0;
  background-size: contain;
  position: relative;
}

.paragraph-3 {
  color: #fff;
  text-transform: none;
  font-style: normal;
}

.contact-grid {
  grid-template-rows: auto;
  margin-top: 60px;
}

.heading-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.shape-block-3 {
  background-image: url('../images/shape2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
}

.footer-wrapper {
  border: 1px #000;
  padding: 10px 30px 20px;
  position: relative;
}

.footer-content {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.footer-wrapper-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-copyright {
  color: #f6f6f64a;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  line-height: 1.1rem;
  display: block;
}

.footer-social-links {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.social-link {
  margin-left: 12px;
}

.footer-section {
  background-image: linear-gradient(#10083fb5, #fff0);
}

.text-block {
  color: #fff0;
  padding-left: 20px;
  display: block;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-white {
  color: #fff;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.link-icon {
  opacity: .48;
  color: #fff;
  cursor: auto;
  max-width: 15px;
}

.link-icon.arrow-right {
  margin-left: 10px;
}

.cta-button-secondary {
  color: #1f2d54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 76px;
  margin-top: 20px;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, border-color .3s, background-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 4px #14142b0a;
}

.cta-button-secondary:hover {
  color: #1f2d54;
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 6px #14142b1a;
}

.feature-card-wrapper {
  height: auto;
  padding: 10px 29px 38px;
}

.cta-square-logo {
  border-radius: 8px;
  width: 60px;
  margin-bottom: 16px;
  display: none;
  box-shadow: 0 8px 28px #14142b1a;
}

.italic-text {
  font-style: normal;
}

.contact-us-button {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 76px;
  justify-content: center;
  padding: 8px 30px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 1px 4px #4a3aff42;
}

.contact-us-button:hover {
  color: #fff;
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 16px 1px #4a3aff4d;
}

.play-button {
  z-index: 2;
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#c3354a, #83090b);
  border: 1px solid #80011852;
  border-radius: 76px;
  justify-content: center;
  margin-top: 20px;
  padding: 8px 30px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
  position: absolute;
  box-shadow: 0 1px 4px #ffc73a42;
}

.play-button:hover {
  color: #fff;
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 16px 1px #4a3aff4d;
}

.divider {
  background-color: #e6e9f1;
  min-height: 1.5px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider.home-sections-divider {
  opacity: 1;
  text-align: left;
  background-color: #e6e9f1;
  min-height: .5px;
  max-height: none;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-right: 0;
}

.feature-link-1 {
  grid-column-gap: 40px;
  background-image: url('../images/cta-card-bg-dashflow-webflow-template.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border: 1px solid #3961d9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 64px;
  display: flex;
}

.feature-link-1.feature-card-1 {
  color: #fff;
  background-color: #4175ff;
  background-image: linear-gradient(#3d7fff, #4759f8);
  background-size: auto;
  border-color: #3a6bff;
  height: 300px;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 5px #00000057;
}

.feature-link-1.feature-card-1:hover {
  transform: scale(.98);
}

.feature-link-2 {
  grid-column-gap: 40px;
  background-image: url('../images/cta-card-bg-dashflow-webflow-template.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border: 1px solid #3961d9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 64px;
  display: flex;
}

.feature-link-2.feature-card-2 {
  color: #fff;
  background-color: #2f53bf;
  background-image: linear-gradient(#2f53bf, #0f1c91);
  background-size: auto;
  height: 300px;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 5px #00000057;
}

.feature-link-2.feature-card-2:hover {
  transform: scale(.98);
}

.feature-content-wrapper {
  margin-top: 60px;
}

.feauture-link-3 {
  grid-column-gap: 40px;
  background-image: url('../images/cta-card-bg-dashflow-webflow-template.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border: 1px solid #3961d9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 64px;
  display: flex;
}

.feauture-link-3.feature-card-3 {
  color: #fff;
  background-color: #e89230;
  background-image: linear-gradient(#fe9d2f, #c45703);
  background-position: 0 0;
  background-size: auto;
  border-color: #d2892b;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 5px #00000057;
}

.feauture-link-3.feature-card-3:hover {
  transform: scale(.98);
}

.feauture-link-4 {
  grid-column-gap: 40px;
  background-image: url('../images/cta-card-bg-dashflow-webflow-template.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border: 1px solid #3961d9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 64px;
  display: flex;
}

.feauture-link-4.feature-card-4 {
  color: #fff;
  background-color: #d34a83;
  background-image: linear-gradient(#d34a83, #a90a4c);
  background-size: auto;
  border-color: #ff4cae;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 5px #00000057;
}

.feauture-link-4.feature-card-4:hover {
  transform: scale(.98);
}

.feature-link-5 {
  grid-column-gap: 40px;
  background-image: url('../images/cta-card-bg-dashflow-webflow-template.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border: 1px solid #3961d9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 64px;
  display: flex;
}

.feature-link-5.feature-card-5 {
  color: #fff;
  background-color: #0f1663;
  background-image: linear-gradient(#141e87, #140544);
  background-size: auto;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 5px #00000057;
}

.feature-link-5.feature-card-5:hover {
  transform: scale(.98);
}

.changing-word2, .changing-word3 {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 3.5rem;
  line-height: 3.8rem;
  display: none;
}

.contact-form {
  grid-column-gap: 40px;
  background-image: url('../images/cta-card-bg-dashflow-webflow-template.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border: 1px solid #3961d9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 64px;
  display: flex;
}

.contact-form.contact-card {
  color: #fff;
  background-color: #0f1663;
  background-image: linear-gradient(#141e87, #140544);
  background-size: auto;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
  box-shadow: 0 2px 5px #00000057;
}

.contact-form.contact-card:hover {
  transform: scale(.98);
}

.contact-form-wrapper {
  height: auto;
  padding: 25px 29px 38px;
}

.contact-form-heading-1 {
  color: #ffffff82;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.contact-form-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
}

.field-label {
  font-weight: 400;
}

.text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
}

.field-label-2 {
  font-weight: 400;
}

.textarea {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  height: auto;
}

.email-button {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 76px;
  justify-content: center;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 1px 4px #4a3aff42;
}

.email-button:hover {
  color: #fff;
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 16px 1px #4a3aff4d;
}

.email-button.disabled {
  box-shadow: none;
  color: #828aa3;
  text-align: left;
  cursor: auto;
  background-color: #eff1f6;
  background-image: none;
  border-color: #e6e9f1;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition-property: none;
  display: inline-block;
}

.email-button.disabled:hover {
  transform: none;
}

.text-block-4 {
  cursor: default;
  margin-left: 10px;
}

.pf-intro-section {
  background-color: #000c4000;
  background-image: url('../images/body-background.png');
  background-position: 0 0;
  background-size: contain;
}

.navbar-container {
  color: #fff;
  background-image: linear-gradient(#0000006b, #fff0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.navbar-menu {
  color: #fff;
}

.pf-intro-text-wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 207px;
  grid-template-columns: 3.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.pf-shape-block {
  z-index: 2;
  background-color: #fff0;
  background-image: url('../images/shape-pf.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 250px;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.description-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 359px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.image-4 {
  transform-style: preserve-3d;
  max-width: 90%;
  margin-left: auto;
  margin-right: 0;
  transition: transform .3s;
  display: block;
  position: static;
  inset: -2% -5% 0% auto;
}

.image-4:hover {
  transform: scale3d(1.03, 1.03, 1.02);
}

.image-5 {
  transform-style: preserve-3d;
  max-width: 90%;
  margin-left: 0;
  margin-right: auto;
  transition: transform .3s;
  display: block;
  position: static;
  inset: auto auto 0% -2%;
}

.image-5:hover {
  transform: scale3d(1.03, 1.03, 1.02);
}

.container-white-copy {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 40px 60px 20px;
}

.pf-intro-container {
  color: #fff;
  background-image: linear-gradient(#25252500, #6696ff);
  max-width: none;
  height: 550px;
  margin-left: 0;
  position: relative;
}

.pf-logo-small {
  transform-style: preserve-3d;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  transition: transform .3s;
}

.pf-logo-small:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.pf-text-block {
  padding-top: 20px;
  padding-left: 140px;
}

.heading-13 {
  color: #fff;
  text-shadow: 0 2px #060a37, 0 4px 4px #0000003b;
  margin-bottom: 0;
  margin-left: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.heading-14 {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  color: #ffac3e;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffa74f;
  text-shadow: 0 2px #852c06, 0 4px 4px #00000069;
  transform-style: preserve-3d;
  outline: 3px #ffac3e;
  margin-top: 10px;
  margin-left: 40px;
  font-family: Great Vibes, cursive;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.5rem;
  transition: transform .3s;
}

.heading-14:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.paragraph-6 {
  text-align: center;
  margin-top: 20px;
}

.heading-15, .heading-16 {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.pf-features-grid {
  z-index: 2;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 100px 60px 60px;
  position: absolute;
}

.pf-feature-link-1 {
  grid-column-gap: 40px;
  background-image: url('../images/cta-card-bg-dashflow-webflow-template.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border: 1px solid #3961d9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 64px;
  display: flex;
}

.pf-feature-link-1.pf-feature-card-1 {
  color: #000;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  border-color: #dcdbd870;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 5px #00000057;
}

.pf-feature-link-1.pf-feature-card-1:hover {
  transform: scale(.98);
}

.card-home-pages-wrapper-copy {
  flex: 0 auto;
  height: auto;
  padding: 25px 29px 38px;
}

.pf-features-container {
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 500px;
  padding: 40px 0 20px;
  position: relative;
}

.pf-features-wrapper {
  height: 400px;
  margin-top: 60px;
  position: absolute;
  inset: 0%;
}

.image-7 {
  z-index: 1;
  vertical-align: baseline;
  display: inline-block;
  position: absolute;
  left: -28px;
}

.image-8 {
  z-index: 1;
  position: absolute;
  inset: auto 29% -9% auto;
}

.image-9 {
  z-index: 1;
  position: absolute;
  inset: 0% -5% 0% auto;
}

.paragraph-8 {
  color: #333;
  text-transform: none;
}

.image-10 {
  z-index: 1;
  position: absolute;
  inset: -10% 0% auto 30%;
}

.paragraph-9 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.heading-17 {
  text-align: center;
}

.pf-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-18 {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.btn-primary-4 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#3d7fff, #4b5dff);
  border: 1px solid #3961d9;
  border-radius: 76px;
  justify-content: center;
  padding: 8px 30px;
  font-weight: 500;
  line-height: 1.286em;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 1px 4px #4a3aff42;
}

.btn-primary-4:hover {
  color: #fff;
  transform: scale3d(1.02, 1.02, 1.01);
  box-shadow: 0 2px 16px 1px #4a3aff4d;
}

.div-block-33 {
  text-align: center;
  margin-top: 40px;
}

.heading-19 {
  text-align: right;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.pf-social-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-36 {
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
}

.feauture-link-5-copy-copy {
  grid-column-gap: 40px;
  background-image: url('../images/cta-card-bg-dashflow-webflow-template.svg'), linear-gradient(#3d7fff, #4b5dff);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  border: 1px solid #3961d9;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 64px;
  display: flex;
}

.feauture-link-5-copy-copy.feauture-card-5-copy-copy {
  color: #fff;
  background-color: #0f1663;
  background-image: linear-gradient(#e4a53f, #ff950a);
  background-size: auto;
  border-color: #d9943954;
  padding: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
  box-shadow: 0 2px 5px #00000057;
}

.feauture-link-5-copy-copy.feauture-card-5-copy-copy:hover {
  transform: scale(.98);
}

.card-home-pages-wrapper-copy-copy {
  height: auto;
  padding: 25px 29px 38px;
}

.color-neutral-100-copy-copy {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.color-neutral-100-copy {
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.divider-block, .text-block-second {
  margin-top: 0;
}

.pf-banner-elements-2 {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: url('../images/Poffi-banner-shape.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  width: 120%;
  height: 450px;
  transition: transform .3s;
  position: absolute;
  inset: auto 0% 0% -10%;
}

.pf-banner-elements-2:hover {
  background-size: 90%;
  width: 120%;
  transform: scale3d(1.02, 1.02, 1.01);
}

.pf-banner-elements-2:active {
  width: 120%;
  left: -2%;
}

.pf-banner-elements-3 {
  z-index: 3;
  background-image: url('../images/banner-elements.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph {
  text-align: left;
  text-transform: none;
}

.footer-links {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  text-decoration: none;
  display: flex;
}

.button-wrap {
  text-align: left;
}

.paragraph-copy {
  text-align: center;
  text-transform: none;
  width: auto;
  margin-left: 140px;
  margin-right: 140px;
  position: static;
  inset: 38% 0% auto;
}

.pf-intro-elements-wrap {
  position: absolute;
  inset: auto 0% 0%;
}

.pf-elements-block {
  z-index: 1;
  transform-style: preserve-3d;
  background-image: url('../images/pf-layer.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 75%;
  height: 350px;
  transition: transform .3s;
  position: absolute;
  inset: auto -4% 12% 0%;
}

.pf-elements-block:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.image-11 {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% -6%;
}

.image-12 {
  position: absolute;
  inset: -3% -5% 0% auto;
}

.image-13 {
  position: absolute;
  inset: auto auto -9% 2%;
}

.image-14 {
  position: absolute;
  inset: auto 0% -8% auto;
}

.image-15 {
  position: absolute;
  inset: -2% 33% auto auto;
}

.paragraph-10, .paragraph-11 {
  text-transform: none;
}

.success-message {
  background-color: #ddd0;
}

.text-block-5 {
  text-align: left;
  font-style: normal;
}

.div-block-37 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-16 {
  margin-top: 4px;
}

.div-block-38 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-message {
  background-color: #fff0;
}

.image-17 {
  margin-top: 2px;
}

.text-block-6 {
  color: #ff8080;
}

.success-message-2 {
  background-color: #fff0;
}

.div-block-39 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-18 {
  margin-top: 4px;
}

.div-block-40 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-message-2 {
  background-color: #fff0;
}

.image-19 {
  margin-top: 2px;
}

.text-block-7 {
  color: #9e1b1b;
}

.pf-boxes-elements {
  z-index: 1;
  background-image: url('../images/Poffi-banner-shape.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120%;
  height: 450px;
  transition: transform .3s;
  position: absolute;
  inset: auto 0% 0% -10%;
}

.pf-boxes-elements:hover {
  transform: scale(1.02);
}

.div-block-41 {
  position: relative;
}

.navbar-copy {
  color: #fff;
  background-color: #ddd0;
}

.navbar-menu-copy {
  color: #fff;
}

.nav-link-copy {
  color: #fff;
  text-decoration: none;
}

.nav-link-copy:hover {
  text-decoration: underline;
}

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

.submit-button {
  color: #333;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 76px;
  margin-top: 20px;
  padding: 8px 25px;
  transition: transform .3s;
}

.submit-button:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.utility-page-wrap {
  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;
  width: 260px;
  display: flex;
}

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

.recaptcha {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.recaptcha-2 {
  -webkit-text-stroke-color: white;
  margin-top: 10px;
}

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

.recaptcha-block {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  top: 10px;
}

.form {
  padding-top: 10px;
}

@media screen and (min-width: 1280px) {
  .pf-banner-elements-2 {
    width: 120%;
  }
}

@media screen and (min-width: 1440px) {
  .pf-banner-elements-2 {
    width: 120%;
    left: -10%;
  }
}

@media screen and (min-width: 1920px) {
  .pf-banner-elements-2 {
    background-position: 50% 100%;
    width: 120%;
    max-width: none;
    inset: 22% 0% auto 2%;
  }

  .pf-banner-elements-2:hover {
    background-position: 50% 100%;
    background-size: 100%;
    inset: 22% 0% auto 2%;
  }
}

@media screen and (max-width: 991px) {
  .features-grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .container-white {
    max-width: 940px;
    margin-top: 0;
    padding: 40px 40px 0;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .changing-word1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .paragraph-large {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .feautures-grid-small {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .pf-container {
    max-width: 940px;
    height: 700px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-container {
    max-width: 940px;
  }

  .pf-elements-container {
    background-size: 150%;
    max-width: 940px;
  }

  .contact-grid {
    grid-template-columns: .75fr 1fr;
  }

  .heading-7 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .footer-content {
    max-width: 728px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-wrapper-1 {
    flex-wrap: wrap;
  }

  .feature-link-1, .feature-link-2, .feauture-link-3, .feauture-link-4, .feature-link-5, .contact-form {
    border-radius: 20px;
    padding: 64px 40px;
  }

  .contact-form-heading-1, .contact-form-heading-2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .navbar-container {
    max-width: 940px;
  }

  .navbar-menu {
    background-color: #372ba0;
    background-image: linear-gradient(#161e50, #392aa4);
  }

  .pf-intro-text-wrapper {
    grid-template-rows: 198px;
  }

  .pf-shape-block {
    height: 200px;
    inset: auto 0% 0%;
  }

  .image-4 {
    width: 90%;
    max-width: none;
    margin-top: 40px;
  }

  .image-5 {
    width: 90%;
    max-width: none;
    margin-top: 60px;
  }

  .pf-intro-container {
    height: 500px;
  }

  .pf-logo-small {
    max-width: 60%;
    margin-left: 30px;
  }

  .heading-13 {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .heading-14 {
    margin-top: 20px;
    font-size: 4.5rem;
    line-height: 4rem;
  }

  .pf-features-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pf-feature-link-1 {
    border-radius: 20px;
    padding: 64px 40px;
  }

  .pf-features-container {
    max-width: 940px;
  }

  .div-block-35 {
    grid-template-columns: .75fr 1fr;
    margin-top: 100px;
  }

  .feauture-link-5-copy-copy {
    border-radius: 20px;
    padding: 64px 40px;
  }

  .color-neutral-100-copy-copy {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .navbar-menu-button, .navbar-menu-button.w--open {
    background-color: #c8c8c800;
  }

  .paragraph-copy {
    top: 38%;
  }

  .pf-elements-block {
    width: 103.999%;
    height: 250px;
    bottom: 5%;
  }

  .pf-boxes-elements {
    background-position: 50% 70%;
  }

  .navbar-menu-copy {
    background-color: #372ba0;
    background-image: linear-gradient(#161e50, #392aa4);
  }
}

@media screen and (max-width: 767px) {
  .pf-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .container-white {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .changing-word1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .intro-wrapper {
    margin-top: 40px;
  }

  .paragraph-large {
    width: 500px;
    margin-top: 20px;
  }

  .feautures-grid-small {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .pf-container {
    height: 1100px;
  }

  .pf-elements-container {
    background-position: 50% 0;
    background-size: 200%;
  }

  .pf-banner-elements-1 {
    width: 200%;
    max-width: none;
    height: 240px;
    left: -48%;
  }

  .pf-logo {
    width: 40%;
    max-width: 80%;
    position: static;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
    position: absolute;
  }

  .contact-grid {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    place-content: center;
  }

  .heading-7 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .shape-block-3 {
    width: 170%;
    height: 200px;
  }

  .footer-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-links {
    margin-top: 20px;
  }

  .social-link {
    margin-left: 20px;
  }

  .feature-card-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
    display: block;
  }

  .play-button {
    flex: 0 auto;
    margin-top: 40px;
    position: static;
    inset: auto auto 0% 0%;
  }

  .feature-link-1, .feature-link-2, .feauture-link-3, .feauture-link-4, .feature-link-5, .contact-form {
    grid-row-gap: 24px;
    border-radius: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
  }

  .contact-form-wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }

  .contact-form-heading-2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pf-intro-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 198px auto;
    grid-template-columns: 3.5fr;
  }

  .pf-shape-block {
    background-position: 50% 100%;
    height: 150px;
    inset: auto 0% -2%;
  }

  .description-block {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    height: auto;
    position: static;
  }

  .image-4 {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-5 {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pf-text-block {
    padding-left: 0;
  }

  .heading-15, .heading-16 {
    text-align: center;
  }

  .pf-features-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 100px;
  }

  .pf-feature-link-1 {
    grid-row-gap: 24px;
    border-radius: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
  }

  .card-home-pages-wrapper-copy {
    padding-left: 28px;
    padding-right: 28px;
  }

  .pf-features-container {
    height: 800px;
  }

  .paragraph-9 {
    text-align: left;
  }

  .heading-17 {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  .div-block-35 {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    place-content: center;
  }

  .div-block-36 {
    text-align: center;
  }

  .feauture-link-5-copy-copy {
    grid-row-gap: 24px;
    border-radius: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
  }

  .card-home-pages-wrapper-copy-copy {
    padding-left: 28px;
    padding-right: 28px;
  }

  .color-neutral-100-copy-copy {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .text-block-second {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .characters-image {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .contact-intro-block {
    text-align: left;
  }

  .description-section {
    height: auto;
  }

  .text-block-first {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-wrap {
    margin-top: 60px;
    position: relative;
  }

  .paragraph-copy {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    inset: 40% 0% auto;
  }

  .pf-elements-block {
    height: 250px;
  }

  .image-11 {
    width: 40%;
    max-width: none;
    top: 4%;
  }

  .image-12 {
    width: 20%;
    max-width: none;
    top: 6%;
  }

  .image-13, .image-14 {
    bottom: -80%;
  }

  .image-15 {
    width: 16%;
    max-width: none;
    top: 8%;
  }

  .div-block-41 {
    margin-top: 80px;
  }

  .div-block-42 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .features-grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

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

  .heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-large {
    width: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feautures-grid-small {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pf-elements-container {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 250%;
    height: 600px;
    inset: 0% 0% auto;
  }

  .pf-banner-elements-1 {
    background-position: 100% 100%;
    width: 200%;
    height: 200px;
    left: 0%;
  }

  .pf-logo {
    width: 60%;
    margin-top: 100px;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    top: 10%;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .shape-block-3 {
    width: 150%;
    height: 150px;
  }

  .footer-content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-links {
    margin-top: 20px;
  }

  .feature-card-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .play-button {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .feature-link-1, .feature-link-2 {
    border-radius: 12px;
    padding: 32px 24px;
  }

  .feature-content-wrapper {
    text-align: left;
  }

  .feauture-link-3, .feauture-link-4, .feature-link-5, .contact-form {
    border-radius: 12px;
    padding: 32px 24px;
  }

  .contact-form-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-form-heading-1 {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .contact-form-heading-2 {
    line-height: 2.3rem;
  }

  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .pf-intro-text-wrapper {
    text-align: center;
    flex-flow: column;
    grid-template-rows: 198px auto auto;
    grid-template-columns: 3.5fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .description-block {
    grid-template-rows: .25fr 1fr .75fr 1fr;
    margin-top: 0;
  }

  .pf-intro-container {
    height: 600px;
  }

  .pf-logo-small, .heading-13, .heading-14 {
    margin-left: 0;
  }

  .pf-features-grid {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pf-feature-link-1 {
    border-radius: 12px;
    padding: 32px 24px;
  }

  .card-home-pages-wrapper-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .pf-features-wrapper {
    display: block;
  }

  .paragraph-9 {
    text-align: center;
  }

  .heading-17 {
    margin-bottom: 60px;
  }

  .pf-info-block {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-19 {
    text-align: center;
  }

  .pf-social-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-35 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feauture-link-5-copy-copy {
    border-radius: 12px;
    padding: 32px 24px;
  }

  .card-home-pages-wrapper-copy-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-second {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pf-banner-elements-3 {
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    width: 150%;
    display: none;
  }

  .paragraph {
    text-align: left;
  }

  .text-block-first {
    text-align: center;
    padding: 0 10px;
  }

  .pf-info-wrapper {
    text-align: center;
  }

  .button-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-copy {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-11 {
    width: 50%;
    top: -15%;
    left: -15%;
  }

  .image-12 {
    width: 40%;
    display: block;
    top: -19%;
    right: -14%;
  }

  .image-13 {
    bottom: -74%;
    left: -5%;
  }

  .image-14 {
    width: 40%;
    bottom: -78%;
    right: -12%;
  }

  .image-15 {
    width: 30%;
    display: block;
    top: -24%;
  }

  .pf-boxes-elements {
    width: 120%;
    top: 160px;
    left: -10%;
  }

  .paragraph-12 {
    text-align: center;
  }
}

#w-node-_0d40af31-8357-a605-3a74-96d75ba65c7e-49cbe7ed, #w-node-dae4ab0e-db40-0d48-3d89-7032009ae86b-49cbe7ed, #w-node-b08934ec-c8d2-319f-1946-51a5d4ce2eb3-49cbe7ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51320030-ad26-8336-e6ff-590b6c1ec226-6c1ec223 {
  place-self: end start;
}

#w-node-fce940f1-d56c-1c01-a3af-2f8ca8fffecb-b564e885 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_352be3ab-77b4-399c-df8c-38b256cfd117-b564e885, #w-node-_8c9361da-d8be-7563-bc03-aaea1de5adf0-b564e885, #w-node-_8b963590-cacc-36cd-84f9-d6066a81a6d8-b564e885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cff1ef0f-2353-be9f-5b66-e8d37c882493-b564e885 {
  place-self: end start;
}

@media screen and (max-width: 767px) {
  #w-node-dfe44e54-06b7-651e-a815-e59444d2f73c-49cbe7ed {
    place-self: center;
  }

  #w-node-_5e5ec928-303e-5a96-5726-9ce957e4d70f-b564e885 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90f72538-13bf-aa23-8803-28b538b97c89-b564e885 {
    place-self: center;
  }

  #w-node-f14096cc-322f-cbbc-d19e-87c725d69c83-b564e885 {
    order: -9999;
    place-self: center;
  }

  #w-node-d733a930-3036-6948-46e4-70cd0f8e604a-b564e885, #w-node-bc93da2f-547a-7909-5764-32cd14288747-b564e885 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e5ec928-303e-5a96-5726-9ce957e4d70f-b564e885 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}
