.navbar4-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: #ffffff;
}
.navbar4-navbar-interactive {
  width: 100%;
  display: flex;
  max-width: auto;
  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: #ffffff;
}
.navbar4-image {
  width: 131px;
  height: 104px;
  object-fit: cover;
}
.navbar4-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.navbar4-links {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-twounits);
  flex-direction: row;
  justify-content: flex-start;
}
.navbar4-link1 {
  font-family: "Open Sans";
  text-decoration: none;
}
.navbar4-link4 {
  font-family: "Open Sans";
  text-decoration: none;
}
.navbar4-link3 {
  font-family: "Open Sans";
  text-decoration: none;
}
.navbar4-link2 {
  font-family: "Open Sans";
  text-decoration: none;
}
.navbar4-link {
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.navbar4-link5 {
  font-family: "Open Sans";
  text-decoration: none;
}
.navbar4-buttons {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-twounits);
}
.navbar4-action1 {
  display: flex;
  border-color: #619026;
  flex-direction: row;
  text-decoration: none;
  background-color: #8bb232;
}
.navbar4-action2 {
  color: #8bb232;
  display: flex;
  border-color: #8bb232;
  flex-direction: row;
  text-decoration: none;
}
.navbar4-text1 {
  font-family: "Open Sans";
}
.navbar4-burger-menu {
  display: none;
}
.navbar4-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar4-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
.navbar4-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.navbar4-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.navbar4-image1 {
  width: 200px;
  object-fit: cover;
}
.navbar4-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar4-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.navbar4-links1 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.navbar4-link11 {
  text-decoration: none;
}
.navbar4-link21 {
  text-decoration: none;
}
.navbar4-link31 {
  text-decoration: none;
}
.navbar4-link41 {
  text-decoration: none;
}
.navbar4-link51 {
  text-decoration: none;
}
.navbar4-buttons1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
}
.navbar4-action11 {
  text-decoration: none;
}
.navbar4-action21 {
  text-decoration: none;
}

@media(max-width: 1200px) {
  .navbar4-navbar-interactive {
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
  }
  .navbar4-root-class-name {
    width: 100%;
    height: 100%;
  }
}
@media(max-width: 991px) {
  .navbar4-navbar-interactive {
    height: 199px;
  }
  .navbar4-desktop-menu {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .navbar4-buttons {
    gap: var(--dl-space-space-halfunit);
    flex: 1;
    width: 551px;
    height: 93px;
    flex-wrap: wrap;
    margin-left: var(--dl-space-space-halfunit);
    justify-content: flex-end;
  }
  .navbar4-action2 {
    width: 163px;
    height: 37px;
  }
  .navbar4-burger-menu {
    display: flex;
  }
}
@media(max-width: 767px) {
  .navbar4-navbar-interactive {
    height: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .navbar4-image {
    width: 63px;
    height: 68px;
  }
  .navbar4-desktop-menu {
    flex-wrap: wrap;
  }
  .navbar4-links {
    flex-wrap: wrap;
    padding-right: 0px;
  }
  .navbar4-buttons {
    width: 572px;
    height: 93px;
    align-self: center;
    justify-content: flex-start;
  }
  .navbar4-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .navbar4-root-class-name {
    height: auto;
  }
}
@media(max-width: 479px) {
  .navbar4-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .navbar4-mobile-menu {
    padding: var(--dl-space-space-unit);
    background-color: #ffffff;
  }
  .navbar4-image1 {
    width: var(--dl-size-size-medium);
  }
  .navbar4-action11 {
    border-color: #5d7722;
    background-color: rgb(139, 178, 50);
  }
  .navbar4-action21 {
    color: #5d7722;
    border-color: #5d7722;
  }
  .navbar4-root-class-name {
    width: 100%;
  }
}

.hero3-header9 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.hero3-placeholder-image {
  height: 430px;
  align-self: stretch;
  border-radius: 0px;
  margin-bottom: 50px;
}
.hero3-content {
  height: 135px;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: center;
}
.hero3-max-width {
  align-self: center;
  align-items: center;
}
.hero3-column {
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.hero3-text {
  width: auto;
  font-size: 36px;
  font-family: "Open Sans";
  animation-name: bounce;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.hero3-column1 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  flex-direction: column;
}
.hero3-actions {
  gap: var(--dl-space-space-unit);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.hero3-button {
  border-color: #5d7722;
  text-decoration: none;
  background-color: #8bb232;
}
.hero3-text1 {
  font-family: "Open Sans";
}
.hero3-button1 {
  color: #8bb232;
  border-color: #8bb232;
  text-decoration: none;
}
.hero3-text2 {
  font-family: "Open Sans";
}
.hero3-text3 {
  color: #ffffff;
  width: 1152px;
  height: 100%;
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 700;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-threeunits);
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  background-color: #1771ab;
  border-top-left-radius: var(--dl-radius-radius-buttonradius);
  border-top-right-radius: var(--dl-radius-radius-buttonradius);
  border-bottom-left-radius: var(--dl-radius-radius-buttonradius);
  border-bottom-right-radius: var(--dl-radius-radius-buttonradius);
}

@media(max-width: 1600px) {
  .hero3-text {
    width: auto;
  }
}
@media(max-width: 1200px) {
  .hero3-text {
    width: auto;
  }
  .hero3-text3 {
    width: auto;
    height: auto;
  }
}
@media(max-width: 991px) {
  .hero3-content {
    height: auto;
  }
  .hero3-max-width {
    width: 849px;
    height: 151px;
    padding: var(--dl-space-space-halfunit);
  }
  .hero3-column {
    width: 100%;
  }
  .hero3-text {
    width: 100%;
    height: auto;
  }
  .hero3-column1 {
    width: auto;
  }
  .hero3-button {
    flex: 1;
  }
  .hero3-button1 {
    flex: 1;
  }
  .hero3-text3 {
    width: auto;
    height: auto;
  }
}
@media(max-width: 767px) {
  .hero3-max-width {
    width: auto;
    height: auto;
    flex-direction: column;
  }
  .hero3-text {
    width: auto;
    align-self: center;
    text-align: center;
  }
  .hero3-actions {
    width: 100%;
    justify-content: center;
  }
  .hero3-text3 {
    width: auto;
    height: auto;
    text-align: center;
  }
}
@media(max-width: 479px) {
  .hero3-header9 {
    height: 1342px;
  }
  .hero3-placeholder-image {
    width: auto;
    height: auto;
    align-self: center;
  }
  .hero3-content {
    height: auto;
  }
  .hero3-max-width {
    width: auto;
    height: auto;
  }
  .hero3-text {
    width: auto;
  }
  .hero3-actions {
    flex-direction: column;
  }
  .hero3-button {
    width: 100%;
  }
  .hero3-button1 {
    width: 100%;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .hero3-text3 {
    width: auto;
    height: 459px;
    margin: var(--dl-space-space-halfunit);
  }
  .hero3-root-class-name {
    flex: 1;
    width: 479px;
    height: auto;
  }
}

.faq11-faq8 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.faq11-max-width {
  gap: var(--dl-space-space-threeunits);
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.faq11-list {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 100%;
  height: 310px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.faq11-faq1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  flex-direction: column;
}
.faq11-trigger {
  display: flex;
  padding: var(--dl-space-space-unit);
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.faq11-faq1-question {
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 600;
}
.faq11-icons-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.faq11-icon {
  width: 24px;
  height: 24px;
}
.faq11-icon2 {
  width: 24px;
  height: 24px;
}
.faq11-container03 {
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-unit);
  flex-wrap: wrap;
  align-self: center;
  align-items: flex-start;
  animation-name: fadeIn;
  flex-direction: row;
  animation-delay: 0s;
  justify-content: center;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.faq11-container04 {
  width: 100%;
  height: 100%;
  margin: var(--dl-space-space-halfunit);
}
.faq11-container05 {
  display: contents;
}
.faq11-faq2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  flex-direction: column;
}
.faq11-trigger1 {
  display: flex;
  padding: var(--dl-space-space-unit);
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.faq11-faq2-question {
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 600;
}
.faq11-icons-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.faq11-icon4 {
  width: 24px;
  height: 24px;
}
.faq11-icon6 {
  width: 24px;
  height: 24px;
}
.faq11-container08 {
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-self: stretch;
  align-items: flex-start;
  animation-name: fadeIn;
  flex-direction: row;
  animation-delay: 0s;
  justify-content: center;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.faq11-container09 {
  flex: 0 0 auto;
  width: 100%;
  height: 269px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.faq11-container10 {
  width: 100%;
  height: 100%;
  align-self: center;
}
.faq11-container11 {
  display: contents;
}
.faq11-root-class-name {
  width: 100%;
}
@media(max-width: 1600px) {
  .faq11-faq8 {
    height: 100%;
    flex-wrap: wrap;
  }
  .faq11-max-width {
    width: 100%;
    height: auto;
  }
  .faq11-container03 {
    flex-wrap: wrap;
    align-self: center;
  }
  .faq11-container04 {
    flex: 12;
    width: 100%;
    height: 100%;
  }
  .faq11-container08 {
    width: 100%;
    height: 100%;
  }
  .faq11-container09 {
    height: auto;
  }
  .faq11-container10 {
    width: 100%;
    height: auto;
    align-self: center;
  }
}
@media(max-width: 1200px) {
  .faq11-faq8 {
    flex-wrap: wrap;
  }
  .faq11-container03 {
    flex-wrap: wrap;
  }
  .faq11-container08 {
    width: 100%;
    height: 100%;
  }
}
@media(max-width: 991px) {
  .faq11-faq8 {
    flex-wrap: wrap;
  }
  .faq11-container03 {
    flex-wrap: wrap;
  }
  .faq11-container08 {
    height: 100%;
  }
  .faq11-container10 {
    height: 100%;
  }
}
@media(max-width: 767px) {
  .faq11-faq8 {
    flex-wrap: wrap;
  }
  .faq11-container03 {
    flex-wrap: wrap;
  }
  .faq11-container08 {
    height: 100%;
  }
}
@media(max-width: 479px) {
  .faq11-faq8 {
    height: 100%;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .faq11-list {
    height: 100%;
  }
  .faq11-container03 {
    height: 100%;
    flex-wrap: wrap;
  }
  .faq11-container04 {
    height: 100%;
  }
  .faq11-trigger1 {
    width: 100%;
    height: 100%;
  }
  .faq11-container08 {
    height: 100%;
  }
  .faq11-container09 {
    height: 100%;
  }
  .faq11-container10 {
    flex: 12;
    width: 100%;
    margin: var(--dl-space-space-halfunit);
    align-self: center;
  }
}

.features18-layout349 {
  width: 1161px;
  height: 378px;
  display: flex;
  padding: 0px;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.features18-max-width {
  gap: var(--dl-space-space-fiveunits);
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
}
.features18-image-container {
  flex: 1;
  width: auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.features18-link {
  display: contents;
}
.features18-image {
  width: 426px;
  height: 317px;
  object-fit: cover;
  text-decoration: none;
}

.features18-root-class-name1 {
  width: auto;
  height: auto;
}
@media(max-width: 1200px) {
  .features18-max-width {
    width: 1131px;
    height: 467px;
    margin-left: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 991px) {
  .features18-layout349 {
    width: auto;
    height: auto;
  }
  .features18-max-width {
    gap: var(--dl-space-space-twounits);
    width: auto;
    height: auto;
    flex-direction: column-reverse;
  }
  .features18-root-class-name {
    width: auto;
    height: auto;
  }
}
@media(max-width: 767px) {
  .features18-max-width {
    width: 100%;
    height: auto;
    padding-left: 0px;
  }
  .features18-image {
    width: auto;
    height: auto;
  }
  .features18-root-class-name {
    width: auto;
    height: auto;
  }
}
@media(max-width: 479px) {
  .features18-max-width {
    width: 100%;
  }
  .features18-image {
    width: 100%;
    height: auto;
    align-self: stretch;
  }
  .features18-root-class-name {
    width: auto;
    height: auto;
    margin: var(--dl-space-space-halfunit);
    align-self: center;
  }
  .features18-root-class-name1 {
    width: 100%;
    margin: var(--dl-space-space-halfunit);
  }
}

.gallery1-gallery3 {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.gallery1-text {
  margin: var(--dl-space-space-halfunit);
}
.gallery1-container {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.gallery1-image {
  width: 200px;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
}
.gallery1-container01 {
  width: 100%;
  height: 284px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.gallery1-container02 {
  flex: 12;
  width: auto;
  height: auto;
  display: flex;
  min-width: auto;
  align-self: stretch;
  min-height: auto;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
}
.gallery1-text01 {
  margin: var(--dl-space-space-halfunit);
}
.gallery1-text02 {
  margin: var(--dl-space-space-halfunit);
}
.gallery1-text03 {
  margin: var(--dl-space-space-halfunit);
  text-align: justify;
}
.gallery1-container03 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.gallery1-image1 {
  width: 200px;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
}
.gallery1-container04 {
  width: 100%;
  height: 284px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.gallery1-container05 {
  flex: 12;
  width: auto;
  height: auto;
  display: flex;
  min-width: auto;
  align-self: stretch;
  min-height: auto;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
}
.gallery1-text04 {
  margin: var(--dl-space-space-halfunit);
}
.gallery1-text05 {
  margin: var(--dl-space-space-halfunit);
}
.gallery1-text06 {
  margin: var(--dl-space-space-halfunit);
  text-align: justify;
}
.gallery1-container06 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.gallery1-image2 {
  width: 200px;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
}
.gallery1-container07 {
  width: 100%;
  height: 284px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.gallery1-container08 {
  flex: 12;
  width: auto;
  height: auto;
  display: flex;
  min-width: auto;
  align-self: stretch;
  min-height: auto;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
}
.gallery1-text07 {
  margin: var(--dl-space-space-halfunit);
}
.gallery1-text08 {
  margin: var(--dl-space-space-halfunit);
}
.gallery1-text09 {
  margin: var(--dl-space-space-halfunit);
  text-align: justify;
}
.gallery1-container09 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.gallery1-image3 {
  width: 200px;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
}
.gallery1-container10 {
  width: 100%;
  height: 284px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.gallery1-container11 {
  flex: 12;
  width: auto;
  height: auto;
  display: flex;
  min-width: auto;
  align-self: stretch;
  min-height: auto;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
}
.gallery1-text10 {
  margin: var(--dl-space-space-halfunit);
}
.gallery1-text11 {
  margin: var(--dl-space-space-halfunit);
}
.gallery1-text12 {
  margin: var(--dl-space-space-halfunit);
  text-align: justify;
}
.gallery1-container12 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.gallery1-image4 {
  width: 200px;
  margin-top: var(--dl-space-space-halfunit);
  object-fit: cover;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
}
.gallery1-container13 {
  width: 100%;
  height: 284px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.gallery1-container14 {
  flex: 12;
  width: auto;
  height: auto;
  display: flex;
  min-width: auto;
  align-self: stretch;
  min-height: auto;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
}
.gallery1-container15 {
  flex: 0 0 auto;
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  justify-content: center;
}
@media(max-width: 1600px) {
  .gallery1-gallery3 {
    height: 2144px;
  }
  .gallery1-text13 {
    margin: var(--dl-space-space-halfunit);
  }
  .gallery1-text14 {
    margin: var(--dl-space-space-halfunit);
  }
  .gallery1-text15 {
    margin: var(--dl-space-space-halfunit);
    text-align: justify;
  }
}
@media(max-width: 991px) {
  .gallery1-gallery3 {
    height: 2414px;
  }
  .gallery1-container {
    height: 403px;
  }
  .gallery1-container03 {
    height: 365px;
  }
  .gallery1-container09 {
    height: 309px;
  }
}
@media(max-width: 767px) {
  .gallery1-gallery3 {
    width: auto;
    height: 2849px;
  }
  .gallery1-container {
    height: 544px;
  }
  .gallery1-container02 {
    max-width: 400px;
    justify-content: flex-start;
  }
  .gallery1-container03 {
    height: 444px;
  }
  .gallery1-container05 {
    max-width: 400px;
  }
  .gallery1-container06 {
    height: 354px;
  }
  .gallery1-container08 {
    max-width: 400px;
  }
  .gallery1-container09 {
    height: 396px;
  }
  .gallery1-container11 {
    max-width: 400px;
  }
  .gallery1-container12 {
    height: 566px;
  }
  .gallery1-container14 {
    max-width: 400px;
  }
}
@media(max-width: 479px) {
  .gallery1-gallery3 {
    width: 479px;
    height: 4626px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .gallery1-container {
    height: 849px;
    margin: var(--dl-space-space-twounits);
    flex-wrap: wrap;
    max-width: auto;
    padding-bottom: 0px;
  }
  .gallery1-container02 {
    height: 532px;
  }
  .gallery1-text01 {
    max-width: auto;
  }
  .gallery1-text03 {
    max-width: auto;
  }
  .gallery1-container03 {
    height: 733px;
    margin: var(--dl-space-space-twounits);
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .gallery1-container06 {
    height: 657px;
    margin: var(--dl-space-space-twounits);
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .gallery1-container09 {
    height: 675px;
    margin: var(--dl-space-space-twounits);
    flex-wrap: wrap;
  }
  .gallery1-container12 {
    height: 851px;
    margin: var(--dl-space-space-twounits);
    flex-wrap: wrap;
  }
}

.features17-layout349 {
  width: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  padding-left: 84px;
  flex-direction: column;
}
.features17-max-width {
  gap: var(--dl-space-space-fiveunits);
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.features17-image-container {
  flex: 1;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
.features17-link {
  display: contents;
}
.features17-image {
  width: auto;
  height: auto;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
.features17-content {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.features17-section-title {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.features17-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.features17-text1 {
  font-size: 17px;
  align-self: stretch;
  text-align: justify;
  font-family: "Open Sans";
}
@media(max-width: 991px) {
  .features17-max-width {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .features17-layout349 {
    padding-left: var(--dl-space-space-oneandhalfunits);
  }
  .features17-max-width {
    align-self: center;
  }
  .features17-image {
    align-self: center;
  }
}

.app-component-container {
  display: flex;
  position: relative;
}
.app-component-root-class-name {
  margin: var(--dl-space-space-oneandhalfunits);
}

.logos9-container {
  gap: var(--dl-space-space-threeunits);
  width: auto;
  display: flex;
  padding: 0px;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.logos9-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.logos9-container3 {
  display: contents;
}
.logos9-image {
  width: auto;
  height: auto;
  align-self: center;
  object-fit: cover;
}
@media(max-width: 1600px) {
  .logos9-image {
    width: auto;
    height: auto;
  }
}
@media(max-width: 1200px) {
  .logos9-image {
    width: auto;
    height: auto;
  }
}
@media(max-width: 991px) {
  .logos9-image {
    width: auto;
    height: auto;
  }
}
@media(max-width: 767px) {
  .logos9-container {
    gap: var(--dl-space-space-twounits);
  }
  .logos9-image {
    width: auto;
  }
}
@media(max-width: 479px) {
  .logos9-container {
    width: auto;
  }
  .logos9-image {
    flex: 1;
    width: 479px;
    height: 149px;
    align-self: center;
  }
}

.component1-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-sixunits);
  padding-right: var(--dl-space-space-sixunits);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.component1-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
.component1-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component1-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.component1-text {
  align-self: center;
  margin-top: var(--dl-space-space-fourunits);
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-fourunits);
}
.component1-radisson-blu-hotel-w-szczecinie-plac-roda-10 {
  font-size: 27px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  padding-left: var(--dl-space-space-halfunit);
}
.component1-container4 {
  width: 618px;
  margin: var(--dl-space-space-twounits);
  padding: var(--dl-space-space-unit);
}
.component1-container5 {
  display: contents;
}
@media(max-width: 1200px) {
  .component1-container {
    justify-content: center;
  }
  .component1-container2 {
    justify-content: center;
  }
  .component1-text {
    align-self: center;
    margin-right: var(--dl-space-space-halfunit);
  }
  .component1-radisson-blu-hotel-w-szczecinie-plac-roda-10 {
    font-style: normal;
    text-align: center;
    font-weight: 400;
  }
  .component1-container4 {
    align-self: center;
  }
}
@media(max-width: 991px) {
  .component1-container {
    justify-content: center;
  }
  .component1-container2 {
    justify-content: center;
  }
  .component1-container3 {
    align-items: center;
  }
  .component1-text {
    margin-left: var(--dl-space-space-fourunits);
  }
  .component1-radisson-blu-hotel-w-szczecinie-plac-roda-10 {
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 400;
  }
  .component1-container4 {
    width: 483px;
    align-self: center;
  }
}
@media(max-width: 767px) {
  .component1-container {
    width: auto;
    height: 984px;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    justify-content: center;
  }
  .component1-container1 {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .component1-text {
    margin-top: var(--dl-space-space-halfunit);
    text-align: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .component1-radisson-blu-hotel-w-szczecinie-plac-roda-10 {
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 600;
  }
  .component1-container4 {
    width: 445px;
    height: 450px;
    align-self: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 479px) {
  .component1-container {
    width: 479px;
    padding: var(--dl-space-space-unit);
    align-items: center;
    justify-content: center;
  }
  .component1-container1 {
    width: auto;
    justify-content: center;
  }
  .component1-container3 {
    align-self: center;
    align-items: center;
  }
  .component1-text {
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    margin-right: var(--dl-space-space-halfunit);
  }
  .component1-radisson-blu-hotel-w-szczecinie-plac-roda-10 {
    align-self: center;
    font-style: normal;
    text-align: center;
    font-weight: 400;
  }
  .component1-container4 {
    width: auto;
    align-self: center;
  }
}

.component3-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  margin-top: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  background-color: #0f5096;
}
.component3-text {
  color: rgb(255, 255, 255);
  margin: var(--dl-space-space-halfunit);
}
@media(max-width: 479px) {
  .component3-text {
    width: 428px;
    text-align: center;
  }
}

.component2-container {
  display: flex;
  position: relative;
}
.component2-container1 {
  align-self: center;
}
.component2-container2 {
  display: contents;
}
@media(max-width: 991px) {
  .component2-container1 {
    align-self: center;
  }
}

.contact4-contact20 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.contact4-max-width {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact4-section-title {
  gap: var(--dl-space-space-unit);
  width: auto;
  display: flex;
  max-width: 800px;
  align-self: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.contact4-text {
  font-family: "Open Sans";
}
.contact4-content {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.contact4-row {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.contact4-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.contact4-contact-info {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.contact4-content2 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.contact4-text2 {
  align-self: flex-start;
  text-align: center;
  font-family: "Open Sans";
}
.contact4-email {
  align-self: flex-start;
  text-align: center;
  font-family: "Open Sans";
}
.contact4-content3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.contact4-icon2 {
  align-self: flex-start;
}
.contact4-contact-info1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.contact4-content4 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.contact4-text3 {
  align-self: stretch;
  text-align: left;
  font-family: "Open Sans";
}
.contact4-phone {
  align-self: flex-start;
  text-align: center;
}
.contact4-content5 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.contact4-icon4 {
  align-self: flex-start;
}
.contact4-contact-info2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.contact4-content6 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.contact4-text4 {
  align-self: flex-start;
  text-align: left;
  font-family: "Open Sans";
}
.contact4-text5 {
  text-align: left;
  font-family: "PT Sans";
}
.contact4-address {
  align-self: flex-start;
  text-align: left;
  font-family: "Open Sans";
}
@media(max-width: 767px) {
  .contact4-row {
    flex-direction: column;
  }
}

.footer15-container {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer15-social-links {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer15-link {
  display: contents;
}
.footer15-icon {
  text-decoration: none;
}
.footer15-link1 {
  display: contents;
}
.footer15-image {
  width: 24px;
  object-fit: cover;
  text-decoration: none;
}
.footer15-link2 {
  display: contents;
}
.footer15-icon2 {
  text-decoration: none;
}
.footer15-max-width {
  display: flex;
  flex-direction: column;
}
.footer15-content {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: var(--dl-space-space-twounits);
  padding-left: 0px;
  border-radius: var(--dl-radius-radius-radius4);
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: flex-start;
}
.footer15-actions {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
}
.footer15-media {
  width: 50%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.footer15-container1 {
  gap: var(--dl-space-space-oneandhalfunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer15-credits {
  gap: var(--dl-space-space-oneandhalfunits);
  width: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.footer15-row {
  flex: 1;
  display: flex;
  align-self: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
}
.footer15-credits1 {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.footer15-link11 {
  text-decoration: none;
}
.footer15-content3 {
  align-self: center;
  font-family: "Open Sans";
}
@media(max-width: 991px) {
  .footer15-content {
    flex-direction: row;
  }
  .footer15-media {
    width: 50%;
  }
  .footer15-credits {
    flex-direction: column;
  }
  .footer15-row {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .footer15-content3 {
    align-self: center;
  }
}
@media(max-width: 767px) {
  .footer15-content {
    gap: var(--dl-space-space-twounits);
    width: auto;
    align-self: stretch;
    flex-direction: column;
  }
  .footer15-actions {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer15-media {
    width: 100%;
    align-items: center;
  }
  .footer15-credits {
    flex-direction: column;
  }
  .footer15-row {
    padding: 0px;
    padding-right: 0px;
    flex-direction: column;
  }
  .footer15-credits1 {
    width: auto;
    align-self: stretch;
    justify-content: space-between;
  }
}
@media(max-width: 479px) {
  .footer15-social-links {
    align-items: center;
    justify-content: center;
  }
  .footer15-content {
    gap: var(--dl-space-space-twounits);
  }
  .footer15-media {
    width: 100%;
  }
  .footer15-row {
    align-items: center;
    justify-content: center;
  }
  .footer15-credits1 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    justify-content: flex-start;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  margin-top: var(--dl-space-space-fourunits);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text {
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 700;
}
.home-text1 {
  align-self: center;
  text-align: center;
  font-family: "Open Sans";
}
.home-container2 {
  width: 100%;
  height: 233px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-button {
  border-color: #393838;
  text-decoration: none;
  background-color: #284a98;
}
.home-content {
  width: 617px;
  height: 133px;
  margin: var(--dl-space-space-threeunits);
  align-self: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
.home-content1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.home-text2 {
  font-size: 28px;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 700;
}
.home-text3 {
  font-family: "Open Sans";
}
.home-link {
  display: contents;
}
.home-component03 {
  text-decoration: none;
}
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-link1 {
  display: contents;
}
.home-image {
  width: 746px;
  height: 165px;
  margin: var(--dl-space-space-unit);
  object-fit: cover;
  text-decoration: none;
}
.home-text5 {
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  margin-left: var(--dl-space-space-fiveunits);
  margin-right: var(--dl-space-space-fiveunits);
  margin-bottom: var(--dl-space-space-halfunit);
}
.home-image1 {
  width: 100%;
  bottom: 50px;
  position: fixed;
  align-self: center;
  object-fit: cover;
}
@media(max-width: 1600px) {
  .home-content {
    margin: var(--dl-space-space-fourunits);
    justify-content: flex-end;
  }
  .home-text2 {
    text-align: center;
  }
  .home-image {
    width: 1114px;
    height: 229px;
  }
  .home-image1 {
    max-width: 1600;
  }
}
@media(max-width: 1200px) {
  .home-container2 {
    width: auto;
    height: auto;
  }
  .home-content {
    width: auto;
    height: auto;
    margin: var(--dl-space-space-twounits);
  }
  .home-text2 {
    height: auto;
  }
  .home-image {
    width: 911px;
    height: 202px;
  }
  .home-image1 {
    max-width: 1200;
  }
}
@media(max-width: 991px) {
  .home-container2 {
    width: auto;
    height: auto;
  }
  .home-content {
    width: auto;
    height: auto;
    margin: var(--dl-space-space-twounits);
  }
  .home-text2 {
    height: auto;
  }
  .home-text3 {
    text-align: center;
  }
  .home-image {
    width: 699px;
    height: 148px;
  }
  .home-image1 {
    max-width: 991;
  }
}
@media(max-width: 767px) {
  .home-container2 {
    height: auto;
  }
  .home-content {
    width: auto;
    height: auto;
    margin: var(--dl-space-space-twounits);
  }
  .home-text3 {
    text-align: center;
  }
  .home-image {
    width: 583px;
    height: 122px;
  }
  .home-image1 {
    width: 767px;
    max-width: 767;
  }
}
@media(max-width: 479px) {
  .home-container2 {
    height: auto;
  }
  .home-content {
    width: auto;
    margin: var(--dl-space-space-twounits);
  }
  .home-content1 {
    width: auto;
    padding-left: 0px;
  }
  .home-text3 {
    text-align: center;
  }
  .home-text4 {
    margin-top: var(--dl-space-space-threeunits);
  }
  .home-image {
    width: 100%;
    height: 120px;
  }
  .home-image1 {
    width: 400px;
    max-width: 479;
  }
}
