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

.hero8-wrapper {
  display: contents;
}
 
.hero8-header26 {
  gap: var(--dl-layout-space-twounits);
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  background-color: rgba(223, 223, 223, 0.1);
}
 
.hero8-max-width {
  align-self: center;
}
 
.hero8-column {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero8-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.hero8-text1 {
  color: #000000;
  width: 100%;
  display: grid;
  font-size: 60px;
  border-color: #7bbb68;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  text-transform: capitalize;
  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);
}
 
.hero8-actions {
  gap: var(--dl-layout-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
}
 
.news-fragment34 {
  display: contents;
}
 
.news-text34 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
@media(max-width: 479px) {
  .hero8-actions {
    width: 100%;
    flex-direction: column;
  }
}

.features12-wrapper {
  display: contents;
}
 
.features12-layout251 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features12-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features12-container10 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: auto;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: column;
}
 
.features12-text1 {
  fill: #2a8e09;
  color: #2a8e09;
  width: 100%;
  font-size: 50px;
  font-style: normal;
  margin-top: var(--dl-layout-space-unit);
  text-align: center;
  font-weight: 700;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.features12-container12 {
  flex: 1;
  height: 308px;
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
 
.features12-container12:hover {
  box-shadow: 5px 5px 10px 0px #868686;
  background-color: transparent;
}
 
.features12-container13 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.features12-container14 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features12-text2 {
  fill: #357d1c;
  color: rgb(53, 125, 28);
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
}
 
.features12-image1 {
  width: 403px;
  height: 128px;
  object-fit: cover;
}
 
.features12-button1 {
  transition: 0.3s;
  padding-left: 0px;
  padding-right: 0px;
}
 
.features12-button1:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0px;
  text-decoration: underline;
  background-color: transparent;
}
 
.features12-action21 {
  color: rgb(53, 125, 28);
  font-size: 18px;
  transition: 0.3s;
}
 
.features12-action21:hover {
  text-decoration: underline;
}
 
.features12-icon10 {
  fill: #357d1c;
  width: 27px;
  height: 27px;
}
 
.features12-container15 {
  flex: 1;
  width: 100%;
  height: 308px;
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent1);
}
 
.features12-container15:hover {
  box-shadow: 5px 5px 10px 0px #868686;
  background-color: transparent;
}
 
.features12-container16 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.features12-container17 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features12-text3 {
  fill: #357d1c;
  color: rgb(53, 125, 28);
  font-size: 30px;
  transition: 0.3s;
  font-family: "Noto Sans";
  font-weight: 700;
}
 
.features12-text3:focus-within {
  color: #ffffff;
}
 
.features12-image2 {
  width: 408px;
  height: 139px;
  object-fit: cover;
}
 
.features12-button2 {
  fill: transparent;
  color: transparent;
  font-size: 18px;
  transition: 0.3s;
  padding-left: 0px;
  padding-right: 0px;
}
 
.features12-button2:hover {
  padding: 0px;
  border-color: #7bbb68;
  border-width: 1px;
  text-decoration: underline;
  background-color: transparent;
}
 
.features12-action22 {
  color: rgb(53, 125, 28);
  font-size: 18px;
  transition: 0.3s;
}
 
.features12-action22:hover {
  color: #ffffff;
}
 
.features12-icon12 {
  fill: #357d1c;
}
 
.features12-container18 {
  flex: 1;
  width: 100%;
  height: 307px;
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent1);
}
 
.features12-container18:hover {
  box-shadow: 5px 5px 10px 0px #868686;
  background-color: transparent;
}
 
.features12-container19 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.features12-container20 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features12-text4 {
  fill: #357d1c;
  color: rgb(53, 125, 28);
  font-size: 30px;
  font-weight: 700;
}
 
.features12-image3 {
  width: 408px;
  height: 127px;
  object-fit: cover;
}
 
.features12-button3 {
  fill: transparent;
  color: transparent;
  transition: 0.3s;
  padding-left: 0px;
  padding-right: 0px;
}
 
.features12-button3:hover {
  color: #7bbb68;
  border-color: #7bbb68;
  border-width: 0px;
  background-color: transparent;
}
 
.features12-action23 {
  color: rgb(53, 125, 28);
  font-size: 18px;
}
 
.features12-icon14 {
  fill: #357d1c;
}
 
.features12-container21 {
  flex: 1;
  width: 100%;
  height: 308px;
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent1);
}
 
.features12-container21:hover {
  box-shadow: 5px 5px 10px 0px #868686;
  background-color: transparent;
}
 
.features12-container22 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.features12-container23 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features12-text5 {
  fill: #357d1c;
  color: rgb(53, 125, 28);
  font-size: 30px;
  font-weight: 700;
}
 
.features12-image4 {
  width: 413px;
  height: 126px;
  object-fit: cover;
}
 
.features12-button4 {
  fill: transparent;
  color: #7bbb68;
  transition: 0.3s;
  padding-left: 0px;
  padding-right: 0px;
}
 
.features12-button4:hover {
  border-width: 0px;
  text-decoration: underline;
  background-color: transparent;
}
 
.features12-action24 {
  color: rgb(53, 125, 28);
  font-size: 18px;
}
 
.features12-icon16 {
  fill: #357d1c;
}
 
.features12-container24 {
  flex: 1;
  height: 308px;
  display: flex;
  align-self: flex-start;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-inputradius);
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-accent1);
}
 
.features12-container24:hover {
  box-shadow: 5px 5px 10px 0px #868686;
  background-color: transparent;
}
 
.features12-container25 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.features12-container26 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features12-text6 {
  fill: #357d1c;
  color: rgb(53, 125, 28);
  font-size: 30px;
  font-weight: 700;
}
 
.features12-image5 {
  width: 414px;
  height: 124px;
  object-fit: cover;
}
 
.features12-button5 {
  fill: transparent;
  color: transparent;
  transition: 0.3s;
  padding-left: 0px;
  padding-right: 0px;
}
 
.features12-button5:hover {
  color: #7bbb68;
  border-width: 0px;
  background-color: transparent;
}
 
.features12-action25 {
  color: rgb(53, 125, 28);
  font-size: 18px;
}
 
.features12-icon18 {
  fill: #357d1c;
}
 
.news-fragment35 {
  display: contents;
}
 
.news-text35 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
@media(max-width: 991px) {
  .features12-container10 {
    margin-bottom: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 767px) {
  .features12-container10 {
    margin-bottom: var(--dl-layout-space-oneandhalfunits);
  }
  .features12-text1 {
    width: auto;
  }
  .features12-container12 {
    width: 100%;
  }
  .features12-container15 {
    width: 100%;
  }
  .features12-container18 {
    width: 100%;
  }
  .features12-container21 {
    width: 100%;
  }
  .features12-container24 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .features12-container10 {
    width: auto;
    align-self: stretch;
  }
  .features12-container11 {
    display: grid;
    align-self: center;
    justify-items: center;
  }
  .features12-container12 {
    width: 407px;
    height: 290px;
  }
  .features12-container15 {
    width: 411px;
  }
  .features12-container18 {
    width: 410px;
  }
  .features12-container21 {
    width: 413px;
  }
  .features12-container24 {
    width: 426px;
  }
}

.cta10-wrapper {
  display: contents;
}
 
.cta10-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
 
.cta10-max-width {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.cta10-container2 {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
 
.cta10-text1 {
  font-family: "Noto Sans";
}
 
.cta10-content {
  gap: var(--dl-layout-space-unit);
  width: 616px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.cta10-actions {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
}
 
.news-fragment36 {
  display: contents;
}
 
.news-text36 {
  display: inline-block;
}
 
.news-fragment37 {
  display: contents;
}
 
.news-text37 {
  display: inline-block;
}
 
.news-fragment38 {
  display: contents;
}
 
.news-text38 {
  display: inline-block;
  font-family: "Noto Sans";
  text-transform: uppercase;
}
 
@media(max-width: 991px) {
  .cta10-container2 {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .cta10-content {
    width: 829px;
    align-items: center;
    flex-direction: row;
  }
  .news-text38 {
    font-style: normal;
    font-family: Noto Sans;
    font-weight: 800;
    text-transform: uppercase;
  }
}
 
@media(max-width: 767px) {
  .cta10-max-width {
    background-color: transparent;
  }
  .cta10-content {
    width: auto;
    align-items: center;
  }
}
 
@media(max-width: 479px) {
  .cta10-container2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-self: center;
  }
  .cta10-content {
    align-items: center;
  }
  .news-text38 {
    font-style: normal;
    font-family: Noto Sans;
    font-weight: 800;
    text-transform: uppercase;
  }
}

.footer3-wrapper {
  display: contents;
}
 
.footer3-footer4 {
  gap: 80px;
  width: 100%;
  height: 83px;
  display: flex;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.footer3-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer3-content {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.footer3-logo {
  gap: 24px;
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer3-navlink {
  display: contents;
}
 
.footer3-image1 {
  width: 160px;
  height: 75px;
  text-decoration: none;
}
 
.footer3-text1 {
  font-size: 23px;
  align-self: center;
}
 
.news-fragment39 {
  display: contents;
}
 
.news-text39 {
  display: inline-block;
  position: sticky;
}
 
@media(max-width: 991px) {
  .footer3-logo {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .footer3-content {
    height: 64px;
    align-self: center;
    flex-direction: column;
  }
  .footer3-image1 {
    height: 93px;
    display: flex;
    margin-top: var(--dl-layout-space-oneandhalfunits);
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer3-footer4 {
    height: 107px;
  }
  .footer3-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer3-content {
    width: 100%;
    height: 75px;
    align-self: center;
  }
  .footer3-image1 {
    display: flex;
    align-self: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.news-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.news-fragment10 {
  display: contents;
}
 
.news-text10 {
  display: inline-block;
}
 
.news-fragment11 {
  display: contents;
}
 
.news-text11 {
  display: inline-block;
}
 
.news-fragment12 {
  display: contents;
}
 
.news-text12 {
  display: inline-block;
}
 
.news-fragment13 {
  display: contents;
}
 
.news-text13 {
  display: inline-block;
}
 
.news-fragment14 {
  display: contents;
}
 
.news-text14 {
  display: inline-block;
}
 
.news-fragment15 {
  display: contents;
}
 
.news-text15 {
  display: inline-block;
}
 
.news-fragment16 {
  display: contents;
}
 
.news-text16 {
  display: inline-block;
}
 
.news-fragment17 {
  display: contents;
}
 
.news-text17 {
  display: inline-block;
}
 
.news-fragment18 {
  display: contents;
}
 
.news-text18 {
  display: inline-block;
}
 
.news-fragment19 {
  display: contents;
}
 
.news-text19 {
  display: inline-block;
}
 
.news-fragment20 {
  display: contents;
}
 
.news-text20 {
  display: inline-block;
}
 
.news-fragment21 {
  display: contents;
}
 
.news-text21 {
  display: inline-block;
}
 
.news-fragment22 {
  display: contents;
}
 
.news-text22 {
  display: inline-block;
}
 
.news-fragment23 {
  display: contents;
}
 
.news-text23 {
  display: inline-block;
}
 
.news-fragment24 {
  display: contents;
}
 
.news-text24 {
  display: inline-block;
}
 
.news-fragment25 {
  display: contents;
}
 
.news-text25 {
  display: inline-block;
}
 
.news-fragment26 {
  display: contents;
}
 
.news-text26 {
  display: inline-block;
}
 
.news-fragment27 {
  display: contents;
}
 
.news-text27 {
  display: inline-block;
}
 
.news-fragment28 {
  display: contents;
}
 
.news-text28 {
  display: inline-block;
}
 
.news-fragment29 {
  display: contents;
}
 
.news-text29 {
  display: inline-block;
}
 
.news-fragment30 {
  display: contents;
}
 
.news-text30 {
  display: inline-block;
}
 
.news-fragment31 {
  display: contents;
}
 
.news-text31 {
  display: inline-block;
}
 
.news-fragment32 {
  display: contents;
}
 
.news-text32 {
  display: inline-block;
}
 
.news-fragment33 {
  display: contents;
}
 
.news-text33 {
  display: inline-block;
}
 
.news-fragment34 {
  display: contents;
}
 
.news-text34 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.news-fragment35 {
  display: contents;
}
 
.news-text35 {
  display: inline-block;
  font-family: "Noto Sans";
}
 
.news-fragment36 {
  display: contents;
}
 
.news-text36 {
  display: inline-block;
}
 
.news-fragment37 {
  display: contents;
}
 
.news-text37 {
  display: inline-block;
}
 
.news-fragment38 {
  display: contents;
}
 
.news-text38 {
  display: inline-block;
  font-family: "Noto Sans";
  text-transform: uppercase;
}
 
.news-fragment39 {
  display: contents;
}
 
.news-text39 {
  display: inline-block;
  position: sticky;
}
 
@media(max-width: 991px) {
  .news-text38 {
    font-style: normal;
    font-family: Noto Sans;
    font-weight: 800;
    text-transform: uppercase;
  }
}
 
@media(max-width: 479px) {
  .news-text38 {
    font-style: normal;
    font-family: Noto Sans;
    font-weight: 800;
    text-transform: uppercase;
  }
}
