.navbar8-wrapper {
  display: contents;
}
 
.navbar8-container1 {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  position: sticky;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar8-navbar-interactive {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
}
 
.navbar8-image {
  width: 61px;
  height: 36px;
  object-fit: cover;
}
 
.navbar8-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar8-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
  flex-direction: row;
  justify-content: flex-start;
}
 
.navbar8-link11 {
  text-decoration: none;
}
 
.navbar8-link31 {
  text-decoration: none;
}
 
.navbar8-link4 {
  text-decoration: none;
}
 
.navbar8-buttons1 {
  gap: var(--dl-layout-space-twounits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navbar8-burger-menu {
  display: none;
}
 
.navbar8-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar8-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);
}
 
.navbar8-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar8-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar8-logo {
  height: 3rem;
}
 
.navbar8-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar8-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar8-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
}
 
.navbar8-link12 {
  text-decoration: none;
}
 
.navbar8-link32 {
  text-decoration: none;
}
 
.navbar8-buttons2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: row;
}
 
.navbar8-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.navbar8-container2 {
  top: 100%;
  left: 0px;
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  position: absolute;
  align-items: center;
  animation-name: fadeInDownBig;
  animation-delay: 0s;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.navbar8-container3 {
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.navbar8root-class-name {
  background-color: var(--dl-color-theme-accent1);
}
 
@media(max-width: 767px) {
  .navbar8-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar8-desktop-menu {
    display: none;
  }
  .navbar8-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar8-mobile-menu {
    padding-top: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
}
 
@media(max-width: 479px) {
  .navbar8-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .navbar8-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.inicio-wrapper {
  display: contents;
}
 
.inicio-header78 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.inicio-column {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-unit);
}
 
.inicio-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.inicio-text1 {
  text-align: center;
}
 
.inicio-text2 {
  text-align: center;
}
 
.inicio-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
 
.inicio-row-container1 {
  width: 100%;
}
 
.inicio-placeholder-image10 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image11 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image12 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image13 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image14 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image15 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image16 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image17 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image18 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image19 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image20 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image21 {
  width: 400px;
  height: 400px;
}
 
.inicio-row-container2 {
  width: 100%;
}
 
.inicio-placeholder-image22 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image23 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image24 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image25 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image26 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image27 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image28 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image29 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image30 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image31 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image32 {
  width: 400px;
  height: 400px;
}
 
.inicio-placeholder-image33 {
  width: 400px;
  height: 400px;
}
 
.inicio-container2 {
  display: contents;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.inicioroot-class-name {
  background-color: #D9D9D9;
}
 
@media(max-width: 767px) {
  .inicio-content2 {
    width: 100%;
  }
}

.nosotros-wrapper {
  display: contents;
}
 
.nosotros-accent2-bg {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
  align-self: stretch;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-cardradius);
  justify-content: space-between;
  transform-style: preserve-3d;
  background-color: var(--dl-color-theme-accent2);
}
 
.nosotros-accent2-bg:hover {
  transform: scale3d(1.1,1.1,1.1);
}
 
.nosotros-accent1-bg {
  width: 100%;
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-2deg) skew(0deg, 0deg);
  align-items: center;
  border-radius: var(--dl-layout-radius-cardradius);
  justify-content: space-between;
  transform-style: preserve-3d;
  background-color: var(--dl-color-theme-accent1);
}
 
.nosotros-container2 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(1deg) skew(0deg, 0deg);
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-layout-space-sixunits);
  padding-left: var(--dl-layout-space-fourunits);
  border-radius: var(--dl-layout-radius-cardradius);
  padding-right: var(--dl-layout-space-fourunits);
  padding-bottom: var(--dl-layout-space-sixunits);
}
 
.nosotros-container2:hover {
  color: var(--dl-color-theme-neutral-light);
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.nosotros-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
@media(max-width: 767px) {
  .nosotros-container2 {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
    justify-content: flex-start;
  }
}

.servicios1-wrapper {
  display: contents;
}
 
.servicios1-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.servicios1-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.servicios1-image1 {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.servicios1-image2 {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.servicios1-image3 {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.servicios1-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.servicios1-tab-horizontal1 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.servicios1-divider-container1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.servicios1-container3 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.servicios1-content1 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.servicios1-tab-horizontal2 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.servicios1-divider-container2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.servicios1-container4 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.servicios1-content2 {
  gap: 16px;
  flex: 1;
  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;
  justify-content: center;
}
 
.servicios1-tab-horizontal3 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.servicios1-divider-container3 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.servicios1-container5 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.servicios1-content3 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.servicios1root-class-name {
  background-color: #D9D9D9;
}
 
@media(max-width: 991px) {
  .servicios1-container2 {
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
}

.servicios2-wrapper {
  display: contents;
}
 
.servicios2-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.servicios2-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.servicios2-tab-horizontal1 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.servicios2-divider-container1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.servicios2-container3 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.servicios2-content1 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.servicios2-tab-horizontal2 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.servicios2-divider-container2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.servicios2-container4 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.servicios2-content2 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.servicios2-tab-horizontal3 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.servicios2-divider-container3 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.servicios2-container5 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.servicios2-content3 {
  gap: 16px;
  flex: 1;
  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;
  justify-content: center;
}
 
.servicios2-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.servicios2-image1 {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.servicios2-image2 {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.servicios2-image3 {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .servicios2-container2 {
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
  .servicios2-tabs-menu {
    order: 2;
  }
}

.aspel-wrapper {
  display: contents;
}
 
.aspel-container1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.aspel-max-width {
  gap: var(--dl-layout-space-fourunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.aspel-container2 {
  align-items: start;
}
 
.aspel-section-header {
  gap: var(--dl-layout-space-oneandhalfunits);
  top: 10%;
  height: 598px;
  display: flex;
  position: sticky;
  align-items: flex-start;
  flex-direction: column;
}
 
.aspel-actions {
  gap: var(--dl-layout-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
}
 
.aspel-image {
  width: 380px;
  height: 243px;
  align-self: center;
  object-fit: cover;
}
 
.aspel-container3 {
  grid-area: span 1/span 1/span 1/span 1;
}
 
.aspel-container4 {
  top: 10%;
  position: sticky;
  transform: rotate(-2deg);
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: var(--dl-color-theme-accent1);
}
 
.aspel-text18 {
  text-align: center;
}
 
.aspel-container5 {
  top: 10%;
  position: sticky;
  transform: rotate(2deg);
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: var(--dl-color-theme-accent2);
}
 
.aspel-text20 {
  text-align: center;
}
 
.aspel-container6 {
  top: 10%;
  position: sticky;
  transform: rotate(-2deg);
  margin-bottom: var(--dl-layout-space-twounits);
  background-color: var(--dl-color-theme-accent1);
}
 
.aspel-text22 {
  text-align: center;
}
 
.aspel-container7 {
  top: 10%;
  position: sticky;
  transform: rotate(2deg);
  background-color: var(--dl-color-theme-accent2);
}
 
.aspel-text24 {
  text-align: center;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text40 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text41 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text42 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.aspelroot-class-name {
  background-color: #D9D9D9;
}
 
@media(max-width: 991px) {
  .aspel-max-width {
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .aspel-section-header {
    position: static;
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .aspel-actions {
    width: 100%;
    align-self: flex-start;
  }
  .aspel-container4 {
    width: 100%;
  }
  .aspel-container5 {
    width: 100%;
  }
  .aspel-container6 {
    width: 100%;
  }
  .aspel-container7 {
    width: 100%;
  }
}

.contacto-wrapper {
  display: contents;
}
 
.contacto-container1 {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
 
.contacto-max-width {
  align-self: center;
}
 
.contacto-content1 {
  width: 100%;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.contacto-content2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contacto-content3 {
  width: 100%;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.contacto-container2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.contacto-image {
  width: 452px;
  height: 237px;
  object-fit: cover;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text45 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .contacto-content1 {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .contacto-content3 {
    position: relative;
    align-items: center;
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .contacto-content1 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .contacto-image {
    width: 100%;
  }
}

.footer4-wrapper {
  display: contents;
}
 
.footer4-footer7 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer4-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-content {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-logo {
  gap: 24px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer4-image {
  width: 277px;
  height: 77px;
  object-fit: cover;
}
 
.footer4-links {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-layout-space-twounits);
  flex-direction: row;
  justify-content: flex-start;
}
 
.footer4-link1 {
  text-decoration: none;
}
 
.footer4-link3 {
  text-decoration: none;
}
 
.footer4-link4-dropdown-trigger {
  gap: 4px;
  cursor: pointer;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.footer4-icon-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
 
.footer4-container {
  display: flex;
  align-items: center;
  animation-name: rotateInDownLeft;
  flex-direction: row;
  animation-delay: 0s;
  justify-content: flex-end;
  animation-duration: 500ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.footer4-icon1 {
  width: 24px;
  height: 24px;
}
 
.footer4-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text58 {
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text62 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
}
 
.footer4root-class-name {
  background-color: #D9D9D9;
}
 
@media(max-width: 479px) {
  .footer4-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text13 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text14 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text17 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text19 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text38 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text40 {
  display: inline-block;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text41 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text42 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text45 {
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text58 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text62 {
  display: inline-block;
}
