html {
    background-color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
div {
    font-family: 'Bree Serif', serif !important;
}

a {
    text-decoration: none !important;
}

.header-logo img {
    width: 120px;
}

.nav-menu li a {
    font-size: 16px;
    padding: 0 20px !important;
}

.fundo-de-madeira {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -2;
    background-image: url("../images/slide_2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fundo-madeira-escura {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -3;
    background-image: url("../images/62cb99d165c52936bde6a114_fundo-de-madeira2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    opacity: 1;
}

.topo-logo {
    position: relative;
    min-height: 200vh;
}

.box-logo {
    position: -webkit-sticky;
    position: sticky;
    top: 3.6em;
    width: 40em;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
}

.fundo-logo {
    position: absolute;
    left: 50%;
    top: 6.3em;
    width: 19.5em;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.box-menino {
    position: absolute;
    left: 50%;
    top: -8.2em;
    overflow: hidden;
    width: 22em;
    height: 34em;
    margin-right: auto;
    margin-left: auto;
    border-bottom-left-radius: 300em;
    border-bottom-right-radius: 300em;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.box-titulo {
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.orri-img img {
    width: 350px;
}
.uk-slidenav {
    color: rgb(255 255 255) !important;
}
.uk-slider-items li {
    text-align: center;
}

.uk-slider-items li:hover img {
    -webkit-filter: drop-shadow(1px 1px 2px rgb(255 255 255 / 70%));
    filter: drop-shadow(1px 1px 2px rgb(255 255 255 / 70%));
    transform: scale(1.15);
}


.uk-slider-items li img, .uk-slider-items li h1 {
    transition: .4s;
}
.uk-slider-items li:hover h1 {
    color: #fff !important;
}
.uk-slider-items li h1 {
    color: #c7c7c7 !important;
}

.uk-modal-body {
    padding: 15px 15px !important;
}
.uk-modal-dialog {
    width: 1000px !important;
}









.cameras {
    position: relative;
    z-index: 99;
    margin-top:-200px
  }
  

  .hero {
    position: relative;
    z-index: 10;
    padding: 30px 30px 0px;
    background-color: #111;
}
  
  .camera-hero {
    position: relative;
    z-index: 1;
    height: 205vh;
  }
  
  .camera-hero-sticky-container {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 300vh;
  }
  
  .camera-hero-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    overflow: hidden;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .camera-hero-lens-container {
    position: absolute;
    left: -175px;
    top: 50%;
    z-index: 1;
    width: 1507px;
    height: 1627px;
    overflow: hidden;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  
  .top-lens {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    -webkit-transform-origin: 1825px 200px;
    -ms-transform-origin: 1825px 200px;
    transform-origin: 1825px 200px;
  }
  
  .middle-lens {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -366.5px;
    -webkit-transform-origin: 1000px 100px;
    -ms-transform-origin: 1000px 100px;
    transform-origin: 1000px 100px;
  }
  
  .bottom-lens {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
  }
  
  .lens-image {
    width: 736px;
    height: 733px;
  }
  
  .lens-image.top {
    background-image: url("../images/motion/3.webp");
    background-position: 0px 0px;
    /* background-size: 736px 733px; */
    background-repeat: no-repeat;
  }
  
  .lens-image.middle {
    background-image: url("../images/motion/2.webp");
    background-position: 0px 0px;
    /* background-size: 736px 733px; */
    background-repeat: no-repeat;
    letter-spacing: -0.015px;
  }
  
  .lens-image.bottom {
    background-image: url("../images/motion/1.webp");
    background-position: 0px 0px;
    /* background-size: 736px 733px; */
    background-repeat: no-repeat;
  }
  
  .lens-image-top {
    width: 736px;
    height: 733px;
  }
  
  .camera-hero-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .camera-hero-content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 83.33333%;
    -ms-flex: 0 83.33333%;
    flex: 0 83.33333%;
  }
  
  .camera-hero-heading {
    color: #e6e6e6;
    font-size: 96px;
    line-height: 1.0416;
    font-weight: 600;
    letter-spacing: -0.015px;
  }
  
  .camera-hero-headline {
    font-size: 96px;
    line-height: 1.0416;
    font-weight: 600;
    color: #5c5c5c;
  }
.overflow-hidden {
    overflow: hidden;
}
section.menu-slider {
    z-index: 999;
    position: relative;
    overflow: hidden;
}













.camera-three-lens-system {
    position: relative;
    z-index: 9999;
    padding-top: 107px;
    background-color: #000000;
  }
  
  .three-lens-gradient-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 10vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#000));
    background-image: linear-gradient(180deg, #111, #000);
  }
  
  .three-lens-sticky-container {
    height: 100vh;
    /* margin-bottom: -100vh; */
  }
  
  /* .three-lens-intro {
    position: relative;
    left: 50%;
    top: 0px;
    overflow: hidden;
    margin-top: 100px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  } */
  
  .section-content {
    position: relative;
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .section-content.three-lens {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  /* .section-content.sticky-callout {
    min-height: 100vh;
  } */
  
  .section-content.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  
  .section-content.flex.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .three-lens-intro-text {
    max-width: 50%;
    margin-top: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  
  .three-lens-headline1 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 2px;
  }

  .three-lens-intro-text11 h2 {
    font-size: 44px !important;
  }






  .div-block {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.div-block {
  margin-left: auto;
  margin-right: auto
}

.image-4 {
  position: absolute;
}












  .hero-dual-grid {
    z-index: 100;
    display: -ms-grid;
    display: grid;
    /*height: 100vh;*/
    padding-top: 30px;
    padding-bottom: 30px;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #393939;
  }
  
  .dual-grid-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #121212;
  }
  
  .hero-dual-grid-section {
    position: relative;
    z-index: 2;
    margin-top: -100vh;
  }

  .last-ed {
    z-index: 1;
    margin-top: -100vh;
    width: 100%;
  }
  .last-ed {
    margin-top: -90vh !important;
  }
  .last-ed31 {
    margin-top: -15vh !important;
    z-index: 1;
    width: 100%;
  }
  
  .hero-dual-grid-container {
    height: 200vh;
  }
  .last-ed .hero-dual-grid-container {
    height: 200vh;
  }
  .last-ed31 .hero-dual-grid-container {
    height: 200vh;
  }
  
  .hero-dual-grid-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .last-ed .hero-dual-grid-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .last-ed31 .hero-dual-grid-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  
  .section-headline {
    max-width: 410px;
    color: #f5f5f7;
    font-size: 60px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.006px;
  }
  
  .section-paragraph {
    max-width: 370px;
    color: #aaa;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.003px;
  }
  
  .img-wrapper-camera-glass {
    padding-top: 24vh;
    background-color: #121212;
    display: flex;
    justify-content: center;
  }
  
  /* .camera-glass-image {
    width: 100%;
    height: 100%;
    background-image: url("../images/franchise.webp");
    background-position: 50% 0%;
    background-size: cover;
  } */

  .take-a-closer-look-content img {
    margin-top: 40px;
}

.camera-glass-image {
  text-align: center;
}
.three-lens-sticky-container.container {
  height: 86vh;
}

.sign {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;

  background-image: radial-gradient(
    ellipse 20% 25% at 50% 50%,
    #ffc45773,
    transparent
  );
  text-transform: uppercase;
  font-size: 4em;
  font-family: 'Bree Serif', serif !important;
  color: #e7e7e7;
  animation: shine 2s forwards, flicker 3s infinite;
}



@keyframes blink {
  0%,
  22%,
  36%,
  75% {
    color: #e7e7e7;
    /* text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483; */
  }
  28%,
  33% {
    color: #ffa754;
    text-shadow: none;
  }
  82%,
  97% {
    color: #f3851e;
    text-shadow: none;
  }
}

.flicker {
  animation: shine 2s forwards, blink 3s 2s infinite;
}

.fast-flicker {
  animation: shine 2s forwards, blink 10s 1s infinite;
}

@keyframes shine {
  0% {
    color: #a55307;
    text-shadow: none;
  }
  100% {
    color: #ebebeb;
    /* text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483; */
  }
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: 0.9;
  }

  6% {
    opacity: 0.85;
  }

  8% {
    opacity: 0.95;
  }

  10% {
    opacity: 0.9;
  }

  11% {
    opacity: 0.922;
  }

  12% {
    opacity: 0.9;
  }

  14% {
    opacity: 0.95;
  }

  16% {
    opacity: 0.98;
  }

  17% {
    opacity: 0.9;
  }

  19% {
    opacity: 0.93;
  }

  20% {
    opacity: 0.99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: 0.94;
  }

  28% {
    opacity: 0.98;
  }

  37% {
    opacity: 0.93;
  }

  38% {
    opacity: 0.5;
  }

  39% {
    opacity: 0.96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: 0.97;
  }

  46% {
    opacity: 0.94;
  }

  56% {
    opacity: 0.9;
  }

  58% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
  }

  72% {
    opacity: 0.95;
  }

  93% {
    opacity: 0.93;
  }

  95% {
    opacity: 0.95;
  }

  97% {
    opacity: 0.93;
  }

  to {
    opacity: 1;
  }
}





/*.swing {*/
/*  animation: swing ease-in-out 1s infinite alternate;*/
/*  transform-origin: center -20px;*/
/*  float:left;*/
/*}*/
/*.swing:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 180px;*/
/*  height: 180px;*/
/*  border: 1px solid #fff;*/
/*  top: 42px;*/
/*  left: 32%;*/
/*  z-index: -1;*/
/*  border-bottom: none;*/
/*  border-right: none;*/
/*  transform: rotate(45deg);*/
/*}*/
/* nail */
/*.swing:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 12px;*/
/*  height: 12px;*/
/*  top: 0px;*/
/*  left: 51%;*/
/*  z-index: 5;*/
/*  border-radius: 50% 50%;*/
/*  background: #fff;*/
/*}*/

/*@keyframes swing {*/
/*  0% { transform: rotate(3deg); }*/
/*  100% { transform: rotate(-3deg); }*/
/*}*/
.swing img {
  width: 440px;
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255, 255.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}


.escape {
     animation: showup 7s infinite;
}
.escape-outer{
    width:0px;
  animation: reveal 7s infinite;
  overflow: hidden;
}
.escape-inner {
    margin-left:-355px;
  animation: slidein 7s infinite;
}
img.sm-burger-logo {
    width: 56px;
    margin-top: -10px;
}
img.sm-burger-logo1 {
  width: 56px;
  margin-top: 5px;
}




@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:400px;}
    80% {opacity:1;}
    100% {opacity:0;width:400px;}
}






.about-info {
  top: 40px !important;
}

.intro-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}
.intro-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
em {
  color: #ffb070 !important;
}
.intro-subhead {
  color: #f5f5f7;
  font-size: 180px;
  line-height: 1.04;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.01em;
}

.intro-paragraph {
  margin-top: 45px;
  margin-bottom: 0px;
  color: #b6b6b6;
  font-size: 32px;
  line-height: 1.125;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.004px;
}

.intro-pricing {
  margin-bottom: 18px;
  color: #aaa;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.003px;
  white-space: nowrap;
}

.cta-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-link {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.cta-link:hover {
  text-decoration: underline;
}

.cta-link.left {
  margin-right: 30px;
  color: #efc205;
}





/* About page */



.hero-triple-grid {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  max-height: 780px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 3016px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #111;
}

.hero-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

/* .hero-grid-container.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  background-image: url("../images/about/2.webp");
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
} */

#grade-lens-tech {
  background-image: -webkit-gradient(linear-gradient(180deg, #303030, #1a1a1a)) !important;
  background-image: linear-gradient(180deg, #303030, #1a1a1a) !important;
}

.hero-grid-image-1 {
  height: 100%;
  padding-top: 0px;
  padding-left: 0px;
}

.hero-grid-image-left.hide {
  overflow: visible;
}

.hero-grid-image-2 {
  width: 100%;
}

.hero-gtid-image-3 {
  display: none;
  max-width: 265px;
}

.hero-gtid-image-3.tablet {
  display: none;
}



.hero-gtid-image-2 {
  width: 100%;
  height: 100%;
  background-image: url("../images/about/3.webp");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}




.hero-frame-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  height: 30px;
  background-color: #111;
}


div#new-img {
  position: sticky;
  top: 50px;
}

.three-lens-intro-text111 h2 {
  font-size: 52px !important;
}
.about-con-fill {
  margin-top: 50px;
}

















.logo__image__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo__image {
  width: 1400px;
  min-width: 1400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logos__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos__content.is--mobile {
  display: none;
}

.logos__content.is--laptop--tablet {
  overflow: hidden;
  grid-row-gap: 25px;
}

.logos__content.is--desktop {
  display: none;
}

.logos {
  overflow: hidden;
  height: 100%;
  margin-top: -1px;
  padding-bottom: 3.3em;
  background-color: rgba(66, 44, 44, 0);
}


.about-lens-set {
  height: 52vh !important;
}
.about-fill-data {
  padding-top: 70px !important;
}



/* Contact Page */

.contact-head {
  font-size: 104px;
  font-weight: 800;
}
.con-intro-paragraph {
  margin-top: 25px;
  margin-bottom: 40px;
  color: #eeeeee;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.004px;
}
.con-icon img {
  width: 75px;
}

.animation-slide5 {
  animation: slideRight5 1s cubic-bezier(0, 0, 0, 0) infinite;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


div#new-img1 {
  margin-top: 150px;
}



/* contact-page */

.form {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.label {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Typo grotesk demo', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 100;
  text-align: center;
}
.text-fild {
  position: relative;
  display: inline-block;
  width: 168px;
  margin: 5px 0px 15px;
  padding: 0px;
  border-style: none none dotted;
  border-bottom-width: 1px;
  border-bottom-color: #bebebe;
  background-color: hsla(0, 0%, 100%, 0);
  transition: border-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}
.w-input, .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #f7f7f7;
  vertical-align: middle;
}
.text-fild.for-message {
  width: 553px;
  height: 42px;
  margin-left: 0px;
}
input.w-button {
  -webkit-appearance: button;
}
.contact-but {
  width: auto;
  height: auto;
  margin-top: 15px;
  padding: 0px 0 0 10px;
  background-color: rgba(0, 0, 0, 0);
  
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 2vh;
}

:focus-visible {
  outline: none !important;
}


@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.contact-info-box:hover img, .contact-info-box:hover img {
  animation: shake 0.5s;
  /* animation-iteration-count: infinite; */
}
.hero-3-grid {
  height: 88vh !important;
}

.hero-dual-grid-section-contact {
  margin-top: -88vh !important;
}

.contact-info-box {
  background-color: #000;
  height: 570px;
  padding: 0 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* Franchise */
.franchise-head {
  font-size: 74px;
  font-weight: 800;
}
.franchise-intro-paragraph {
  margin-top: 25px;
  margin-bottom: 40px;
  color: #eeeeee;
  font-size:30px;
  font-weight: 600;
  letter-spacing: 0.004px;
}

.rotating-text-wrapper {
  /* height: 90vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rotating-text-wrapper h2, .rotating-text-wrapper p, .rotating-text-wrapper a {
  animation-duration: 2s;
  animation-iteration-count: 1;
  opacity: 1;
}
.rotating-text-wrapper h2, .rotating-text-wrapper p, .rotating-text-wrapper a {
  animation-name: rotating-text-1;
}
@keyframes rotating-text-1 {
  
  0% {
    transform: translateY(30%);
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
}

.heading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
}

.franchise-img-top {
  height: 700px;
}

.fran-img img {
  width: 270px;
}
.callout-single-lens.middle {
  z-index: 2;
  margin-top: 70px;
  opacity: 0;
}












.three-lens-sticky-hardware-callout {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 0px;
}

.callout {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
}

.callout.middle {
  margin-top: 100px;
}

.left-column {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.right-column {
  max-width: 41.66667%;
  margin-left: 8.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 41.66667%;
  -ms-flex: 0 41.66667%;
  flex: 0 41.66667%;
}

.callout-single-lens {
  position: relative;
  left: 0px;
  top: 0px;
  opacity: 0;
}



.callout-single-lens.top {
  margin-top: 40px;
  opacity: 0;
}

.callout-single-lens.bottom {
  margin-top: 70px;
  opacity: 0;
}

.callout-tittle {
  width: max-content;
  height: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 800;
  color: #ff930c;
}

.callout-tittle.middle {
  color: #ff930c;
    font-size: 40px;
    font-weight: 800;
}

.callout-tittle.top {
  color: #ff930c;
    font-size: 40px;
    font-weight: 800;
}

.visiually-hidden {
  position: absolute;
  display: inline;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.callout-keyline {
  position: relative;
  height: 3px;
  margin-top: 32px;
  background-color: #acacac;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.callout-keyline.middle {
  width: 750px;
}

.callout-keyline.top {
  width: 668px;
}

.callout-keyline.bottom {
  width: 668px;
}

.callout-details {
  z-index: 20;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 28px;
  line-height: 1.285;
}

.hardware-container {
  position: relative;
  left: -12px;
}

.image-hardware-phone {
  width: 1231px;
  height: 2453px;
  background-image: url("/images/6217cd3e5b80f225270c6b4b_6217cab2858bd048b4741f31_camera_three_lens_system_phone__cokiuc6tixw2_large_2x.jpg");
  background-position: 0% 0%;
  background-size: 985px;
  background-repeat: no-repeat;
}

.image-hardware-lens {
  position: absolute;
  left: 94px;
  width: 458px;
  height: 494px;
  opacity: 0;
}

.image-hardware-lens.middle {
  background-image: url("../images/fran1.webp");
  background-position: 0px 0px;
  background-size: 458px;
  top: 84px;
}

.image-hardware-lens.top {
  background-image: url("../images/fran2.webp");
  background-position: 0px 0px;
  background-size: 458px;
  top: 30px;
}

.image-hardware-lens.bottom {
  background-image: url("../images/fran3.webp");
  background-position: 0px 0px;
  background-size: 458px;
  top: 30px;
}

.three-lens-sticky-container-franchise {
  height: 250vh !important;
  /*height: 360vh;*/
  margin-bottom: -100vh !important;
}
.intro-hardware {
  position: relative;
  left: -12px;
  top: 0px;
  display: none;
  height: 810px;
  max-width: 41.66667px;
  margin-left: 8.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 41.66667px;
  -ms-flex: 0 41.66667px;
  flex: 0 41.66667px;
}
.three-lens-sticka-hardware-mobile-only {
  display: none;
}
.section-content.sticky-callout {
  min-height: 100vh;
}
li.detail {
  color: #fff;
}
li.mix {
    list-style: none !important;
}















