.nhr-wrapper {
  display: contents;
}
 
.nhr-container1 {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: #ffffff;
}
 
.nhr-navbar-interactive {
  width: 100%;
  display: flex;
  z-index: 100;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.nhr-navlink {
  display: contents;
}
 
.nhr-image {
  width: 219px;
  height: 74px;
  object-fit: cover;
  text-decoration: none;
}
 
.nhr-container2 {
  top: 100px;
  right: 0px;
  width: 35%;
  display: none;
  padding: var(--dl-layout-space-oneandhalfunits);
  grid-gap: var(--dl-layout-space-halfunit);
  position: absolute;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  animation-name: fadeInDown;
  animation-delay: 0s;
  background-color: var(--dl-color-theme-neutral-light);
  animation-duration: 300ms;
  animation-direction: normal;
  grid-template-columns: 1fr;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.nhr-menu-item1 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  text-decoration: none;
}
 
.nhr-page1-image1 {
  width: 100px;
  height: 100px;
}
 
.nhr-content1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.nhr-page11 {
  font-style: normal;
  font-weight: 600;
}
 
.nhr-menu-item2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  text-decoration: none;
}
 
.nhr-page2-image1 {
  width: 100px;
  height: 100px;
}
 
.nhr-content2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.nhr-page21 {
  font-style: normal;
  font-weight: 600;
}
 
.nhr-menu-item3 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  text-decoration: none;
}
 
.nhr-page3-image1 {
  width: 100px;
  height: 100px;
}
 
.nhr-content3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.nhr-page31 {
  font-style: normal;
  font-weight: 600;
}
 
.nhr-menu-item4 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  text-decoration: none;
}
 
.nhr-page4-image1 {
  width: 100px;
  height: 100px;
}
 
.nhr-content4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.nhr-page41 {
  font-style: normal;
  font-weight: 600;
}
 
.nhr-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.nhr-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.nhr-link11 {
  transition: 0.3s;
  text-decoration: none;
}
 
.nhr-link11:hover {
  color: #7bbb68;
}
 
.nhr-link21 {
  text-decoration: none;
}
 
.nhr-link31 {
  text-decoration: none;
}
 
.nhr-link5-dropdown-trigger {
  gap: 4px;
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.nhr-link51 {
  text-decoration: none;
}
 
.nhr-icon-container1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.nhr-container3 {
  display: flex;
  align-items: center;
  animation-name: rotateInDownLeft;
  flex-direction: row;
  animation-delay: 0s;
  justify-content: flex-end;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.nhr-icon10 {
  width: 24px;
  height: 24px;
}
 
.nhr-link32 {
  margin-left: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.nhr-burger-menu {
  display: none;
}
 
.nhr-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.nhr-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.nhr-nav {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
 
.nhr-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.nhr-logo {
  height: 3rem;
}
 
.nhr-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.nhr-icon14 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.nhr-links2 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
}
 
.nhr-link12 {
  text-decoration: none;
}
 
.nhr-link22 {
  text-decoration: none;
}
 
.nhr-link4 {
  text-decoration: none;
}
 
.nhr-link5-accordion {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.nhr-trigger {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.nhr-link52 {
  text-decoration: none;
}
 
.nhr-icon-container2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.nhr-container4 {
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.nhr-icon16 {
  width: 24px;
  height: 24px;
}
 
.nhr-container5 {
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.nhr-icon18 {
  width: 24px;
  height: 24px;
}
 
.nhr-container6 {
  width: 100%;
  display: none;
  grid-gap: var(--dl-layout-space-halfunit);
  grid-template-columns: 1fr;
}
 
.nhr-menu-item5 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.nhr-page1-image2 {
  width: 50px;
  height: 50px;
}
 
.nhr-content5 {
  width: 340px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.nhr-page12 {
  font-style: normal;
  font-weight: 600;
}
 
.nhr-menu-item6 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.nhr-page2-image2 {
  width: 50px;
  height: 50px;
}
 
.nhr-content6 {
  width: 340px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.nhr-page22 {
  font-style: normal;
  font-weight: 600;
}
 
.nhr-menu-item7 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.nhr-page3-image2 {
  width: 50px;
  height: 50px;
}
 
.nhr-content7 {
  width: 340px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.nhr-page32 {
  font-style: normal;
  font-weight: 600;
}
 
.nhr-menu-item8 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.nhr-page4-image2 {
  width: 50px;
  height: 50px;
}
 
.nhr-content8 {
  width: 340px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.nhr-page42 {
  font-style: normal;
  font-weight: 600;
}
 
.nhr-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.nhr-icon20 {
  height: var(--dl-layout-size-xsmall);
}
 
.nhr-icon22 {
  height: var(--dl-layout-size-xsmall);
}
 
.nhr-icon24 {
  height: var(--dl-layout-size-xsmall);
}
 
.hr-fragment30 {
  display: contents;
}
 
.hr-text30 {
  display: inline-block;
}
 
.hr-fragment20 {
  display: contents;
}
 
.hr-text20 {
  display: inline-block;
}
 
.hr-fragment26 {
  display: contents;
}
 
.hr-text26 {
  display: inline-block;
}
 
.hr-fragment28 {
  display: contents;
}
 
.hr-text28 {
  display: inline-block;
}
 
.hr-fragment15 {
  display: contents;
}
 
.hr-text15 {
  display: inline-block;
}
 
.hr-fragment24 {
  display: contents;
}
 
.hr-text24 {
  display: inline-block;
}
 
.hr-fragment23 {
  display: contents;
}
 
.hr-text23 {
  display: inline-block;
}
 
.hr-fragment29 {
  display: contents;
}
 
.hr-text29 {
  display: inline-block;
}
 
.hr-fragment12 {
  display: contents;
}
 
.hr-text12 {
  display: inline-block;
}
 
.hr-fragment32 {
  display: contents;
}
 
.hr-text32 {
  display: inline-block;
}
 
.hr-fragment33 {
  display: contents;
}
 
.hr-text33 {
  display: inline-block;
}
 
.hr-fragment22 {
  display: contents;
}
 
.hr-text22 {
  display: inline-block;
}
 
.hr-fragment11 {
  display: contents;
}
 
.hr-text11 {
  display: inline-block;
}
 
.hr-fragment14 {
  display: contents;
}
 
.hr-text14 {
  display: inline-block;
}
 
.hr-fragment31 {
  display: contents;
}
 
.hr-text31 {
  display: inline-block;
}
 
.hr-fragment27 {
  display: contents;
}
 
.hr-text27 {
  display: inline-block;
}
 
.hr-fragment10 {
  display: contents;
}
 
.hr-text10 {
  display: inline-block;
}
 
.hr-fragment21 {
  display: contents;
}
 
.hr-text21 {
  display: inline-block;
}
 
.hr-fragment19 {
  display: contents;
}
 
.hr-text19 {
  display: inline-block;
}
 
.hr-fragment13 {
  display: contents;
}
 
.hr-text13 {
  display: inline-block;
}
 
.hr-fragment25 {
  display: contents;
}
 
.hr-text25 {
  display: inline-block;
}
 
.hr-fragment17 {
  display: contents;
}
 
.hr-text17 {
  display: inline-block;
}
 
.hr-fragment16 {
  display: contents;
}
 
.hr-text16 {
  display: inline-block;
}
 
.hr-fragment18 {
  display: contents;
}
 
.hr-text18 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .nhr-image {
    width: 107px;
    height: 58px;
  }
  .nhr-container2 {
    width: 50%;
  }
}
 
@media(max-width: 767px) {
  .nhr-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .nhr-container2 {
    display: none;
  }
  .nhr-desktop-menu {
    display: none;
  }
  .nhr-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .nhr-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .nhr-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.testimonial171-wrapper {
  display: contents;
}
 
.testimonial171-testimonial13 {
  height: 1222px;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  padding-top: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
}
 
.testimonial171-max-width1 {
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.testimonial171-text10 {
  color: #000000;
  width: 100%;
  display: flex;
  font-size: 60px;
  align-self: flex-start;
  margin-top: var(--dl-layout-space-unit);
  text-align: left;
  border-color: #7bbb68;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  margin-bottom: var(--dl-layout-space-fiveunits);
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 10px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-top-left-radius: var(--dl-layout-radius-imageradius);
  border-bottom-left-radius: var(--dl-layout-radius-imageradius);
}
 
.testimonial171-max-width2 {
  gap: var(--dl-layout-space-fourunits);
  width: 100%;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  align-items: flex-start;
  margin-bottom: 0px;
  flex-direction: row;
}
 
.testimonial171-content {
  width: 100%;
  grid-area: span 1/span 1/span 1/span 1;
}
 
.testimonial171-column1 {
  top: 10%;
  position: sticky;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: #ffffff;
}
 
.testimonial171-avatar1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial171-avatar-content1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.testimonial171-text11 {
  fill: #7bbb68;
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}
 
.testimonial171-text12 {
  height: auto;
  font-size: 20px;
}
 
.testimonial171-column2 {
  top: 14%;
  position: sticky;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: #ffffff;
}
 
.testimonial171-avatar2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial171-avatar-content2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.testimonial171-text13 {
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}
 
.testimonial171-text14 {
  height: auto;
  font-size: 20px;
}
 
.testimonial171-column3 {
  top: 18%;
  position: sticky;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: #ffffff;
}
 
.testimonial171-avatar3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial171-container {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}
 
.testimonial171-text15 {
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}
 
.testimonial171-text16 {
  height: auto;
  font-size: 20px;
}
 
.testimonial171-column4 {
  top: 22%;
  position: sticky;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: #ffffff;
}
 
.testimonial171-avatar4 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.testimonial171-avatar-content3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.testimonial171-author4 {
  color: #7bbb68;
  height: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}
 
.testimonial171-review4 {
  height: auto;
  font-size: 20px;
}
 
.hr-fragment38 {
  display: contents;
}
 
.hr-text41 {
  display: inline-block;
}
 
.hr-fragment36 {
  display: contents;
}
 
.hr-text39 {
  display: inline-block;
}
 
.hr-fragment40 {
  display: contents;
}
 
.hr-text49 {
  display: inline-block;
}
 
.hr-fragment37 {
  display: contents;
}
 
.hr-text40 {
  display: inline-block;
  font-family: "Noto Sans";
  text-transform: uppercase;
}
 
.hr-fragment35 {
  display: contents;
}
 
.hr-text35 {
  display: inline-block;
}
 
.hr-fragment39 {
  display: contents;
}
 
.hr-text45 {
  display: inline-block;
}
 
.hr-fragment42 {
  display: contents;
}
 
.hr-text59 {
  display: inline-block;
}
 
.hr-fragment34 {
  display: contents;
}
 
.hr-text34 {
  display: inline-block;
  text-transform: uppercase;
}
 
.hr-fragment41 {
  display: contents;
}
 
.hr-text53 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .testimonial171-testimonial13 {
    height: 1194px;
  }
  .testimonial171-max-width2 {
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .testimonial171-testimonial13 {
    height: 1530px;
  }
  .testimonial171-max-width2 {
    height: 1042px;
  }
  .testimonial171-content {
    height: 1052px;
  }
  .testimonial171-column1 {
    width: 100%;
  }
  .testimonial171-text12 {
    text-align: justify;
  }
  .testimonial171-column2 {
    width: 100%;
  }
  .testimonial171-text14 {
    text-align: justify;
  }
  .testimonial171-column3 {
    width: 100%;
  }
  .testimonial171-column4 {
    width: 100%;
  }
  .hr-text35 {
    color: rgb(123, 187, 104);
    font-size: 20px;
  }
}
 
@media(max-width: 479px) {
  .testimonial171-testimonial13 {
    height: 1488px;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .testimonial171-text13 {
    font-style: normal;
    font-weight: 700;
  }
  .testimonial171-text15 {
    font-style: normal;
    font-weight: 700;
  }
  .testimonial171-author4 {
    font-style: normal;
    font-weight: 700;
  }
  .hr-text39 {
    color: #7bbb68;
  }
  .hr-text35 {
    color: #7bbb68;
  }
  .hr-text59 {
    color: #7bbb68;
    font-style: inherit;
    font-weight: 700;
  }
  .hr-text34 {
    color: #7bbb68;
    text-transform: uppercase;
  }
}

.footer1-wrapper {
  display: contents;
}
 
.footer1-footer1 {
  width: 100%;
  height: 86px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
 
.footer1-max-width1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer1-max-width2 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer1-content {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.footer1-logo {
  gap: 24px;
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer1-navlink {
  display: contents;
}
 
.footer1-image1 {
  width: 160px;
  height: 75px;
  text-decoration: none;
}
 
.footer1-text1 {
  font-size: 23px;
  align-self: center;
}
 
.hr-fragment43 {
  display: contents;
}
 
.hr-text60 {
  display: inline-block;
  position: sticky;
}
 

 
@media(max-width: 991px) {
  .footer1-logo {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .footer1-content {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .footer1-max-width2 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer1-content {
    width: 100%;
  }
  .footer1root-class-name {
    margin-bottom: var(--dl-layout-space-sixunits);
    padding-bottom: var(--dl-layout-space-halfunit);
  }
}

.hr-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.hr-fragment10 {
  display: contents;
}
 
.hr-text10 {
  display: inline-block;
}
 
.hr-fragment11 {
  display: contents;
}
 
.hr-text11 {
  display: inline-block;
}
 
.hr-fragment12 {
  display: contents;
}
 
.hr-text12 {
  display: inline-block;
}
 
.hr-fragment13 {
  display: contents;
}
 
.hr-text13 {
  display: inline-block;
}
 
.hr-fragment14 {
  display: contents;
}
 
.hr-text14 {
  display: inline-block;
}
 
.hr-fragment15 {
  display: contents;
}
 
.hr-text15 {
  display: inline-block;
}
 
.hr-fragment16 {
  display: contents;
}
 
.hr-text16 {
  display: inline-block;
}
 
.hr-fragment17 {
  display: contents;
}
 
.hr-text17 {
  display: inline-block;
}
 
.hr-fragment18 {
  display: contents;
}
 
.hr-text18 {
  display: inline-block;
}
 
.hr-fragment19 {
  display: contents;
}
 
.hr-text19 {
  display: inline-block;
}
 
.hr-fragment20 {
  display: contents;
}
 
.hr-text20 {
  display: inline-block;
}
 
.hr-fragment21 {
  display: contents;
}
 
.hr-text21 {
  display: inline-block;
}
 
.hr-fragment22 {
  display: contents;
}
 
.hr-text22 {
  display: inline-block;
}
 
.hr-fragment23 {
  display: contents;
}
 
.hr-text23 {
  display: inline-block;
}
 
.hr-fragment24 {
  display: contents;
}
 
.hr-text24 {
  display: inline-block;
}
 
.hr-fragment25 {
  display: contents;
}
 
.hr-text25 {
  display: inline-block;
}
 
.hr-fragment26 {
  display: contents;
}
 
.hr-text26 {
  display: inline-block;
}
 
.hr-fragment27 {
  display: contents;
}
 
.hr-text27 {
  display: inline-block;
}
 
.hr-fragment28 {
  display: contents;
}
 
.hr-text28 {
  display: inline-block;
}
 
.hr-fragment29 {
  display: contents;
}
 
.hr-text29 {
  display: inline-block;
}
 
.hr-fragment30 {
  display: contents;
}
 
.hr-text30 {
  display: inline-block;
}
 
.hr-fragment31 {
  display: contents;
}
 
.hr-text31 {
  display: inline-block;
}
 
.hr-fragment32 {
  display: contents;
}
 
.hr-text32 {
  display: inline-block;
}
 
.hr-fragment33 {
  display: contents;
}
 
.hr-text33 {
  display: inline-block;
}
 
.hr-fragment34 {
  display: contents;
}
 
.hr-text34 {
  display: inline-block;
  text-transform: uppercase;
}
 
.hr-fragment35 {
  display: contents;
}
 
.hr-text35 {
  display: inline-block;
}
 
.hr-fragment36 {
  display: contents;
}
 
.hr-text39 {
  display: inline-block;
}
 
.hr-fragment37 {
  display: contents;
}
 
.hr-text40 {
  display: inline-block;
  font-family: "Noto Sans";
  text-transform: uppercase;
}
 
.hr-fragment38 {
  display: contents;
}
 
.hr-text41 {
  display: inline-block;
}
 
.hr-fragment39 {
  display: contents;
}
 
.hr-text45 {
  display: inline-block;
}
 
.hr-fragment40 {
  display: contents;
}
 
.hr-text49 {
  display: inline-block;
}
 
.hr-fragment41 {
  display: contents;
}
 
.hr-text53 {
  display: inline-block;
}
 
.hr-fragment42 {
  display: contents;
}
 
.hr-text59 {
  display: inline-block;
}
 
.hr-fragment43 {
  display: contents;
}
 
.hr-text60 {
  display: inline-block;
  position: sticky;
}
 
@media(max-width: 767px) {
  .hr-text35 {
    color: rgb(123, 187, 104);
    font-size: 20px;
  }
}
 
@media(max-width: 479px) {
  .hr-text34 {
    color: #7bbb68;
    text-transform: uppercase;
  }
  .hr-text35 {
    color: #7bbb68;
  }
  .hr-text39 {
    color: #7bbb68;
  }
  .hr-text59 {
    color: #7bbb68;
    font-style: inherit;
    font-weight: 700;
  }
}
