h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.body {
  display: block;
  background-image: url('../images/GERLIONTI_web_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-login-button {
  width: 130px;
  height: 40px;
  max-width: 80%;
  background-image: url('../images/login_button.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.body-structure {
  background-color: #000;
  background-image: url('../images/GERLIONTI_web_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.home-button {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a28432;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.back-to-home-button {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-about {
  display: block;
  margin: 10px;
  padding: 15px;
  background-color: rgba(0, 0, 0, .7);
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
  text-transform: none;
}

.paragraph.center {
  position: static;
  display: block;
  text-align: center;
}

.cokie-heading {
  margin: 0px;
  padding: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.structure-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.textarea {
  padding: 10px;
  border-style: none;
  background-color: hsla(0, 0%, 100%, .9);
}

.contact-form {
  display: block;
  margin-top: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, .7);
}

.form-block {
  margin-top: 0px;
  padding: 0px 20px 20px;
  background-color: rgba(0, 0, 0, .7);
}

.paragraph-footer {
  display: block;
  margin-bottom: 30px;
  padding-top: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  text-align: center;
}

.text-span-3 {
  font-size: 18px;
  font-weight: 400;
}

.send-button {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #a28432;
  color: #000;
}

.link-block {
  display: block;
  width: 85px;
  height: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/login_button.png');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-bar-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-logo {
  display: block;
  width: 406px;
  height: 390px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/logo_general.png');
  background-position: 50% 50%;
  background-size: cover;
}

.main-login-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-button {
  display: block;
  width: 35px;
  height: 48px;
  max-width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/scroll_button.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about {
  height: 100vh;
  background-color: transparent;
}

.product-1 {
  height: auto;
  background-color: transparent;
}

.contact {
  height: 100vh;
  padding-top: 25px;
  background-color: transparent;
}

.main {
  height: 100vh;
  background-color: transparent;
}

.text-span-5 {
  font-size: 10px;
}

.product-photo {
  position: relative;
  right: -15px;
  bottom: 15px;
  width: 300px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/product_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 5px 10px 0 #000;
}

.product-photo.services {
  margin-bottom: 300px;
  background-image: url('../images/product_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 4px 10px 0 #000;
}

.product-photo.concierge {
  margin-bottom: 500px;
  background-image: url('../images/product_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 4px 10px 0 #000;
}

.product-photo.bespoke {
  margin-bottom: 150px;
  background-image: url('../images/product_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 4px 10px 0 #000;
}

.product-photo.escrow {
  margin-bottom: 780px;
  background-image: url('../images/product_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 4px 10px 0 #000;
}

.product-photo.compliance {
  margin-bottom: 200px;
  background-image: url('../images/product_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 3px 4px 10px 0 #000;
}

.product-info {
  padding: 15px 15px 15px 30px;
  background-color: rgba(0, 0, 0, .7);
}

.product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-container.value {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
}

.product-container.service {
  height: 100vh;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-container.structure {
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-span-6 {
  font-weight: 500;
}

.text-span-7 {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.button-3 {
  background-color: #a28432;
  color: #000;
}

.select-field {
  border-style: none;
  background-color: rgba(0, 0, 0, .7);
}

.text-field-email {
  border-style: none;
  background-color: hsla(0, 0%, 100%, .9);
  color: #000;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-wrapper {
  position: relative;
  width: 85px;
  height: 31px;
}

.dropdown-trigger {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 85px;
  height: 31px;
  margin-bottom: 0px;
  background-image: url('../images/menu_button.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.dropdown-content {
  position: absolute;
  overflow: hidden;
  width: 150%;
}

.dropdown-link {
  display: block;
  padding: 10px;
  background-color: #a28432;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.dropdown-link.w--current {
  padding: 10px;
  background-color: #a28432;
  color: #000;
  font-size: 14px;
}

.product-2 {
  height: 100vh;
}

.product-3 {
  height: 100vh;
}

.success-message {
  background-color: #c09936;
}

.error-message {
  background-color: #ff0505;
}

.text-block {
  text-align: center;
}

.link-block-2 {
  max-width: 100%;
}

.link-block-2.w--current {
  width: 121px;
  height: 112px;
  background-image: url('../images/logo_general.png');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  height: 125px;
  background-color: #000;
}

.structure-image {
  display: block;
  overflow: visible;
  width: 90%;
  height: 100vh;
  max-height: 100vh;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/GERLIONTI_Company_Structure.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-2 {
  font-size: 15px;
}

.body-2 {
  background-image: url('../images/GERLIONTI_web_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.cokie-container {
  padding: 10px;
  background-color: transparent;
}

.cokie-text {
  padding: 15px;
  background-color: rgba(0, 0, 0, .7);
}

.table-columns-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-heading-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.column-heading {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  border: 1px solid #fff;
}

.link-text {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  width: 900px;
  height: 70px;
}

.columns.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-column {
  padding: 5px;
  color: #fff;
}

.bold-column-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.bold-column-text.main {
  font-weight: 300;
  text-transform: none;
}

.column-cookie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 900px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.column {
  height: 100%;
  border: 0.5px solid #fff;
}

.table-text-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.5px solid #fff;
  font-size: 12px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-3 {
  border: 0.5px solid #fff;
}

.policy-conatainer {
  display: block;
  width: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.policy-link-text {
  width: auto;
  height: auto;
  padding: 5px;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #fff;
  font-weight: 400;
}

.body-3 {
  background-image: url('../images/GERLIONTI_web_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

 .topMenuLanguageBar {
    width:120px !important; 
    height:31px !important;
    background-size:120px 31px;
    background-repeat: no-repeat;
  }

@media (max-width: 991px) {
  .body {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .about-container {
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .structure-section {
    width: auto;
    margin-right: 0%;
    margin-left: 0%;
  }
  .main-logo {
    width: 300px;
    height: 290px;
    background-size:180px 175px;
    background-repeat: no-repeat;
  }
  .about {
    height: 100vh;
  }
  .contact {
    padding-top: 50px;
  }
  .main {
    height: 100vh;
  }
  .product-photo.services {
    width: 250px;
    height: 180px;
    margin-bottom: 420px;
  }
  .product-photo.concierge {
    width: 250px;
    height: 180px;
    margin-bottom: 610px;
  }
  .product-photo.bespoke {
    width: 250px;
    height: 180px;
    margin-bottom: 270px;
  }
  .product-photo.escrow {
    width: 250px;
    height: 180px;
    margin-bottom: 1010px;
  }
  .product-photo.compliance {
    width: 250px;
    height: 180px;
    margin-bottom: 270px;
  }
  .product-photo.structure {
    width: 250px;
    height: 180px;
    margin-bottom: 355px;
  }
  .product-photo.values {
    width: 250px;
    height: 180px;
    margin-bottom: 215px;
  }
  .product-container {
    padding-right: 10px;
  }
  .product-container.value {
    height: 100%;
    padding-right: 0px;
  }
  .product-container.service {
    height: 100%;
  }
  .product-container.structure {
    height: 100%;
  }
  .product-2 {
    background-color: transparent;
  }
  .product-3 {
    background-color: transparent;
  }
  .link-block-2.w--current {
    width: 108px;
    height: 96px;
  }
  .structure-image {
    display: block;
    overflow: visible;
    width: 760px;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
  }
   .topMenuLanguageBar {
    width:120px !important; 
    height:31px !important;
    background-size:120px 31px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .body {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .hero-login-button {
    width: 100px;
    height: 35px;
  }
  .div-about {
    margin-top: 50px;
  }
  .about-container {
    height: 100vh;
  }
  .contact-container {
    height: auto;
  }
  .nav-bar-container {
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(80%, rgba(0, 0, 0, .9)), to(transparent));
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, .9) 80%, transparent);
  }
  .main-logo {
    width: 150px;
    height: 145px;
  }
  .scroll-button {
    width: 18px;
    height: 25px;
  }
  .scroll {
    margin-top: 30px;
  }
  .about {
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-1 {
    height: auto;
  }
  .main {
    height: 100vh;
  }
  .product-photo {
    position: relative;
    right: -15px;
    bottom: -15px;
    display: block;
    width: 400px;
    height: 250px;
    margin-bottom: -5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-container.value {
    height: 100%;
  }
  .product-container.service {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-container.structure {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-container.bespoke {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-container.escrow {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-2 {
    height: 100vh;
  }
  .product-3 {
    height: 100vh;
  }
  .structure-image {
    width: 480px;
    height: 320px;
  }
  .product-photo.services, .product-photo.concierge, .product-photo.bespoke, .product-photo.escrow, .product-photo.compliance  {
    position: relative;
    right: -15px;
    bottom: -15px;
    display: block;
    width: 400px;
    height: 250px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
   .topMenuLanguageBar {
    width:100px !important; 
    height:23px !important;
    background-size:100px 23px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 479px) {
  .body {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }
  .hero-login-button {
    width: 80px;
    height: 29px;
    margin: 10px;
  }
  .cokie-heading {
    line-height: 30px;
  }
  .about-container {
    height: auto;
  }
  .structure-section {
    margin-left: 0%;
  }
  .paragraph-footer {
    padding-bottom: 5%;
  }
  .link-block {
    width: 80px;
    height: 29px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-bar-container {
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(83%, rgba(0, 0, 0, .9)), to(transparent));
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, .9) 83%, transparent);
  }
  .main-logo {
    width: 180px;
    height: 175px;
  }
  .scroll {
    margin-top: 30px;
  }
  .about {
    height: 100%;
    margin-top: 50px;
    margin-bottom: 200px;
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .product-1 {
    height: auto;
  }
  .main {
    height: 100vh;
  }
  .product-photo.services, .product-photo.concierge, .product-photo.bespoke, .product-photo.escrow, .product-photo.compliance {
    right: -5px;
    margin-bottom: 0px;
    width:100%;
  }
  .product-container.value {
    height: 100%;
  }
  .product-container.service {
    height: 100%;
  }
  .product-container.structure {
    height: 100%;
  }
  .select-field {
    position: static;
  }
  .dropdown-wrapper {
    width: 80px;
    height: 29px;
  }
  .dropdown-trigger {
    width: 80px;
    height: 29px;
  }
  .product-2 {
    height: 100%;
  }
  .product-3 {
    height: 100%;
  }
  .link-block-2.w--current {
    width: 96px;
    height: 93px;
  }
  .structure-image {
    overflow: auto;
    width: 320px;
    height: 200px;
    background-position: 0px 50%;
  }
  .topMenuLanguageBar {
    width:100px !important; 
    height:23px !important;
    background-size:100px 23px;
    background-repeat: no-repeat;
  }
  .topMenuBtnBar {
  
    background-size:80px 23px;
    background-repeat: no-repeat;
  }
}

div.opacityContainer {
  opacity: 0;
}