.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-text1 {
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links-text2 {
  margin-left: var(--dl-space-space-twounits);
}
.navigation-links-text3 {
  margin-left: var(--dl-space-space-twounits);
}












.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-header {
  width: 100%;
  display: flex;
  z-index: 200;
  position: fixed;
  max-width: none;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: var(--dl-color-gray-white);
}
.home-navlink {
  display: contents;
}
.home-image {
  height: 2rem;
  text-decoration: none;
}
.home-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-link {
  text-decoration: none;
}
.home-link1 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-text {
  margin-left: var(--dl-space-space-twounits);
}
.home-link2 {
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-burger-menu {
  display: none;
}
.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.home-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container01 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-image1 {
  height: 2rem;
}
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-hero {
  width: 100%;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  min-height: auto;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f7f7f7;
}
.home-container02 {
  display: flex;
  margin-right: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
}
.home-text01 {
  width: 100%;
  font-size: 3rem;
  max-width: 100%;
  font-family: Merriweather;
}
.home-text02 {
  margin-top: var(--dl-space-space-twounits);
  font-family: Lato;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-link3 {
  transition: 0.3s;
  font-family: Lato;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link3:hover {
  color: var(--dl-color-gray-white);
  background-color: var(--dl-color-gray-black);
}
.home-image2 {
  width: 100%;
  height: 820px;
  object-fit: cover;
}
.home-about-me {
  width: 100%;
  height: 165px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading {
  align-self: flex-start;
  font-style: normal;
  font-weight: 300;
}
.home-blog {
  width: 100%;
  height: 1454px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: space-between;
}
.home-container03 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: space-between;
}
.home-blog-post-card {
  width: 100%;
  display: flex;
  max-width: 100%;
  box-shadow: 4px 4px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.home-blog-post-card:hover {
  transform: scale(1.02);
}
.home-navlink1 {
  display: contents;
}
.home-image3 {
  width: 50%;
  height: 339px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0px;
  text-decoration: none;
}
.home-container04 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.home-text06 {
  font-family: Merriweather;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text07 {
  color: var(--dl-color-gray-500);
  margin-bottom: var(--dl-space-space-twounits);
}
.home-container05 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-navlink2 {
  color: var(--dl-color-gray-black);
  font-style: normal;
  font-family: Lato;
  text-decoration: underline;
}
.home-blog-post-card1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 4px 4px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.home-blog-post-card1:hover {
  transform: scale(1.02);
}
.home-navlink3 {
  display: contents;
}
.home-image4 {
  width: 50%;
  height: 339px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0px;
  text-decoration: none;
}
.home-container06 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.home-text08 {
  font-family: Merriweather;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text09 {
  color: var(--dl-color-gray-500);
  font-size: 20px;
  font-family: Lato;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: var(--dl-space-space-twounits);
  text-transform: none;
  text-decoration: none;
}
.home-container07 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-navlink4 {
  color: var(--dl-color-gray-black);
  font-style: normal;
  font-family: Lato;
  text-decoration: underline;
}
.home-blog-post-card2 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 4px 4px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
}
.home-blog-post-card2:hover {
  transform: scale(1.02);
}
.home-navlink5 {
  display: contents;
}
.home-image5 {
  width: 50%;
  height: 339px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0px;
  text-decoration: none;
}
.home-container08 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.home-text10 {
  font-family: Merriweather;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-text11 {
  font-size: 20px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: var(--dl-space-space-twounits);
  text-transform: none;
  text-decoration: none;
}
.home-container09 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-navlink6 {
  color: var(--dl-color-gray-black);
  font-style: normal;
  font-family: Lato;
  font-weight: 500;
  text-decoration: none;
}
.home-about-me1 {
  width: 100%;
  height: 165px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading1 {
  align-self: flex-start;
  font-style: normal;
  font-weight: 300;
}
.home-blog1 {
  width: 100%;
  height: 228px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text12 {
  font-size: 42px;
  font-style: italic;
  font-family: Lato;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.home-blog2 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.home-banner {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: 48px;
  justify-content: space-between;
}
.home-text13 {
  width: 50%;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 400;
}
.home-container10 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.home-text14 {
  margin-right: 0px;
}
.home-blog3 {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.home-banner1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: 48px;
  justify-content: space-between;
}
.home-text18 {
  width: 50%;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 400;
}
.home-container11 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.home-text19 {
  margin-right: 0px;
}
.home-about-me2 {
  width: 100%;
  height: 141px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading2 {
  align-self: flex-start;
  font-style: normal;
  font-weight: 300;
}
.home-footer {
  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-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.home-container12 {
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-text23 {
  font-size: 42px;
  align-self: flex-start;
  font-family: Lato;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: var(--dl-space-space-twounits);
  text-transform: none;
  text-decoration: none;
}
.home-nav2 {
  flex: 0 0 auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  margin-top: 0px;
  align-items: center;
  flex-direction: row;
}
.home-text26 {
  font-size: 20px;
  align-self: flex-start;
  font-family: Lato;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.home-separator {
  flex: 0 0 auto;
  width: 100%;
  height: 0px;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  margin-left: 0px;
  border-color: var(--dl-color-gray-900);
  border-style: solid;
  border-width: 1px;
  margin-right: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-container13 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-container14 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-link4 {
  display: contents;
}
.home-image6 {
  width: var(--dl-size-size-small);
  object-fit: cover;
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link5 {
  display: contents;
}
.home-image7 {
  width: var(--dl-size-size-small);
  object-fit: cover;
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link6 {
  display: contents;
}
.home-image8 {
  width: var(--dl-size-size-small);
  object-fit: cover;
  text-decoration: none;
}
@media(max-width: 991px) {
  .home-hero {
    height: 677px;
    max-width: 100%;
    padding-top: 48px;
  }
  .home-container02 {
    margin-right: 0px;
  }
  .home-text01 {
    width: 100%;
  }
  .home-image2 {
    width: 435px;
    height: 100%;
  }
  .home-about-me {
    height: 100%;
  }
  .home-blog {
    height: 100%;
    max-width: 100%;
  }
  .home-blog-post-card1 {
    max-width: 100%;
    margin-top: var(--dl-space-space-twounits);
  }
  .home-blog-post-card2 {
    max-width: 100%;
    margin-top: var(--dl-space-space-twounits);
  }
  .home-about-me1 {
    height: 100%;
    max-width: 100%;
  }
  .home-blog1 {
    height: 100%;
    max-width: auto;
  }
  .home-blog2 {
    height: 100%;
    max-width: 100%;
  }
  .home-banner {
    flex-direction: column;
  }
  .home-text13 {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-container10 {
    width: 885px;
    height: 151px;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .home-text14 {
    width: 100%;
    height: 100%;
    text-align: left;
    margin-left: 0px;
  }
  .home-blog3 {
    height: 100%;
    max-width: 100%;
  }
  .home-banner1 {
    flex-direction: column;
  }
  .home-text18 {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-container11 {
    width: 885px;
    height: 151px;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .home-text19 {
    width: 100%;
    height: 100%;
    text-align: left;
    margin-left: 0px;
  }
  .home-about-me2 {
    max-width: 100%;
  }
  .home-footer {
    max-width: 100%;
  }
}
@media(max-width: 767px) {
  .home-header {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-image {
    width: 55px;
    height: 26px;
  }
  .home-hero {
    height: 100%;
    padding-top: 120px;
    flex-direction: column;
    padding-bottom: var(--dl-space-space-threeunits);
    justify-content: center;
  }
  .home-image2 {
    width: 100%;
  }
  .home-blog-post-card {
    max-width: 100%;
  }
  .home-blog-post-card1 {
    max-width: 100%;
    margin-top: var(--dl-space-space-twounits);
    padding-bottom: 0px;
  }
  .home-blog-post-card2 {
    margin-top: var(--dl-space-space-twounits);
  }
  .home-banner {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container10 {
    width: 100%;
    height: 100%;
  }
  .home-text14 {
    text-align: left;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-banner1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container11 {
    width: 100%;
    height: 100%;
  }
  .home-text19 {
    text-align: left;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .home-about-me2 {
    height: 100%;
  }
  .home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container13 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media(max-width: 479px) {
  .home-header {
    padding-left: 12px;
    padding-right: var(--dl-space-space-unit);
  }
  .home-image {
    width: 39px;
    height: 18px;
    margin-right: var(--dl-space-space-halfunit);
  }
  .home-nav {
    width: 365px;
  }
  .home-link {
    padding-left: var(--dl-space-space-twounits);
  }
  .home-link1 {
    margin-left: var(--dl-space-space-unit);
  }
  .home-text {
    margin-left: var(--dl-space-space-unit);
  }
  .home-link2 {
    margin-left: var(--dl-space-space-unit);
  }
  .home-hero {
    padding-top: 107px;
  }
  .home-container02 {
    width: 479px;
    margin: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-text01 {
    width: 100%;
    font-size: 3rem;
    align-self: flex-start;
    font-family: Merriweather;
    padding-left: 0Units;
    padding-right: 0Units;
  }
  .home-text02 {
    margin-top: var(--dl-space-space-twounits);
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-btn-group {
    padding-left: var(--dl-space-space-twounits);
  }
  .home-blog-post-card {
    flex-direction: column;
  }
  .home-image3 {
    width: 100%;
  }
  .home-container04 {
    width: 100%;
  }
  .home-blog-post-card1 {
    flex-direction: column;
  }
  .home-image4 {
    width: 100%;
  }
  .home-container06 {
    width: 100%;
  }
  .home-blog-post-card2 {
    flex-direction: column;
  }
  .home-image5 {
    width: 100%;
  }
  .home-container08 {
    width: 100%;
    box-shadow: 5px 5px 10px 0px #d4d4d4;
  }
  .home-text11 {
    font-size: 20px;
    font-family: Inter;
    font-weight: 400;
    line-height: 1.15;
    text-transform: none;
    text-decoration: none;
  }
  .home-text12 {
    font-size: 42px;
    font-style: italic;
    font-family: Lato;
    font-weight: 700;
    line-height: 1.15;
    text-transform: none;
    text-decoration: none;
  }
  .home-blog2 {
    max-width: 100%;
    padding-top: 0px;
  }
  .home-banner {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text14 {
    text-align: left;
  }
  .home-blog3 {
    max-width: 100%;
    padding-top: 0px;
  }
  .home-banner1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text19 {
    text-align: left;
  }
  .home-footer {
    padding: var(--dl-space-space-unit);
  }
  .home-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-container13 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
}
