.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.logo {
  color: #e6e6e6;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.logo.light {
  color: #fff;
}

.hero-without-image {
  color: #fff;
  background-color: #f5f7fa;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-mikhail-nilov-8158593.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 60px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-32px {
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.cams {
  padding: 80px 30px;
  position: relative;
}

.cams.hidden {
  display: none;
}

.heading-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
}

.heading-2.light {
  color: #fff;
}

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

.card {
  aspect-ratio: 4 / 3;
  background-color: #f0f0f0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-caption {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(0deg, #000c, #0000);
  justify-content: space-between;
  align-items: center;
  padding: 24px 12px 8px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

.card-name {
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 3px #0003;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  inset: auto auto 44px 8px;
}

.div-block-2 {
  z-index: 1;
  background-image: linear-gradient(#0000, #0006);
  width: 100%;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-subscribe {
  padding: 30px;
  display: none;
  position: relative;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #f7f7f7;
  font-size: 12px;
  line-height: 16px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #c4c4c4;
  margin-left: 24px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #fff;
}

.heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.heading.mb16 {
  margin-bottom: 16px;
}

.hero-without-image-2 {
  color: #fff;
  background-color: #f5f7fa;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-jose-david-sinza-458090456-15674300.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin-top: 60px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.text-span {
  min-width: 76px;
  display: inline-block;
}

.header {
  z-index: 999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 18px 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header.dark {
  background-color: #0000;
}

.button-primary-amber {
  color: #000;
  text-align: center;
  background-color: #ffa71a;
  background-image: linear-gradient(90deg, #ffc61a, #ff981a);
  border-radius: 30px;
  width: 240px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.button-primary-amber:hover {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(90deg, #ffc61a, #ff981a);
}

.button-primary-amber.medium {
  box-shadow: none;
  width: 180px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
}

.button-primary-amber.compact {
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.body-dark {
  background-color: #080808;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.logo-span {
  color: #000;
  background-color: #ffab1a;
  border-radius: 4px;
  margin-right: 6px;
  padding: 1px 6px 3px;
  font-weight: 600;
  display: inline-block;
}

.button-primary-lipstick {
  color: #fff;
  background-color: #ff1969;
  background-image: linear-gradient(90deg, #ff1ab2, #ff1a1a);
  border-radius: 30px;
  width: 240px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button-primary-lipstick:hover {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(90deg, #ff1ab2, #ff1a1a);
}

.button-primary-lipstick.medium {
  box-shadow: none;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 20px;
}

.button-primary-royal {
  color: #fff;
  background-color: #6f7ee8;
  background-image: linear-gradient(120deg, #00f2b6, #00e6e6 15%, #8600e6 85%, #a200f2);
  border-radius: 30px;
  width: 240px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button-primary-royal:hover {
  background-image: linear-gradient(#0003, #0003), linear-gradient(120deg, #00f2b6, #00e6e6 15%, #8600e6 85%, #a200f2);
}

.button-primary-royal.medium {
  box-shadow: none;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 20px;
}

.button-play {
  color: #000;
  background-color: #fff;
  background-image: url('../images/play-button.svg');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  border-radius: 30px;
  width: 240px;
  padding: 16px 48px 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.button-play:hover {
  background-image: linear-gradient(#00000026, #00000026), url('../images/play-button.svg');
  background-position: 0 0, 94%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 28px 28px;
}

.button-play.medium {
  box-shadow: none;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 20px;
}

.btn-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link {
  text-decoration: none;
}

.hero-without-image-3 {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa;
  background-image: linear-gradient(#0006, #0006), url('../images/35379187_015_a1b9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 30px 60px;
  display: flex;
  position: relative;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.online-badge {
  background-color: #80ff00;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.card-details {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.country-flag-icon-svg {
  height: 16px;
}

.modal-content {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.text-1 {
  z-index: 3;
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

.text-2 {
  z-index: 3;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.start-button-gradient {
  z-index: 99;
  color: #fff;
  text-align: center;
  background-color: #111827;
  background-image: linear-gradient(90deg, #ff3b9d, #ff5b3b);
  border-radius: 32px;
  justify-content: center;
  width: 220px;
  padding: 12px 16px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 12px 32px #ff467a66;
}

.start-button-gradient:hover {
  opacity: .85;
  color: #fff;
}

.modal-wrapper {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
}

.modal-title.light {
  color: #fff;
}

.modal-paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.333;
}

.secondary-button {
  color: #ababab;
  padding: 16px;
  font-size: 16px;
}

.modal-hint {
  color: #ababab;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.modal-block {
  z-index: 3;
  text-align: center;
  background-color: #141414;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px #000c;
}

.modal-image {
  aspect-ratio: 2.2;
  object-fit: cover;
  object-position: 50% 40%;
}

.modal-close {
  opacity: .7;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 12px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close:hover {
  opacity: 1;
}

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

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

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

.code-embed {
  display: block;
  overflow: hidden;
}

.hero-without-image-4 {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa;
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-eberhardgross-640947.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 30px 60px;
  display: flex;
  position: relative;
}

.optional {
  color: #fff9;
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.hero-bg-video {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa;
  background-image: linear-gradient(#0006, #0006), url('../images/35379187_015_a1b9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 30px 60px;
  display: flex;
  position: relative;
}

.loading-picks {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 30px 60px;
  display: flex;
  position: relative;
}

.dots-loader {
  height: 52px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.heading-3.light {
  color: #fff;
}

.hero-load {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa;
  background-image: linear-gradient(#0006, #0006), url('../images/demand-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 30px 60px;
  display: flex;
  position: relative;
}

.hero-short {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa;
  background-image: linear-gradient(#0006, #0006), url('../images/35379187_015_a1b9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding: 100px 30px 40px;
  display: flex;
  position: relative;
}

.button-primary-compact {
  color: #000;
  text-align: center;
  background-color: #ffa71a;
  background-image: linear-gradient(90deg, #ffc61a, #ff981a);
  border-radius: 30px;
  padding: 16px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.button-primary-compact:hover {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(90deg, #ffc61a, #ff981a);
}

.button-primary-compact.medium {
  box-shadow: none;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
}

.button-primary-amber-copy {
  color: #000;
  text-align: center;
  background-color: #ffa71a;
  background-image: linear-gradient(90deg, #ffc61a, #ff981a);
  border-radius: 30px;
  width: 240px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.button-primary-amber-copy:hover {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(90deg, #ffc61a, #ff981a);
}

.button-primary-amber-copy.medium {
  box-shadow: none;
  width: 180px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
}

.snackbar {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  text-align: center;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.snackbar.dark {
  background-color: #0000;
}

.modal-block-2 {
  z-index: 3;
  aspect-ratio: 1;
  opacity: 0;
  text-align: center;
  background-color: #141414;
  background-image: url('../images/modal_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 1px #ffffff80, 0 8px 24px #000c;
}

.list-header {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-2-mb4 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
}

.heading-2-mb4.light {
  color: #fff;
}

.refresh {
  opacity: .5;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/refresh.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  padding: 0 0 0 48px;
  font-size: 0;
  transition: all .2s;
  display: flex;
}

.refresh:hover {
  color: #fff;
  font-size: 14px;
}

.refresh.w--current {
  color: #000;
  background-position: 50%;
}

.refresh.w--current:hover {
  opacity: 1;
}

.loader-wrapper {
  z-index: 1000;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .cams {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .cam-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading {
    font-size: 44px;
  }

  .text-span {
    min-width: 60px;
  }

  .hero-without-image-3 {
    min-height: 70vh;
  }

  .modal-title {
    font-size: 24px;
  }

  .hero-without-image-4, .hero-load, .hero-short {
    min-height: 70vh;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }

  /* .cams {
    padding: 40px 15px;
  } */

  .heading-2 {
    font-size: 20px;
  }

  .cam-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .heading {
    font-size: 36px;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-primary-amber, .button-play {
    font-size: 16px;
    line-height: 20px;
  }

  .btn-group {
    flex-flow: column;
    width: 100%;
  }

  .hero-without-image-3 {
    min-height: 50vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-title {
    font-size: 20px;
  }

  .hero-without-image-4 {
    min-height: 50vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-bg-video, .loading-picks {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-load, .hero-short {
    min-height: 50vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-primary-compact, .button-primary-amber-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .snackbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

  .heading-2 {
    margin-bottom: 24px;
  }

  .cam-grid {
    flex-flow: column;
    display: flex;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .heading {
    font-size: 28px;
  }

  .hero-without-image-3 {
    min-height: 50vh;
  }

  .start-button-gradient {
    width: 180px;
    font-size: 16px;
  }

  .modal-title {
    margin-bottom: 24px;
  }

  .hero-without-image-4 {
    min-height: 50vh;
  }

  .heading-3 {
    margin-bottom: 24px;
  }

  .hero-load, .hero-short {
    min-height: 50vh;
  }

  .heading-2-mb4 {
    margin-bottom: 4px;
    font-size: 24px;
  }
}

.hidden {
  display: none;
}



/* NEW LOADER START */

#content-block-loading {
  position: relative;
  font-family: "Roboto", sans-serif;
}

#content-block-loading span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: reveal 4s linear forwards;
  z-index: 2;
  border-radius: 6px;
}

.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
  width: 100%;
}

#content-block-loading-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}

#content-block-loading-subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  padding-top: 4px;
}

#content-block-loading img {
  border-radius: 6px;
  filter: brightness(0.5);
}

@keyframes reveal {
  0% {clip-path: inset(0 0 0 0);}
  15% {clip-path: inset(50% 0 0 0);}
  100% {clip-path: inset(100% 0 0 0);}
}

#caption {
  display: block;
  font-family: "Roboto", sans-serif;
  white-space: pre-wrap;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  color: #b0b0b0;
  font-size: 18px;
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 29px;
  animation: hide-caption 4s linear forwards;
}

@keyframes hide-caption {
  98% {display: block;}
  100% {display: none;}
}

/* NEW LOADER END */
