.pm-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.pm-navbar-container {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-custom-highlight-purple);
}
.pm-navbar {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: space-between;
}
.pm-left-side {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.pm-navlink {
  display: contents;
}
.pm-image {
  width: 160PX;
  align-self: center;
  object-fit: cover;
  margin-right: 100px;
  text-decoration: none;
}
.pm-burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.pm-icon {
  width: 36px;
  height: 36px;
}
.pm-links-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.pm-link {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-style: normal;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
}
.pm-link1 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-style: normal;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
}
.pm-link2 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-style: normal;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
}
.pm-link3 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-style: normal;
  line-height: 1.55;
  text-decoration: none;
}
.pm-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.pm-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.pm-image1 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.pm-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-icon2 {
  width: 24px;
  height: 24px;
}
.pm-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-link4 {
  margin-bottom: var(--dl-space-space-unit);
}
.pm-link5 {
  font-style: normal;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
}
.pm-link6 {
  font-style: normal;
  line-height: 1.55;
  margin-bottom: var(--dl-space-space-unit);
}
.pm-link7 {
  font-style: normal;
  line-height: 1.55;
  text-decoration: none;
}
.pm-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-gray-custom-back-grey);
}
.pm-features {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-self: center;
  align-items: flex-start;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-tenunits);
}
.pm-heading-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
}
.pm-text {
  width: 100%;
  font-style: normal;
  text-align: left;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.pm-text01 {
  fill: var(--dl-color-primary-custom-highlight-purple);
  color: var(--dl-color-primary-custom-highlight-purple);
  width: 100%;
}
.pm-text02 {
  margin-bottom: var(--dl-space-space-doubleunit);
}
.pm-cards-container {
  gap: 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.pm-features-card {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.pm-text-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-heading {
  fill: var(--dl-color-primary-custom-highlight-purple);
  color: var(--dl-color-primary-custom-highlight-purple);
}
.pm-features-card1 {
  flex: 1;
  width: 1fr;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.pm-text-container01 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-cards-container1 {
  gap: 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.pm-features-card2 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.pm-text-container02 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-heading1 {
  fill: var(--dl-color-primary-custom-highlight-purple);
  color: var(--dl-color-primary-custom-highlight-purple);
}
.pm-features-card3 {
  flex: 1;
  width: 1fr;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.pm-text-container03 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-cards-container2 {
  gap: 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.pm-features-card4 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.pm-text-container04 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-heading2 {
  fill: var(--dl-color-primary-custom-highlight-purple);
  color: var(--dl-color-primary-custom-highlight-purple);
}
.pm-features-card5 {
  flex: 1;
  width: 1fr;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.pm-text-container05 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-cards-container3 {
  gap: 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.pm-features-card6 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.pm-text-container06 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-heading3 {
  fill: var(--dl-color-primary-custom-highlight-purple);
  color: var(--dl-color-primary-custom-highlight-purple);
}
.pm-features-card7 {
  flex: 1;
  width: 1fr;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.pm-text-container07 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-cards-container4 {
  gap: 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.pm-features-card8 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.pm-text-container08 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
}
.pm-text37 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  text-align: left;
}
.pm-text-container09 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pm-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.pm-footer {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.pm-navlink1 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.pm-text41 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
.pm-navlink2 {
  fill: var(--dl-color-gray-custom-back-grey);
  color: var(--dl-color-gray-custom-back-grey);
  text-decoration: none;
}
@media(max-width: 991px) {
  .pm-cards-container {
    height: auto;
  }
  .pm-cards-container1 {
    height: auto;
  }
  .pm-cards-container2 {
    height: auto;
  }
  .pm-cards-container3 {
    height: auto;
  }
  .pm-cards-container4 {
    height: auto;
  }
}
@media(max-width: 767px) {
  .pm-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-gray-white);
  }
  .pm-icon {
    fill: var(--dl-color-primary-custom-highlight-purple);
  }
  .pm-links-container {
    display: none;
  }
  .pm-mobile-menu {
    background-color: var(--dl-color-primary-custom-highlight-purple);
  }
  .pm-container1 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .pm-image1 {
    width: 160px;
  }
  .pm-icon2 {
    fill: var(--dl-color-gray-custom-back-grey);
    width: 50px;
    height: 50px;
  }
  .pm-link4 {
    fill: var(--dl-color-gray-white);
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-tripleunit);
    text-decoration: none;
  }
  .pm-link5 {
    fill: var(--dl-color-gray-white);
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-link6 {
    fill: var(--dl-color-gray-white);
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-link7 {
    fill: var(--dl-color-gray-white);
    color: var(--dl-color-gray-white);
  }
  .pm-heading-container {
    width: 100%;
  }
  .pm-cards-container {
    align-items: center;
    flex-direction: column;
  }
  .pm-features-card {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-features-card1 {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-cards-container1 {
    align-items: center;
    flex-direction: column;
  }
  .pm-features-card2 {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-features-card3 {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-cards-container2 {
    align-items: center;
    flex-direction: column;
  }
  .pm-features-card4 {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-features-card5 {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-cards-container3 {
    align-items: center;
    flex-direction: column;
  }
  .pm-features-card6 {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-features-card7 {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-cards-container4 {
    align-items: center;
    flex-direction: column;
  }
  .pm-features-card8 {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .pm-footer {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .pm-burger-menu {
    background-color: var(--dl-color-gray-white);
  }
  .pm-icon {
    fill: var(--dl-color-primary-custom-highlight-purple);
  }
  .pm-features {
    padding-top: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .pm-features-card {
    width: 100%;
  }
  .pm-features-card1 {
    width: 100%;
  }
  .pm-features-card2 {
    width: 100%;
  }
  .pm-features-card3 {
    width: 100%;
  }
  .pm-features-card4 {
    width: 100%;
  }
  .pm-features-card5 {
    width: 100%;
  }
  .pm-features-card6 {
    width: 100%;
  }
  .pm-features-card7 {
    width: 100%;
  }
  .pm-features-card8 {
    width: 100%;
  }
}
