:root {
  --black: #131415;
  --yellow: #eed781;
  --white: white;
  --outline-00: #ffffff1f;
  --text-light-02: #fff9;
  --red: #e2271b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: #fff;
  text-decoration: none;
}

.body {
  color: #fff;
  background-color: #131415;
  transition: margin-right .2s, padding-right .2s;
  overflow: visible;
}

.navbar-sticky {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.navbar-sticky.mobile {
  display: none;
  overflow: hidden;
}

.navbar {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-right: 32px;
  display: flex;
  position: absolute;
  inset: auto 0 auto auto;
  overflow: hidden;
}

.navbarcontainer {
  z-index: 20;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.menu-elmnt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text {
  color: #ffffffde;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Ppneuemachina, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 2px;
  display: flex;
}

.hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 92vh;
  padding: 64px 24px;
  display: flex;
  overflow: hidden;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.f2wf-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  align-self: flex-end;
}

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h1 {
  color: #ffffffde;
  letter-spacing: 0;
  text-transform: uppercase;
  object-fit: fill;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
}

.h2 {
  letter-spacing: 0;
  text-transform: uppercase;
  object-fit: fill;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}

.text-3 {
  color: #131415;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Ppneuemachina, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--yellow);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  text-decoration: none;
  transition: padding-right .2s, margin-right .2s;
  display: flex;
}

.button:hover {
  margin-right: -32px;
  padding-right: 32px;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 2px;
  display: flex;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  overflow: hidden;
}

.section.hide-element {
  display: none;
}

.section.video-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 92vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.headline {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.content-headline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navwithline {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  object-position: 0% 50%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.navtext {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.content-navtext {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.benefits {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px 24px;
  display: flex;
}

.h3, .h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-weight: 300;
}

.h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.content-about {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px 24px;
  display: flex;
}

.contact {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px 24px;
  transition: background-color .2s;
  display: flex;
}

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

.content-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-inter {
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.h2-inter.mobile, .h2-inter.bott, .h2-inter.single-arrow {
  display: none;
}

.button-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--yellow);
  color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  color: var(--yellow);
  background-color: #131415;
}

.button-2.cta-top {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
}

.content-startsearching {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2-bott {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 2px;
  font-family: Ppneuemachina, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 28px;
  display: flex;
}

.icons-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.canvas-sketch {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.sticky-header {
  z-index: 100;
  width: auto;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
  right: auto;
}

.sticky-header.circa-logo {
  padding-top: 16px;
  top: 32px;
}

.circa-logo-absolute-container {
  padding-right: 32px;
  position: absolute;
  right: 0;
}

.circa-logo-container {
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 72px;
  display: flex;
}

.circa-logo-mark {
  width: 72px;
  height: 72px;
}

.circa-logo-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 48px 24px;
  display: flex;
}

.form-block {
  width: 100%;
}

.form-headline {
  color: var(--white);
  margin-bottom: 0;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.form-input-field {
  border: 1px solid var(--outline-00);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.form-input-field:focus {
  border-color: var(--yellow);
}

.form-input-field::placeholder {
  color: var(--text-light-02);
}

.submit-button {
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--black);
  border-radius: 1px;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: color .1s, background-color .1s;
}

.submit-button:hover {
  background-color: var(--black);
  color: var(--yellow);
}

.form-padding {
  background-color: #0000;
  padding: 8px 16px;
}

.form-padding.form-font {
  color: var(--white);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-padding.form-font.second-tier-info {
  color: var(--text-light-02);
}

.form-input-text {
  border: 1px solid var(--outline-00);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-input-text:focus {
  border-color: var(--yellow);
}

.form-input-text::placeholder {
  color: var(--text-light-02);
}

.left-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.vectors-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.form-padding-double {
  padding: 16px;
}

.yellow-bg {
  background-color: var(--yellow);
  color: var(--black);
}

.yellow-bg.form-padding-tripple {
  padding: 24px 16px;
}

.yellow-bg.form-padding-tripple.form-font {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.form-error {
  background-color: var(--red);
}

.form-checkbox {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.checkbox {
  border-color: var(--white);
  background-color: #0000;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 8px;
}

.checkbox.w--redirected-checked {
  border-color: var(--yellow);
  background-color: var(--yellow);
  background-image: none;
  border-radius: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.h4-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemachina, sans-serif;
  font-weight: 300;
}

.checkbox-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.form-block {
  padding-top: 8px;
  padding-bottom: 8px;
}

.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;
}

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

.video-canvas-sketch {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.accept-cookies {
  z-index: 1000;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-bottom: 0;
  display: none;
  position: sticky;
  inset: auto 0% 0%;
}

.h6 {
  color: var(--white);
  max-width: 800px;
  font-family: Inter, sans-serif;
}

.link {
  text-decoration: underline;
}

.accept-cookies-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--outline-00);
  background-color: var(--black);
  align-items: center;
  max-width: 80%;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 10px #000;
}

.btn {
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  display: block;
}

.btn.btn-2 {
  border: 1px solid var(--outline-00);
  background-color: var(--black);
  width: 150px;
}

.btn.btn-1 {
  background-color: var(--yellow);
  color: var(--black);
  width: 150px;
}

.btn-block {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: row;
  display: flex;
}

.accept-cookies-absolute {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }

  .navbar-sticky {
    display: none;
  }

  .navbar-sticky.mobile {
    z-index: 10;
    height: auto;
    display: block;
    position: sticky;
    overflow: visible;
  }

  .navbar {
    background-color: var(--black);
    justify-content: flex-end;
    width: 80vw;
    padding-right: 0;
    position: relative;
  }

  .text.text-3 {
    object-fit: fill;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

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

  .h2-inter {
    width: auto;
  }

  .h2-inter.single-arrow {
    display: none;
  }

  .menu-mobile-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .menu-arrow-bar {
    width: 20vw;
    position: relative;
  }

  .icons-2 {
    z-index: 2;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100vh;
    position: static;
  }

  .menu-mobile-container-2 {
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .dim {
    z-index: -1;
    background-color: #131415bf;
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    overflow: visible;
  }

  .circa-logo-absolute-container {
    padding-right: 16px;
  }

  .accept-cookies-wrapper {
    flex-direction: column;
  }

  .btn, .btn.btn-2, .btn.btn-1, .btn-block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbarcontainer, .menu-elmnt {
    width: auto;
  }

  .h1 {
    font-size: 48px;
  }

  .h2 {
    font-size: 24px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .line {
    flex-wrap: nowrap;
    width: 10%;
  }

  .h3 {
    font-size: 24px;
  }

  .h4 {
    font-size: 18px;
  }

  .h5 {
    font-size: 28px;
  }

  .h2-inter.bott {
    display: none;
  }

  .h2-inter.single-arrow {
    display: none;
    transform: rotate(90deg);
  }

  .content-startsearching {
    grid-column-gap: 8px;
    flex-direction: column;
  }

  .form {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .h4-copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
    transform: translate(0);
  }

  .navbar-sticky {
    transform: translate(0);
  }

  .h2-inter {
    display: none;
  }

  .h2-inter.mobile {
    display: block;
  }

  .sticky-header.circa-logo {
    top: 56px;
  }

  .recaptcha {
    object-fit: fill;
    overflow: visible;
  }

  .recaptcha-div {
    transform-origin: 0 0;
    transform: scale(.8);
  }
}


@font-face {
  font-family: 'Ppneuemachina';
  src: url('../fonts/PPNeueMachina-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemachina';
  src: url('../fonts/PPNeueMachina-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}