.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-link {
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
.navigation-links-link:hover {
  color: var(--dl-color-scheme-brown);
}
.navigation-links-link1 {
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
  text-decoration: none;
}
.navigation-links-link1:hover {
  color: var(--dl-color-scheme-brown);
}
.navigation-links-link2 {
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
  text-decoration: none;
}
.navigation-links-link2:hover {
  color: var(--dl-color-scheme-brown);
}
.navigation-links-link3 {
  cursor: pointer;
  transition: 0.3s;
  margin-left: 41px;
  text-decoration: none;
}
.navigation-links-link3:hover {
  color: var(--dl-color-scheme-brown);
}








.navigation-links-root-class-name17 {
  flex: 1;
  margin-right: var(--dl-space-space-threeunits);
}
@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-link {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-link1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-link2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-link3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.navigation-header {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-scheme-white);
}
.navigation-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.navigation-image {
  width: 306px;
  height: 86px;
}
.navigation-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-register {
  text-decoration: none;
}
.navigation-burger-menu {
  display: none;
}
.navigation-icon {
  fill: var(--dl-color-scheme-darkblue);
  width: 24px;
  height: 24px;
  display: flex;
}
.navigation-root-class-name {
  align-self: center;
}
@media(max-width: 991px) {
  .navigation-image {
    width: 40%;
    height: 100%;
  }
  .navigation-nav {
    display: none;
  }
  .navigation-burger-menu {
    display: flex;
  }
}
@media(max-width: 767px) {
  .navigation-max-width {
    padding: var(--dl-space-space-unit);
    flex-direction: row;
  }
  .navigation-image {
    width: 40%;
    height: 100%;
  }
}
@media(max-width: 479px) {
  .navigation-max-width {
    flex-direction: row;
  }
  .navigation-image {
    width: 80%;
    height: 100%;
  }
}

.portofolio-card-speaker-card {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.portofolio-card-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  min-width: 300px;
  max-height: 313px;
  min-height: 313px;
  align-items: flex-end;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: flex-end;
}
.portofolio-card-image {
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.portofolio-card-see-project-container {
  flex: 1;
  width: 100%;
  cursor: pointer;
  display: flex;
  opacity: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url(.jpg);
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: row;
  justify-content: center;
}
.portofolio-card-see-project-container:hover {
  opacity: 1;
}
.portofolio-card-first-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}





.portofolio-card-root-class-name5 {
  height: auto;
  margin-top: 0px;
}

.blog-card-blog-card {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 300px;
  align-items: flex-start;
  flex-direction: column;
}
.blog-card-image {
  width: 100%;
  height: var(--dl-size-size-large);
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: var(--dl-space-space-halfunit);
}
.blog-card-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: space-between;
}
.blog-card-button {
  font-size: 12px;
  text-transform: uppercase;
}
.blog-card-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.blog-card-text1 {
  text-decoration: underline;
}
.blog-card-root-class-name {
  flex: 1;
  height: var(--dl-size-size-large);
}

.blog-card-root-class-name2 {
  align-self: stretch;
}
@media(max-width: 991px) {
  .blog-card-blog-card {
    max-width: 550px;
  }
  .blog-card-root-class-name2 {
    align-self: center;
  }
}
@media(max-width: 767px) {
  .blog-card-blog-card {
    max-width: 450px;
  }
  .blog-card-root-class-name {
    margin-bottom: var(--dl-space-space-twounits);
  }
  .blog-card-root-class-name1 {
    margin-bottom: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .blog-card-blog-card {
    max-width: 350px;
  }
  .blog-card-root-class-name2 {
    align-self: center;
  }
}

.home-container {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
.home-main {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-hero {
  position: relative;
  padding-top: 128px;
}
.home-max-width {
  margin-top: var(--dl-space-space-threeunits);
}
.home-heading-container {
  flex: 1;
  display: flex;
  max-width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text {
  width: 809px;
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-text06 {
  color: var(--dl-color-scheme-black);
  font-size: 18px;
  text-align: center;
  line-height: 1.44;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-primary {
  margin-bottom: var(--dl-space-space-threeunits);
  text-decoration: none;
}
.home-gallery {
  width: 100%;
  display: flex;
  grid-gap: 20px;
  align-items: stretch;
}
.home-container01 {
  width: 407px;
  display: flex;
  grid-gap: 20px;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.home-image {
  width: 100%;
  height: 389px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-image01 {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-container02 {
  width: 323px;
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.home-image02 {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-image03 {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-image04 {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-container03 {
  flex: 1;
  width: 495px;
  display: flex;
  grid-gap: 20px;
  flex-direction: column;
}
.home-image05 {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-color: #9c9797;
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-container04 {
  width: 100%;
  display: flex;
  grid-gap: 20px;
}
.home-image06 {
  flex: 1;
  width: 203px;
  height: 215px;
  align-self: stretch;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-image07 {
  flex: 1;
  width: 197px;
  align-self: stretch;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-services {
  height: auto;
}
.home-max-width1 {
  flex-direction: column;
}
.home-text-container {
  width: 847px;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.home-text10 {
  color: var(--dl-color-scheme-brown);
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-text11 {
  width: auto;
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text12 {
  color: var(--dl-color-scheme-black80);
  width: 100%;
  text-align: center;
  line-height: 26px;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-primary1 {
  text-decoration: none;
}
.home-tab-selector-header {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  justify-content: center;
}
.home-text13 {
  margin-right: 30px;
}
.home-text14 {
  margin-right: 30px;
}
.home-text15 {
  margin-right: 30px;
}
.home-text16 {
  margin-right: 30px;
}
.home-tab-selector-cards-container {
  width: 100%;
  display: grid;
  grid-row-gap: 40px;
  grid-column-gap: 20px;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
.home-about {
  width: auto;
  height: auto;
  align-self: center;
  flex-direction: row;
  background-color: var(--dl-color-scheme-lightbrown);
}
.home-max-width2 {
  flex-direction: row;
  justify-content: space-between;
}
.home-text-container1 {
  flex: 1;
  width: 40%;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-unit);
  flex-direction: column;
}
.home-text18 {
  color: var(--dl-color-scheme-brown);
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-text19 {
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-text23 {
  color: var(--dl-color-scheme-black80);
  line-height: 26px;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-checklist {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-check-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: row;
}
.home-icon {
  fill: var(--dl-color-scheme-brown);
  width: 18px;
  height: 18px;
  margin-right: var(--dl-space-space-unit);
}
.home-text24 {
  font-style: normal;
  font-weight: 500;
}
.home-check-item1 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: row;
}
.home-icon02 {
  fill: var(--dl-color-scheme-brown);
  width: 18px;
  height: 18px;
  margin-right: var(--dl-space-space-unit);
}
.home-text25 {
  font-style: normal;
  font-weight: 500;
}
.home-check-item2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: row;
}
.home-icon04 {
  fill: var(--dl-color-scheme-brown);
  width: 18px;
  height: 18px;
  margin-right: var(--dl-space-space-unit);
}
.home-text26 {
  font-style: normal;
  font-weight: 500;
}
.home-check-item3 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: row;
}
.home-icon06 {
  fill: var(--dl-color-scheme-brown);
  width: 18px;
  height: 18px;
  margin-right: var(--dl-space-space-unit);
}
.home-text27 {
  font-style: normal;
  font-weight: 500;
}
.home-check-item4 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: row;
}
.home-icon08 {
  fill: var(--dl-color-scheme-brown);
  width: 18px;
  height: 18px;
  margin-right: var(--dl-space-space-unit);
}
.home-text28 {
  font-style: normal;
  font-weight: 500;
}
.home-check-item5 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-icon10 {
  fill: var(--dl-color-scheme-brown);
  width: 18px;
  height: 18px;
  margin-right: var(--dl-space-space-unit);
}
.home-text29 {
  font-style: normal;
  font-weight: 500;
}
.home-image08 {
  flex: 1;
  width: 424px;
  height: 580px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-process {
  background-color: var(--dl-color-scheme-lightblue);
}
.home-max-width3 {
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.home-text30 {
  color: var(--dl-color-scheme-white);
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-text31 {
  color: var(--dl-color-scheme-white);
  margin-bottom: var(--dl-space-space-fourunits);
}
.home-step {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: row;
  padding-bottom: 53px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
.home-text35 {
  color: var(--dl-color-scheme-white);
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  margin-right: 180px;
}
.home-container05 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text36 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  line-height: 31px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text37 {
  color: var(--dl-color-scheme-white80);
}
.home-step1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: row;
  padding-bottom: 53px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
.home-text38 {
  color: var(--dl-color-scheme-white);
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  margin-right: 180px;
}
.home-container06 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text39 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  line-height: 31px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text40 {
  color: var(--dl-color-scheme-white80);
}
.home-step2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  flex-direction: row;
  padding-bottom: 53px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
}
.home-text41 {
  color: var(--dl-color-scheme-white);
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 61px;
  margin-right: 180px;
}
.home-container07 {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text42 {
  color: var(--dl-color-scheme-white);
  font-size: 24px;
  line-height: 31px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text43 {
  color: var(--dl-color-scheme-white80);
}
.home-max-width4 {
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-text44 {
  color: var(--dl-color-scheme-brown);
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-text45 {
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text46 {
  color: var(--dl-color-scheme-black80);
  text-align: center;
  line-height: 26px;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-blog-cards-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-banner {
  background-color: var(--dl-color-scheme-brown);
}
.home-max-width5 {
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-text49 {
  color: var(--dl-color-scheme-white);
  font-style: normal;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-text50 {
  color: var(--dl-color-scheme-white);
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text52 {
  color: var(--dl-color-scheme-white);
  text-align: center;
  line-height: 26px;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-primary2 {
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-top-part {
  width: 985px;
  height: 418px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.home-links-container {
  width: 385px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.home-contact-container {
  display: flex;
  align-self: stretch;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: flex-start;
}
.home-link {
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-text53 {
  align-self: flex-start;
  text-align: left;
  margin-bottom: var(--dl-space-space-unit);
}
.home-subscribe-container {
  flex: 0;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: flex-start;
}
.home-link1 {
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link2 {
  align-self: flex-start;
  text-align: center;
  padding-bottom: 10px;
  text-decoration: none;
}
.home-subscribe-container1 {
  flex: 0;
  width: 156px;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-link3 {
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-text66 {
  align-self: flex-start;
  padding-bottom: 10px;
}
.home-container08 {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  border-color: #9c9797;
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius4);
}
.home-container09 {
  display: contents;
}
.home-separator {
  width: 100%;
  height: 1px;
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
  background-color: #D9D9D9;
}
.home-max-width7 {
  flex-direction: row;
  justify-content: space-between;
}
.home-image09 {
  width: 169px;
  height: 41px;
  object-fit: cover;
}
.home-text69 {
  align-self: center;
}
.home-text71 {
  font-weight: 700;
}
.home-text73 {
  font-weight: 700;
}
@media(max-width: 1600px) {
  .home-container08 {
    border-color: #9c9797;
    border-width: 1px;
  }
}
@media(max-width: 1200px) {
  .home-image05 {
    border-color: #9c9797;
    border-width: 1px;
  }
  .home-link4 {
    text-decoration: underline;
  }
  .home-link5 {
    text-decoration: underline;
  }
  .home-container08 {
    height: 100%;
    border-color: #9c9797;
    border-width: 1px;
  }
}
@media(max-width: 991px) {
  .home-heading-container {
    max-width: 100%;
    margin-bottom: 42px;
  }
  .home-text {
    width: 100%;
  }
  .home-gallery {
    flex-direction: column;
  }
  .home-container01 {
    width: 100%;
    height: 363px;
    align-self: stretch;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-image {
    width: 329px;
    height: 100%;
    align-self: stretch;
  }
  .home-image01 {
    width: 582px;
    height: 100%;
    align-self: flex-start;
  }
  .home-container02 {
    width: 100%;
    flex-direction: row;
  }
  .home-container03 {
    width: 100%;
    height: 1145px;
    align-items: stretch;
  }
  .home-image05 {
    width: auto;
    height: auto;
  }
  .home-container04 {
    height: auto;
    align-self: stretch;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-image06 {
    flex: 0 0 auto;
    width: 48%;
    height: auto;
  }
  .home-image07 {
    flex: 0 0 auto;
    width: 48%;
    height: auto;
    align-self: flex-end;
    margin-right: 0px;
  }
  .home-tab-selector-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-max-width2 {
    flex-direction: column;
  }
  .home-text-container1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-image-container {
    width: 100%;
  }
  .home-image08 {
    width: 100%;
  }
  .home-blog-cards-container {
    align-items: center;
    flex-direction: column;
  }
  .home-top-part {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .home-links-container {
    width: auto;
    align-items: flex-start;
    margin-left: var(--dl-space-space-unit);
    justify-content: center;
  }
  .home-link {
    text-decoration: none;
  }
  .home-text53 {
    align-self: flex-start;
    text-align: left;
  }
  .home-link1 {
    text-decoration: none;
  }
  .home-link2 {
    padding-bottom: 15px;
  }
  .home-link3 {
    text-decoration: none;
  }
  .home-text66 {
    padding-bottom: 15px;
  }
  .home-link4 {
    padding-bottom: 15px;
  }
  .home-container08 {
    width: 70%;
    height: 401px;
    border-color: #9c9797;
    border-width: 1px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
}
@media(max-width: 767px) {
  .home-text {
    width: 100%;
    font-size: 48px;
  }
  .home-container01 {
    height: 381px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home-image {
    width: 100%;
    height: 100%;
  }
  .home-image01 {
    width: 100%;
    height: 100%;
  }
  .home-container02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home-image02 {
    height: 100%;
  }
  .home-image03 {
    height: 100%;
  }
  .home-container04 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home-image06 {
    width: 100%;
  }
  .home-image07 {
    width: 100%;
  }
  .home-text-container {
    width: 100%;
  }
  .home-tab-selector-cards-container {
    grid-template-columns: 1fr;
  }
  .home-text35 {
    margin-right: var(--dl-space-space-fourunits);
  }
  .home-text38 {
    margin-right: var(--dl-space-space-fourunits);
  }
  .home-text41 {
    margin-right: var(--dl-space-space-fourunits);
  }
  .home-top-part {
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-links-container {
    width: auto;
    height: 100%;
    align-self: flex-start;
    align-items: flex-start;
    margin-right: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-subscribe-container {
    width: 100%;
  }
  .home-subscribe-container1 {
    width: 100%;
  }
  .home-container08 {
    width: 529px;
    height: 432px;
    align-self: flex-start;
    border-width: 1px;
  }
}
@media(max-width: 479px) {
  .home-text {
    width: auto;
    height: auto;
  }
  .home-container01 {
    width: 100%;
    height: 273px;
    align-self: stretch;
  }
  .home-image {
    width: 100%;
    height: 100%;
  }
  .home-image01 {
    width: 100%;
    height: 100%;
  }
  .home-image03 {
    width: 100%;
    height: auto;
  }
  .home-text-container {
    width: 479px;
  }
  .home-text11 {
    width: 479px;
    height: 195px;
  }
  .home-text12 {
    color: var(--dl-color-scheme-black80);
    text-align: center;
    line-height: 26px;
  }
  .home-max-width2 {
    flex-direction: column;
  }
  .home-text35 {
    margin-right: var(--dl-space-space-twounits);
  }
  .home-text38 {
    margin-right: var(--dl-space-space-twounits);
  }
  .home-text41 {
    margin-right: var(--dl-space-space-twounits);
  }
  .home-top-part {
    width: 100%;
    height: 685px;
    align-items: flex-start;
    flex-direction: column;
  }
  .home-links-container {
    flex-direction: column;
    justify-content: space-between;
  }
  .home-contact-container {
    align-items: flex-start;
    margin-bottom: 0px;
  }
  .home-link {
    height: auto;
    align-self: flex-start;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-text53 {
    align-self: flex-start;
  }
  .home-link1 {
    height: auto;
    align-self: flex-start;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-link3 {
    height: auto;
    align-self: flex-start;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-container08 {
    width: 100%;
    height: 100%;
    align-self: flex-start;
    border-width: 1px;
  }
  .home-max-width7 {
    flex-direction: column;
  }
  .home-image09 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text69 {
    text-align: center;
  }
}
