.home-container10 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #363636;
}
 
.home-navbar {
  width: 100%;
  height: 6rem;
  display: flex;
  z-index: 3;
  position: fixed;
  justify-content: center;
  background-color: #191919;
}
 
.home-navbar-interactive {
  width: 100%;
  height: auto;
  display: flex;
  padding: 1.5rem;
  align-items: center;
  justify-content: center;
  background-color: #191919;
}
 
.home-text10 {
  display: none;
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 0.7rem;
}
 
.home-desktop-menu {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: space-between;
}
 
.home-container11 {
  gap: 0.25rem;
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  padding: 0rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-image1 {
  width: 3rem;
  height: 3rem;
  align-self: center;
  object-fit: cover;
}
 
.home-link6 {
  color: #ffffff;
  padding: 0rem;
  font-size: 1rem;
  align-self: center;
  font-style: normal;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 0.3rem;
  text-decoration: none;
}
 
.home-link6:hover {
  font-size: 1.6rem;
}
 
.home-container12 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 60%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.home-link21 {
  fill: #eaeaea;
  color: #eaeaea;
  padding: 1rem;
  z-index: 2;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-link21:hover {
  color: #34a854;
  font-size: 1.25rem;
}
 
.home-link11 {
  fill: #eaeaea;
  color: #eaeaea;
  padding: 1rem;
  font-size: 1.125rem;
  transition: 0.3s;
  font-family: "Open Sans";
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-link11:hover {
  fill: #34A854;
  color: #34A854;
  font-size: 1.25rem;
}
 
.home-link41 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  transition: 0.3s;
  font-family: "Open Sans";
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-link41:hover {
  fill: #34A854;
  color: #34A854;
  font-size: 1.25rem;
}
 
.home-link51 {
  fill: #eaeaea;
  color: #eaeaea;
  padding: 1rem;
  font-size: 1.125rem;
  transition: 0.3s;
  font-family: "Open Sans";
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-link51:hover {
  fill: #34A854;
  color: #34A854;
  font-size: 1.25rem;
}
 
.home-container13 {
  flex: 0 0 auto;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-buttons1 {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-action110 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action110:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text11 {
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text11:hover {
  color: #34a854;
}
 
.home-burger-menu {
  display: none;
}
 
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.home-link7 {
  text-decoration: none;
}
 
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-link12 {
  text-decoration: none;
}
 
.home-link22 {
  text-decoration: none;
}
 
.home-link42 {
  text-decoration: none;
}
 
.home-link52 {
  text-decoration: none;
}
 
.home-buttons2 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-action111 {
  text-decoration: none;
}
 
.home-spacefiller {
  width: 100%;
  height: 6rem;
  display: flex;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  justify-content: center;
  background-color: #191919;
}
 
.home-hero {
  gap: 0;
  flex: 0 0 auto;
  width: 100%;
  height: 70rem;
  display: flex;
  max-width: 1920px;
  align-items: center;
  padding-top: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  flex-direction: column;
  padding-bottom: 0rem;
  background-size: cover;
  justify-content: center;
  background-image: url('https://images.unsplash.com/photo-1595844730289-b248c919d6f9?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDc1fHxjb25zdHJ1Y3Rpb258ZW58MHx8fHwxNzQyMTMzNDI3fDA&ixlib=rb-4.0.3&w=1500');
  background-position: center;
}
 
.home-container14 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.home-container15 {
  gap: 2rem;
  top: 347px;
  flex: 0 0 auto;
  left: -2px;
  width: 100%;
  height: auto;
  display: flex;
  padding: 4rem;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(67, 67, 67, 0.45);
}
 
.home-container16 {
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
}
 
.home-text13 {
  fill: #eaeaea;
  color: #eaeaea;
  width: auto;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 5rem;
}
 
.home-container17 {
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
}
 
.home-text14 {
  fill: #eaeaea;
  color: #eaeaea;
  width: 100%;
  font-size: 1.5rem;
  max-width: var(--dl-layout-size-maxwidth);
  font-style: normal;
  text-align: justify;
  font-family: "Arial";
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.075rem;
}
 
.home-container18 {
  flex: 0 0 auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
}
 
.home-action112 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action112:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text15 {
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text15:hover {
  color: #34a854;
}
 
.home-contact1 {
  display: flex;
  padding: 4rem;
  position: relative;
  flex-direction: column;
}
 
.home-max-width10 {
  gap: 5rem;
  align-items: flex-start;
}
 
.home-section-title1 {
  gap: var(--dl-layout-space-unit);
  width: 50%;
}
 
.home-content10 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.home-text16 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 2.2rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-text17 {
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  text-align: justify;
  font-family: "Open Sans";
  font-weight: 300;
  letter-spacing: 0.05rem;
}
 
.home-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 50%;
}
 
.home-container19 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text18 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
}
 
.home-text-input1 {
  border-width: 0px;
  border-radius: 10px;
}
 
.home-input2 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text19 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
}
 
.home-text-input2 {
  border-width: 0px;
  border-radius: 10px;
}
 
.home-container20 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-input3 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text20 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
}
 
.home-text-input3 {
  border-width: 0px;
  border-radius: 10px;
}
 
.home-input4 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text21 {
  fill: #eaeaea;
  color: #eaeaea;
}
 
.home-text-input4 {
  border-width: 0px;
  border-radius: 10px;
}
 
.home-container21 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
}
 
.home-input5 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text22 {
  fill: #eaeaea;
  color: #eaeaea;
}
 
.home-text-input5 {
  border-width: 0px;
  border-radius: 10px;
}
 
.home-input6 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text23 {
  fill: #eaeaea;
  color: #eaeaea;
}
 
.home-text-input6 {
  border-width: 0px;
  border-radius: 10px;
}
 
.home-container22 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-input7 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text24 {
  fill: #eaeaea;
  color: #eaeaea;
}
 
.home-textarea {
  border-width: 0px;
  border-radius: 10px;
}
 
.home-input8 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  margin-top: var(--dl-layout-space-halfunit);
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text-input7 {
  color: #848484;
  width: 100%;
  height: 40px;
  padding: var(--dl-layout-space-halfunit);
  font-size: 1rem;
  margin-top: var(--dl-layout-space-halfunit);
  font-family: "Oxygen";
  line-height: 27px;
  border-width: 0px;
  border-radius: 10px;
  margin-bottom: var(--dl-layout-space-halfunit);
}
 
.home-checkbox1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
}
 
.home-link8 {
  display: contents;
}
 
.home-text25 {
  fill: #eaeaea;
  color: #eaeaea;
  text-decoration: none;
}
 
.home-cf-turnstile {
  height: auto;
  align-self: flex-start;
  align-items: center;
  border-width: 0px;
  justify-content: flex-start;
}
 
.home-action113 {
  display: flex;
  align-self: flex-start;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  background-color: #34a854;
}
 
.home-action113:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text26 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text26:hover {
  color: #34a854;
}
 
.home-grid-services {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-layout3001 {
  gap: 0;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-max-width11 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-section-title2 {
  gap: 16px;
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-content11 {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-text27 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 3rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  margin-bottom: 2rem;
}
 
.home-content12 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-row1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-feature110 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image10 {
  border-radius: 1px;
}
 
.home-content13 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title10 {
  fill: var(--dl-color-theme-secondary1);
  color: rgb(234, 234, 234);
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description10 {
  fill: var(--dl-color-theme-neutral-light);
  color: rgb(234, 234, 234);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action114 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action114:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text28 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text28:hover {
  color: #34a854;
}
 
.home-feature111 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image11 {
  border-radius: 1px;
}
 
.home-content14 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title11 {
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description11 {
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action115 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action115:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text29 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text29:hover {
  color: #34a854;
}
 
.home-feature112 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image12 {
  border-radius: 1px;
}
 
.home-content15 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title12 {
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description12 {
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action116 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action116:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text30 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text30:hover {
  color: #34a854;
}
 
.home-layout3002 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-max-width12 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-content16 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-row2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-feature113 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image13 {
  border-radius: 1px;
}
 
.home-content17 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title13 {
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description13 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action117 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action117:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text31 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text31:hover {
  color: #34a854;
}
 
.home-feature114 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image14 {
  border-radius: 1px;
}
 
.home-content18 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title14 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description14 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action118 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action118:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text32 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text32:hover {
  color: #34a854;
}
 
.home-feature115 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image15 {
  border-radius: 1px;
}
 
.home-content19 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title15 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description15 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action119 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action119:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text33 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text33:hover {
  color: #34a854;
}
 
.home-container23 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 3rem;
  flex-direction: column;
}
 
.home-action120 {
  display: flex;
  align-self: center;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  justify-content: center;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action120:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text34 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text34:hover {
  color: #34a854;
}
 
.home-text-and-image {
  flex: 0 0 auto;
  width: 100%;
  height: 70rem;
  display: flex;
  max-width: 1920px;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-bottom: 0px;
}
 
.home-container24 {
  flex: 0 0 auto;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: flex-start;
}
 
.home-container25 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
}
 
.home-text35 {
  color: rgb(234, 234, 234);
  font-size: 1.75em;
}
 
.home-text36 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
  line-height: 1.5;
}
 
.home-container26 {
  flex: 0 0 auto;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: flex-start;
}
 
.home-container27 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  padding: 2rem;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text37 {
  color: rgb(234, 234, 234);
  font-size: 1.5rem;
}
 
.home-text38 {
  color: rgb(234, 234, 234);
}
 
.home-container28 {
  gap: 2rem;
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  padding: 2rem;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-text39 {
  color: rgb(234, 234, 234);
  font-size: 1.5rem;
}
 
.home-text40 {
  color: rgb(234, 234, 234);
}
 
.home-grid-articles {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-layout3003 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-max-width13 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-section-title3 {
  gap: 16px;
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-content20 {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-text41 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 3rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
  margin-bottom: 2rem;
}
 
.home-content21 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-row3 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-feature116 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image16 {
  border-radius: 1px;
}
 
.home-content22 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title16 {
  fill: var(--dl-color-theme-secondary1);
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description16 {
  fill: var(--dl-color-theme-neutral-light);
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action121 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action121:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text42 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text42:hover {
  color: #34a854;
}
 
.home-feature117 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image17 {
  border-radius: 1px;
}
 
.home-content23 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title17 {
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description17 {
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action122 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action122:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text43 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text43:hover {
  color: #34a854;
}
 
.home-feature118 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image18 {
  border-radius: 1px;
}
 
.home-content24 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title18 {
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description18 {
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action123 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action123:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text44 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text44:hover {
  color: #34a854;
}
 
.home-layout3004 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-max-width14 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-content25 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-row4 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-feature119 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image19 {
  border-radius: 1px;
}
 
.home-content26 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title19 {
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description19 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action124 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action124:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text45 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text45:hover {
  color: #34a854;
}
 
.home-feature120 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image20 {
  border-radius: 1px;
}
 
.home-content27 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title20 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description20 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action125 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action125:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text46 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text46:hover {
  color: #34a854;
}
 
.home-feature121 {
  gap: 2rem;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-feature1-image21 {
  border-radius: 1px;
}
 
.home-content28 {
  gap: 1rem;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-feature1-title21 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-feature1-description21 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Arial";
  font-weight: 400;
}
 
.home-action126 {
  display: flex;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action126:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text47 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text47:hover {
  color: #34a854;
}
 
.home-container29 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 3rem;
  margin-bottom: 2rem;
  flex-direction: column;
}
 
.home-action127 {
  display: flex;
  align-self: center;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  justify-content: center;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action127:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text48 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text48:hover {
  color: #34a854;
}
 
.home-text49 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-container30 {
  gap: 3rem;
  flex: 0 0 auto;
  display: flex;
  margin-top: var(--dl-layout-space-fourunits);
  align-items: flex-start;
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.home-max-width15 {
  gap: 5rem;
  align-self: center;
  align-items: flex-start;
}
 
.home-section-title4 {
  gap: var(--dl-layout-space-unit);
  width: auto;
}
 
.home-content29 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.home-text50 {
  color: rgb(234, 234, 234);
  font-size: 3rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-text51 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.5;
}
 
.home-container31 {
  gap: 3rem;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.home-max-width16 {
  gap: 5rem;
  align-self: center;
  align-items: flex-start;
}
 
.home-section-title5 {
  gap: var(--dl-layout-space-unit);
  width: auto;
}
 
.home-content30 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.home-text52 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 2rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-text53 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.5;
}
 
.home-container32 {
  gap: 3rem;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}
 
.home-max-width17 {
  gap: 5rem;
  align-self: center;
  align-items: flex-start;
}
 
.home-section-title6 {
  gap: var(--dl-layout-space-unit);
  width: auto;
}
 
.home-content31 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.home-text54 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 2rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-text55 {
  fill: #eaeaea;
  color: #eaeaea;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.5;
}
 
.home-container33 {
  gap: 3rem;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  padding-bottom: var(--dl-layout-space-threeunits);
}
 
.home-max-width18 {
  gap: 5rem;
  align-self: center;
  align-items: flex-start;
}
 
.home-section-title7 {
  gap: var(--dl-layout-space-unit);
  width: auto;
}
 
.home-content32 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
 
.home-text56 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 2rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
}
 
.home-text57 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.5;
}
 
.home-footer {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  overflow: hidden;
  position: relative;
  margin-top: 4rem;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #191919;
}
 
.home-max-width19 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-content33 {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-links2 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
}
 
.home-navlink {
  color: #ffffff;
  font-size: 1.5rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Poppins";
  font-weight: 300;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  letter-spacing: 0.7rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
}
 
.home-navlink:hover {
  font-size: 2rem;
  letter-spacing: 0.9rem;
}
 
.home-navigation {
  gap: 24px;
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: flex-end;
}
 
.home-link43 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-link43:hover {
  fill: #34a854;
  color: #34a854;
  font-size: 1.25rem;
}
 
.home-link3 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-link3:hover {
  fill: #34a854;
  color: #34a854;
  font-size: 1.25rem;
}
 
.home-link23 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-link23:hover {
  color: #34a854;
  font-size: 1.25rem;
}
 
.home-link13 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-link13:hover {
  color: #34a854;
  font-size: 1.25rem;
}
 
.home-action128 {
  display: flex;
  align-self: center;
  transition: 0.3s;
  padding-top: 0.5rem;
  border-color: #77d884;
  border-width: 2px;
  padding-left: 1rem;
  border-radius: 12px;
  padding-right: 1rem;
  flex-direction: row;
  padding-bottom: 0.5rem;
  justify-content: center;
  text-decoration: none;
  background-color: #34a854;
}
 
.home-action128:hover {
  border-color: #48c56a;
  background-color: #34a854;
}
 
.home-text58 {
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  transition: 0.3s;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.1rem;
}
 
.home-text58:hover {
  color: #34a854;
}
 
.home-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-divider {
  background-color: #eaeaea;
}
 
.home-row5 {
  display: flex;
  align-items: flex-start;
}
 
.home-footer-links {
  gap: 3rem;
  display: flex;
}
 
.home-text59 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
 
.home-link9 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
.home-link10 {
  fill: #eaeaea;
  color: rgb(234, 234, 234);
  padding: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
 
@media(max-width: 1600px) {
  .home-navbar {
    height: auto;
  }
  .home-navbar-interactive {
    height: auto;
  }
  .home-text10 {
    display: none;
  }
  .home-desktop-menu {
    justify-content: space-between;
  }
  .home-link6 {
    padding: 1.25rem;
    font-size: 1.25rem;
  }
  .home-spacefiller {
    height: 7rem;
    border-width: 0px;
  }
  .home-hero {
    height: 45rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .home-container15 {
    top: 170px;
    right: -1px;
    padding: 2rem;
    position: absolute;
    align-items: center;
    justify-content: center;
  }
  .home-text13 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .home-text14 {
    font-style: normal;
    text-align: justify;
    font-family: Open Sans;
    font-weight: 400;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
  .home-text27 {
    font-size: 2.5rem;
  }
  .home-feature1-image10 {
    border-radius: 1px;
  }
  .home-content13 {
    gap: 2rem;
  }
  .home-feature1-title10 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description10 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-image11 {
    border-radius: 1px;
  }
  .home-content14 {
    gap: 2rem;
  }
  .home-feature1-title11 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description11 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-image12 {
    border-radius: 1px;
  }
  .home-content15 {
    gap: 2rem;
  }
  .home-feature1-title12 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description12 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-layout3002 {
    padding-top: 3rem;
  }
  .home-feature1-image13 {
    border-radius: 1px;
  }
  .home-content17 {
    gap: 2rem;
  }
  .home-feature1-title13 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description13 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-image14 {
    border-radius: 1px;
  }
  .home-content18 {
    gap: 2rem;
  }
  .home-feature1-title14 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description14 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-image15 {
    border-radius: 1px;
  }
  .home-content19 {
    gap: 2rem;
  }
  .home-feature1-title15 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description15 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-text-and-image {
    height: 80rem;
  }
  .home-container25 {
    width: 100%;
    align-self: center;
  }
  .home-text35 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 300;
  }
  .home-text36 {
    font-size: 1rem;
  }
  .home-text37 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 300;
  }
  .home-text38 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .home-text39 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 300;
  }
  .home-text40 {
    color: rgb(234, 234, 234);
    font-size: 1rem;
    line-height: 1.5;
  }
  .home-text41 {
    font-size: 2.5rem;
  }
  .home-feature1-image16 {
    border-radius: 1px;
  }
  .home-content22 {
    gap: 2rem;
  }
  .home-feature1-title16 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description16 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-image17 {
    border-radius: 1px;
  }
  .home-content23 {
    gap: 2rem;
  }
  .home-feature1-title17 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description17 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-image18 {
    border-radius: 1px;
  }
  .home-content24 {
    gap: 2rem;
  }
  .home-feature1-title18 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description18 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-layout3004 {
    padding-top: 3rem;
  }
  .home-feature1-image19 {
    border-radius: 1px;
  }
  .home-content26 {
    gap: 2rem;
  }
  .home-feature1-title19 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description19 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-image20 {
    border-radius: 1px;
  }
  .home-content27 {
    gap: 2rem;
  }
  .home-feature1-title20 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description20 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-image21 {
    border-radius: 1px;
  }
  .home-content28 {
    gap: 2rem;
  }
  .home-feature1-title21 {
    fill: var(--dl-color-theme-secondary1);
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-feature1-description21 {
    fill: var(--dl-color-theme-secondary1);
    color: var(--dl-color-theme-secondary1);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-text50 {
    font-size: 3rem;
  }
  .home-text52 {
    font-size: 2.5rem;
  }
  .home-text54 {
    font-size: 2.5rem;
  }
  .home-text56 {
    color: rgb(234, 234, 234);
    font-size: 2.5rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-text57 {
    color: rgb(234, 234, 234);
    font-size: 1.125rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
    line-height: 1.5;
  }
  .home-navlink {
    padding: 1.25rem;
    font-size: 1.25rem;
  }
}
 
@media(max-width: 1200px) {
  .home-navbar {
    height: auto;
  }
  .home-navbar-interactive {
    height: auto;
    padding: 1.25rem;
  }
  .home-text10 {
    display: none;
  }
  .home-desktop-menu {
    justify-content: space-between;
  }
  .home-link6 {
    padding: 0.875rem;
    font-size: 1.25rem;
  }
  .home-container12 {
    gap: 1rem;
    width: auto;
  }
  .home-link21 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .home-link11 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .home-link41 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .home-link51 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .home-container13 {
    width: auto;
  }
  .home-text11 {
    font-size: 1rem;
  }
  .home-spacefiller {
    height: 5.8rem;
  }
  .home-hero {
    height: 35rem;
    max-width: var(--dl-layout-size-maxwidth);
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .home-container15 {
    top: 115px;
    left: -1px;
    padding: 2rem;
    position: absolute;
  }
  .home-text13 {
    font-size: 3rem;
    text-align: center;
    line-height: 4rem;
  }
  .home-text14 {
    width: 100%;
    font-size: 1.375rem;
    line-height: 2rem;
  }
  .home-text15 {
    font-size: 1rem;
  }
  .home-contact1 {
    padding: 2rem;
  }
  .home-max-width10 {
    gap: 2.5rem;
  }
  .home-text16 {
    font-size: 1.5rem;
  }
  .home-form {
    gap: 1rem;
  }
  .home-container19 {
    gap: 1rem;
  }
  .home-container20 {
    gap: 1rem;
  }
  .home-container21 {
    gap: 1rem;
  }
  .home-cf-turnstile {
    border-width: 0px;
  }
  .home-text26 {
    font-size: 1rem;
  }
  .home-text28 {
    font-size: 1rem;
  }
  .home-text29 {
    font-size: 1rem;
  }
  .home-text30 {
    font-size: 1rem;
  }
  .home-text31 {
    font-size: 1rem;
  }
  .home-text32 {
    font-size: 1rem;
  }
  .home-text33 {
    font-size: 1rem;
  }
  .home-text34 {
    font-size: 1rem;
  }
  .home-text-and-image {
    height: auto;
  }
  .home-container25 {
    gap: 1rem;
  }
  .home-text35 {
    font-size: 1.5rem;
  }
  .home-text36 {
    font-size: 1rem;
  }
  .home-text37 {
    font-size: 1.25rem;
  }
  .home-text39 {
    font-size: 1.25rem;
  }
  .home-text42 {
    font-size: 1rem;
  }
  .home-text43 {
    font-size: 1rem;
  }
  .home-text44 {
    font-size: 1rem;
  }
  .home-text45 {
    font-size: 1rem;
  }
  .home-text46 {
    font-size: 1rem;
  }
  .home-text47 {
    font-size: 1rem;
  }
  .home-text48 {
    font-size: 1rem;
  }
  .home-text50 {
    font-size: 2.5rem;
  }
  .home-text52 {
    font-size: 2rem;
  }
  .home-text54 {
    font-size: 2rem;
  }
  .home-text56 {
    font-size: 2rem;
  }
  .home-navlink {
    padding: 0.875rem;
    font-size: 1.25rem;
  }
  .home-link43 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .home-link3 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .home-link23 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .home-link13 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .home-text58 {
    font-size: 1rem;
  }
}
 
@media(max-width: 991px) {
  .home-navbar {
    height: auto;
  }
  .home-navbar-interactive {
    height: auto;
    padding: 1rem;
  }
  .home-text10 {
    display: none;
  }
  .home-desktop-menu {
    justify-content: space-between;
  }
  .home-link6 {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .home-container12 {
    gap: 1rem;
    width: 80%;
    justify-content: flex-end;
  }
  .home-link21 {
    letter-spacing: 0.05rem;
  }
  .home-link11 {
    letter-spacing: 0.05rem;
  }
  .home-buttons1 {
    display: none;
  }
  .home-spacefiller {
    height: 5rem;
  }
  .home-container15 {
    gap: 1rem;
    padding: 2.5em;
  }
  .home-text13 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
  .home-text14 {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .home-max-width10 {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-section-title1 {
    width: 100%;
  }
  .home-form {
    width: 100%;
  }
  .home-container19 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .home-input1 {
    width: 50%;
  }
  .home-input2 {
    width: 50%;
    flex-direction: column;
  }
  .home-container20 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .home-input3 {
    width: 50%;
  }
  .home-input4 {
    width: 50%;
  }
  .home-container21 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .home-input5 {
    width: 50%;
  }
  .home-input6 {
    width: 50%;
  }
  .home-container22 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .home-input8 {
    width: 50%;
    flex-direction: column;
  }
  .home-checkbox1 {
    align-self: flex-start;
  }
  .home-max-width11 {
    flex-direction: column;
  }
  .home-section-title2 {
    width: 100%;
  }
  .home-row1 {
    gap: 5rem;
    flex-direction: column;
  }
  .home-row2 {
    gap: 5rem;
    flex-direction: column;
  }
  .home-text-and-image {
    gap: 2rem;
  }
  .home-container24 {
    gap: 2rem;
    margin-top: 4rem;
    align-items: center;
    flex-direction: column;
  }
  .home-container25 {
    gap: 2rem;
    width: 100%;
    height: 50%;
    padding: 0rem;
  }
  .home-container26 {
    gap: 3rem;
    flex-direction: column;
  }
  .home-container27 {
    width: 100%;
    height: auto;
    padding: 0rem;
  }
  .home-container28 {
    width: 100%;
    height: auto;
    padding: 0rem;
  }
  .home-max-width13 {
    flex-direction: column;
  }
  .home-section-title3 {
    width: 100%;
  }
  .home-row3 {
    gap: 5rem;
    flex-direction: column;
  }
  .home-row4 {
    gap: 5rem;
    flex-direction: column;
  }
  .home-max-width15 {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-section-title4 {
    width: 100%;
  }
  .home-max-width16 {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-section-title5 {
    width: 100%;
  }
  .home-max-width17 {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-section-title6 {
    width: 100%;
  }
  .home-max-width18 {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-section-title7 {
    width: 100%;
  }
  .home-links2 {
    flex-direction: column;
  }
  .home-navlink {
    padding: 0.875rem;
    font-size: 1rem;
  }
  .home-navigation {
    width: auto;
    align-items: center;
    flex-direction: row;
  }
  .home-footer-links {
    flex-direction: row;
  }
  .home-text59 {
    font-size: 1rem;
  }
  .home-link9 {
    font-size: 1rem;
  }
  .home-link10 {
    font-size: 1rem;
  }
}
 
@media(max-width: 767px) {
  .home-navbar {
    height: auto;
  }
  .home-navbar-interactive {
    height: auto;
    padding: 0.875rem;
    padding-right: 0.875rem;
    justify-content: space-between;
  }
  .home-text10 {
    color: #ffffff;
    display: flex;
    padding: 0.75rem;
    font-size: 1.125rem;
  }
  .home-desktop-menu {
    display: none;
  }
  .home-container12 {
    justify-content: center;
  }
  .home-buttons1 {
    display: flex;
  }
  .home-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-icon1 {
    width: 1.125rem;
    height: 1.125rem;
  }
  .home-icon3 {
    fill: var(--dl-color-theme-neutral-dark);
    color: #ffffff;
    width: 1.125rem;
    height: 1.125rem;
  }
  .home-link7 {
    font-size: 1.125rem;
    font-family: Poppins;
    padding-top: 1rem;
    padding-left: 1rem;
    letter-spacing: 0.7rem;
    padding-bottom: 1rem;
  }
  .home-links1 {
    gap: 2rem;
  }
  .home-link12 {
    font-size: 1rem;
    font-style: normal;
    font-family: Open Sans;
    font-weight: 600;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 0rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0rem;
    text-transform: uppercase;
    text-decoration: none;
  }
  .home-link22 {
    font-size: 1rem;
    padding-top: 0rem;
    padding-left: 1rem;
    padding-right: 0rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0rem;
    text-transform: uppercase;
    text-decoration: none;
  }
  .home-link42 {
    font-size: 1rem;
    padding-top: 0rem;
    padding-left: 1rem;
    padding-right: 0rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0rem;
    text-transform: uppercase;
    text-decoration: none;
  }
  .home-link52 {
    font-size: 1rem;
    font-family: Open Sans;
    padding-top: 0rem;
    padding-left: 1rem;
    padding-right: 0rem;
    letter-spacing: 0.1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    text-decoration: none;
  }
  .home-action111 {
    border-color: #52de79;
    background-color: #34a854;
  }
  .home-text12 {
    font-size: 0.9375rem;
    font-family: Open Sans;
    letter-spacing: 0.1rem;
  }
  .home-spacefiller {
    height: 4.5rem;
  }
  .home-hero {
    height: 30rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .home-container15 {
    gap: 1rem;
    top: 114px;
    left: 0px;
    padding: 0.5rem;
    position: absolute;
  }
  .home-text13 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .home-text14 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .home-max-width10 {
    padding: 1rem;
  }
  .home-section-title2 {
    width: auto;
  }
  .home-text27 {
    text-align: center;
  }
  .home-row1 {
    gap: 4rem;
    flex-direction: column;
  }
  .home-row2 {
    gap: 4rem;
    flex-direction: column;
  }
  .home-text-and-image {
    gap: 3rem;
    padding-top: 0px;
  }
  .home-container24 {
    gap: 3rem;
  }
  .home-section-title3 {
    width: auto;
  }
  .home-text41 {
    text-align: center;
  }
  .home-row3 {
    gap: 4rem;
    flex-direction: column;
  }
  .home-row4 {
    gap: 4rem;
    flex-direction: column;
  }
  .home-max-width15 {
    padding: 1rem;
  }
  .home-text50 {
    font-size: 2rem;
  }
  .home-max-width16 {
    padding: 1rem;
  }
  .home-text52 {
    font-size: 1.5rem;
  }
  .home-max-width17 {
    padding: 1rem;
  }
  .home-text54 {
    font-size: 1.5rem;
  }
  .home-max-width18 {
    padding: 1rem;
  }
  .home-text56 {
    font-size: 1.5rem;
  }
  .home-footer {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .home-content33 {
    flex-direction: column;
  }
  .home-navigation {
    flex-direction: column;
  }
  .home-credits {
    flex-direction: column;
  }
  .home-row5 {
    flex-direction: column;
  }
  .home-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .home-navbar {
    height: 2.75rem;
  }
  .home-navbar-interactive {
    height: auto;
    padding: 0.75rem;
  }
  .home-text10 {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .home-icon1 {
    width: 1rem;
    height: 1rem;
  }
  .home-icon3 {
    width: 1rem;
    height: 1rem;
  }
  .home-spacefiller {
    height: 2.75rem;
  }
  .home-hero {
    height: auto;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .home-image2 {
    height: 30rem;
  }
  .home-container15 {
    gap: 1rem;
    top: 70px;
    left: 0px;
    padding: 1rem;
    position: absolute;
  }
  .home-text13 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .home-text14 {
    font-size: 0.875rem;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    line-height: 1.25rem;
  }
  .home-contact1 {
    padding: 1rem;
  }
  .home-text16 {
    font-size: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home-text17 {
    padding: 1rem;
    font-size: 1rem;
    text-align: left;
  }
  .home-form {
    padding: var(--dl-layout-space-unit);
  }
  .home-container19 {
    align-items: stretch;
    flex-direction: column;
  }
  .home-input1 {
    width: 100%;
  }
  .home-input2 {
    width: 100%;
  }
  .home-container20 {
    align-items: stretch;
    flex-direction: column;
  }
  .home-input3 {
    width: 100%;
  }
  .home-input4 {
    width: 100%;
  }
  .home-container21 {
    flex-direction: column;
  }
  .home-input5 {
    width: 100%;
  }
  .home-input6 {
    width: 100%;
  }
  .home-input8 {
    width: 100%;
  }
  .home-text-input7 {
    font-size: 14px;
  }
  .home-feature1-title10 {
    fill: #eaeaea;
    color: #eaeaea;
  }
  .home-feature1-description10 {
    fill: #eaeaea;
    color: #eaeaea;
    font-size: 1rem;
  }
  .home-feature1-title11 {
    fill: #eaeaea;
    color: #eaeaea;
  }
  .home-feature1-description11 {
    fill: #eaeaea;
    color: #eaeaea;
    font-size: 1rem;
  }
  .home-feature1-title12 {
    fill: #eaeaea;
    color: #eaeaea;
  }
  .home-feature1-description12 {
    fill: #eaeaea;
    color: #eaeaea;
    font-size: 1rem;
  }
  .home-feature1-title13 {
    fill: #eaeaea;
    color: #eaeaea;
  }
  .home-feature1-description13 {
    fill: #eaeaea;
    color: #eaeaea;
    font-size: 1rem;
  }
  .home-feature1-title14 {
    fill: #eaeaea;
    color: #eaeaea;
  }
  .home-feature1-description14 {
    fill: #eaeaea;
    color: #eaeaea;
    font-size: 1rem;
  }
  .home-feature1-title15 {
    fill: #eaeaea;
    color: #eaeaea;
  }
  .home-feature1-description15 {
    fill: #eaeaea;
    color: #eaeaea;
    font-size: 1rem;
  }
  .home-text35 {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-text36 {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
    line-height: 1.5;
  }
  .home-text37 {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-text38 {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-text39 {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-text40 {
    font-style: normal;
    font-family: Open Sans;
    font-weight: 300;
  }
  .home-layout3003 {
    margin-top: var(--dl-layout-space-oneandhalfunits);
  }
  .home-feature1-description16 {
    font-size: 1rem;
  }
  .home-feature1-description17 {
    font-size: 1rem;
  }
  .home-feature1-title18 {
    fill: #eaeaea;
    color: #eaeaea;
  }
  .home-feature1-description18 {
    fill: #eaeaea;
    color: #eaeaea;
    font-size: 1rem;
  }
  .home-feature1-title19 {
    fill: #eaeaea;
    color: #eaeaea;
  }
  .home-feature1-description19 {
    fill: #eaeaea;
    color: #eaeaea;
    font-size: 1rem;
  }
  .home-feature1-title20 {
    fill: #eaeaea;
    color: #eaeaea;
  }
  .home-feature1-description20 {
    fill: #eaeaea;
    color: #eaeaea;
    font-size: 1rem;
  }
  .home-feature1-title21 {
    fill: #eaeaea;
    color: #eaeaea;
  }
  .home-feature1-description21 {
    fill: #eaeaea;
    color: #eaeaea;
    font-size: 1rem;
  }
  .home-text50 {
    font-size: 1.7rem;
  }
  .home-text51 {
    font-size: 1rem;
  }
  .home-text52 {
    font-size: 1.5rem;
  }
  .home-text53 {
    font-size: 1rem;
  }
  .home-text54 {
    font-size: 1.5rem;
  }
  .home-text55 {
    font-size: 1rem;
  }
  .home-text56 {
    font-size: 1.5rem;
  }
  .home-text57 {
    font-size: 1rem;
  }
  .home-footer {
    padding: 1.5rem;
  }
  .home-max-width19 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-content33 {
    width: 100%;
  }
  .home-links2 {
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-row5 {
    align-items: center;
  }
  .home-footer-links {
    align-items: center;
  }
  .home-text59 {
    font-size: 1rem;
  }
  .home-link9 {
    font-size: 1rem;
  }
  .home-link10 {
    font-size: 1rem;
  }
}
