.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #eceae3;
}
.home-container01 {
  flex: 0 0 auto;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.67) 16.00%,rgba(0, 0, 0, 0.17) 54.00%),url('https://images.unsplash.com/photo-1587300003388-59208cc962cb?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDZ8fGRvZ3xlbnwwfHx8fDE3MTY2Mzc5MTh8MA&ixlib=rb-4.0.3&w=1500');
  background-position: center;
  background-attachment: fixed;
}
.home-image {
  width: 200px;
  display: none;
  object-fit: cover;
}
.home-container02 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.68);
}
.home-navbar-interactive {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  margin-left: 0px;
  padding-top: var(--dl-space-space-unit);
  margin-right: 0px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.home-container03 {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-link {
  display: contents;
}
.home-image01 {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  text-decoration: none;
}
.home-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.home-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.home-link01 {
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  margin-left: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-link01:hover {
  fill: rgb(208, 170, 87);
  color: rgb(208, 170, 87);
  transform: scale(1.1);
}
.home-link02 {
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  margin-left: var(--dl-space-space-twounits);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-link02:hover {
  fill: rgb(208, 170, 87);
  color: rgb(208, 170, 87);
  transform: scale(1.1);
}
.home-link03 {
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  margin-left: var(--dl-space-space-twounits);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-link03:hover {
  fill: rgb(208, 170, 87);
  color: rgb(208, 170, 87);
  transform: scale(1.1);
}
.home-link04 {
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  margin-left: var(--dl-space-space-twounits);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-link04:hover {
  fill: rgb(208, 170, 87);
  color: rgb(208, 170, 87);
  transform: scale(1.1);
}
.home-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-register {
  color: rgb(0, 0, 0);
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  border-color: rgb(208, 170, 87);
  border-width: 2px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgb(208, 170, 87);
}
.home-register:hover {
  fill: rgb(208, 170, 87);
  color: rgb(208, 170, 87);
  background-color: transparent;
}
.home-text {
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.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-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-logo {
  height: 2rem;
}
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon002 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.home-text003 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text004 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text005 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text006 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text007 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-buttons1 {
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-login {
  margin-right: var(--dl-space-space-twounits);
}
.home-icon004 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon006 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon008 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-container04 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: 100px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: center;
}
.home-text008 {
  color: #ffffff;
  font-size: 5em;
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-container05 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
  justify-content: center;
}
.home-icon010 {
  fill: var(--dl-color-theme-primary11);
  width: 24px;
  height: 24px;
}
.home-text009 {
  fill: var(--dl-color-theme-primary11);
  color: var(--dl-color-theme-primary11);
  font-size: 1.5em;
}
.home-text010 {
  color: #e6e6e6;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-link05 {
  font-size: 18px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 600;
  padding-top: var(--dl-space-space-unit);
  border-color: #ffffff;
  border-width: 2px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.home-link05:hover {
  color: #ffffff;
  background-color: transparent;
}
.home-container06 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: center;
}
.home-text011 {
  font-size: 2.5em;
  font-style: normal;
  font-family: "Hanken Grotesk";
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.home-container07 {
  flex: 0 0 auto;
  width: 150px;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-primary12);
  border-style: solid;
  border-width: 2px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text014 {
  z-index: 2;
  max-width: 750px;
  text-align: center;
}
.home-image02 {
  top: 144px;
  left: left;
  width: 250px;
  margin: auto;
  opacity: 0.3;
  z-index: 1;
  position: absolute;
  object-fit: cover;
}
.home-container08 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-theme-almostblack);
}
.home-container09 {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: center;
}
.home-container10 {
  flex: 1;
  width: 200px;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-icon012 {
  fill: #ffffff;
  width: 24px;
  height: 24px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text030 {
  color: #ffffff;
  font-size: 2em;
  border-color: var(--dl-color-theme-primary13);
  border-width: 2px;
  padding-left: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-unit);
  border-top-width: 0px;
  border-left-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-text031 {
  fill: var(--dl-color-theme-content);
  color: var(--dl-color-theme-content);
  margin-bottom: var(--dl-space-space-unit);
}
.home-container11 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.home-link06 {
  fill: var(--dl-color-theme-primary13);
  color: var(--dl-color-theme-primary13);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.home-link07 {
  display: contents;
}
.home-icon014 {
  fill: var(--dl-color-theme-primary13);
  width: 24px;
  height: 24px;
  padding-bottom: 4px;
  text-decoration: none;
}
.home-container12 {
  flex: 1;
  width: 200px;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-icon016 {
  fill: #ffffff;
  width: 24px;
  height: 24px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text032 {
  color: #ffffff;
  font-size: 2em;
  border-color: var(--dl-color-theme-primary13);
  border-width: 2px;
  padding-left: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-unit);
  border-top-width: 0px;
  border-left-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-text033 {
  fill: var(--dl-color-theme-content);
  color: var(--dl-color-theme-content);
  margin-bottom: var(--dl-space-space-unit);
}
.home-container13 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.home-link08 {
  fill: var(--dl-color-theme-primary13);
  color: var(--dl-color-theme-primary13);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.home-link09 {
  display: contents;
}
.home-icon018 {
  fill: var(--dl-color-theme-primary13);
  width: 24px;
  height: 24px;
  padding-bottom: 4px;
  text-decoration: none;
}
.home-container14 {
  flex: 1;
  width: 200px;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-icon020 {
  fill: #ffffff;
  width: 24px;
  height: 24px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text034 {
  color: #ffffff;
  font-size: 2em;
  border-color: var(--dl-color-theme-primary13);
  border-width: 2px;
  padding-left: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-unit);
  border-top-width: 0px;
  border-left-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-text035 {
  fill: var(--dl-color-theme-content);
  color: var(--dl-color-theme-content);
  margin-bottom: var(--dl-space-space-unit);
}
.home-container15 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.home-link10 {
  fill: var(--dl-color-theme-primary13);
  color: var(--dl-color-theme-primary13);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.home-link11 {
  display: contents;
}
.home-icon022 {
  fill: var(--dl-color-theme-primary13);
  width: 24px;
  height: 24px;
  padding-bottom: 4px;
  text-decoration: none;
}
.home-container16 {
  flex: 1;
  width: 200px;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-icon024 {
  fill: #ffffff;
  width: 24px;
  height: 24px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text036 {
  color: #ffffff;
  font-size: 2em;
  border-color: var(--dl-color-theme-primary13);
  border-width: 2px;
  padding-left: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-unit);
  border-top-width: 0px;
  border-left-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-text037 {
  fill: var(--dl-color-theme-content);
  color: var(--dl-color-theme-content);
  margin-bottom: var(--dl-space-space-unit);
}
.home-container17 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.home-link12 {
  fill: var(--dl-color-theme-primary13);
  color: var(--dl-color-theme-primary13);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.home-link13 {
  display: contents;
}
.home-icon026 {
  fill: var(--dl-color-theme-primary13);
  width: 24px;
  height: 24px;
  padding-bottom: 4px;
  text-decoration: none;
}
.home-gallery3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.home-section-title {
  gap: var(--dl-space-space-unit);
  width: auto;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.home-text038 {
  font-style: normal;
  text-align: center;
  font-family: "Hanken Grotesk";
  font-weight: 700;
}
.home-container18 {
  flex: 0 0 auto;
  width: 150px;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-primary1);
  border-style: solid;
  border-width: 2px;
  margin-bottom: 0px;
}
.home-text041 {
  fill: rgb(55, 55, 55);
  color: rgb(55, 55, 55);
  text-align: center;
  font-family: "Hanken Grotesk";
}
.home-max-width {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-container19 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  position: relative;
}
.home-hotovy {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image03 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image03:hover {
  transform: scale(1.05);
}
.home-hotovy01 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image04 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image04:hover {
  transform: scale(1.05);
}
.home-hotovy02 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image05 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image05:hover {
  transform: scale(1.05);
}
.home-hotovy03 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-container20 {
  width: 100%;
  height: 340px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: var(--dl-radius-radius-imageradius);
  justify-content: center;
}
.home-container20:hover {
  transform: scale(1.05);
}
.home-image06 {
  left: -60px;
  width: 100px;
  bottom: -137px;
  position: absolute;
  object-fit: cover;
}
.home-image07 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image07:hover {
  transform: scale(1.05);
}
.home-hotovy04 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image08 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image08:hover {
  transform: scale(1.05);
}
.home-hotovy05 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image09 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image09:hover {
  transform: scale(1.05);
}
.home-hotovy06 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image10 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image10:hover {
  transform: scale(1.05);
}
.home-hotovy07 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image11 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image11:hover {
  transform: scale(1.05);
}
.home-hotovy08 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image12 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image12:hover {
  transform: scale(1.05);
}
.home-hotovy09 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image13 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image13:hover {
  transform: scale(1.05);
}
.home-hotovy10 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image14 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image14:hover {
  transform: scale(1.05);
}
.home-hotovy11 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image15 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image15:hover {
  transform: scale(1.05);
}
.home-hotovy12 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-container21 {
  width: 100%;
  height: 340px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: var(--dl-radius-radius-imageradius);
  justify-content: center;
}
.home-container21:hover {
  transform: scale(1.05);
}
.home-image16 {
  top: -110px;
  right: -63px;
  width: 100px;
  height: auto;
  position: absolute;
  object-fit: cover;
}
.home-image17 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image17:hover {
  transform: scale(1.05);
}
.home-hotovy13 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image18 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image18:hover {
  transform: scale(1.05);
}
.home-hotovy14 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image19 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image19:hover {
  transform: scale(1.05);
}
.home-hotovy15 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.home-image20 {
  width: 100%;
  height: 340px;
  max-width: 600px;
  box-shadow: 0px 5px 10px 0px #cbcbcb;
  object-fit: cover;
  transition: 0.3s;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-image20:hover {
  transform: scale(1.05);
}
.home-testimonial17 {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: var(--dl-color-theme-almostblack);
}
.home-max-width1 {
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
}
.home-section-title1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-title {
  color: #ffffff;
  width: 100%;
  font-size: 2.5rem;
  font-style: normal;
  text-align: center;
  font-family: "Hanken Grotesk";
  font-weight: 700;
}
.home-container22 {
  flex: 0 0 auto;
  width: 150px;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-primary1);
  border-style: solid;
  border-width: 2px;
  margin-bottom: 0px;
}
.home-subtitle {
  fill: var(--dl-color-theme-content);
  color: var(--dl-color-theme-content);
  text-align: center;
}
.home-slider {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.home-slider-slide {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fourunits);
  vertical-align: middle;
  justify-content: center;
}
.home-column {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text042 {
  height: auto;
}
.home-avatar {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text043 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text044 {
  height: auto;
}
.home-column01 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars01 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text045 {
  height: auto;
}
.home-avatar01 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content01 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text057 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text058 {
  height: auto;
}
.home-slider-slide1 {
  gap: var(--dl-space-space-twounits);
  height: auto;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-threeunits);
  vertical-align: middle;
  justify-content: center;
}
.home-column02 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: var(--dl-radius-radius-cardradius);
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars02 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text059 {
  height: auto;
}
.home-avatar02 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content02 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text060 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text061 {
  height: auto;
}
.home-column03 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: var(--dl-radius-radius-cardradius);
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars03 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text062 {
  height: auto;
}
.home-avatar03 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content03 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text063 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text066 {
  height: auto;
}
.home-slider-slide2 {
  gap: var(--dl-space-space-twounits);
  height: auto;
  display: flex ;
  padding-top: var(--dl-space-space-threeunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-threeunits);
  vertical-align: middle;
}
.home-column04 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars04 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text067 {
  height: auto;
}
.home-avatar04 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content04 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text068 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text069 {
  height: auto;
}
.home-column05 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars05 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text070 {
  height: auto;
}
.home-avatar05 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content05 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text071 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text072 {
  height: auto;
}
.home-slider-pagination {
  display: block;
}
.home-slider-pagination-bullet {
  background-color: var(--dl-color-theme-primary1);
}
.home-slider-pagination-bullet1 {
  background-color: var(--dl-color-theme-primary1);
}
.home-slider-pagination-bullet2 {
  background-color: var(--dl-color-theme-primary1);
}
.home-slider-button-prev {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
.home-slider-button-next {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
.home-slider1 {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}
.home-slider-slide3 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: center;
}
.home-column06 {
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: var(--dl-radius-radius-cardradius);
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars06 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text073 {
  height: auto;
}
.home-avatar06 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content06 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text074 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text075 {
  height: auto;
}
.home-slider-slide4 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: center;
}
.home-column07 {
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: var(--dl-radius-radius-cardradius);
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars07 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text076 {
  height: auto;
}
.home-avatar07 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content07 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text088 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text089 {
  height: auto;
}
.home-slider-slide5 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: center;
}
.home-column08 {
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: var(--dl-radius-radius-cardradius);
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars08 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text090 {
  height: auto;
}
.home-avatar08 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content08 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text091 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text092 {
  height: auto;
}
.home-slider-slide6 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: center;
}
.home-column09 {
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: var(--dl-radius-radius-cardradius);
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars09 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text093 {
  height: auto;
}
.home-avatar09 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content09 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text094 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text097 {
  height: auto;
}
.home-slider-slide7 {
  display: flex ;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-fourunits);
}
.home-column10 {
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: var(--dl-radius-radius-cardradius);
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars10 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text098 {
  height: auto;
}
.home-avatar10 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content10 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text099 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text100 {
  height: auto;
}
.home-slider-slide8 {
  display: flex ;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-fourunits);
}
.home-column11 {
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  box-shadow: 0px 5px 10px 0px #757575;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: var(--dl-radius-radius-cardradius);
  flex-direction: column;
  background-color: #ffffff;
}
.home-stars11 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text101 {
  height: auto;
}
.home-avatar11 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.home-avatar-content11 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text102 {
  height: auto;
  font-style: normal;
  font-weight: 600;
}
.home-text103 {
  height: auto;
}
.home-slider-pagination1 {
  display: block;
}
.home-slider-pagination-bullet3 {
  background-color: var(--dl-color-theme-primary1);
}
.home-slider-pagination-bullet4 {
  background-color: var(--dl-color-theme-primary1);
}
.home-slider-pagination-bullet5 {
  background-color: var(--dl-color-theme-primary1);
}
.home-slider-pagination-bullet6 {
  background-color: var(--dl-color-theme-primary1);
}
.home-slider-pagination-bullet7 {
  background-color: var(--dl-color-theme-primary1);
}
.home-slider-pagination-bullet8 {
  background-color: var(--dl-color-theme-primary1);
}
.home-slider-button-prev1 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
.home-slider-button-next1 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
.home-container23 {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.home-max-width2 {
  align-self: center;
}
.home-section-title2 {
  width: 100%;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-content {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.home-text104 {
  font-size: 2.5rem;
  font-style: normal;
  font-family: "Hanken Grotesk";
  font-weight: 700;
}
.home-container24 {
  flex: 0 0 auto;
  width: 150px;
  height: 0px;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-primary1);
  border-style: solid;
  border-width: 2px;
  margin-bottom: 0px;
}
.home-text105 {
  font-family: "Hanken Grotesk";
}
.home-container25 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.home-content1 {
  width: 100%;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-content3 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon148 {
  width: 32px;
  height: 32px;
}
.home-contact-info {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.home-text106 {
  font-size: 2rem;
  align-self: flex-start;
  text-align: center;
  font-family: "Hanken Grotesk";
}
.home-text107 {
  font-family: "Hanken Grotesk";
}
.home-text110 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 20px;
  font-style: normal;
  font-family: "Hanken Grotesk";
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}
.home-content4 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon150 {
  width: 32px;
  height: 32px;
}
.home-contact-info1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.home-text111 {
  font-size: 2rem;
  align-self: flex-start;
  text-align: center;
  font-family: "Hanken Grotesk";
}
.home-text112 {
  font-family: "Hanken Grotesk";
}
.home-email {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 20px;
  font-style: normal;
  font-family: "Hanken Grotesk";
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}
.home-content5 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon152 {
  width: 32px;
  height: 32px;
}
.home-contact-info2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.home-text113 {
  font-size: 2rem;
  align-self: flex-start;
  text-align: center;
  font-family: "Hanken Grotesk";
}
.home-text114 {
  font-family: "Hanken Grotesk";
}
.home-address {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-size: 20px;
  font-style: normal;
  font-family: "Hanken Grotesk";
  font-weight: 600;
  letter-spacing: 1px;
}
.home-image21 {
  right: 0px;
  width: 100px;
  bottom: 0px;
  display: none;
  position: absolute;
  object-fit: cover;
}
.home-container26 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text117 {
  font-family: "Hanken Grotesk";
}
.home-text120 {
  font-family: "Hanken Grotesk";
}
.home-container27 {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-icon154 {
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.home-icon156 {
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.home-container28 {
  flex: 1;
  height: 100%;
  display: flex;
  min-height: 700px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container29 {
  width: 100%;
  min-height: 700px;
  border-color: var(--dl-color-theme-primary12);
  border-width: 4px;
  border-radius: var(--dl-radius-radius-imageradius);
}
.home-container30 {
  display: contents;
}
.home-container31 {
  width: 100%;
  display: none;
  border-color: var(--dl-color-theme-primary1);
  border-width: 4px;
  border-radius: var(--dl-radius-radius-radius8);
}
.home-container32 {
  display: contents;
}
.home-container33 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-theme-secondary2);
}
.home-container34 {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  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);
  justify-content: flex-start;
}
.home-links2 {
  gap: 0;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.home-image22 {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  margin-right: var(--dl-space-space-twounits);
}
.home-link14 {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-left: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-link15 {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-left: var(--dl-space-space-twounits);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-link16 {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-left: var(--dl-space-space-twounits);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-link17 {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-left: var(--dl-space-space-twounits);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-container35 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-container36 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-link18 {
  color: #ffffff;
  text-decoration: none;
}
.home-link19 {
  display: contents;
}
.home-image23 {
  width: 120px;
  height: 18px;
  box-shadow: 5px 5px 10px 0px rgba(212, 212, 212, 0);
  object-fit: cover;
  margin-bottom: 2px;
  text-decoration: none;
}
@media(max-width: 991px) {
  .home-container09 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home-container10 {
    width: 100%;
  }
  .home-container12 {
    width: 100%;
  }
  .home-container14 {
    width: 100%;
  }
  .home-container16 {
    width: 100%;
  }
  .home-image06 {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
  }
  .home-image16 {
    top: -132px;
    right: -60px;
    display: none;
  }
  .home-slider {
    display: none;
  }
  .home-slider1 {
    display: flex;
  }
  .home-slider-slide3 {
    padding: var(--dl-space-space-threeunits);
    align-self: center;
  }
  .home-slider-slide4 {
    padding: var(--dl-space-space-threeunits);
    align-self: center;
  }
  .home-slider-slide5 {
    padding: var(--dl-space-space-threeunits);
    align-self: center;
  }
  .home-slider-slide6 {
    padding: var(--dl-space-space-threeunits);
    align-self: center;
  }
  .home-content1 {
    position: relative;
    align-items: center;
    flex-direction: column;
  }
  .home-content2 {
    width: 100%;
  }
  .home-container28 {
    width: 100%;
  }
  .home-container29 {
    height: 100%;
    min-height: 700px;
  }
}
@media(max-width: 767px) {
  .home-container01 {
    position: relative;
  }
  .home-image {
    top: 50px;
    left: 0px;
    right: 0px;
    width: 6rem;
    margin: auto;
    display: flex;
    position: absolute;
  }
  .home-container02 {
    display: none;
  }
  .home-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .home-desktop-menu {
    display: none;
  }
  .home-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-text003 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text004 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text005 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text006 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text007 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-section-title {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-max-width1 {
    padding: var(--dl-space-space-threeunits);
  }
  .home-section-title1 {
    width: 100%;
    max-width: 800px;
  }
  .home-slider-slide {
    padding: var(--dl-space-space-threeunits);
  }
  .home-slider-slide1 {
    padding: var(--dl-space-space-threeunits);
  }
  .home-container23 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-content2 {
    width: 100%;
  }
  .home-container28 {
    width: 100%;
    min-height: auto;
  }
  .home-container29 {
    display: none;
  }
  .home-container31 {
    display: flex;
  }
  .home-container34 {
    gap: var(--dl-space-space-unit);
    height: auto;
    flex-direction: column;
  }
  .home-image22 {
    margin-right: 0px;
  }
  .home-link14 {
    display: none;
  }
  .home-link15 {
    display: none;
  }
  .home-link16 {
    display: none;
  }
  .home-link17 {
    display: none;
  }
}
@media(max-width: 479px) {
  .home-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-text008 {
    font-size: 3em;
  }
  .home-container09 {
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
    grid-template-columns: 1fr;
  }
  .home-container10 {
    padding: 0px;
  }
  .home-container12 {
    padding: 0px;
  }
  .home-container14 {
    padding: 0px;
  }
  .home-container16 {
    padding: 0px;
  }
  .home-gallery3 {
    padding: var(--dl-space-space-twounits);
  }
  .home-section-title {
    gap: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-testimonial17 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: TwoUn0its;
    padding-right: TwoUn0its;
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-max-width1 {
    padding: 0px;
  }
  .home-title {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-subtitle {
    margin-left: var(--dl-space-space-twounits);
    margin-right: var(--dl-space-space-twounits);
  }
  .home-slider-slide {
    padding: var(--dl-space-space-oneandhalfunits);
  }
  .home-slider-slide1 {
    padding: var(--dl-space-space-oneandhalfunits);
  }
  .home-slider1 {
    height: 450px;
  }
  .home-slider-slide3 {
    padding: var(--dl-space-space-threeunits);
  }
  .home-column06 {
    height: 100%;
  }
  .home-slider-slide4 {
    padding: var(--dl-space-space-threeunits);
  }
  .home-column07 {
    height: 100%;
  }
  .home-slider-slide5 {
    padding: var(--dl-space-space-threeunits);
  }
  .home-column08 {
    height: 100%;
  }
  .home-slider-slide6 {
    padding: var(--dl-space-space-threeunits);
  }
  .home-column09 {
    height: 100%;
  }
  .home-slider-slide7 {
    padding: var(--dl-space-space-threeunits);
  }
  .home-column10 {
    height: 100%;
  }
  .home-slider-slide8 {
    padding: var(--dl-space-space-threeunits);
  }
  .home-column11 {
    height: 100%;
  }
  .home-container23 {
    padding: var(--dl-space-space-twounits);
  }
}
