@font-face {
  font-family: Abcmaristvariable Trial;
  src: url('../fonts/ABCMaristVariable-Trial.ttf') format("truetype");
  font-weight: 350 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abccameraplain Trial;
  src: url('../fonts/ABCCameraPlain-Bold-Trial.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abccameraplain Trial;
  src: url('../fonts/ABCCameraPlain-Regular-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.popup_signup {
  z-index: 100;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.cb_logo {
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block {
  width: 100vw;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.links_container {
  z-index: 900;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  padding: 20px;
  font-family: Abccameraplain Trial, Verdana, sans-serif;
  font-weight: 700;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.link {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  text-transform: none;
  outline: 3px #00e;
  font-size: 17.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  font-family: Abccameraplain Trial, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.link-2 {
  outline-offset: 0px;
  color: #000;
  text-transform: none;
  outline: 3px #00e;
  text-decoration: none;
}

.link-3, .link-4 {
  color: #000;
  text-decoration: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 33vw;
  height: auto;
  margin-top: -50px;
  padding: 0;
  display: flex;
}

.link-5 {
  color: #000;
  padding: 20px;
  font-family: Abccameraplain Trial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.link-5:hover {
  font-size: 18px;
}

.socials {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: 10px;
  display: flex;
  position: fixed;
  inset: auto auto 0%;
}

.sociallink {
  filter: invert();
  width: 18px;
  transition: all .2s;
}

.sociallink:hover {
  filter: invert();
  transform: scale(1.2);
}

.image {
  border-radius: 0;
  margin-top: 165px;
  margin-left: -33px;
}

.signup_section {
  width: 100vw;
  height: auto;
  display: flex;
}

.logo_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 60px;
  display: flex;
}

.popup {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vh;
  display: flex;
  position: relative;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 50px;
  display: flex;
}

.section_1 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 130vh;
  display: flex;
}

.section_2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-self: auto;
  place-items: center;
  width: 100vw;
  height: 130vh;
  padding: 60px;
  display: flex;
  overflow: hidden;
}

.top_section {
  width: 100vw;
  height: 100vh;
}

.background-video {
  z-index: -20;
  width: 100vw;
  height: 100vh;
}

.section_3 {
  width: 100vw;
  height: auto;
  display: flex;
}

.logo_div {
  z-index: 100;
  filter: invert();
  position: fixed;
  inset: 0% auto auto 0%;
}

.logo {
  filter: invert();
}

.youtube {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.slide-nav {
  display: none;
  inset: auto 0% -53%;
}

.slider {
  background-color: #ddd0;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0 20px 49px;
  display: flex;
}

.right-arrow {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 8%;
  display: flex;
  inset: 0% 0% 0% auto;
}

.text-block {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0 50px 20px;
  font-family: Abccameraplain Trial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
}

.mask {
  position: static;
  inset: 0%;
}

.slide {
  background-color: #000;
  padding: 30px;
  position: relative;
}

.slide-2, .slide-3 {
  padding: 30px;
}

.icon {
  width: auto;
  transition: opacity .2s;
}

.icon:hover {
  opacity: .35;
}

.left-arrow {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 8%;
  display: flex;
  inset: 0% auto 0% 0%;
}

.heading {
  color: #000;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Abccameraplain Trial, Verdana, sans-serif;
  font-weight: 700;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Abccameraplain Trial, Verdana, sans-serif;
  font-weight: 700;
}

.youtube-2, .youtube-3 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: flex;
}

.youtube-4 {
  display: none;
}

.button {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 130px;
  padding: 10px;
  font-family: Abccameraplain Trial, Verdana, sans-serif;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #000000c7;
}

.link-block.w--current {
  position: fixed;
  inset: 0% auto auto 0%;
}

.text_section1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 10px;
  display: flex;
}

.text-span, .text-span-2 {
  width: 100%;
  font-size: 19px;
  line-height: 26px;
}

.video_wrap {
  aspect-ratio: 16 / 9;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
}

.text_section2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 0;
  display: flex;
}

.latest_section {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .grid {
    padding-left: 10px;
  }

  .socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    width: 96%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sociallink {
    width: 16px;
  }

  .div-block-2 {
    margin-right: -57px;
  }

  .popup {
    width: 100vw;
    height: 60vh;
    display: flex;
  }

  .section_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100vh;
  }

  .section_2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .slide-nav {
    display: none;
  }

  .slider {
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .right-arrow {
    width: 8%;
    inset: 0% 0% 0% auto;
  }

  .text-block {
    text-align: center;
    width: 90vw;
    font-size: 17px;
    line-height: 19px;
  }

  .mask {
    height: 50vh;
  }

  .slide {
    background-color: #0000;
    width: 100vw;
    height: 50vh;
  }

  .slide-2, .slide-3 {
    width: 100vw;
  }

  .icon {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: flex-start;
    width: 8%;
    inset: 0% auto 0% 0%;
  }

  .heading, .heading-2 {
    font-size: 40px;
  }

  .youtube-2, .youtube-3 {
    width: 100%;
    height: auto;
  }

  .button:hover {
    background-color: #0000004f;
  }

  .text-span, .text-span-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .video_wrap {
    padding: 0;
  }

  .latest_section {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }
}

#w-node-_2c34d052-1873-9915-076a-407fdb80699b-9674f6ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_536dd268-0555-6ae3-aafd-79c858d46d22-9674f6ed {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Abcmaristvariable Trial';
  src: url('../fonts/ABCMaristVariable-Trial.ttf') format('truetype');
  font-weight: 350 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abccameraplain Trial';
  src: url('../fonts/ABCCameraPlain-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abccameraplain Trial';
  src: url('../fonts/ABCCameraPlain-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}