body {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 3.2em;
  line-height: 1.1;
  font-weight: 700;
  white-space: normal;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 2.7em;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  line-height: 1;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

label {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1em;
  font-weight: 700;
}

.footersection {
  padding: 132px 20px;
  background-color: #1e1f20;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 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;
}

.footer-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -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;
  text-align: center;
}

.footer-link-white {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-white:hover {
  opacity: 0.5;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-light {
  opacity: 0.6;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.8;
}

.footer-link-wrap {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.9em;
}

.footer-link-wrap.terms-and-conditions {
  margin-top: 40px;
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 0.9em;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.container.alignmiddle {
  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;
}

.container.ustomisationwrap {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.features {
  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;
}

.container.faucet {
  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;
}

.container.specification {
  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;
}

.container.aboutmodel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.aboutmodeldetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  margin-bottom: 32px;
}

.navbarcontainer {
  display: block;
  max-width: 1240px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.herohomepage {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444;
  background-image: linear-gradient(166deg, #fff 63%, #ebe5df 0);
}

.herocontainer {
  position: relative;
  z-index: 100;
  max-width: 540px;
  margin-top: 60px;
  margin-bottom: 60px;
  color: #0c0d1b;
}

.greysection {
  padding: 60px 20px 80px;
  background-color: #e2e6eb;
}

.greysection.notoppadding {
  padding-top: 20px;
  background-color: #ebe5df;
}

.padding20px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fcc453;
  border-radius: 8px;
  background-color: #fcc453;
  box-shadow: 0 10px 20px 0 rgba(252, 196, 83, 0.05);
  -webkit-transition: box-shadow 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
}

.button:hover {
  border-color: #f8b42b;
  background-color: #f8b42b;
  box-shadow: 0 10px 20px 0 rgba(252, 196, 83, 0.36);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button.cta {
  margin-right: 0px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.05);
}

.button.cta:hover {
  border-color: #e4e4e4;
  background-color: #e4e4e4;
  color: #000;
}

.button.outline {
  background-color: #fff;
}

.button.outline:hover {
  border-color: #fcc453;
  background-color: #fcc453;
}

.button.wide {
  padding-right: 80px;
  padding-left: 80px;
}

.whitesmokesection {
  padding: 80px 20px;
  background-color: #f5f5f5;
}

.whitesmokesection.hideall {
  display: none;
}

.whitesection {
  padding: 60px 20px;
  background-color: #fff;
}

.whitesection.nopadding {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}

.whitesection.specs {
  padding-top: 120px;
  padding-bottom: 120px;
}

.whitesection.customisation {
  padding-top: 80px;
  padding-bottom: 40px;
}

.whitesection.customisationbottom {
  padding-bottom: 120px;
}

._90-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.productversions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 10px;
  background-color: #e9e9e9;
  -webkit-transition: background-color 400ms ease-in-out, box-shadow 400ms ease-in-out, color 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: background-color 400ms ease-in-out, box-shadow 400ms ease-in-out, color 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: background-color 400ms ease-in-out, box-shadow 400ms ease-in-out, color 400ms ease-in-out, transform 400ms ease-in-out;
  transition: background-color 400ms ease-in-out, box-shadow 400ms ease-in-out, color 400ms ease-in-out, transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  color: #424242;
  text-align: center;
  text-decoration: none;
}

.productversions:hover {
  background-color: #f0f0f0;
  box-shadow: 0 9px 25px -10px rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #000;
}

.productversions.notavailable {
  opacity: 0.6;
  cursor: default;
}

.productversions.notavailable:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #424242;
}

.productimage {
  display: block;
  max-width: 160px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footerphotos {
  background-color: #1e2833;
}

.aboutphotos-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40vh;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px;
  -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;
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: #1e2833;
  background-color: #525252;
  background-image: url('../images/about-us-img-1.jpg');
  background-position: 50% 25%;
  background-size: cover;
  color: #2e2e2e;
  text-align: center;
  text-decoration: none;
}

.navigationlink {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigationlink:hover {
  color: #f8b42b;
}

.navigationlink.w--current {
  color: #000;
  cursor: default;
}

.textblock {
  max-width: 640px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 67px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.productimagetag {
  display: block;
  max-height: 400px;
}

.heroaboutcompany {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/web-about-company-cover2.png'), -webkit-gradient(linear, left top, left bottom, color-stop(56%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.07)));
  background-image: url('../images/web-about-company-cover2.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0) 56%, rgba(0, 0, 0, 0.07));
  background-position: 50% 100%, 0px 0px;
  background-size: auto 50vh, auto;
  background-repeat: no-repeat, repeat;
}

.heroaboutcompany.grey {
  background-color: #f5f5f5;
}

.aboutphotos-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40vh;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px;
  -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;
  border-style: solid;
  border-width: 2px 1px 1px;
  border-color: #1e2833;
  background-color: #525252;
  background-image: url('../images/about-us-img-2.jpg');
  background-position: 50% 25%;
  background-size: cover;
  color: #2e2e2e;
  text-align: center;
  text-decoration: none;
}

.verticaldivider20px {
  width: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.descriptiontext {
  opacity: 0.6;
}

.customisationblock {
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.fwsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.featurewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.whychoosestandsonwrap {
  max-width: 960px;
}

.aboutstandsonlogotype {
  max-width: 520px;
  margin-bottom: 15px;
}

.whychoosewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.whywrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  background-color: rgba(219, 240, 200, 0.2);
  color: #114752;
}

.whywrap.others {
  width: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: transparent;
  color: #5f5f5f;
}

.whywrap.hidden {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.aboutstandsonwrap {
  max-width: 680px;
}

.ctasection {
  padding: 160px 20px;
  background-color: #a39584;
  background-image: url('../images/website-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.ctawrap {
  max-width: 680px;
  text-align: center;
}

.contactssection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding: 100px 20px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.textarea {
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: #fcfcfc;
  color: #000;
  font-size: 1em;
  font-weight: 400;
}

.contactwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.contactwrap.success {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #eaf8e4;
}

.contactwrap.fail {
  padding-top: 40px;
}

.contactaddress {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraphlink {
  border-bottom: 1px dotted #333;
  -webkit-transition: color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, border-color 400ms ease;
  color: #333;
  text-decoration: none;
}

.paragraphlink:hover {
  border-bottom-color: transparent;
  color: #000;
}

.tcsection {
  max-width: 680px;
}

.iconfeature {
  width: 64px;
  height: 64px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 1;
}

.qualitytext {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.qualityimage {
  width: 100%;
}

.h3-uq {
  font-size: 2.3em;
  font-weight: 300;
}

.h2-subtitle {
  margin-top: 20px;
  font-size: 2.1em;
  font-weight: 300;
}

.specificationwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 0.9em;
}

.specificationcolumn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.linedivider {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.linedivider.mobileonly {
  display: none;
}

.verticaldivider40px {
  width: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.aboutmodeltitle {
  width: 40%;
}

.aboutmodeltext {
  width: 60%;
}

.hideall {
  display: none;
}

.heromodelf3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d8d8d8;
  background-image: url('../images/STA_cover-image.png'), linear-gradient(343deg, #ebe5df 40%, #f7f7f7 0), linear-gradient(180deg, #e9ecef, #fff 29%, #e2e6eb);
  background-position: 35vw 50%, 0px 0px, 0px 0px;
  background-repeat: no-repeat, repeat, repeat;
}

.headingwhite {
  color: #fff;
}

.herolist {
  margin-top: 20px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  list-style-type: square;
}

.heroimage_1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/website-cover-v4-C.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heroimage_2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/website-cover-v4-A.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heroimage_3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/website-cover-v4-B.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.verticaldivider80px {
  width: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.subheading {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 0.8em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.specialfeatureblock {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px 40px 10px;
  border-radius: 10px;
  background-color: #fff;
}

.simplelist {
  padding-left: 20px;
  list-style-type: square;
}

.nopaddingtop {
  margin-top: 0px;
}

.estimatesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding: 100px 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.inputfield {
  padding: 15px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.inputfield:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  background-color: transparent;
  color: #000;
}

.inputfield:active {
  color: #000;
}

.inputfield:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #949494;
  background-color: #f1f1f1;
  color: #000;
}

.inputfield.textarea {
  min-height: 120px;
}

.requestestimatewrap {
  max-width: 620px;
}

.h3-nopaddingbottom {
  margin-bottom: 10px;
}

.menuwrapbottom {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404pagewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100%;
  min-height: 20vh;
  -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;
}

.request-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 60px 20px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444;
  background-image: linear-gradient(166deg, #fff 63%, #ebe5df 0);
}

.aboutsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding: 100px 20px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.padding80px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.worldwidesection {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/world-map.svg'), -webkit-gradient(linear, left top, left bottom, color-stop(16%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.14)));
  background-image: url('../images/world-map.svg'), linear-gradient(180deg, hsla(0, 0%, 100%, 0) 16%, rgba(0, 0, 0, 0.14));
  background-position: 50% 100%, 0px 0px;
  background-size: auto 50vh, auto;
  background-repeat: no-repeat, repeat;
}

.worldwidesection.grey {
  background-color: #f5f5f5;
}

.menulangwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.menulangwrap:hover {
  color: #f8b42b;
}

.menulangdivider {
  width: 10px;
}

.menulangbtn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menulangbtn.w--current {
  opacity: 0.6;
  color: #727272;
  cursor: auto;
}

.menulangbtn.w--current:hover {
  background-color: #e0e0e0;
}

.menulangbtn.disabled {
  opacity: 0.4;
  cursor: default;
}

.menulangbtn.disabled:hover {
  background-color: #e0e0e0;
}

.paragraphavailable {
  margin-bottom: 0px;
}

.modelavailable {
  max-width: 240px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  padding: 4px 20px;
  border-radius: 6px;
  background-color: #09d163;
  color: #c8ffe1;
  text-align: center;
}

.aboutmodelpicture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.aboutmodelpicttitle {
  width: 32%;
}

.modelpictdetailed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 40px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.modelpictdetailed.darker {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.09)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09));
}

.h1-titlespan {
  font-weight: 300;
}

.modeldiscuss {
  max-width: 240px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  padding: 4px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 6px;
  background-color: #09d1d1;
  color: #c8faff;
  text-align: center;
}

.statuswrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ctasection-video {
  background-color: rgba(163, 149, 132, 0.21);
  color: #fff;
}

.video-hiw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/pattern-26432_960_720.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/pattern-26432_960_720.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 7px 7px;
}

.herobackgroundpale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #d8d8d8;
  background-image: linear-gradient(350deg, #ebe5df 40%, #f7f7f7 0), linear-gradient(180deg, #e9ecef, #fff 29%, #e2e6eb);
}

.heromodelf3-copy-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  min-height: 80vh;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/STA_cover-image.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heroblock {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -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-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 50vw;
  max-height: 70vh;
  max-width: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block.modelf3 {
  background-image: url('../images/STA_cover-image.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-toggle {
  padding: 8px 30px 8px 10px;
}

.icon-2 {
  margin-right: 10px;
}

.dropdown-list {
  margin-right: 3px;
}

.dropdown-list.w--open {
  margin-left: 0px;
  border-radius: 5px;
}

.dropdown-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
  }
  h1 {
    font-size: 3.4em;
  }
  h3 {
    font-size: 1.6em;
  }
  .container.ustomisationwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.faucet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container.aboutmodeldetails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbarcontainer {
    margin-right: 10px;
  }
  .herohomepage {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(166deg, #fff 36%, #ebe5df 0);
  }
  .herocontainer {
    width: auto;
    max-width: none;
    margin-bottom: 20px;
  }
  .whitesmokesection {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .whitesection.specs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .whitesection.nopaddingtop {
    padding-top: 10px;
  }
  ._90-section {
    width: 100%;
  }
  .productversions {
    padding: 30px 20px;
  }
  .brand {
    height: 60px;
  }
  .brand.w--current {
    height: 67px;
  }
  .nav-menu {
    margin-right: 10px;
    margin-left: 10px;
  }
  .productimagetag {
    max-height: 200px;
  }
  .menu-button {
    background-color: transparent;
  }
  .fwsection {
    width: 100%;
  }
  .featurewrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ctasection {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contactssection {
    padding-top: 100px;
    padding-bottom: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tcsection {
    margin-top: 20px;
  }
  .qualitytext {
    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;
  }
  .qualityimage {
    margin-bottom: 30px;
  }
  .heromodelf3 {
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/cover-4_img.png'), linear-gradient(343deg, #ebe5df 63%, #fbfbfb 0, #fff);
    background-position: 50% 20px, 0px 0px;
    background-size: auto 100vw, auto;
    background-repeat: no-repeat, repeat;
  }
  .heroimage_1 {
    width: 100vw;
    height: 100vw;
    min-height: auto;
    background-position: 50% 50%;
  }
  .heroimage_2 {
    width: 100vw;
    height: 100vw;
    min-height: auto;
    background-position: 50% 50%;
  }
  .heroimage_3 {
    width: 100vw;
    height: 100vw;
    min-height: auto;
    background-position: 50% 50%;
  }
  .headingabout {
    font-size: 2.6em;
  }
  .estimatesection {
    padding-top: 80px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .requestestimatewrap {
    margin-top: 100px;
  }
  .request-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(166deg, #fff 36%, #ebe5df 0);
  }
  .aboutsection {
    padding-top: 100px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menulangwrap {
    margin-left: 25px;
  }
  .aboutmodelpicture {
    width: 100%;
  }
  .aboutmodelpicttitle {
    width: 66%;
  }
  .ctasection-video {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .herobackgroundpale {
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(343deg, #ebe5df 63%, #fbfbfb 0, #fff);
  }
  .heromodelf3-copy-copy {
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/cover-4_img.png'), linear-gradient(343deg, #ebe5df 63%, #fbfbfb 0, #fff);
    background-position: 50% 20px, 0px 0px;
    background-size: auto 100vw, auto;
    background-repeat: no-repeat, repeat;
  }
  .heroblock {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block {
    width: 100vw;
    height: 100vw;
  }
  .div-block.modelf3 {
    background-image: url('../images/STA_cover-image.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.2em;
  }
  .container.features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.aboutmodel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container.aboutmodeldetails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbarcontainer {
    display: block;
    margin-right: 0px;
  }
  .herocontainer {
    margin-top: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .greysection.notoppadding {
    padding-bottom: 20px;
  }
  .whitesmokesection {
    padding-bottom: 20px;
  }
  .whitesection.customisationbottom {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  ._90-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productversions {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .navigationlink {
    padding: 13px 10px;
    text-align: center;
  }
  .navigationlink.w--current {
    background-color: #f3f3f3;
  }
  .navigationlink.cta {
    width: 100%;
    border-radius: 8px;
    background-color: #fcc453;
    text-align: center;
  }
  .navigationlink.cta:hover {
    background-color: #f8b42b;
    color: rgba(0, 0, 0, 0.6);
  }
  .brand {
    padding-left: 0px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 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;
    background-color: #ececec;
  }
  .productimagetag {
    max-height: 300px;
  }
  .menu-button.w--open {
    height: 67px;
    background-color: #ececec;
  }
  .verticaldivider20px {
    display: none;
  }
  .fwsection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featurewrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .whychoosewrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .whywrap {
    margin-bottom: 10px;
    padding: 20px 20px 10px;
  }
  .contactwrap {
    padding: 10px 20px;
  }
  .iconfeature {
    width: 128px;
    height: auto;
  }
  .specificationwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .linedivider.mobileonly {
    display: block;
  }
  .verticaldivider40px {
    display: none;
  }
  .aboutmodeltitle {
    width: 100%;
  }
  .aboutmodeltext {
    width: 100%;
  }
  .headingabout {
    margin-bottom: 20px;
  }
  .verticaldivider80px {
    display: none;
  }
  .requestestimatewrap {
    margin-top: 80px;
  }
  .menuwrap {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .menuwrapbottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon {
    color: rgba(0, 0, 0, 0.7);
  }
  .aboutsection {
    padding-bottom: 20px;
  }
  .menulangwrap {
    display: none;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menulangbtn {
    width: 50px;
    padding: 10px 6px;
    text-align: center;
  }
  .menulangbtn.w--current {
    background-color: #f3f3f3;
  }
  .menulangbtn.cta {
    width: 100%;
    border-radius: 8px;
    background-color: #fcc453;
    text-align: center;
  }
  .menulangbtn.cta:hover {
    background-color: #f8b42b;
    color: rgba(0, 0, 0, 0.6);
  }
  .aboutmodelpicture {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aboutmodelpicttitle {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.4em;
  }
  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbarcontainer {
    display: block;
    margin-right: 0px;
  }
  .button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button.wide {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .brand {
    height: 60px;
    padding-left: 0px;
  }
  .menu-button {
    height: 67px;
  }
  .qualityimage {
    margin-bottom: 10px;
  }
  .menuwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

