body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #5d5d5d;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #a8a8a8;
}

.button:active {
  background-color: #333;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.white {
  position: relative;
  left: 0px;
  top: -4px;
  padding-right: 11px;
  padding-left: 11px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Uni sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.button.white:hover {
  background-color: #333;
}

.button.black {
  background-color: #333;
}

.button.black:hover {
  background-color: #000;
}

.button.black.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.button.full-width {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #26272e;
}

.button.small {
  padding: 7px 12px;
  background-color: #2196f3;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.button.small:hover {
  background-color: #1565c0;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a8a8a8;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #2196f3;
}

.button.tab.w--current:hover {
  background-color: #1565c0;
}

.button.with-field {
  width: 22%;
  margin-left: 2%;
  float: left;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 100;
}

.navigation-link.white:active {
  color: #a8a8a8;
}

.navigation-link.white:focus {
  color: #2196f3;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #26272e;
}

.navigation-bar.top {
  margin-top: 58px;
  margin-bottom: 124px;
  border-radius: 5px;
  background-color: #fff;
}

.navigation-menu {
  position: static;
  right: -60px;
  margin-right: 0px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  left: -60px;
  height: auto;
  margin-left: 0px;
  float: none;
  color: #fff;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
}

.section.centered {
  text-align: center;
}

.section.accent {
  overflow: visible;
  height: 680px;
  padding-bottom: 50px;
  background-color: hsla(0, 0%, 95.3%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/1422.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/1422.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 450px;
  opacity: 1;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.section.first {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.81)), to(hsla(0, 0%, 100%, 0.81))), url('../images/39621-O2DGUE.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.81), hsla(0, 0%, 100%, 0.81)), url('../images/39621-O2DGUE.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  text-align: center;
}

.section.contact {
  background-image: url('../images/ultima-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-slider {
  height: 455px;
  background-color: transparent;
}

.slide {
  padding-top: 82px;
  padding-right: 85px;
  padding-left: 85px;
  background-color: #dbdbdb;
}

.slide.two {
  background-color: #dbdbdb;
}

.header-section {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: #5d5d5d;
  color: #fff;
  text-align: center;
}

.page-heading {
  position: relative;
  top: -19px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-size: 30px;
  text-transform: none;
}

.page-subheading1 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  font-family: 'Uni sans', sans-serif;
  color: #333;
  font-size: 150px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dbdbdb;
}

.cta-section.centered {
  text-align: center;
}

.cta-section.centered-accented {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.cta-heading.inline-block {
  display: inline-block;
  margin-top: 0px;
  margin-right: 13px;
  font-family: 'Uni sans', sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 800;
}

.glassimage {
  margin-top: 0px;
  text-align: right;
}

.white-box {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.fixed-image-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 39, 46, 0.07)), to(rgba(38, 39, 46, 0.07))), url('../images/10071.jpg');
  background-image: linear-gradient(180deg, rgba(38, 39, 46, 0.07), rgba(38, 39, 46, 0.07)), url('../images/10071.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 700px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.hero-section {
  height: 100vh;
  padding-top: 250px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  font-size: 11px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 2px solid #2196f3;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #2196f3;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #1565c0;
  color: #1565c0;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: hsla(0, 0%, 100%, 0.64);
  color: hsla(0, 0%, 100%, 0.72);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.main-container {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.form-label {
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  font-weight: 200;
  text-align: center;
  text-transform: none;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  height: 50px;
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 1px solid #333;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #2196f3;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  margin-bottom: 0px;
  float: left;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.round-image {
  margin-bottom: 13px;
  border-radius: 100px;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

.social-button:hover {
  background-color: #1565c0;
  opacity: 1;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.profile-image {
  margin-bottom: 15px;
  border-radius: 100px;
}

.hero-with-nav {
  background-color: #dbdbdb;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.footer.centered-smaller {
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer.accent {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  color: #fff;
}

.footer.centered-accented {
  background-color: #f1f1f1;
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #673ab7;
  text-decoration: none;
}

.link:hover {
  color: #1565c0;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #8f8f8f;
  text-decoration: none;
}

.sidemenu-link:hover {
  color: #333;
}

.grid-image {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: perspective(1544px);
  transform: perspective(1544px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #333;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  padding: 6px;
  float: left;
  color: #919191;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #dbdbdb;
}

.nav-link {
  display: block;
  padding: 7px 0px;
  text-align: center;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.content {
  overflow: hidden;
  width: 80%;
  float: left;
}

.social-footer {
  margin-top: 56px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.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;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.social-link-wrapper {
  text-align: center;
}

.background {
  background-color: #dbdbdb;
}

.custom-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
}

.rich-text h6 {
  margin-top: 30px;
}

.image-column {
  text-align: center;
}

.content-column {
  padding-top: 42px;
}

.feature-column {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 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;
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 65.9%, 0.35);
  -webkit-transition: box-shadow 608ms ease;
  transition: box-shadow 608ms ease;
  text-align: center;
}

.feature-column:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.11);
  -webkit-perspective: 1946px;
  perspective: 1946px;
}

.waterfall-image-column {
  text-align: center;
}

.mainsection {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 700px;
  margin-top: 59px;
  -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: none;
  background-position: 0px 0px;
  background-size: auto;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 250px;
  padding-right: 175px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.image {
  max-width: 80%;
  margin-left: -67px;
  padding-left: 0px;
}

.paragraph {
  margin-left: 58px;
  padding-top: 13px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.image-2 {
  position: relative;
  left: auto;
  top: 0px;
  right: 50%;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 100;
}

.paragraph-3 {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
}

.paragraph-4 {
  padding-right: 26px;
  padding-left: 26px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 100;
}

.heading {
  color: #333;
  font-size: 22px;
  font-weight: 400;
}

.heading-2 {
  color: #333;
  font-size: 22px;
  font-weight: 400;
}

.heading-3 {
  color: #333;
  font-size: 22px;
  font-weight: 400;
}

.image-3 {
  width: 600px;
}

.div-block {
  color: #000;
}

.heading-4 {
  font-size: 24px;
}

.heading-5 {
  font-size: 24px;
}

.heading-6 {
  font-size: 24px;
}

.heading-7 {
  font-size: 24px;
}

.paragraph-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 40px;
  font-weight: 200;
  text-align: justify;
}

.paragraph-5._1 {
  margin-top: 150px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Uni sans', sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-2 {
  height: auto;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  float: none;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.map {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0px;
  float: none;
  clear: none;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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-block {
  position: static;
  top: 55px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 0px;
  font-family: 'Uni sans', sans-serif;
  color: #d81b60;
  font-size: 200px;
  font-weight: 700;
}

.text-block._1 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0px;
  font-size: 30px;
}

.paragraph-10 {
  margin-bottom: 30px;
  padding-top: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-align: center;
}

.paragraph-10.new {
  margin-bottom: 15px;
  padding-top: 0px;
  font-size: 12px;
  line-height: 16px;
}

.heading-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
  color: #fff;
}

.paragraph-11 {
  display: inline-block;
  margin: 0px 0px 20px;
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: 'Uni sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
}

.paragraph-11.centrato {
  display: block;
  line-height: 25px;
  text-align: left;
}

.paragraph-11.nuo {
  display: block;
  background-image: none;
  text-shadow: none;
}

.heading-9 {
  display: block;
  margin: 0px auto 20px;
  padding-left: 0px;
  font-family: 'Uni sans', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
  text-shadow: 6px 6px 32px #fff;
}

.contain122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -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: 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;
}

.section-3 {
  background-color: #26272e;
  color: #020202;
}

.section-4 {
  margin-top: 63px;
  padding-top: 20px;
}

.section-4.aboutus {
  margin-top: 0px;
  padding: 30px 20px 50px;
}

.modalwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  padding-top: 80px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  text-align: center;
}

.signupwrapper {
  display: block;
  width: 450px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.subscribe-submit-button {
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cc489), to(#5cc489));
  background-image: linear-gradient(180deg, #5cc489, #5cc489);
}

.close-link {
  display: block;
  color: #999;
  font-size: 12px;
}

.flexparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.icon-block {
  display: block;
  width: 20%;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px 15px 0px;
}

.heading-10 {
  font-weight: 100;
}

.heading-11 {
  font-weight: 100;
}

.heading-12 {
  font-weight: 400;
}

.main-image {
  margin-left: 0px;
  padding-left: 0px;
  border-radius: 5px;
  box-shadow: 0 24px 50px -7px hsla(0, 0%, 58.8%, 0.67);
}

.row-3 {
  display: inline-block;
  margin-top: -32px;
  -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;
}

.paragraph-12 {
  padding-right: 18px;
  padding-left: 18px;
  font-family: Roboto, sans-serif;
  color: #333;
}

.paragraph-13 {
  padding-right: 28px;
  padding-left: 28px;
  font-family: Roboto, sans-serif;
  color: #333;
}

.paragraph-14 {
  margin-bottom: -24px;
  font-family: Roboto, sans-serif;
  color: #333;
}

.paragraph-15 {
  padding-right: 9px;
  padding-left: 9px;
  font-family: Roboto, sans-serif;
  color: #333;
}

.image-5 {
  max-width: 80%;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -29px;
  padding-left: 0px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 60px;
  -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;
}

.row-5 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.button-2 {
  position: fixed;
  right: 60px;
  bottom: 20px;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.27);
  background-image: none;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.button-2.w--current {
  bottom: 40px;
}

.heading-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 800px;
  margin-left: 750px;
  padding-left: 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;
  font-size: 14px;
}

.heading-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 6px;
  padding-left: 6px;
  -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 #2196f3;
  border-radius: 3px;
  color: #2196f3;
  font-size: 12px;
}

.heading-15 {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 150px;
  font-weight: 900;
}

.div-block-2 {
  position: relative;
  left: 0px;
  top: 556px;
  right: 0px;
  bottom: 0px;
  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;
  font-size: 150px;
}

.container-5 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.heading-16 {
  position: relative;
  right: 0px;
  bottom: 0px;
  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;
}

.container-6 {
  position: static;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.slogan {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.15;
  font-family: 'Uni sans', sans-serif;
  color: #030303;
  font-size: 88px;
  line-height: 90px;
  font-weight: 700;
  text-align: right;
}

.slogan:hover {
  color: #fff;
}

.div-block-3 {
  margin-right: 85px;
  margin-bottom: 15px;
  margin-left: 85px;
  padding-top: 0px;
  padding-bottom: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#673ab7), to(#673ab7));
  background-image: linear-gradient(180deg, #673ab7, #673ab7);
}

.namenew {
  color: #2196f3;
  font-weight: 100;
}

.important-text {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}

.paragraph-16 {
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.paragraph-17 {
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.column-2 {
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Roboto, sans-serif;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.thumbnail {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -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/cb0b52_fa8a21b8c0174903885305bde7ac4812-mv2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-5 {
  height: 500px;
  margin-top: 90px;
}

.row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
}

.section-6 {
  height: 400px;
}

.card-wrapper {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
}

.wrapimage {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 3px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0px 10px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

.div-block-4 {
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0px;
  background-color: #673ab7;
}

.linepurple1 {
  max-width: 90%;
  margin-top: -14px;
  padding-top: 0px;
  padding-bottom: 4px;
  border-radius: 5px;
}

.heading-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
}

.paragraph-18 {
  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;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
}

.container-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slideback {
  position: static;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/mountains_03.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/mountains_03.jpg');
  background-position: 0px 0px, 50% -93px;
  background-size: auto, cover;
}

.slide-nav {
  margin-bottom: -12px;
}

.bodymain {
  height: 100%;
  color: #fff;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.paragraph-19 {
  text-align: center;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.form-block-2 {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sloganblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  margin-right: auto;
  margin-left: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.45;
  color: #333;
  text-align: center;
}

.section-7 {
  display: block;
  height: 150px;
  margin-top: 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;
}

.container-9 {
  position: relative;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #2196f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2196f3), to(#2196f3));
  background-image: linear-gradient(180deg, #2196f3, #2196f3);
}

.div-block-5 {
  background-color: #2196f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2196f3), to(#2196f3));
  background-image: linear-gradient(180deg, #2196f3, #2196f3);
}

.container-10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2196f3), to(#2196f3));
  background-image: linear-gradient(180deg, #2196f3, #2196f3);
}

.slider {
  height: 60vh;
}

.image-8 {
  display: block;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  border-radius: 400px;
}

.heading-19 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 100;
  text-align: center;
}

.paragraph-20 {
  display: block;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 150px;
  padding-left: 150px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-style: normal;
  font-weight: 100;
  text-align: center;
}

.column-4 {
  padding-bottom: 212px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.column-5 {
  background-image: url('../images/mountains_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

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

.column-8 {
  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;
}

.paragraph-21 {
  margin-right: 80px;
  margin-left: 80px;
  color: #333;
  text-align: center;
}

.heading-20 {
  margin-top: 20px;
  color: #333;
  font-size: 30px;
  font-weight: 100;
}

.image-9 {
  display: block;
}

.section-8 {
  display: none;
  height: 500px;
  margin-top: 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: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 150, 243, 0.37)), to(rgba(33, 150, 243, 0.37))), url('../images/303287-women-blonde-blue_eyes-glasses-women_with_glasses-long_hair-looking_at_viewer-open_mouth-face.jpg');
  background-image: linear-gradient(180deg, rgba(33, 150, 243, 0.37), rgba(33, 150, 243, 0.37)), url('../images/303287-women-blonde-blue_eyes-glasses-women_with_glasses-long_hair-looking_at_viewer-open_mouth-face.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 107px;
  margin-right: 300px;
  margin-left: 200px;
  -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;
}

.paragraph-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 300px;
  margin-bottom: -95px;
  margin-left: 200px;
  -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-family: Roboto, sans-serif;
  font-weight: 100;
  text-align: justify;
}

.column-9 {
  margin-top: 70px;
}

.submit-button {
  padding-right: 15px;
  border-radius: 5px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 142px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.text-field-3 {
  position: relative;
  left: -59px;
  border-radius: 5px;
}

.text-field-4 {
  position: static;
  left: 0px;
  width: 350px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 0px 10px 10px;
  float: left;
  clear: left;
  border-radius: 5px;
}

.submit-button-2 {
  position: static;
  left: -436px;
  right: 4px;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  clear: right;
  border-radius: 5px;
}

.paragraph-23 {
  width: 100%;
  margin: 20px 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.heading-21 {
  color: #333;
}

.heading-22 {
  color: #333;
}

.heading-23 {
  color: #333;
}

.heading-24 {
  color: #333;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
}

.success-message-2 {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8a8a8), to(#a8a8a8));
  background-image: linear-gradient(180deg, #a8a8a8, #a8a8a8);
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  text-align: center;
}

.error-message-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d81b60), to(#d81b60));
  background-image: linear-gradient(180deg, #d81b60, #d81b60);
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.loading-gif {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

._3d-transform {
  position: relative;
  top: 104px;
  height: auto;
  margin-left: 121px;
}

.layer1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 400px;
  height: 200px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.56)), to(hsla(0, 0%, 100%, 0.56))), url('../images/occhiali.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.56), hsla(0, 0%, 100%, 0.56)), url('../images/occhiali.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-size: 35px;
}

.layer2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 400px;
  height: 200px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.layer3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 400px;
  height: 200px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.text-block-4 {
  margin-bottom: 150px;
  font-family: 'Uni sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
}

.text-block-4._02 {
  margin-bottom: 0px;
}

.text-block-4.nuovo {
  margin-bottom: 25px;
  text-shadow: none;
}

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

.section-10 {
  display: none;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.numbers {
  position: relative;
  left: 1000px;
  top: -306px;
  padding-left: 0px;
  color: rgba(51, 51, 51, 0.09);
  font-size: 300px;
  text-align: left;
}

.image-11 {
  position: relative;
  left: 646px;
  top: -393px;
  right: 13px;
  max-width: 200%;
}

.div-block-7 {
  margin-top: 15px;
  padding-bottom: 0px;
  background-color: #fff;
}

.heading-25 {
  margin-top: 25px;
  color: #333;
  font-size: 20px;
  line-height: 20px;
}

.paragraph-24 {
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #333;
}

.paragraph-24._1 {
  padding-bottom: 0px;
}

.paragraph-24._2 {
  padding-bottom: 0px;
}

.div-block-8 {
  display: inline-block;
  height: 320px;
  padding-right: 20px;
  padding-left: 20px;
  -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: #fff;
  box-shadow: 0 12px 19px -10px rgba(38, 39, 46, 0.15);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.div-block-8:hover {
  box-shadow: 0 12px 28px 6px rgba(38, 39, 46, 0.15);
}

.image-12 {
  margin-bottom: 10px;
}

.image-13 {
  margin-top: 20px;
  margin-bottom: -10px;
}

.column-10 {
  padding-bottom: 122px;
  background-image: url('../images/303287-women-blonde-blue_eyes-glasses-women_with_glasses-long_hair-looking_at_viewer-open_mouth-face.jpg');
  background-position: 50% 50%;
  background-size: 960px;
}

.column-11 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-12 {
  padding-top: 126px;
}

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

.image-14 {
  display: block;
}

.heading-26 {
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 400;
}

.container-field {
  display: block;
}

.section-11 {
  position: relative;
  padding: 80px 10px;
}

.container-fluid {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-9 {
  margin: 10px;
  padding: 5px;
  border: 1px none #ddd;
}

.lightbox:hover {
  opacity: 1;
}

.column-12 {
  margin-top: 10px;
}

.heading-27 {
  color: #333;
  font-weight: 400;
}

.heading-28 {
  color: #333;
  text-align: center;
}

.image-15 {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.heading-29 {
  color: #333;
}

.paragraph-25 {
  color: #333;
  line-height: 40px;
}

.column-13 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-30 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  text-align: center;
}

.paragraph-26 {
  color: #333;
  text-align: justify;
}

.serviceblock {
  padding: 15px 10px 26px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.serviceblock:hover {
  border-radius: 5px;
  box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.57);
}

.div-block-11 {
  padding: 15px 10px 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-12 {
  padding: 15px 10px 26px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section-12 {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: linear-gradient(45deg, rgba(244, 90, 30, 0.91), rgba(103, 58, 183, 0.76)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block-13 {
  padding: 5px 10px;
}

.div-block-14 {
  padding: 5px 10px;
}

.div-block-15 {
  padding: 5px 10px;
}

.image-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-31 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.paragraph-27 {
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 300;
  text-align: center;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 10px 10px -5px #dbdbdb;
}

.div-block-17 {
  padding: 20px;
}

.div-block-18 {
  padding: 20px;
}

.div-block-19 {
  display: block;
  margin-right: 100px;
  margin-left: 100px;
  -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;
}

.row-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.image-17 {
  display: inline-block;
}

.div-block-20 {
  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;
}

.div-block-21 {
  padding: 20px;
}

.column-14 {
  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;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-23 {
  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;
}

.form-block-4 {
  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;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-15 {
  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;
}

.div-block-25 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
}

.heading-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 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;
  color: #fff;
  font-size: 40px;
}

.div-block-26 {
  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;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block {
  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;
  color: #fff;
}

.form-2 {
  padding-right: 60px;
  padding-left: 60px;
}

.div-block-27 {
  padding-right: 100px;
  padding-left: 100px;
}

.div-block-28 {
  position: static;
  left: 35%;
  top: 23%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  padding: 90px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.51)), to(hsla(0, 0%, 100%, 0.51)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.51), hsla(0, 0%, 100%, 0.51));
}

.column-17 {
  padding-right: 50px;
  padding-left: 50px;
}

.row-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -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: -webkit-gradient(linear, left top, left bottom, from(#26272e), to(#26272e));
  background-image: linear-gradient(180deg, #26272e, #26272e);
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -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: none;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.62)), to(rgba(51, 51, 51, 0.62)));
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.62), rgba(51, 51, 51, 0.62));
  box-shadow: 16px 16px 28px 0 #d8d2d2;
}

.heading-33 {
  color: #26272e;
  font-size: 50px;
  text-align: center;
  text-shadow: 9px 9px 17px #333;
}

.paragraph-28 {
  padding-right: 20px;
  padding-left: 20px;
  color: #26272e;
  font-size: 18px;
  text-align: justify;
  text-shadow: 9px 9px 17px #333;
}

.div-block-30 {
  overflow: hidden;
}

.div-block-31 {
  overflow: hidden;
}

.div-block-32 {
  overflow: hidden;
}

.div-block-33 {
  overflow: hidden;
}

.div-block-34 {
  overflow: hidden;
}

.div-block-35 {
  overflow: hidden;
}

.div-block-36 {
  overflow: hidden;
}

.div-block-37 {
  overflow: hidden;
}

.div-block-38 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  -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;
}

.div-block-40 {
  width: 100%;
  height: 1px;
  background-color: #071d73;
}

.row-11 {
  height: 450px;
  margin-right: 100px;
  margin-left: 100px;
}

.row-12 {
  height: 450px;
  margin-right: 100px;
  margin-left: 100px;
}

.row-13 {
  overflow: hidden;
  height: 450px;
  margin-right: 100px;
  margin-left: 100px;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  background-image: none;
  background-size: auto;
}

.column-19 {
  height: 100%;
  background-image: url('../images/cb0b52_1484ed5753a045f2856bf9362357be28-mv2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-20 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100%;
  background-image: url('../images/cb0b52_6eab1dee9a4742eb9db1986a1e6def29-mv2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-21 {
  height: 100%;
  background-image: none;
}

.column-22 {
  height: 100%;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  text-align: right;
}

.div-block-42 {
  height: 100%;
}

.div-block-43 {
  height: 100%;
}

.heading-34 {
  color: #333;
  text-align: left;
}

.paragraph-29 {
  margin-top: 20px;
  color: #333;
  text-align: center;
}

.image-18 {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 90%;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18%;
  -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;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  margin: 20px 50px;
  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;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -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;
}

.div-block-47 {
  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;
}

.div-block-48 {
  width: 400px;
  padding: 15px;
}

.div-block-49 {
  width: 400px;
  padding: 15px;
}

.heading-35 {
  font-family: 'Uni sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}

.paragraph-30 {
  color: #333;
}

.div-block-50 {
  overflow: hidden;
}

.div-block-51 {
  overflow: hidden;
}

.div-block-52 {
  overflow: hidden;
}

.div-block-53 {
  overflow: hidden;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-55 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.nav-link-2 {
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, 0.72);
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  text-transform: none;
  text-shadow: none;
}

.nav-link-2:hover {
  font-family: 8321, sans-serif;
  color: #fff;
}

.nav-link-2.w--current {
  color: #fff;
}

.navbar {
  z-index: 9999;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #071d73;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #fff;
}

.div-block-56 {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  float: right;
  background-image: url('../images/003-facebook.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-56:hover {
  background-image: url('../images/facebook-logo-button-1.png');
}

.div-block-56.instagram {
  background-color: #000;
  background-image: url('../images/001-instagram-1.png');
}

.link-block-2 {
  width: 100%;
  height: 100%;
  color: #a1a1a1;
}

.image-19 {
  color: #071d73;
}

.text-block-5 {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 2px;
  border: 1px solid #333;
  background-color: #333;
  font-family: 'Uni sans', sans-serif;
  color: #333;
  font-weight: 900;
  text-align: center;
}

.text-block-5:hover {
  background-color: #000;
  color: #fff;
}

.text-block-5.prodott {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
}

.heading-36 {
  font-family: 8321, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
}

.section-15 {
  height: 100vh;
}

.slider-2 {
  height: 100%;
}

.slide-2 {
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2.prodotti {
  background-image: url('../images/slider-1.jpg');
}

.slide-3 {
  background-image: url('../images/02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3.prodotti1 {
  background-image: url('../images/slider-2.jpg');
}

.slide-4 {
  background-image: url('../images/03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4.prodotti2 {
  background-image: url('../images/slider-3.jpg');
}

.div-block-57 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  width: 100%;
  height: 100%;
}

.div-block-57.c {
  height: 100%;
  margin-top: 63px;
}

.div-block-57.c.d {
  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;
}

.div-block-57.sinistra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-58 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: hsla(0, 0%, 100%, 0.56);
}

.div-block-59 {
  padding: 20px 50px;
  border: 1px none #333;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.83);
}

.div-block-59.blue {
  background-color: rgba(0, 0, 0, 0.78);
}

.div-block-59.blue.bb {
  width: 45%;
  background-color: rgba(51, 51, 51, 0.83);
}

.div-block-59.sinist {
  width: 40%;
}

.heading-37 {
  font-family: 'Uni sans', sans-serif;
  color: #fff;
  font-size: 85px;
  line-height: 90px;
  font-weight: 900;
}

.heading-37.novita {
  font-size: 50px;
  line-height: 60px;
}

.paragraph-31 {
  font-family: 'Uni sans', sans-serif;
  color: #fff;
}

.paragraph-31.giustificato {
  text-align: justify;
}

.text-span {
  font-size: 100px;
}

.section-16 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.row-14 {
  margin-top: 40px;
}

.row-14.twoo {
  margin-top: 2px;
}

.column-24 {
  height: 300px;
  padding-right: 1px;
  padding-left: 1px;
}

.image-20 {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  background-image: url('../images/ALBUM-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link.b {
  background-image: url('../images/ALBUM-13.jpg');
}

.lightbox-link.c {
  background-image: url('../images/ALBUM-15.jpg');
  background-position: 100% 50%;
}

.lightbox-link.d {
  background-image: url('../images/ALBUM-17.jpg');
}

.lightbox-link.e {
  background-image: url('../images/nuove3.jpg');
}

.lightbox-link.f {
  background-image: url('../images/nuove1.jpg');
}

.lightbox-link.g {
  background-image: url('../images/nuove2.jpg');
}

.lightbox-link.h {
  background-image: url('../images/nuove4.jpg');
}

.lightbox-link.i {
  background-image: url('../images/ALBUM-6.jpg');
}

.lightbox-link.l {
  background-image: url('../images/ALBUM-7.jpg');
}

.lightbox-link.m {
  background-image: url('../images/ALBUM-8.jpg');
}

.lightbox-link.o {
  background-image: url('../images/ALBUM-9.jpg');
}

.lightbox-link.prodottia1 {
  background-image: url('../images/prodotti1.jpg');
}

.lightbox-link.prodottia2 {
  background-image: url('../images/prodotti-2.jpg');
}

.lightbox-link.prodottia3 {
  background-image: url('../images/prodotti-3.jpg');
}

.lightbox-link.prodottia4 {
  background-image: url('../images/prodotti4.jpg');
}

.lightbox-link.prodottia5 {
  background-image: url('../images/prodotti5.jpg');
}

.lightbox-link.prodottia6 {
  background-image: url('../images/prodotti6.jpg');
}

.lightbox-link.prodotia7 {
  background-image: url('../images/prodotti7.jpg');
}

.lightbox-link.prodottia8 {
  background-image: url('../images/prodotti8.jpg');
}

.lightbox-link.prodottia9 {
  background-image: url('../images/prodotti9.jpg');
}

.lightbox-link.prodottia10 {
  background-image: url('../images/prodotti10.jpg');
}

.lightbox-link.prodottia10.a1 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-51.jpg');
}

.lightbox-link.prodottia10.a1._4 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52-4.jpg');
}

.lightbox-link.prodottia10.a1._7 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52-8.jpg');
}

.lightbox-link.prodottia10.a1._10 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52-12.jpg');
}

.lightbox-link.prodottia11 {
  overflow: auto;
  background-image: url('../images/prodotti11.jpg');
}

.lightbox-link.prodottia11.f {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52-2.jpg');
}

.lightbox-link.prodottia11.f._5 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52-6.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link.prodottia11.f._8 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52-9.jpg');
}

.lightbox-link.prodottia11.f._11 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52-13.jpg');
}

.lightbox-link.prodottia12 {
  background-image: url('../images/nuove1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link.prodottia12._3 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52-3.jpg');
}

.lightbox-link.prodottia12._3._6 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52-7.jpg');
  background-position: 50% 50%;
}

.lightbox-link.prodottia12._3._8 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52-11.jpg');
}

.lightbox-link.prodottia12._3._12 {
  background-image: url('../images/PHOTO-2022-06-17-12-20-52.jpg');
  background-position: 50% 50%;
}

.link-2 {
  color: #a8a8a8;
}

.link-2:hover {
  color: #fff;
}

.link-2.w--current {
  color: #fff;
}

.section-17 {
  height: 100vh;
  margin-top: 0px;
  background-image: url('../images/prodotti-e-servizi.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.section-17.marchi {
  background-image: url('../images/nuova.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.b {
  font-size: 63px;
  line-height: 75px;
}

.section-18 {
  height: 400px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-60 {
  width: 50%;
  height: 100%;
  float: left;
  background-image: url('../images/bambo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-60.destra {
  background-image: url('../images/bambo-2.jpg');
  background-position: 50% 100%;
}

.div-block-61 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -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;
}

.div-block-62 {
  position: static;
}

.div-block-63 {
  padding: 20px;
  background-color: hsla(0, 0%, 100%, 0.71);
}

.slider-3 {
  height: 150px;
  margin-top: 50px;
  background-color: #fff;
}

.row-15 {
  height: 100%;
}

.column-25 {
  height: 100%;
  padding-right: 2px;
  padding-left: 2px;
}

.column-25.a {
  background-image: url('../images/LOGO-TIFFANY.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a.lenti {
  background-image: url('../images/logo-open.jpg');
}

.column-25.a1 {
  background-image: url('../images/logo-police.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a1.lenti1 {
  background-image: url('../images/logo-itallenti.jpg');
}

.column-25.a2 {
  background-image: url('../images/logo-persol.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a2.lenti2 {
  background-image: url('../images/logo-sauflon.jpg');
}

.column-25.a3 {
  background-image: url('../images/logo-moschino.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a4 {
  background-image: url('../images/logo-oakley2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a4.lenti3 {
  background-image: url('../images/logo-soleko.jpg');
}

.column-25.a5 {
  background-image: url('../images/logo-gucci2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a5.lenti4 {
  background-image: url('../images/logo-zeiss.jpg');
}

.column-25.a6 {
  background-image: url('../images/logo-luijo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a6.lenti6 {
  background-image: url('../images/logo.jpg');
}

.column-25.a7 {
  background-image: url('../images/logo-coconuda.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-25.a9 {
  background-image: url('../images/logo-cotton.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a10 {
  background-image: url('../images/logo-giuliani.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a11 {
  background-image: url('../images/logo-missoni.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a12 {
  background-image: url('../images/logo-momi.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a13 {
  background-image: url('../images/logo-bolle-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a14 {
  background-image: url('../images/logo-carolina-herrera.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-25.a15 {
  background-image: url('../images/logo-clark.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.column-25.a16 {
  background-image: url('../images/logo-raleri.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-21 {
  display: block;
}

.slide-nav-2 {
  top: 200px;
  font-size: 12px;
}

.section-19 {
  height: 350px;
  background-image: url('../images/022.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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/occhiali-da-sole-contatti.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.text-block-6 {
  font-family: 'Uni sans', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 100px;
  font-weight: 700;
  text-transform: uppercase;
}

.body {
  text-shadow: 2px 2px 6px #000;
}

.section-21 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-22 {
  height: 350px;
}

.section-23 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-span-2 {
  font-size: 40px;
}

.field-label {
  font-family: 'Uni sans', sans-serif;
  font-size: 12px;
  text-shadow: none;
}

.submit-button-3 {
  background-color: #071d73;
  font-family: 'Uni sans', sans-serif;
}

.form-3 {
  text-align: center;
  text-shadow: none;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #000;
}

.text-block-7 {
  text-shadow: none;
}

.text-block-8 {
  text-shadow: none;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  background-color: #000;
}

.link-3 {
  display: block;
  color: #fff;
}

.link-4 {
  color: #fff;
}

.link-4.w--current {
  display: block;
}

.section-24 {
  display: block;
  height: 60vh;
  -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;
}

.slider-4 {
  height: 100%;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/ottica-diprima.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/ottica-diprima.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.slide-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/ottica-diprima2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/ottica-diprima2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-nav-3 {
  font-size: 12px;
}

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

.div-block-65 {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -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-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.html-embed {
  text-shadow: none;
}

.html-embed-2 {
  text-shadow: none;
}

.div-block-66 {
  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;
}

.text-block-9 {
  margin-right: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.div-block-235 {
  padding-top: 150px;
}

.text-block-17 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-236 {
  height: 2px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.03);
}

.text-block-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.container-14 {
  margin-top: 100px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="modal-wrapper"] {
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="new-interaction-14"] {
  -webkit-transform: rotateX(57deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(57deg) rotateY(0deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="new-interaction-18"] {
  display: none;
  -webkit-transform: translate(0px, 120px);
  -ms-transform: translate(0px, 120px);
  transform: translate(0px, 120px);
}

html.w-mod-js *[data-ix="new-interaction-23"] {
  opacity: 0.8;
}

html.w-mod-js *[data-ix="new-interaction-24"] {
  opacity: 0.4;
}

html.w-mod-js *[data-ix="new-interaction-25"] {
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="new-interaction-26"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-27"] {
  opacity: 0.06;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="new-interaction-29"] {
  opacity: 0;
  -webkit-transform: translate(200px, 200px);
  -ms-transform: translate(200px, 200px);
  transform: translate(200px, 200px);
}

@media screen and (max-width: 991px) {
  .navigation-bar.dark {
    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;
  }

  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .navigation-menu {
    background-color: #000;
  }

  .section {
    padding-top: 25px;
  }

  .hero-slider {
    height: 400px;
  }

  .page-subheading1 {
    font-size: 100px;
  }

  .glassimage {
    margin-top: 0px;
  }

  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
  }

  .nav-menu {
    padding: 17px;
    background-color: #333;
  }

  .logo-link {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .social-footer {
    margin-top: 0px;
  }

  .content-column {
    padding-top: 0px;
  }

  .feature-column {
    margin-bottom: -35px;
  }

  .mainsection {
    height: 500px;
    background-position: 16% 50%;
  }

  .image {
    margin-top: -59px;
    margin-left: -18px;
  }

  .paragraph {
    margin-left: 0px;
  }

  .paragraph-5 {
    margin-top: -16px;
    font-size: 18px;
    line-height: 35px;
  }

  .paragraph-5._1 {
    font-size: 30px;
  }

  .section-2 {
    height: 330px;
  }

  .text-block._1 {
    margin-top: -20px;
  }

  .paragraph-11 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-9 {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
  }

  .contain122 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .flexparent {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-image {
    max-width: 70%;
    margin-left: 0px;
  }

  .paragraph-13 {
    margin-bottom: 64px;
  }

  .paragraph-15 {
    margin-bottom: 42px;
  }

  .slogan {
    display: block;
    margin: 0px auto;
    font-size: 80px;
    text-align: center;
  }

  .sloganblock {
    margin-top: -163px;
  }

  .imagetesti {
    margin-top: 20px;
  }

  .section-8 {
    background-position: 50% 76%;
  }

  .paragraph-22 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .submit-button {
    margin-left: -200px;
  }

  .text-field {
    display: block;
    margin-left: -200px;
    padding-right: 0px;
    padding-left: 200px;
  }

  .text-field-2 {
    margin-left: -200px;
    padding-right: 0px;
    padding-left: 200px;
  }

  .form {
    padding-left: 0px;
    float: none;
  }

  .text-field-3 {
    left: -31px;
  }

  .text-field-4 {
    left: 130px;
    margin-right: 0px;
  }

  .submit-button-2 {
    position: static;
    left: -152px;
  }

  .paragraph-23 {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  ._3d-transform {
    top: 129px;
  }

  .background-video {
    height: 500px;
    -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;
  }

  .heading-31 {
    margin-top: 20px;
  }

  .div-block-19 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .row-8 {
    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;
  }

  .row-9 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-14 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-22 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-36 {
    text-align: left;
  }

  .div-block-59.sinist {
    width: 45%;
  }

  .text-span-2 {
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-button.white {
    background-color: transparent;
  }

  .navigation-menu {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-slider {
    height: 528px;
  }

  .slide {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-subheading1 {
    margin-bottom: 62px;
    padding-top: 0px;
    font-size: 90px;
  }

  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .glassimage {
    margin-left: 60px;
    padding-left: 0px;
  }

  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }

  .picture-border {
    margin-bottom: 13px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-fours {
    width: 33.33%;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    margin-bottom: 13px;
    text-align: center;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-column {
    margin-top: 43px;
  }

  .mainsection {
    height: 400px;
    background-image: url('../images/header-desktop1.jpg');
    background-position: 16% 50%;
    background-size: cover;
  }

  .image {
    margin-top: -112px;
    margin-left: 41px;
  }

  .paragraph {
    margin-left: -5px;
    padding-left: 15px;
    font-size: 20px;
  }

  .heading-4 {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
  }

  .heading-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading-7 {
    text-align: center;
  }

  .paragraph-5 {
    margin-top: -21px;
  }

  .container-3 {
    margin-bottom: 0px;
    padding-bottom: 7px;
  }

  .section-2 {
    margin-bottom: 220px;
  }

  .paragraph-6 {
    text-align: center;
  }

  .paragraph-7 {
    text-align: center;
  }

  .paragraph-8 {
    text-align: center;
  }

  .paragraph-9 {
    text-align: center;
  }

  .text-block {
    margin-top: 73px;
  }

  .text-block._1 {
    margin-top: -33px;
    margin-bottom: 5px;
  }

  .paragraph-11 {
    display: block;
    margin-top: -5px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-9 {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .flexparent {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .icon-block {
    padding-right: 5px;
    padding-left: 5px;
  }

  .main-image {
    max-width: 90%;
    margin-left: 0px;
  }

  .row-4 {
    display: block;
  }

  .heading-14 {
    margin-left: 9px;
  }

  .slogan {
    font-size: 35px;
    line-height: 50px;
  }

  .sloganblock {
    margin-top: -81px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-3 {
    left: -1px;
  }

  .text-field-4 {
    position: relative;
    left: -1px;
    margin-right: 0px;
  }

  .submit-button-2 {
    left: 216px;
  }

  .paragraph-23 {
    margin-top: -7px;
    text-align: center;
  }

  .div-block-22 {
    padding-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .button.white {
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .button.tab {
    margin-bottom: 9px;
  }

  .navigation-bar.dark {
    position: fixed;
    -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;
  }

  .navigation-menu {
    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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .brand-link.left-spacing {
    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;
  }

  .section {
    margin-top: -19px;
    padding: 25px 10px 10px;
  }

  .section.accent {
    height: 800px;
    margin-top: -186px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/1422.png'), url('../images/1422.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/1422.png'), url('../images/1422.png');
    background-position: 0px 0px, 50% 50%, 50% 50%;
    background-size: auto, 300px, contain;
  }

  .section.first {
    margin-top: -150px;
  }

  .section.contact.mob {
    padding-right: 5px;
    padding-left: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.41)), to(hsla(0, 0%, 100%, 0.41))), url('../images/ultima-2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.41), hsla(0, 0%, 100%, 0.41)), url('../images/ultima-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .hero-slider {
    height: 550px;
  }

  .slide {
    padding-right: 53px;
    padding-left: 53px;
  }

  .page-heading {
    position: relative;
    top: -14px;
    margin-top: -54px;
  }

  .page-subheading1 {
    margin-top: 21px;
    font-size: 80px;
  }

  .cta-section.centered-accented {
    padding-bottom: 24px;
  }

  .cta-heading.inline-block {
    margin-top: -23px;
    margin-right: 0px;
    padding-top: 0px;
    font-size: 20px;
    font-weight: 200;
  }

  .glassimage {
    margin-top: 20px;
    margin-left: 0px;
  }

  .fixed-image-section {
    padding-bottom: 97px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(225, 5, 255, 0.3))), url('../images/oIwGDnx.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(225, 5, 255, 0.3)), url('../images/oIwGDnx.jpg');
    background-position: 0px 0px, 38% 33%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-subheading.center {
    font-size: 18px;
    line-height: 35px;
  }

  .form-field {
    height: auto;
    min-height: auto;
    border-color: #673ab7;
    font-size: 14px;
  }

  .grid-image {
    display: block;
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }

  .grid-fours {
    width: 50%;
  }

  .tab-menu {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -30px;
    margin-bottom: 15px;
    padding-bottom: 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;
  }

  .image-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 50%;
    -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;
  }

  .feature-column {
    margin-top: 12px;
    margin-bottom: 0px;
  }

  .mainsection {
    height: 300px;
    margin-top: 60px;
    background-image: url('../images/maxresdefault.jpg');
    background-position: 40% 50%;
    background-size: cover;
  }

  .image {
    position: relative;
    left: 92px;
    max-width: 200%;
    margin-top: -151px;
    margin-right: 0px;
    margin-left: -76px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph {
    position: relative;
    left: 224px;
    top: 0px;
    right: -61px;
    margin-right: 13px;
    margin-left: -206px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }

  .image-2 {
    margin-top: 0px;
    margin-left: 60px;
  }

  .heading-4 {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
  }

  .heading-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading-7 {
    text-align: center;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .section-2 {
    height: auto;
    margin-bottom: 0px;
  }

  .row {
    display: block;
  }

  .row-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .image-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .paragraph-6 {
    text-align: center;
  }

  .paragraph-7 {
    text-align: center;
  }

  .paragraph-8 {
    text-align: center;
  }

  .paragraph-9 {
    text-align: center;
  }

  .text-block {
    position: relative;
    top: 19px;
    margin-top: 14px;
    margin-bottom: -10px;
    padding-top: 10px;
    font-family: 'Uni sans', sans-serif;
    font-size: 100px;
    font-weight: 700;
  }

  .text-block._1 {
    margin-top: 5px;
    margin-bottom: 38px;
    padding-top: 0px;
  }

  .paragraph-11 {
    margin-bottom: 0px;
  }

  .heading-9 {
    font-size: 19px;
    text-align: center;
  }

  .section-4.aboutus {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .flexparent {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .icon-block {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .heading-12 {
    margin-top: 15px;
  }

  .column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .row-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-14 {
    margin-left: 15px;
  }

  .slogan {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-16 {
    font-size: 14px;
  }

  .column-3 {
    display: block;
    margin-top: -24px;
  }

  .heading-17 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-21 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .column-9 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -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-field {
    display: inline-block;
    color: #333;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    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;
  }

  .text-field-3 {
    left: -2px;
  }

  .text-field-4 {
    position: static;
    left: -2px;
    width: 250px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .submit-button-2 {
    left: 92px;
    margin-top: 10px;
  }

  .paragraph-23 {
    margin-top: -45px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .text-block-4.nuovo {
    margin-top: 25px;
  }

  .div-block-22 {
    padding: 12px;
  }

  .div-block-23 {
    padding: 0px;
  }

  .div-block-24 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-17 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-47 {
    display: block;
  }

  .div-block-48 {
    width: auto;
  }

  .div-block-49 {
    width: auto;
  }

  .paragraph-30 {
    font-size: 15px;
  }

  .nav-link-2 {
    color: #a8a8a8;
  }

  .nav-link-2:hover {
    color: #a8a8a8;
  }

  .nav-link-2.w--current {
    color: #26272e;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #d32f2f;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .text-block-5 {
    width: auto;
    margin-top: 20px;
  }

  .section-15 {
    height: 150vh;
    margin-top: 0px;
  }

  .div-block-57 {
    position: absolute;
  }

  .div-block-58 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-59 {
    position: static;
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-59.blue.bb {
    width: auto;
  }

  .div-block-59.sinist {
    width: auto;
  }

  .heading-37 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-37.novita {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-31.giustificato {
    font-size: 15px;
  }

  .text-span {
    font-size: 70px;
  }

  .section-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-2:hover {
    color: #26272e;
  }

  .link-2.w--current {
    color: #26272e;
  }

  .b {
    font-size: 50px;
    line-height: 60px;
  }

  .slider-3 {
    height: 400px;
  }

  .row-15 {
    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;
  }

  .text-block-6 {
    font-size: 40px;
    line-height: 60px;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-26 {
    margin-bottom: 5px;
  }

  .div-block-65 {
    width: auto;
  }

  .text-block-9 {
    display: none;
  }
}

@font-face {
  font-family: 'Coco';
  src: url('../fonts/Coco-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Coco Condensed';
  src: url('../fonts/Coco-CondensedItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/Uni-Sans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Coco';
  src: url('../fonts/Coco-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Back to otf';
  src: url('../fonts/Back-to-Black---OTF.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: '8321';
  src: url('../fonts/8321.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Coco';
  src: url('../fonts/Coco-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Coco Condensed';
  src: url('../fonts/Coco-BoldCondensedItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Coco condensed';
  src: url('../fonts/Coco-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}