:root {
  --black-2: #0d0d0d;
  --black: #121212;
  --gainsboro: #e6e6e6;
  --white: white;
  --1: var(--gainsboro);
}

.preloader {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(18, 18, 18, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-2 {
  height: 81px;
  opacity: .3;
  object-fit: fill;
  display: block;
  overflow: hidden;
}

.logo-black {
  width: 150px;
  margin-top: -71px;
}

.link-block-3 {
  opacity: .7;
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.linkmenu-grid {
  width: 100vw;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
  justify-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.logo {
  max-width: 50%;
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  outline: 3px #333;
  flex: 0 auto;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: block;
  position: static;
  left: auto;
  right: auto;
}

.logo:hover {
  opacity: .5;
  mix-blend-mode: normal;
}

.square-2 {
  width: 10px;
  height: 10px;
  background-color: #121212;
  border: 1px #e6e6e6;
}

.square-1 {
  width: 10px;
  height: 10px;
  background-color: #e6e6e6;
  border: 1px solid #121212;
}

.div-block-35 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.linkmenu {
  opacity: 1;
  padding: 20px;
  font-size: 13px;
  font-weight: 100;
  text-decoration: none;
  transition: all .2s;
}

.linkmenu:hover {
  opacity: .5;
}

.linkmenu.w--current {
  justify-content: center;
  display: flex;
}

.linkmenu.contact {
  color: #e6e6e6;
  border: 2px #e6e6e6;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.navbar-menu {
  z-index: 999;
  width: 100vw;
  background-color: rgba(255, 255, 255, .75);
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.hamburger-menu {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding: 5px 0;
  display: flex;
  position: static;
}

.hamburger-menu.w--open {
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.burger-text {
  color: var(--black-2);
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.navbar-vitris {
  z-index: 999;
  width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: contrast(150%) blur(15px);
  backdrop-filter: contrast(150%) blur(15px);
  object-fit: fill;
  background-color: rgba(255, 255, 255, .75);
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menulink {
  outline-offset: 0px;
  color: var(--black);
  letter-spacing: 5px;
  text-transform: lowercase;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1px #000;
  outline: 3px #121212;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.menulink:hover {
  opacity: .7;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.square-wrap {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.burger-wrap {
  opacity: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .25s;
  display: flex;
}

.navbar-wrapper {
  z-index: 999;
  width: 100vw;
  height: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  align-content: stretch;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 100px;
  display: flex;
  position: static;
  overflow: visible;
}

.linkmenu-wrapper {
  width: 30vw;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.square-3 {
  width: 10px;
  height: 10px;
  background-color: #121212;
  border: 1px #e6e6e6;
}

.square-4 {
  width: 10px;
  height: 10px;
  background-color: #e6e6e6;
  border: 1px solid #121212;
}

.hero-slide {
  width: 100%;
  max-width: 100%;
  object-fit: fill;
  overflow: visible;
}

.slider {
  height: 100vh;
  justify-content: space-around;
  align-items: baseline;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider.home {
  z-index: 2;
  width: 100vw;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.right-arrow {
  opacity: 1;
  justify-content: flex-end;
  margin-top: 50vh;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.mask-hero {
  width: 100vw;
  max-width: 100%;
  object-fit: contain;
}

.slide-nav-3 {
  width: 80vw;
  height: 20px;
  max-width: 100%;
  opacity: 1;
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 11px;
  transition: all .3s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-nav-3:hover {
  opacity: .5;
  outline-offset: 0px;
  outline: 1px #fff;
}

.slide-nav-3._2 {
  width: 80vw;
  max-width: 100%;
  top: 300%;
}

.arrow-icon {
  margin-top: 1203px;
  font-size: 23px;
  transition: all .2s;
}

.arrow-icon:hover {
  opacity: .5;
  transform: scale(1.1);
}

.arrow-icon.hero {
  width: 50px;
  height: 50px;
  opacity: .7;
  color: #121212;
  background-color: #e6e6e6;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.arrow-icon.materials {
  color: #121212;
  border: 1px #000;
  margin-top: 0;
  margin-left: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  display: none;
  transform: translate(0);
}

.arrow-icon.materials.right {
  transform: rotate(180deg);
}

.image-hero {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

.left-arrow-2 {
  border: 2px #000;
  margin-top: 50vh;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  position: absolute;
}

.big-section-black {
  width: 100vw;
  max-width: 1005px;
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: flex;
  position: relative;
}

.big-section-black.hero {
  width: 95vw;
  max-width: 100%;
  margin-top: 0;
  padding: 5% 5% 0%;
}

.big-section-black.assistance {
  width: 80vw;
  max-width: 100%;
  border-top: 1px solid #000;
}

.big-section-black.bigone {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  background-image: url('../images/big-hero.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
  padding: 0%;
}

.quote-1 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.quote-1.black {
  color: #121212;
}

.title-section-1 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.title-section-1.black {
  color: #121212;
  margin-top: 2px;
}

.title-section-1.big {
  letter-spacing: 30px;
  font-size: 30px;
}

.text-medium {
  width: 100%;
  color: var(--black-2);
  text-align: left;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.text-medium.black {
  width: 95vw;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.text-medium.black.center {
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.text-medium.black.bold {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.text-medium.black.question {
  letter-spacing: 1px;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-medium.vitris {
  letter-spacing: 7px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.text-medium.subvitris {
  text-align: left;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 20px;
}

.text-medium.centertext {
  text-align: center;
  display: flex;
}

.text-medium.first {
  text-align: center;
}

.text-medium.technical {
  padding-left: 20vw;
  padding-right: 20vw;
}

.big-section-white {
  width: 95vw;
  max-width: 100%;
  color: #121212;
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2% 0%;
  display: flex;
  position: relative;
}

.button-text {
  z-index: 1;
  color: #121212;
  text-align: center;
  letter-spacing: 3px;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  transition: all .5s;
  display: flex;
  position: relative;
  top: 0;
}

.button-text:hover {
  background-color: var(--black);
  color: var(--gainsboro);
  border-radius: 0;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .7);
}

.button-text.black {
  color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #e6e6e6;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.button-text.black:hover {
  color: #121212;
  background-color: #e6e6e6;
  border-radius: 0;
}

.button-text.leftarrow {
  transform: rotate(0);
}

.button-wrapper {
  color: var(--black);
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: static;
}

.button-wrapper.black {
  width: 250px;
  object-fit: fill;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.button-wrapper.arrowleft {
  transform: rotate(0);
}

.news-tab {
  width: 450px;
  height: 500px;
  border: 1px #000;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 4px 4px 6px rgba(18, 18, 18, .5);
}

.news-tab:hover {
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .5);
}

.news-image {
  object-fit: cover;
  overflow: visible;
}

.news-text-wrap {
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.news-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.news-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.text-small {
  color: #121212;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.butterfly-wrap {
  height: 58px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-top: -1%;
  margin-left: 0%;
  transition: all .5s;
  display: block;
  position: absolute;
  overflow: hidden;
}

.butterfly-wrap:hover {
  opacity: 1;
}

.fb {
  width: 20px;
  height: 20px;
}

.fb:hover {
  opacity: .6;
}

.insta {
  width: 20px;
  height: 20px;
}

.insta:hover {
  opacity: .6;
}

.footer-wrapper {
  width: 100vw;
  max-width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-wrapper.social {
  width: 20vw;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-wrapper.right {
  justify-content: flex-start;
}

.section-footer {
  width: 100vw;
  max-width: 100%;
  border-top: 1px solid var(--black);
  color: var(--black);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.poweredby-wrap {
  width: 50vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #e6e6e6;
}

.knight-of-spring {
  height: 25px;
  opacity: .2;
  outline-offset: 0px;
  outline: 3px #fff;
  margin: 0 5px;
  line-height: 14px;
  transition: all .2s;
  position: static;
}

.knight-of-spring:hover {
  opacity: 1;
}

.footer-text-small {
  width: 100%;
  height: 40px;
  color: #e6e6e6;
  text-align: right;
  letter-spacing: 1px;
  text-transform: none;
  white-space: pre-wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  display: flex;
}

.footer-another-wrap {
  width: 70vw;
  border-bottom: 1px #e6e6e6;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.footer-copywright {
  width: 70vw;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 100;
  display: flex;
}

.lottie-animation {
  height: 70px;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: var(--black);
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
}

.link-footer {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: lowercase;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.link-footer:hover {
  border-bottom: 1px none var(--black);
  opacity: .6;
  text-align: left;
  text-transform: lowercase;
  text-decoration: none;
}

.link-footer.phone {
  z-index: 100;
  text-align: left;
  justify-content: flex-start;
}

.pinterest {
  width: 20px;
  height: 20px;
}

.pinterest:hover {
  opacity: .6;
}

.link-8 {
  color: var(--black);
  letter-spacing: 3px;
  text-decoration: none;
}

.link-8:hover {
  opacity: .7;
}

.footer-big-wrap {
  width: 100%;
  grid-row-gap: 10px;
  text-align: left;
  border-top: 1px #e6e6e6;
  border-bottom: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 999;
  width: 100vw;
  max-width: 100%;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #e6e6e6;
  border: 1px solid #fff;
  flex-direction: row;
  padding: 2rem;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fs-cc-banner2_container {
  width: 100%;
  max-width: 60rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_text {
  color: var(--black-2);
  text-align: center;
  font-size: 1rem;
}

.fs-cc-banner2_text-link {
  color: #00abd5;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-banner2_button {
  min-width: 7.5rem;
  background-color: var(--white);
  color: #121212;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  flex: 1;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
  transition: all .3s;
}

.fs-cc-banner2_button:hover {
  color: #fff;
  background-color: #000;
}

.body {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
  overflow: visible;
}

.body.white {
  background-color: var(--gainsboro);
}

.butterfly-wrap-preloader {
  height: 63px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.right-arrow-6 {
  display: none;
}

.slide-nav-6 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: 100%;
  left: 0%;
  transform: scale(1.5);
}

.tab-link-tab-2 {
  width: 250px;
  height: 50px;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.tab-link-tab-2:hover {
  opacity: .7;
  color: #121212;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, .75);
}

.tab-link-tab-2.w--current {
  height: 50px;
  background-color: var(--white);
  color: var(--black-2);
  border-style: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.tab-link-tab-2.w--current:hover {
  border-style: none;
}

.tab-link-tab-1 {
  width: 250px;
  height: 50px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.tab-link-tab-1:hover {
  opacity: .7;
  color: #121212;
  display: flex;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.tab-link-tab-1.w--current {
  width: 250px;
  background-color: var(--white);
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2px;
  border-style: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.tab-link-tab-1.w--current:hover {
  border-style: none;
}

.mask-6 {
  height: 100%;
  max-width: 100%;
}

.render-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.render-text-wrap.left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.render-text-wrap.right {
  margin-top: 20px;
}

.tabs-content {
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-tab-1 {
  width: 95vw;
  max-width: 100%;
  color: #121212;
  font-family: Montserrat, sans-serif;
}

.tab-pane-tab-2 {
  width: 95vw;
  max-width: 100%;
  color: #121212;
}

.slider-4 {
  width: 100vw;
  height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 50px;
}

.title-section-2 {
  width: 100%;
  color: #121212;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
}

.title-section-2.tiles {
  color: #121212;
  margin-top: 0;
}

.left-arrow-7 {
  display: none;
}

.tab-link-tab-3 {
  width: 250px;
  height: 50px;
  color: var(--black-2);
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #e6e6e6;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.tab-link-tab-3:hover {
  opacity: .7;
  border-style: none;
  border-color: #121212;
  text-decoration: none;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.tab-link-tab-3.w--current {
  height: 50px;
  background-color: var(--white);
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.tab-link-tab-3.w--current:hover {
  border-style: none;
}

.render-text-title {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px;
  display: flex;
}

.slide-2 {
  height: 100%;
  max-width: 100%;
}

.render-image {
  width: 80vw;
  height: 100%;
  object-fit: cover;
}

.mosaic-sheet {
  transition: all .5s;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .5);
}

.mosaic-sheet:hover {
  transform: scale(1.05);
  box-shadow: 7px 7px 5px rgba(0, 0, 0, .5);
}

.tabs {
  width: 95vw;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.tabs.pad {
  margin-bottom: 50px;
  display: none;
}

.sheet-row {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.tabs-menu {
  width: 80vw;
  max-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-panel {
  color: #121212;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.tab-link-tab-4 {
  width: 250px;
  height: 50px;
  color: var(--black-2);
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #e6e6e6;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.tab-link-tab-4:hover {
  opacity: .7;
  color: #121212;
  border-style: none;
  border-color: #121212;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.tab-link-tab-4.w--current {
  height: 50px;
  background-color: var(--white);
  color: var(--black-2);
  border-style: none;
  text-decoration: none;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.text-button-nig {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-top: 1px #000;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.icon {
  display: none;
}

.tab-pane-tab-3 {
  width: 95vw;
  max-width: 100%;
  color: #121212;
}

.sheet-lighbox {
  width: 350px;
}

.tile-info {
  width: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 25px;
  display: flex;
}

.vertical-bar {
  width: 1px;
  height: 15px;
  background-color: #121212;
  position: absolute;
}

.tile-icon-wrap {
  width: 95px;
  transition: all .3s;
  box-shadow: 2px 2px 3px rgba(18, 18, 18, .5);
}

.tile-icon-wrap:hover {
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .5);
}

.tab-link-tab-1-2 {
  height: 50px;
  color: #e6e6e6;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.tab-link-tab-1-2:hover {
  color: #121212;
  background-color: #e6e6e6;
  border-style: none;
  border-color: #121212;
}

.tab-link-tab-1-2.w--current {
  color: #121212;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
}

.tab-link-tab-1-2.w--current:hover {
  background-color: #e6e6e6;
  border-style: none;
}

.right-arrow-4 {
  height: 30px;
  margin-top: 25%;
  margin-right: 15%;
  display: none;
}

.icon-gear {
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 2px #121212;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
}

.icon-gear:hover {
  opacity: 1;
  transform: scale(1.2);
}

.tile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  transition: transform .15s;
  display: flex;
  position: relative;
}

.tile:hover {
  transform: scale(1.2);
}

.tile.materials-page {
  align-items: flex-start;
}

.accordion-item-trigger {
  width: 100%;
  height: 100%;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 0;
  transition: all .3s;
  display: flex;
}

.left-arrow-5 {
  height: 30px;
  margin-top: 25%;
  margin-left: 15%;
  display: none;
}

.mask-5 {
  width: 100%;
}

.section-technical {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.tile-rows-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-section-title {
  width: 100%;
  color: #121212;
  letter-spacing: 7px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(18, 18, 18, .7);
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.sub-section-title.center {
  justify-content: center;
  align-items: center;
}

.slider-tiles {
  width: 100%;
  height: 750px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
  padding-top: 0;
}

.slider-tiles.gold {
  height: 600px;
}

.slider-tiles.big {
  height: 100%;
}

.horizontal-bar {
  width: 15px;
  height: 1px;
  background-color: #121212;
  position: absolute;
}

.nav-tiles.hidden {
  display: none;
  overflow: visible;
}

.accordion-item-content {
  width: 100%;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin: 0 0 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.tilesicons-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.accordion-item {
  width: 75vw;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
  transition: all .3s;
  display: flex;
}

.accordion-item:hover {
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .5);
}

.accordion-item:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.tile-info-wrap {
  grid-column-gap: 20%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-small-bold {
  color: #121212;
  text-align: left;
  text-transform: capitalize;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.text-small-bold.tool {
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
  line-height: 15px;
}

.image-43 {
  border-radius: 0;
}

.section-write {
  width: 95vw;
  border: 2px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-write.first {
  width: 95vw;
  max-width: 100%;
  align-items: center;
  margin-top: 30px;
  padding-left: 2%;
  padding-right: 2%;
}

.section-write.first.faq, .section-write.first.tile, .section-write.first._0pad {
  margin-top: 0;
}

.section-write.black {
  width: 80vw;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-color: #121212;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-bottom: 0%;
}

.section-write.black.techincal {
  width: 70vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.section-write.black.blog {
  align-items: center;
}

.section-write.contact {
  width: 80vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.section-write.contact:hover {
  opacity: 1;
}

.section-title {
  width: 100%;
  color: #d9d9d9;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2%;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 44px;
}

.section-title.black {
  width: 100%;
  color: #121212;
  text-align: center;
  margin-top: 2%;
  font-size: 35px;
}

.tool-info-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.tool-info {
  width: 90px;
  object-fit: scale-down;
  flex-flow: column;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.news-tab-2 {
  width: 450px;
  border: 1px #000;
  text-decoration: none;
  transition: all .3s;
}

.news-tab-2:hover {
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .5);
}

.tab-pane-tab-4 {
  max-width: 100%;
  color: #121212;
}

.questions-wrapper {
  width: 95vw;
  max-width: 100%;
  grid-row-gap: 20px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-1-4 {
  height: 50px;
  color: #e6e6e6;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #e6e6e6;
  padding: 10px;
  font-weight: 500;
  transition: all .2s;
}

.tab-link-tab-1-4:hover {
  color: #121212;
  background-color: #e6e6e6;
  border-style: none;
  border-color: #121212;
}

.tab-link-tab-1-4.w--current {
  color: #121212;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
}

.tab-link-tab-1-4.w--current:hover {
  background-color: #e6e6e6;
  border-style: none;
}

.legal-paragraph {
  width: 95vw;
  max-width: 100%;
}

.quote-2 {
  color: #121212;
  text-align: center;
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 16px;
}

.contract-wrapper {
  flex-direction: column;
  display: flex;
}

.phone-icon {
  height: 35px;
  color: #fff;
  margin-right: 0;
  font-size: 12px;
}

.mail-icon {
  height: 25px;
  margin-right: 0;
  text-decoration: none;
}

.insta-icon {
  height: 30px;
}

.link {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-decoration: none;
}

.contactlink-big {
  width: 250px;
  height: 100px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.contactlink-big:hover {
  opacity: .7;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  font-size: 16px;
  display: flex;
}

.message {
  width: 100%;
}

.message.bigform {
  height: 200px;
  font-size: 18px;
}

.big-section-white-2 {
  width: 100%;
  color: #121212;
  background-color: #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.text-span-2 {
  color: #ff3030;
}

.form-block {
  width: 100%;
}

.form-label {
  color: #121212;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.form-field {
  width: 80%;
}

.form-wrapper {
  border: 1px #121212;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.success-message {
  color: #e6e6e6;
  background-color: #121212;
}

.text-smallest {
  width: 80%;
  margin-bottom: 2%;
  font-size: 12px;
  font-weight: 100;
}

.text-smallest.contact {
  width: 80%;
  color: #121212;
  font-size: 18px;
  font-weight: 300;
}

.text-smallest.contact:hover {
  opacity: 1;
}

.label-short {
  width: 50%;
  font-size: 18px;
}

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

.submit-button-form {
  width: 20%;
  color: #121212;
  background-color: #e6e6e6;
  border: 2px solid #121212;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
}

.submit-button-form:hover {
  color: #e6e6e6;
  background-color: #121212;
  border-color: #e6e6e6;
}

.form-class-wrapper {
  width: 80%;
  grid-column-gap: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.news-big-image-wrap {
  width: 100%;
  height: 100%;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.news-big-image {
  width: 90vw;
  height: 40vh;
  object-fit: cover;
  margin-bottom: 50px;
  display: block;
}

.parasolar {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  border: 3px none var(--gainsboro);
  background-color: var(--black);
  opacity: .7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-wrap-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.section-black-blank {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-mama-wrap {
  width: 100vw;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-art {
  width: 90vw;
  height: 350px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.link-art:hover {
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .7);
}

.link-art-wrapper {
  width: 90vw;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.thumbnail-artistic {
  object-fit: cover;
  transition: all .8s;
  display: block;
  overflow: visible;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.thumbnail-artistic:hover {
  display: block;
  transform: scale(1.1);
}

.wrap-left {
  width: 100%;
  height: 100%;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.wrap-center {
  width: 90vw;
  flex-direction: column;
  display: flex;
}

.linkmenus {
  color: var(--black);
  letter-spacing: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.linkmenus:hover {
  opacity: .5;
}

.navbar2 {
  z-index: 999;
  width: 100vw;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-menu {
  z-index: 999;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.pin-icon {
  height: 35px;
}

.contact-wrap {
  width: 80vw;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.navbarvitris {
  z-index: 999;
  width: 100vw;
  height: 42px;
  background-color: var(--white);
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0;
}

.navlink {
  letter-spacing: 4px;
  text-transform: lowercase;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 300;
  transition: all .35s;
  display: flex;
}

.navlink:hover {
  opacity: .3;
}

.navlink.contact {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  transition: all .35s;
}

.navlink.contact:hover {
  background-color: var(--black-2);
  opacity: 1;
  color: var(--white);
}

.navbar-wrap {
  width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.nav-menu-2 {
  max-width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  margin-right: 120px;
  display: flex;
}

.linkmenu-grid-2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.logo-2 {
  width: 8vw;
  max-width: 90%;
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  outline: 3px #333;
  flex: 0 auto;
  align-self: center;
  margin-left: auto;
  transition: all .2s;
  display: block;
  position: static;
  left: auto;
  right: auto;
}

.logo-2:hover {
  opacity: .5;
  mix-blend-mode: normal;
}

.square-2-2 {
  width: 10px;
  height: 10px;
  background-color: #121212;
  border: 1px solid #e6e6e6;
}

.navbar-menu-2 {
  width: 100vw;
  height: 150px;
  max-width: 100%;
  grid-row-gap: 50px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .7);
  border-bottom: 1px solid #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar-menu-2:hover {
  border-style: none;
}

.hamburger-menu-2 {
  opacity: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 5px 10px;
  transition: all .4s;
  display: flex;
  position: static;
}

.hamburger-menu-2:hover {
  opacity: .5;
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.hamburger-menu-2.w--open {
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.burger-text-2 {
  opacity: 1;
  color: var(--black-2);
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px #000;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  position: relative;
}

.navbar-vitris-2 {
  z-index: 999;
  width: 100vw;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .5);
  border: 1px #fff;
  border-top-color: #121212;
  border-bottom-width: 2px;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.menulink-2 {
  color: var(--black-2);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navbar-wrapper-2 {
  z-index: 500;
  width: 100vw;
  height: 50px;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--black-2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-flow: row;
  flex: 0 auto;
  align-content: stretch;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 100px;
  display: flex;
  overflow: visible;
}

.linkmenu-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.square-3-2 {
  width: 10px;
  height: 10px;
  background-color: #121212;
  border: 1px solid #e6e6e6;
}

.line-bot {
  width: 20px;
  border-top: 1px solid #000;
}

.line-top {
  width: 20px;
  border-top: 1px solid #000;
  margin-top: 0;
}

.menu-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkcontact {
  color: var(--black-2);
  text-transform: capitalize;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
}

.linkcontact:hover {
  background-color: var(--black-2);
  color: var(--white);
}

.footerlink {
  color: var(--black-2);
  letter-spacing: 3px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .3s;
}

.footerlink:hover {
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .75);
}

.footerlink.w--current {
  opacity: .3;
}

.menu-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.titleart {
  z-index: 700;
  width: 500px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black-2);
  letter-spacing: 20px;
  text-indent: 10px;
  background-color: rgba(255, 255, 255, .4);
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: baseline;
  padding: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.backbutton {
  width: 80vw;
  padding-top: 15px;
  display: flex;
}

.back {
  color: var(--black-2);
  text-decoration: none;
  transition: all .3s;
}

.back:hover {
  opacity: .3;
}

.div-block-36 {
  width: 80vw;
  height: 1px;
  background-color: var(--black-2);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.backfiltertextwrap {
  width: 50vw;
  height: 70px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .5);
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 50%;
  overflow: hidden;
}

.buttonbackdrop {
  width: 100%;
  background-color: rgba(255, 255, 255, .5);
}

.herotext {
  color: var(--black-2);
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.slider-section {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.panel-mask {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.carousel-slide {
  max-width: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
  cursor: pointer;
  object-fit: fill;
  margin-left: 0;
  margin-right: 30px;
}

.slider-5 {
  width: 90vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 300;
}

.heading.big-heading {
  font-size: 37px;
}

.heading.smaller-heading {
  margin-bottom: 4px;
  font-size: 23px;
}

.arrow {
  width: 50px;
  height: 50px;
  color: #5e5e5e;
  border: 1px #000;
  font-size: 20px;
  transition: all .3s;
  top: auto;
  bottom: -20%;
  left: -7%;
  right: 0%;
}

.arrow:hover {
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .5);
}

.arrow.right-arrow {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.arrow.rightar {
  left: 0%;
  right: -7%;
}

.name {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-container {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-container.center-container {
  z-index: 10;
  top: 7%;
}

.text-container.left-container {
  z-index: 10;
  top: 29%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.text-container.right-container {
  z-index: 10;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.erased-edge {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(236, 236, 238, 0), #ececee 66%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.panel {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.slide-nav {
  display: none;
}

.mask {
  max-width: 100%;
  overflow: visible;
}

.box-shadow {
  z-index: -1;
  width: 77%;
  height: 240px;
  filter: blur(60px);
  background-color: rgba(0, 0, 0, .78);
  position: absolute;
  bottom: 0;
}

.align-right {
  width: 80vw;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.align-right._0pad {
  margin-bottom: 0;
}

.link-tile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 10px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.link-tile:hover {
  transform: scale(1.1);
  box-shadow: 7px 7px 10px rgba(18, 18, 18, .7);
}

.link-tile-wrapper {
  width: 90vw;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
}

.text-tile {
  color: #000;
  text-align: left;
  letter-spacing: 3px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.separator {
  width: 80vw;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.nav {
  display: flex;
}

.link-gallery-wrapper {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-gallery {
  width: 30vw;
  height: 50vh;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin: 10px;
  transition: all .3s;
  display: flex;
}

.link-gallery:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 5px 5px rgba(0, 0, 0, .2);
}

.link-gallery-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallerytitle {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: rgba(255, 255, 255, .6);
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  display: flex;
  position: absolute;
}

.thumb-gallery {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-44 {
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .5);
}

.link-block-6 {
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 991px) {
  .preloader {
    display: none;
  }

  .linkmenu-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .logo {
    width: 15vw;
  }

  .navbar-vitris {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    object-fit: fill;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }

  .menulink {
    font-size: 14px;
  }

  .navbar-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .right-arrow {
    justify-content: flex-end;
    margin-top: 50vh;
    margin-right: 0;
  }

  .slide-nav-3 {
    top: 95%;
  }

  .arrow-icon.hero {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .arrow-icon.materials {
    font-size: 21px;
  }

  .left-arrow-2 {
    margin-top: 50vh;
    margin-left: 0;
  }

  .big-section-black {
    margin-top: 0;
  }

  .text-medium.black {
    text-align: left;
    letter-spacing: 0;
    font-size: 14px;
    display: block;
  }

  .text-medium.black.question {
    font-size: 14px;
  }

  .big-section-white {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-text {
    border: 1px solid #000;
    padding: 10px;
    transition: background-color .5s cubic-bezier(.075, .82, .165, 1);
  }

  .button-text:hover {
    outline-offset: 0px;
    color: #fff;
    background-color: #121212;
    outline: 1px solid #121212;
  }

  .button-wrapper {
    margin-top: 0;
  }

  .news-tab {
    width: 320px;
    height: 475px;
  }

  .news-grid-wrapper {
    grid-row-gap: 20px;
  }

  .news-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .butterfly-wrap {
    height: 50px;
    position: absolute;
  }

  .fb, .insta {
    width: 20px;
    height: 20px;
  }

  .footer-wrapper {
    width: 70vw;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-wrapper.social {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
  }

  .poweredby-wrap {
    width: 50vw;
  }

  .knight-of-spring {
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-text-small {
    font-size: 12px;
    line-height: 14px;
  }

  .lottie-animation {
    height: 60px;
  }

  .link-block-5 {
    width: 30px;
  }

  .link-footer {
    justify-content: flex-start;
    align-items: center;
  }

  .link-footer.phone {
    width: 200px;
    display: block;
    position: relative;
  }

  .pinterest {
    width: 20px;
    height: 20px;
  }

  .footer-big-wrap {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .fs-cc-banner2_text {
    text-align: center;
  }

  .body {
    background-color: var(--white);
  }

  .slide-nav-6 {
    width: 50%;
  }

  .tab-link-tab-1.w--current {
    width: 250px;
  }

  .render-text-wrap {
    width: 100%;
  }

  .title-section-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .render-text-title {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs {
    justify-content: center;
    align-items: center;
  }

  .sheet-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .tabs-menu {
    width: 90vw;
  }

  .text-panel {
    font-size: 14px;
  }

  .sheet-lighbox {
    width: 300px;
  }

  .tile-info {
    width: 150px;
  }

  .vertical-bar {
    height: 12px;
  }

  .tile-icon-wrap {
    width: 85px;
  }

  .right-arrow-4 {
    margin-top: 35%;
    margin-right: -2%;
  }

  .icon-gear {
    width: 20px;
  }

  .accordion-item-trigger {
    height: 100%;
    margin-bottom: 0;
  }

  .left-arrow-5 {
    margin-top: 35%;
    margin-left: 2%;
  }

  .sub-section-title {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
  }

  .slider-tiles {
    height: 700px;
  }

  .slider-tiles.gold {
    height: 550px;
  }

  .horizontal-bar {
    width: 12px;
  }

  .accordion-item-content {
    color: #121212;
    margin-bottom: 0;
  }

  .tilesicons-wrapper {
    height: 100%;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tile-info-wrap {
    grid-column-gap: 10%;
    justify-content: space-between;
  }

  .text-small-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .text-small-bold.tool {
    font-size: 12px;
    line-height: 14px;
  }

  .section-write.black {
    width: 100%;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-write.contact {
    width: 80%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tool-info-wrapper {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tool-info {
    align-items: center;
  }

  .news-tab-2 {
    flex-direction: column;
    display: flex;
  }

  .questions-wrapper {
    align-items: center;
  }

  .phone-icon {
    height: 30px;
  }

  .mail-icon {
    height: 20px;
  }

  .link {
    font-size: 14px;
  }

  .contactlink-big {
    width: 150px;
  }

  .contact-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .big-section-white-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-block {
    width: 100%;
  }

  .text-smallest.contact {
    font-size: 16px;
    line-height: 18px;
  }

  .submit-button-form {
    width: 20%;
  }

  .news-big-image-wrap {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .contact-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .nav-menu-2 {
    flex-wrap: nowrap;
    padding-left: 5px;
    padding-right: 5px;
  }

  .brand {
    margin-right: 15px;
  }

  .logo-2 {
    width: 10vw;
  }

  .navbar-menu-2, .hamburger-menu-2, .navbar-wrapper-2 {
    display: flex;
  }

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

  .menu-wrap {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .titleart {
    text-indent: 10px;
    font-size: 20px;
  }

  .backfiltertextwrap {
    height: 70px;
    top: 50%;
  }

  .herotext {
    font-size: 20px;
  }

  .slider-section {
    padding-bottom: 15%;
    display: flex;
  }

  .hero-section {
    justify-content: center;
  }

  .arrow {
    width: 40px;
    height: 40px;
  }

  .imagecarousel {
    width: 600px;
  }

  .align-right {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .align-right._0pad {
    margin-top: 20px;
  }

  .link-tile-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .link-gallery-wrap {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .preloader {
    display: none;
  }

  .linkmenu-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .logo {
    width: 15vw;
    height: 50px;
    max-width: 100%;
  }

  .navbar-menu {
    z-index: 888;
    width: 100vw;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .burger-text {
    font-size: 12px;
    line-height: 12px;
  }

  .navbar-vitris {
    width: 100vw;
    display: none;
    position: relative;
    top: 0%;
  }

  .menulink {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    display: flex;
  }

  .menulink.w--current {
    display: none;
  }

  .navbar-wrapper {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 50px;
    padding-right: 25px;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .linkmenu-wrapper {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .right-arrow {
    margin-top: 20vh;
    margin-right: 5vw;
    display: none;
  }

  .slide-nav-3 {
    top: 100%;
  }

  .slide-nav-3._2 {
    top: 430%;
  }

  .arrow-icon {
    margin-top: 1px;
  }

  .arrow-icon.hero {
    font-size: 22px;
  }

  .arrow-icon.materials {
    font-size: 16px;
  }

  .image-hero {
    object-fit: cover;
    position: static;
  }

  .left-arrow-2 {
    margin-top: 20vh;
    margin-left: 5vw;
    display: none;
  }

  .quote-1 {
    font-size: 14px;
  }

  .title-section-1 {
    font-size: 16px;
  }

  .text-medium {
    width: 90%;
  }

  .text-medium.black {
    width: 100%;
  }

  .text-medium.black.bold {
    width: 100%;
    font-weight: 500;
  }

  .text-medium.subvitris {
    font-size: 18px;
    line-height: 20px;
  }

  .big-section-white {
    width: 95vw;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-text.black {
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .news-tab {
    width: 250px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .news-image {
    position: static;
  }

  .news-grid-wrapper {
    flex-direction: row;
  }

  .news-wrapper {
    flex-wrap: wrap;
    align-content: center;
  }

  .butterfly-wrap {
    margin-top: 12%;
    margin-left: 0%;
  }

  .footer-wrapper {
    width: 85vw;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    justify-items: center;
    display: flex;
  }

  .footer-wrapper.social {
    width: 40vw;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
  }

  .section-footer {
    width: 100vw;
  }

  .poweredby-wrap {
    width: 65vw;
  }

  .knight-of-spring {
    height: 25px;
  }

  .footer-text-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    letter-spacing: 1px;
    justify-content: center;
    font-size: 12px;
    display: flex;
  }

  .footer-another-wrap {
    width: 85vw;
    padding-bottom: 0;
  }

  .footer-copywright {
    width: 85vw;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 10px;
  }

  .link-block-5 {
    width: 20px;
  }

  .link-footer {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .link-footer.w--current {
    width: 100px;
  }

  .link-footer.phone {
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .fs-cc-banner2_text {
    text-align: center;
  }

  .slide-nav-6 {
    width: 50%;
    transform: scale(1.1);
  }

  .tab-link-tab-2 {
    height: 50px;
    padding: 5px;
  }

  .tab-link-tab-2.w--current {
    height: 50px;
  }

  .tab-link-tab-1 {
    height: 50px;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    height: 50px;
  }

  .slider-4 {
    width: 100vw;
  }

  .title-section-2 {
    text-align: center;
    font-size: 22px;
  }

  .tab-link-tab-3 {
    height: 50px;
    padding: 5px;
  }

  .tab-link-tab-3.w--current {
    height: 50px;
  }

  .render-text-title {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .sheet-row {
    margin-bottom: 10px;
  }

  .text-panel {
    font-size: 14px;
    line-height: 16px;
  }

  .tab-link-tab-4, .tab-link-tab-4.w--current {
    height: 50px;
    padding: 5px;
  }

  .text-button-nig {
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 16px;
    display: flex;
  }

  .sheet-lighbox {
    width: 350px;
  }

  .tile-icon-wrap {
    width: 76px;
  }

  .tab-link-tab-1-2 {
    height: 50px;
    padding: 5px;
  }

  .tab-link-tab-1-2.w--current {
    height: 50px;
  }

  .right-arrow-4 {
    margin-top: 40%;
    margin-right: -10%;
    display: none;
  }

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

  .tile.materials-page {
    margin-left: 5px;
    margin-right: 5px;
  }

  .accordion-item-trigger {
    height: 100%;
  }

  .left-arrow-5 {
    margin-top: 40%;
    display: none;
  }

  .tile-rows-wrapper {
    flex-wrap: wrap;
  }

  .sub-section-title {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .slider-tiles {
    height: 600px;
    margin-bottom: 80px;
  }

  .slider-tiles.gold {
    height: 400px;
  }

  .nav-tiles {
    top: 105%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .tilesicons-wrapper {
    height: 100%;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
    padding: 10px 0;
  }

  .accordion-item {
    width: 75vw;
  }

  .tile-info-wrap, .text-small-bold {
    flex-wrap: nowrap;
  }

  .text-small-bold.tool {
    margin-top: 5px;
    font-size: 13px;
  }

  .section-write.black {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-write.contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-title {
    width: 70%;
    font-size: 30px;
    line-height: 30px;
  }

  .section-title.black {
    width: 100%;
    font-size: 30px;
  }

  .tool-info-wrapper {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tool-info {
    flex-wrap: wrap;
    align-items: center;
  }

  .news-tab-2 {
    width: 450px;
    flex-direction: column;
    display: flex;
  }

  .questions-wrapper {
    width: 90vw;
  }

  .tab-link-tab-1-4 {
    height: 50px;
    padding: 5px;
  }

  .tab-link-tab-1-4.w--current {
    height: 50px;
  }

  .legal-paragraph {
    max-width: 100%;
  }

  .phone-icon {
    height: 30px;
    display: block;
  }

  .mail-icon {
    height: 20px;
    display: block;
  }

  .link {
    font-size: 14px;
    line-height: 18px;
  }

  .contactlink-big {
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .big-section-white-2 {
    background-color: #e6e6e6;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-block {
    width: 100%;
  }

  .text-smallest.contact {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .submit-button-form {
    width: 30%;
  }

  .form-class-wrapper {
    width: 100%;
  }

  .news-big-image-wrap {
    height: 250px;
  }

  .link-art-wrapper {
    flex-wrap: wrap;
  }

  .thumbnail-artistic {
    object-fit: fill;
  }

  .contact-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-content: center;
  }

  .navbarvitris {
    height: 50px;
  }

  .navlink {
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
  }

  .navlink.contact {
    display: none;
  }

  .navbar-wrap {
    z-index: 999;
    height: 75px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .nav-menu-2 {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    display: flex;
  }

  .menubutton.w--open {
    height: 50px;
    background-color: var(--black-2);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menuicon {
    display: flex;
  }

  .brand {
    flex-direction: row;
  }

  .logo-2 {
    width: 15vw;
    max-width: 100%;
  }

  .navbar-menu-2 {
    height: 300px;
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .burger-text-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .navbar-vitris-2 {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0%;
  }

  .navbar-wrapper-2 {
    width: 100vw;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .linkcontact {
    display: none;
  }

  .footerlink.w--current {
    text-decoration: none;
  }

  .menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-content: space-around;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .titleart {
    width: 350px;
    letter-spacing: 15px;
    padding: 10px;
    font-size: 20px;
  }

  .backfiltertextwrap {
    width: 70vw;
  }

  .herotext {
    font-size: 17px;
    line-height: 20px;
  }

  .arrow {
    width: 35px;
    height: 35px;
    top: 100%;
  }

  .link-tile-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .link-gallery {
    width: 80vw;
    height: 350px;
    flex-wrap: wrap;
  }

  .link-gallery-wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .preloader {
    display: none;
  }

  .lottie-animation-2 {
    width: 80%;
  }

  .linkmenu-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    align-items: stretch;
    display: grid;
  }

  .logo {
    width: 20vw;
    height: 40px;
    max-width: 100%;
    opacity: 1;
    object-fit: scale-down;
  }

  .square-2, .square-1 {
    width: 7px;
    height: 7px;
  }

  .linkmenu {
    opacity: 1;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
    display: flex;
  }

  .navbar-menu {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    color: #121212;
    display: flex;
    position: absolute;
  }

  .hamburger-menu {
    flex-flow: row;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-text {
    font-size: 12px;
    line-height: 12px;
  }

  .navbar-vitris {
    z-index: 999;
    width: auto;
    object-fit: contain;
    position: relative;
    top: 0%;
  }

  .menulink {
    font-size: 15px;
  }

  .navbar-wrapper {
    width: 100vw;
    height: 60px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: static;
  }

  .linkmenu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .square-3, .square-4 {
    width: 7px;
    height: 7px;
  }

  .right-arrow {
    max-width: 100%;
    margin-right: 0;
    display: none;
  }

  .slide-nav-3 {
    margin-top: 0;
    top: 100%;
    transform: scale(.8);
  }

  .slide-nav-3._2 {
    top: 375%;
  }

  .arrow-icon.hero {
    font-size: 16px;
    display: none;
  }

  .arrow-icon.materials {
    font-size: 11px;
  }

  .left-arrow-2 {
    max-width: 100%;
    margin-left: 0;
    display: none;
  }

  .big-section-black {
    margin-top: 25%;
    margin-bottom: 0%;
  }

  .big-section-black.hero {
    padding-bottom: 2%;
    position: relative;
  }

  .big-section-black.assistance {
    width: 95vw;
    margin-top: 0%;
  }

  .big-section-black.bigone {
    margin-top: 0%;
  }

  .quote-1 {
    letter-spacing: 4px;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .title-section-1 {
    letter-spacing: 6px;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 16px;
    display: flex;
  }

  .title-section-1.black {
    color: #121212;
  }

  .title-section-1.big {
    letter-spacing: 15px;
    font-size: 20px;
  }

  .text-medium {
    width: 90%;
    color: var(--black);
    text-align: center;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 16px;
  }

  .text-medium.black {
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 16px;
    display: flex;
  }

  .text-medium.black.bold {
    width: 100%;
    flex-wrap: nowrap;
    align-content: flex-start;
    display: flex;
  }

  .text-medium.black.question {
    height: 35px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 16px;
  }

  .text-medium.vitris {
    font-size: 20px;
    line-height: 20px;
  }

  .text-medium.subvitris {
    font-size: 16px;
    line-height: 16px;
  }

  .text-medium.centertext {
    font-size: 14px;
  }

  .big-section-white {
    width: 100vw;
  }

  .button-text {
    font-size: 11px;
    line-height: 16px;
  }

  .button-text.black {
    margin: 10px 0;
    padding: 10px;
    font-size: 13px;
  }

  .button-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .button-wrapper.black {
    min-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .news-tab {
    width: 180px;
    height: 350px;
    justify-content: flex-start;
  }

  .news-image {
    object-fit: fill;
    object-position: 50% 50%;
    flex: 0 auto;
    display: block;
    overflow: visible;
  }

  .news-text-wrap {
    width: 100%;
    padding: 10px;
  }

  .news-grid-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .news-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .text-small {
    font-size: 12px;
    line-height: 14px;
  }

  .butterfly-wrap {
    height: 53px;
    margin-top: 35%;
    margin-left: 0%;
    display: block;
  }

  .fb, .insta {
    width: 20px;
    height: 20px;
  }

  .footer-wrapper {
    width: 90vw;
    max-width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
  }

  .footer-wrapper.social {
    width: 50vw;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 0;
  }

  .footer-wrapper.right {
    align-items: flex-end;
  }

  .poweredby-wrap {
    width: 90vw;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .knight-of-spring {
    height: 21px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-text-small {
    width: 300px;
    letter-spacing: 0;
    margin-top: 0;
    font-size: 11px;
    line-height: 14px;
    display: flex;
  }

  .footer-another-wrap {
    width: 80vw;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .footer-copywright {
    width: 100vw;
    max-width: 100%;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 8px;
  }

  .lottie-animation {
    height: 65px;
  }

  .link-block-5 {
    width: 20px;
  }

  .link-footer {
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    justify-content: center;
    font-size: 15px;
  }

  .link-footer.w--current {
    width: 100%;
  }

  .link-footer.phone {
    width: 100%;
    text-align: right;
    justify-content: flex-end;
  }

  .pinterest {
    width: 20px;
    height: 20px;
  }

  .link-8.w--current {
    justify-content: flex-start;
  }

  .footer-big-wrap {
    width: 100%;
    flex-flow: row;
    justify-content: space-around;
    padding-left: 5px;
    padding-right: 5px;
  }

  .fs-cc-banner2_component {
    width: 100vw;
  }

  .fs-cc-banner2_text {
    text-align: center;
  }

  .body {
    justify-content: flex-start;
  }

  .butterfly-wrap-preloader {
    margin-top: -125px;
    display: block;
  }

  .slide-nav-6, .slide-nav-6:hover {
    transform: none;
  }

  .tab-link-tab-2 {
    height: 50px;
    padding: 5px;
  }

  .tab-link-tab-1 {
    height: 50px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px #000;
    align-items: center;
    padding: 5px;
  }

  .tab-link-tab-1.w--current {
    width: 250px;
    padding: 5px;
  }

  .render-text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .render-text-wrap.left {
    flex-direction: column;
  }

  .render-text-wrap.right {
    flex-direction: column-reverse;
  }

  .slider-4 {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .title-section-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .tab-link-tab-3 {
    height: 50px;
    padding: 5px;
  }

  .tab-link-tab-3.w--current {
    height: 50px;
  }

  .render-text-title {
    flex-direction: column;
    padding: 20px;
  }

  .mosaic-sheet {
    width: 250px;
  }

  .sheet-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .sheet-row {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .tabs-menu {
    width: 80vw;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 5px;
    display: flex;
  }

  .text-panel {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .tab-link-tab-4 {
    height: 50px;
    padding: 5px;
  }

  .tab-link-tab-4.w--current {
    height: 50px;
  }

  .text-button-nig {
    text-align: center;
    letter-spacing: 4px;
    font-size: 13px;
    line-height: 14px;
  }

  .sheet-lighbox {
    width: 250px;
  }

  .tile-info {
    width: 120px;
    align-items: flex-start;
  }

  .tile-icon-wrap {
    width: 55px;
  }

  .tab-link-tab-1-2 {
    height: 50px;
    align-items: center;
    padding: 5px;
  }

  .tab-link-tab-1-2.w--current {
    padding: 5px;
  }

  .right-arrow-4 {
    margin-right: -15%;
    display: none;
  }

  .icon-gear {
    width: 20px;
    margin-right: 0;
  }

  .tile {
    flex-flow: column wrap;
    display: block;
    position: relative;
  }

  .tile.materials-page {
    margin-left: 5px;
    margin-right: 5px;
  }

  .accordion-item-trigger {
    height: 100%;
    cursor: pointer;
  }

  .left-arrow-5 {
    margin-left: -15%;
    display: none;
  }

  .mask-5 {
    overflow: hidden;
  }

  .section-technical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-section-title {
    text-align: left;
    letter-spacing: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
  }

  .sub-section-title.center {
    text-align: center;
    font-size: 14px;
  }

  .slider-tiles {
    height: 425px;
    margin-top: 25px;
    margin-bottom: 75px;
  }

  .slider-tiles.gold {
    height: 300px;
  }

  .nav-tiles {
    top: 105%;
  }

  .tilesicons-wrapper {
    height: 100%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    object-fit: contain;
    flex-wrap: nowrap;
    align-content: center;
    padding: 10px 0;
    display: flex;
  }

  .accordion-item {
    width: 85vw;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tile-info-wrap {
    grid-column-gap: 3%;
    justify-content: space-between;
  }

  .text-small-bold {
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 16px;
  }

  .text-small-bold.tool {
    font-size: 12px;
    line-height: 14px;
  }

  .section-write.black {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .section-write.black.techincal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-write.contact {
    width: 90%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tool-icon {
    width: 60px;
  }

  .section-title {
    width: 100%;
    color: #e6e6e6;
    font-size: 17px;
    line-height: 25px;
    display: block;
  }

  .section-title.black {
    width: 100%;
    font-size: 17px;
    line-height: 25px;
  }

  .tool-info-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 15px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tool-info {
    align-items: center;
  }

  .news-tab-2 {
    width: 300px;
  }

  .tabs-content-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .questions-wrapper {
    width: 95vw;
  }

  .tab-link-tab-1-4 {
    height: 50px;
    align-items: center;
    padding: 5px;
  }

  .tab-link-tab-1-4.w--current {
    padding: 5px;
  }

  .quote-2 {
    text-align: left;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 10px;
  }

  .contract-wrapper {
    justify-content: center;
    align-items: center;
  }

  .phone-icon {
    height: 23px;
    margin-right: 0;
    display: block;
  }

  .mail-icon {
    width: 20px;
    margin-right: 0;
    display: block;
  }

  .insta-icon {
    height: 20px;
  }

  .link {
    width: 300px;
    font-size: 13px;
    line-height: 16px;
  }

  .contactlink-big {
    width: 150px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .message {
    width: 100%;
  }

  .message.bigform {
    font-size: 14px;
    line-height: 16px;
  }

  .big-section-white-2 {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form-block {
    width: 95%;
  }

  .form-label {
    font-size: 14px;
    line-height: 16px;
  }

  .form-field {
    width: 100%;
    font-size: 10px;
  }

  .form-wrapper {
    align-items: center;
  }

  .text-smallest {
    font-size: 10px;
  }

  .text-smallest.contact {
    font-size: 12px;
    line-height: 14px;
  }

  .label-short {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .submit-button-form {
    width: 40%;
  }

  .form-class-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-class-wrapper.captcha {
    width: 100%;
    margin-left: -30%;
  }

  .news-big-image-wrap {
    height: 150px;
  }

  .news-big-image {
    height: 25vh;
    margin-bottom: 10px;
  }

  .text-wrap-home {
    padding: 5%;
  }

  .link-art {
    height: 250px;
  }

  .link-art-wrapper {
    max-width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pin-icon {
    height: 25px;
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    align-content: center;
  }

  .navbarvitris {
    height: 50px;
    justify-content: space-between;
    display: block;
    position: relative;
  }

  .navbar-wrap {
    height: 50px;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .nav-menu-2 {
    width: 100vw;
    height: 100vh;
  }

  .menubutton.w--open {
    height: 50px;
  }

  .linkmenu-grid-2 {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .logo-2 {
    width: 20vw;
    height: 40px;
    max-width: 100%;
    opacity: 1;
    object-fit: scale-down;
  }

  .square-2-2 {
    width: 7px;
    height: 7px;
  }

  .navbar-menu-2 {
    width: 100vw;
    height: 300px;
    opacity: 1;
    color: #121212;
    display: flex;
    position: absolute;
  }

  .hamburger-menu-2 {
    flex-flow: row;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-text-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .navbar-wrapper-2 {
    width: 100vw;
    height: 50px;
    flex: 0 auto;
    align-content: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .linkmenu-wrapper-2 {
    flex-direction: column;
  }

  .square-3-2 {
    width: 7px;
    height: 7px;
  }

  .footerlink {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footerlink.w--current {
    text-decoration: none;
  }

  .menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .titleart {
    width: 200px;
    letter-spacing: 10px;
    font-size: 14px;
  }

  .div-block-36 {
    max-width: 100%;
  }

  .backfiltertextwrap {
    width: 80vw;
    left: 0%;
  }

  .herotext {
    font-size: 16px;
  }

  .slider-section {
    padding-bottom: 20%;
  }

  .arrow {
    width: 30px;
    height: 30px;
    left: -20%;
  }

  .arrow.rightar {
    right: -20%;
  }

  .align-right {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .link-tile-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .link-gallery {
    width: 90vw;
    height: 250px;
  }
}

#w-node-_769af290-c701-fa0e-d6d5-398ffefa7e2e-7821be87, #w-node-_769af290-c701-fa0e-d6d5-398ffefa842d-7821be87, #w-node-_704e408b-9a1c-1ef5-9997-64f26c5879c6-6bcb2266, #w-node-_704e408b-9a1c-1ef5-9997-64f26c587fc5-6bcb2266, #w-node-_704e408b-9a1c-1ef5-9997-64f26c5881dc-6bcb2266, #w-node-e1f9cfc0-5e0b-7f72-db4f-b57bc1cf05a8-66e1e938, #w-node-_7ef74c95-6d05-a79b-0227-b0e9ed9c095e-d13a3a53 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


