.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-container {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.navigation-links-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.navigation-links-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.navigation-links-navlink {
  color: var(--dl-color-primary-1);
  text-decoration: none;
}
.navigation-links-navlink1 {
  color: var(--dl-color-primary-3);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink2 {
  color: var(--dl-color-primary-5);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink3 {
  color: var(--dl-color-primary-7);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.navigation-links-navlink4 {
  color: var(--dl-color-primary-10);
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}









@media(max-width: 767px) {
  .navigation-links-nav {
    width: 100%;
    height: 171px;
    padding: 0px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }
  .navigation-links-navlink {
    margin: var(--dl-space-space-unit);
  }
  .navigation-links-navlink1 {
    margin: var(--dl-space-space-unit);
  }
  .navigation-links-navlink2 {
    margin: var(--dl-space-space-unit);
  }
  .navigation-links-navlink3 {
    margin: var(--dl-space-space-unit);
  }
  .navigation-links-navlink4 {
    margin: var(--dl-space-space-unit);
    align-self: flex-start;
  }
  .navigation-links-root-class-name8 {
    width: 100%;
    height: 100%;
  }
}
@media(max-width: 479px) {
  .navigation-links-nav {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .navigation-links-container2 {
    width: 100%;
    height: 44px;
  }
  .navigation-links-navlink {
    margin: var(--dl-space-space-halfunit);
    font-size: 11px;
    align-self: center;
    text-align: center;
  }
  .navigation-links-navlink1 {
    font-size: 11px;
    margin-top: var(--dl-space-space-unit);
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .navigation-links-navlink2 {
    font-size: 11px;
    margin-top: var(--dl-space-space-unit);
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .navigation-links-navlink3 {
    margin: var(--dl-space-space-halfunit);
    font-size: 11px;
    align-self: center;
    text-align: left;
  }
  .navigation-links-navlink4 {
    font-size: 11px;
    margin-top: var(--dl-space-space-unit);
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .navigation-links-root-class-name8 {
    align-self: center;
  }
}

.header-header {
  width: 100%;
  display: flex;
  position: relative;
  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);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  height: 2rem;
  text-decoration: none;
}
.header-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header-burger-menu {
  display: none;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  display: flex;
  text-decoration: none;
}
.header-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;
}
.header-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-image1 {
  height: 2rem;
}
.header-close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.header-root-class-name1 {
  align-self: center;
}



@media(max-width: 767px) {
  .header-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-nav {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-icon {
    fill: #ffbebe;
  }
}
@media(max-width: 479px) {
  .header-header {
    padding: var(--dl-space-space-unit);
  }
  .header-icon {
    fill: #ffcece;
  }
  .header-mobile-menu {
    padding: 16px;
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  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;
}
.footer-container {
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.footer-navlink {
  display: contents;
}
.footer-image {
  height: 2rem;
  margin-bottom: var(--dl-space-space-twounits);
  text-decoration: none;
}
.footer-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-500);
  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;
}
.footer-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-text {
  color: var(--dl-color-gray-500);
}
.footer-icon-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-link {
  display: contents;
}
.footer-icon {
  fill: var(--dl-color-primary-1);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.footer-link1 {
  display: contents;
}
.footer-icon2 {
  fill: var(--dl-color-primary-7);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.footer-link2 {
  display: contents;
}
.footer-icon4 {
  fill: var(--dl-color-primary-10);
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  text-decoration: none;
}






@media(max-width: 767px) {
  .footer-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .footer-image {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .footer-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .footer-container1 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-text {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .footer-root-class-name5 {
    height: auto;
    align-self: center;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    padding: var(--dl-space-space-unit);
  }
  .footer-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .footer-container1 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-text {
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .footer-root-class-name5 {
    align-self: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.contact-me-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-gray-fundal);
}
.contact-me-banner {
  width: 1102px;
  height: 534px;
  display: flex;
  align-self: center;
  margin-top: 39px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-threeunits);
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: 60px;
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  background-size: cover;
  justify-content: space-between;
  background-image: url('https://images.unsplash.com/photo-1618005198919-d3d4b5a92ead?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDE0MHx8YmFja2dyb3VuZHxlbnwwfHx8fDE2NzY5MDIwOTM&ixlib=rb-4.0.3&w=1200');
  background-position: center;
}
.contact-me-text {
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-twounits);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contact-me-heading {
  width: 565px;
  height: 79px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.contact-me-text1 {
  max-width: var(--dl-size-size-maxwidth);
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.contact-me-link {
  color: var(--dl-color-gray-900);
  font-size: 0.75rem;
  align-self: center;
  text-align: center;
  transition: 0.3s;
  margin-left: 0px;
  border-color: var(--dl-color-gray-900);
  border-style: hidden;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  text-decoration: none;
  background-image: linear-gradient(90deg, rgb(175, 109, 217) 1%, rgb(128, 84, 255) 100%);
}
.contact-me-link:hover {
  color: var(--dl-color-gray-black);
  background-color: transparent;
}
@media(max-width: 1600px) {
  .contact-me-banner {
    margin: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 1200px) {
  .contact-me-banner {
    margin-top: 104px;
    margin-bottom: 102px;
  }
}
@media(max-width: 991px) {
  .contact-me-banner {
    width: 796px;
    height: 482px;
    margin-top: 38px;
    align-items: center;
    margin-bottom: 57px;
    justify-content: center;
  }
  .contact-me-text1 {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .contact-me-banner {
    width: 576px;
    height: 307px;
    margin: var(--dl-space-space-twounits);
    padding-top: 67px;
  }
}
@media(max-width: 479px) {
  .contact-me-banner {
    width: 360px;
  }
  .contact-me-heading {
    width: 300px;
    font-size: 1.5rem;
    align-self: center;
    letter-spacing: 1.5px;
  }
  .contact-me-text1 {
    font-size: 10px;
  }
}
