@import url('owl.carousel.css');
@import url('owl.theme.default.css');
@import url('animate.css');

body,
html {
  padding: 0;
  margin: 0;
  font-weight: 400; /*700;*/ 
  font-size: calc(16px + (21 - 16) * ((100vw - 300px) / (1600 - 300)));
  color: #1d1d1b;
  box-sizing: border-box;
  line-height: 1.45;
  font-family: 'Archivo', sans-serif;
  letter-spacing: 0px;
  touch-action: manipulation;
}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: 100%;
  }
}

*{
  -webkit-tap-highlight-color: transparent; /* for removing the highlight */
}
@media screen and (max-width: 960px){
  body,
  html {
    font-size:16px;
  } 
}

#logo{
  width: 331px;
  display: flex;
  align-items: center;
}

#logo svg{
  width: 100%;
}

.testo p{
  margin-bottom: 0px;
}

nav{
	font-weight: 700;
}

@media screen and (min-width: 961px){
  header .content{
    width: calc(100% - 82px);
  }
}
@media screen and (max-width: 960px){
  header .content{
    width: calc(100% - 40px);
  }
}
div,
label {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
#wrapper {
  position: relative;
  min-height: calc(100vh - 190px);
}
.stick {
  position: sticky;
}
#h5vp_player .h5vp_player {
  pointer-events: none;
}
.owl-carousel .animated {
  animation-duration: 0ms;
  animation-fill-mode: both;
}
@media screen and (min-width:960px){
  .owl-stage-outer .padding-xsmall-left{
    padding-left: 0;
  }
}
.owl-dots{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 10px) );
  white-space: nowrap;
}
@media screen and (max-width:768px) {
	.owl-dots{
	  display: flex;
	  flex-wrap: wrap;
	  width: 100%;
	  justify-content: center;
	}		
}
.owl-dots button span{
  width: 6px !important;
  height: 6px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: black;
}
.owl-carousel {
  position: relative;
  contain: layout;
  transition: opacity 300ms;
	opacity: 0;
}
.owl-carousel.owl-loaded {
	opacity: 1;
}
.owl-nav{
  pointer-events: none;
}
.owl-carousel .owl-nav button{
  pointer-events: auto;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  margin: 0;
}
@media (hover: none) {
  .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
  }
  .owl-carousel .owl-nav button.owl-next {
    width: 30px;
  }
}
.owl-carousel .owl-nav button.owl-next span {
  font-size: 0;
}
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 0;
}
.owl-carousel .owl-nav button.owl-next:hover {
  background: transparent;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background: transparent;
}
footer p {
  margin: 0;
}
.full-height {
  height: 100vh;
  padding: 0;
}
.intro__headline {
  position: absolute;
  padding: 0;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transf.orm: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
}
.video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#go-to,
#go-to-2,
#go-to-3 {
  cursor: pointer;
}
.video-background video,
.video-background .hero-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  opacity: 1;
  animation: fade 0s linear;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sticky ~ .menu-mobile {
  margin-top: -20px;
}
#myHeader {
  z-index: 9;
  background: transparent;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.container {
  width: 100%;
  position: relative;
}
.content {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
img,
video {
  display: block;
  max-width: 100%;
}
a {
  color: #1d1d1b;
  transition: all 0.5s ease;
}
a:hover {
  transition: all 0.5s ease;
  opacity: 0.7;
}
.customNextBtn {
  cursor: pointer;
}

.post-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-navigation .nav-links svg {
  vertical-align: middle;
}
.clear {
  margin: 0;
  padding: 0;
  clear: both;
}
.shrink {
  flex-shrink: 0;
}
.flex-auto {
  width: auto;
}
.flex-expand {
  flex: 1;
  min-width: 1px;
  width: 100%;
  max-width: 100%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex,
.flex-mobile {
  display: flex;
}
.flex-left {
  justify-content: flex-start;
}
.flex-right {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}
.flex-top {
  align-items: flex-start;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-space {
  justify-content: space-between;
}
.column-3 {
  column-count: 3;
  column-gap: 30px;
}
.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: masonry;
  grid-gap: 60px;
}

/* Works: evita correzioni automatiche del browser durante il ciclo. */
.stra-works-loop {
  overflow-anchor: none;
}

.stra-works-loop .stra-work-project {
  overflow-anchor: none;
}

.stra-works-loop.stra-loop-pending {
  visibility: hidden;
  opacity: 0;
}

.stra-works-loop.stra-loop-ready {
  visibility: visible;
  opacity: 1;
  transition: opacity 180ms ease-out;
}

/* Galleria nativa Works: sostituisce Owl soltanto in questa pagina. */
.stra-native-gallery {
  position: relative;
  min-width: 0;
  opacity: 1;
}

/* Fallback per browser in-app: prima del JS non impilare tutte le slide. */
.stra-native-gallery:not([data-stra-gallery-ready="true"]) > * {
  display: none !important;
}

.stra-native-gallery:not([data-stra-gallery-ready="true"]) > :first-child {
  display: block !important;
}

.stra-native-track {
  display: flex;
  align-items: flex-end;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.stra-native-track::-webkit-scrollbar {
  display: none;
}

.stra-native-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.stra-native-slide img {
  display: table;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.stra-native-slide video {
  display: block;
  width: auto;
  max-width: calc(100% - 1px);
  max-height: 600px;
  margin: 0 auto;
}

.stra-native-prev,
.stra-native-next {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

.stra-native-prev {
  left: 0;
}

.stra-native-next {
  right: 0;
}

.stra-native-prev:disabled,
.stra-native-next:disabled {
  pointer-events: none;
}

.stra-native-dots {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  gap: 7px;
  transform: translate(-50%, calc(100% + 20px));
  white-space: nowrap;
}

.stra-native-dot {
  display: none;
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d6d6d6;
  opacity: 1;
  transition: transform 200ms, background 200ms;
}

.stra-native-dot.visible {
  display: block;
}

.stra-native-dot.active {
  background: #000;
}

.stra-native-dot.small {
  transform: scale(0.75);
}

.stra-native-dot.supersmall {
  transform: scale(0.5);
}

@media (hover: none), (pointer: coarse) {
  .stra-native-prev,
  .stra-native-next {
    display: none;
  }

  .stra-native-slide video {
    max-width: 100%;
  }
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.float-left {
  width: calc(50% - 10px);
  float: left;
}
.float-right {
  width: calc(50% - 10px);
  float: right;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.table {
  display: table;
}
.block {
  display: block;
}
.width-100 {
  width: 100%;
  box-sizing: border-box;
}

.width-50 {
  box-sizing: border-box;
  width: calc(50% - 10px);
}
.width-50:nth-child(2n) {
  margin-left: 20px;
}

.height-100 {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
strong {
  font-weight: 700;
}
.font-uppercase {
  text-transform: uppercase;
}
.font-center {
  text-align: center;
}
.font-right {
  text-align: right;
}
.font-left {
  text-align: left;
}
.font-underline {
  text-decoration: underline;
}
.font-16 {
  font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.font-18 {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.font-20 {
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.font-21 {
  font-size: calc(15px + (21 - 15) * ((100vw - 300px) / (1600 - 300)));
}
.font-23 {
  font-size: calc(16px + (23 - 16) * ((100vw - 300px) / (1600 - 300)));
}
.font-28 {
  font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1600 - 300)));
}
.font-48 {
  font-size: calc(30px + (48 - 30) * ((100vw - 300px) / (1600 - 300)));
}
.font-50 {
  font-size: calc(32px + (50 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.no-link {
  color: inherit;
  text-decoration: none;
}
.no-link:hover {
  text-decoration: none;
  color: #1d1d1b;
  opacity: 0.7;
}
.no-list {
  margin: 0;
  padding: 0;
}
.no-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li a {
  text-decoration: none;
  display: table;
  margin-left: 40px;
	color: inherit;
}
#nav-icon3,
#nav-icon4 {
  display: none;
  width: 40px;
  height: 36px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9999;
  background: transparent;
  border: 1px solid #1d1d1b;
  border-radius: 3px;
}

#nav-icon3 span,
#nav-icon4 span {
  border-radius: 2px;
  background: #1d1d1b;
  display: block;
  position: absolute;
  height: 2px;
  width: 16px;
  /*margin-left 15px
        margin-top 17px*/
  margin: 0;
  opacity: 1;
  left: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1),
#nav-icon4 span:nth-child(1) {
  top: 10px;
}
#nav-icon3 span:nth-child(2),
#nav-icon4 span:nth-child(2) {
  top: 16px;
}
#nav-icon3 span:nth-child(3),
#nav-icon4 span:nth-child(3) {
  top: 16px;
}
#nav-icon3 span:nth-child(4),
#nav-icon4 span:nth-child(4) {
  top: 22px;
}
#nav-icon3.open span,
#nav-icon4.open span {
  background: #1d1d1b;
}
#nav-icon3.open span:nth-child(1),
#nav-icon4.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2),
#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3),
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4),
#nav-icon4.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
.overflowy {
  overflow-y: hidden;
}
.menu-mobile {
  margin-left: 0%;
  display: none;
  z-index: 9990;
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
}
.menu-mobile a {
  text-decoration: none;
}
.menu-mobile a:hover {
  text-decoration: none;
}
.bg-nero {
  background: #1d1d1b;
}
.c-nero {
  color: #1d1d1b;
}
.c-bianco {
  color: #fff;
}
.svg-bianco {
  filter: invert(100%) sepia(61%) saturate(0%) hue-rotate(254deg) brightness(112%) contrast(101%);
}
.btn {
  color: #fff;
  background: #1d1d1b;
  padding: 12px 24px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: center;
}
.btn:hover {
  background: #1d1d1b;
  transition: all 0.5s ease;
}
.margin-0 {
  margin: 0;
}
.margin-large-left {
  margin-left: 130px;
}
.margin-large-right {
  margin-right: 130px;
}
.margin-large-top {
  margin-top: 130px;
}
.margin-large-bottom {
  margin-bottom: 130px;
}
.margin-top-2 {
  margin-top: 150px;
}
.margin-bottom-2 {
  margin-bottom: 150px;
}
.margin-left {
  margin-left: 70px;
}
.margin-right {
  margin-right: 70px;
}
.margin-top {
  margin-top: 70px;
}
.margin-bottom {
  margin-bottom: 70px;
}
.margin-small-left {
  margin-left: 40px;
}
.margin-small-right {
  margin-right: 40px;
}
.margin-small-top {
  margin-top: 40px;
}
.margin-small-bottom {
  margin-bottom: 40px;
}
.padding-large-left {
  padding-left: 130px;
}
.padding-large-right {
  padding-right: 130px;
}
.padding-large-top {
  padding-top: 130px;
}
.padding-large-bottom {
  padding-bottom: 130px;
}
.padding-left {
  padding-left: 70px;
}
.padding-right {
  padding-right: 70px;
}
.padding-top {
  padding-top: 70px;
}
.padding-bottom {
  padding-bottom: 70px;
}
.padding-small-left {
  padding-left: 40px;
}
.padding-small-right {
  padding-right: 40px;
}
.padding-small-top {
  padding-top: 40px;
}
.padding-small-bottom {
  padding-bottom: 40px;
}
.padding-xsmall-left {
  padding-left: 30px;
}
.padding-xsmall-right {
  padding-right: 30px;
}
.padding-xsmall-top {
  padding-top: 30px;
}
.padding-xsmall-bottom {
  padding-bottom: 30px;
}
form label {
  font-size: 14px;
}
form input[type='text'],
form input[type='email'],
form input[type='password'],
form textarea {
  border: 1px solid #1d1d1b;
  font-family: inherit;
  font-size: 16px;
  padding: 13px 10px;
  background: #1d1d1b;
  box-shadow: 0 0 0 0;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  color: #1d1d1b;
}
form textarea {
  height: 100px;
}
form input[type='submit'],
form button {
  box-shadow: 0 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  curson: pointer;
  transition: all 0.5s ease;
  border: 0;
}
form .no-style {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit;
}
form button {
  cursor: pointer;
}
form input[type='search'] {
  border-bottom: 1px solid #1d1d1b;
  padding: 20px 5px;
  background: transparent;
  box-shadow: 0 0 0 0;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#text-roller {
  position: relative;
  background-color: #fff;
  color: #1d1d1b;
  white-space: nowrap;
  overflow: hidden;
}

.owl-carousel .owl-item p{
  font-weight: 400;
}
.owl-carousel .owl-item img {
  /*width: 100%;
  object-fit: contain;
  max-height: 600px; */
  margin: 0 auto;
  max-width: 100%;
}
.owl-carousel .owl-item video {
  max-width: calc(100% - 1px);
  width: auto;
  max-height: 600px;
  margin: 0 auto;
}
@media screen and (max-width:960px){
  .owl-carousel .owl-item img {
    /*max-width: 99.8%;*/
    max-width: 100%;
  }
  .owl-carousel .owl-item video {
    max-width: 100%;
  }
  /*.owl-item h2{
    font-size: 14px;
  }
  .owl-item div{
    font-size: 10px;
  }
  .owl-item p{
    font-size: 10px;
  }*/
}
.mobile {
  display: none;
}
nav li.current-menu-item a {
  position: relative;
}
/*
nav li.current-menu-item a:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background: #1d1d1b;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  border-radius: 10px;
}*/
.menu-mobile li.current-menu-item a {
  position: relative;
}
/*
.menu-mobile li.current-menu-item a:after {
  content: "";
  position: relative;
  height: 6px;
  width: 6px;
  background: #1d1d1b;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}*/
@media screen and (max-width: 1400px) {
  .margin-bottom-2 {
    margin-bottom: 85px;
  }
  .margin-top-2 {
    margin-top: 110px;
  }
}


@media screen and (max-width: 960px) {
  /* .owl-carousel .owl-item img {
    width: 97%;
  }

  .owl-carousel .owl-item video {
    max-width: 97%;
  } */

  .owl-carousel .owl-item{
    opacity: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
   
 /*
  .owl-carousel .owl-item.active:has(> .testo){
      flex-grow: 1;
      flex-shrink: 1;
   } */

  .owl-carousel .owl-item.active{
    opacity: 1;
  }
  
  .col-2 {
    grid-gap: 30px;
  }
  .content {
    width: calc(100% - 40px);
  }

  #wrapper {
    position: relative;
    min-height: calc(100vh - 120px);
  }

  #logo{
    width: 190px;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  #logo svg{ 
    width: 100%;
    padding-bottom: 2px;
  }

  #nav-icon3,
  #nav-icon4 {
    display: block;
    /* transform: translate(-2px,0); */
  }
  header nav {
    display: none !important;
  }
  .margin-large-left {
    margin-left: 80px;
  }
  .margin-large-right {
    margin-right: 80px;
  }
  .margin-large-top {
    margin-top: 80px;
  }
  .margin-large-bottom {
    margin-bottom: 80px;
  }
  .margin-left {
    margin-left: 40px;
  }
  .margin-right {
    margin-right: 40px;
  }
  .margin-top-2 {
    margin-top: 250px;
  }
  .margin-top-2:first-of-type {
    margin-top: 0;
  }
  .margin-bottom-2 {
    margin-bottom: 80px;
  }
  .margin-top {
    margin-top: 40px;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .margin-small-left {
    margin-left: 20px;
  }
  .margin-small-right {
    margin-right: 20px;
  }
  .margin-small-top {
    margin-top: 20px;
  }
  .margin-small-bottom {
    margin-bottom: 20px;
  }
  .padding-large-left {
    padding-left: 80px;
  }
  .padding-large-right {
    padding-right: 80px;
  }
  .padding-large-top {
    padding-top: 80px;
  }
  .padding-large-bottom {
    padding-bottom: 80px;
  }
  .padding-left {
    padding-left: 40px;
  }
  .padding-right {
    padding-right: 40px;
  }
  .padding-top {
    padding-top: 40px;
  }
  .padding-bottom {
    padding-bottom: 40px;
  }
  .padding-small-left {
    padding-left: 20px;
  }
  .padding-small-right {
    padding-right: 20px;
  }
  .padding-small-top {
    padding-top: 20px;
  }
  .padding-small-bottom {
    padding-bottom: 20px;
  }
  .padding-xsmall-left {
    padding-left: 15px;
  }
  .padding-xsmall-right {
    padding-right: 15px;
  }
  .padding-xsmall-top {
    padding-top: 15px;
  }
  .padding-xsmall-bottom {
    padding-bottom: 15px;
  }
  nav li a {
    margin-left: 20px;
  }
  .menu-mobile li a {
    margin-top: 20px;
    text-decoration: none;
    display: table;
	  color:inherit;
  }
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: end;
}
@media screen and (max-width: 768px) {
  .float-right{
    margin-top: 60px;
  }
  .centered-mobile {
    margin-left: auto;
    margin-right: auto;
  }
  .col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .flex {
    display: block;
  }
  .width-50{
    width: 100%;
  }
  .width-50:nth-child(2n) {
    margin-left: 0px;
    margin-top: 50px;
  }

  .float-left,
  .float-right {
    width: 100%;
    float: none;
  }

  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  .owl-carousel .owl-item img,
  .owl-carousel .owl-item video {
    /* CHANGE */
    /* max-height: 300px !important; */
  }
  .owl-carousel .owl-item img,
  .owl-carousel .owl-item video {
    margin: 0 auto;
	max-width: 100%;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
	.owl-carousel .owl-stage-outer {
		max-width: calc(100% - 5px);
		margin-left: 5px;
	}
	.first-carousel .owl-stage-outer {
		margin-left: 0;
	}
}

/* Custom dots */
.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.owl-dot span {
  transition: transform 0.3s, opacity 0.3s, background 0.3s !important;
}

.owl-dot.visible {
  opacity: 1;
}

.owl-dot.small span {
  transform-origin: center;
  transform: scale(0.7);
}
.owl-dot.supersmall span {
  transform-origin: center;
  transform: scale(0.4);
}

.owl-dot:not(.visible) {
  display: none !important;
}

#nav-icon3,
#nav-icon4 {
	border: unset;
}

@supports (-webkit-touch-callout: none) {
  #logo img { 
        margin-left: -3px;
    }
}
