:root {
  --bg: #f2f5fd;
  --hoves: "Tt Hoves Pro Expanded", sans-serif;
  --white: white;
  --bg-2: #e6e6f1;
  --black-2: black;
  --dark-blue\<deleted\|variable-18193153-32a2-2a3e-ba7c-e2a3fcdb1834\>: #000;
  --green: #c7fb57;
  --grey: #313131;
  --white-2: white;
  --red: red;
  --dark-grey: #131313;
}

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

body {
  background-color: var(--bg);
  font-family: var(--hoves);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.625rem;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.section.is--dgreybg {
  background-color: var(--bg-2);
  height: auto;
  min-height: 500px;
  max-height: 500px;
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.testimonial {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: none;
}

.section.top {
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  margin-top: 90px;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.section.hide {
  display: none;
}

.container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  min-width: 950px;
  display: flex;
}

.container.is--horiz {
  flex-flow: row;
  justify-content: space-between;
}

.container.is--horiz.is--spacebet {
  max-width: 1750px;
}

.container.is--horiz.is--spacebet.is--100-h {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}

.container.hero {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: none;
}

.heading-1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.438rem;
  font-weight: 700;
  line-height: 4.375rem;
}

.heading-1.is--20ch {
  text-align: left;
  margin-bottom: 0;
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.heading-1.is-6rem {
  font-size: 6rem;
  line-height: 6rem;
}

.heading-1.is--leftalign {
  color: var(--black-2);
  text-align: left;
}

.heading-2 {
  color: var(--dark-blue\<deleted\|variable-18193153-32a2-2a3e-ba7c-e2a3fcdb1834\>);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.heading-2.is--20ch {
  color: var(--dark-blue\<deleted\|variable-18193153-32a2-2a3e-ba7c-e2a3fcdb1834\>);
  max-width: 20ch;
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.heading-2.is--16ch {
  color: var(--dark-blue\<deleted\|variable-18193153-32a2-2a3e-ba7c-e2a3fcdb1834\>);
  min-width: 20ch;
  max-width: 16ch;
}

.heading-2.is--18ch {
  color: var(--dark-blue\<deleted\|variable-18193153-32a2-2a3e-ba7c-e2a3fcdb1834\>);
  max-width: 18ch;
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.heading-3 {
  color: var(--dark-blue\<deleted\|variable-18193153-32a2-2a3e-ba7c-e2a3fcdb1834\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.heading-3.is--centrealign {
  text-align: center;
}

.heading-4 {
  color: var(--dark-blue\<deleted\|variable-18193153-32a2-2a3e-ba7c-e2a3fcdb1834\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.82rem;
  font-weight: 700;
  line-height: 1.82rem;
}

.heading-4.is--18ch {
  max-width: 18ch;
}

.heading-5 {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-decoration: none;
}

.heading-5.is--black {
  color: var(--black-2);
}

.para-2 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.para-2.is--0-875rem {
  color: var(--white-2);
  font-size: .875rem;
  line-height: .875rem;
}

.para-2.is--leftalgin {
  text-align: left;
  line-height: 2rem;
}

.para-4 {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.563rem;
}

.para-4.is--demi {
  color: var(--green);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.para-4.is--demi.is--black {
  color: var(--black-2);
}

.para-4.is--40ch {
  max-width: 40ch;
}

.para-4.is--27ch {
  max-width: 27ch;
}

.para-4.is--27ch.is--centrealign {
  text-align: left;
}

.para-4.is--27ch.is--white {
  color: var(--white);
  font-size: 1.375rem;
  line-height: 1.7rem;
}

.para-4.is--centrealign {
  color: var(--black-2);
  text-align: center;
  font-size: 1.4rem;
}

.para-4.is--centrealign.is--20ch {
  color: var(--black-2);
  max-width: 20ch;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.para-4.is--centrealign.is--25ch {
  color: var(--black-2);
  max-width: 25ch;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green);
  color: var(--bg);
  cursor: pointer;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 45px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #c7fb57;
}

.button.w--current {
  color: var(--black-2);
}

.button.hide {
  color: var(--white);
}

.button.is--3rempad {
  margin-top: 3rem;
}

.content-div.button {
  background-color: var(--black-2);
  color: var(--green);
  width: 150px;
  height: 45px;
}

.content-div.button.is--green {
  background-color: var(--green);
  color: var(--black-2);
}

.svg.download {
  color: var(--green);
  margin-top: 5px;
}

.nav {
  z-index: 999;
  background-color: var(--bg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.left-col.is--flexcentre {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-col.is--flexcentre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-col.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 420px;
  display: grid;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-size: 4.375rem;
  line-height: 4.375rem;
}

.img.is--contain {
  object-fit: contain;
}

.img.is--contain.privacyfirs {
  height: 250px;
  max-height: none;
  padding-top: 40px;
  display: block;
}

.img.is--contain.is--500px {
  display: inline-block;
  overflow: visible;
}

.img.featureone {
  width: 600px;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.img.is--overlay {
  overflow: visible;
}

.img.is--overlay.map {
  object-fit: contain;
  padding-bottom: 0;
}

.nav-logo {
  width: 140px;
  height: auto;
}

.nav-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.nav-link {
  color: var(--black-2);
  font-size: .938rem;
  font-weight: 500;
  line-height: .938rem;
  text-decoration: none;
}

.nav-link:hover, .nav-link.view:hover {
  color: #0009;
}

.top-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-div.is--leftalign {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.top-div.is--leftalign.is--0-5rgap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.top-div.is--leftalign.is--2remgap {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: auto;
  position: relative;
}

.top-div.is--flexhoriz {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.top-div.is--flexhoriz.is--leftalign {
  justify-content: flex-start;
  align-items: flex-start;
}

.top-div.is--flexhoriz.is--leftalign.is--centre {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
}

.top-div.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
}

.hero {
  width: 80%;
}

.feature-cards {
  width: 100%;
  height: 100%;
}

.card-grid {
  grid-template-rows: auto auto auto;
}

.card-grid.is--3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  background-image: linear-gradient(159deg, #131212, var(--bg));
  border-radius: 20px;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 4px #ffffff4d, 0 0 100px 1px #c7fb5726;
}

.card.gallery {
  background-image: linear-gradient(159deg, #e6e6f1, #f2f5fd00);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
  padding-bottom: 55px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 4px #0000004d;
}

.card.gallery.is--350px {
  background-image: linear-gradient(159deg, #e6e6f1, #2d2d2d00);
  height: 350px;
  min-height: auto;
  box-shadow: inset 0 0 4px #0000004d;
}

.card.revoke {
  background-image: linear-gradient(159deg, #e6e6f1, #f2f5fd00);
  flex-flow: column;
  min-height: 400px;
  padding-top: 25px;
  padding-bottom: 55px;
  padding-left: 20px;
  display: flex;
  box-shadow: inset 0 0 4px #0000004d;
}

.card.is--topmarg {
  background-image: linear-gradient(159deg, #e6e6f1, #f2f5fd00);
  min-height: 400px;
  overflow: hidden;
  box-shadow: inset 0 0 4px #0000004d;
}

.card.is--topmarg.is--maxh500px {
  background-image: linear-gradient(159deg, #e6e6f1, #f2f5fd00);
  max-height: 400px;
  box-shadow: inset 0 0 4px #0000004d;
}

.content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content.is--flexhoriz {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.content.is--flexhoriz.is--6remgap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.content.gallery {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
}

.content.is--6rempad {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.content.is--6rempad.is-60 {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 35px;
  position: relative;
}

.content.is--6rempad.is--leftalign {
  justify-content: space-between;
  align-items: flex-start;
}

.content.is--topleft {
  justify-content: flex-start;
  align-items: flex-start;
}

.content.is--alignright {
  justify-content: center;
  align-items: flex-end;
}

.content.is--alignright.is--500px {
  justify-content: center;
  height: 550px;
  display: none;
}

.content.is--centrealign {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.content.is--alignleft {
  justify-content: space-between;
  align-items: flex-start;
}

.footer {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--bg-2), var(--bg) 69%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer-logo {
  width: 220px;
  height: auto;
}

.bottom-div {
  width: 100%;
}

.bottom-div.is--flexhoriz {
  flex-flow: row;
  display: flex;
}

.bottom-div.is--flexhoriz.is--spacebet {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.bottom-div.is--flexhoriz.is--spacebet.is--2remgap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.bottom-div.is-flexvert {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}

.bottom-div.is-flexvert.is--90 {
  width: 90%;
}

.bottom-div.is-flexvert.is--leftalign {
  justify-content: flex-start;
  align-items: flex-start;
}

.divider {
  background-color: var(--grey);
  opacity: .25;
  width: 100%;
  height: 1px;
}

.divider.is--green {
  background-color: var(--green);
  opacity: 1;
  margin-bottom: 1rem;
}

.divider.is--red {
  background-color: var(--red);
  opacity: 1;
  margin-bottom: 1rem;
}

.divider.is--1rempad {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.collumn {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.collumn.is--1rgap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100%;
}

.collumn.is--1rgap.is--85-h {
  z-index: 2;
  width: auto;
  height: 85%;
  min-height: auto;
  position: relative;
}

.collumn.is--flexright {
  z-index: 500;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.collumn.is--flexright.desktop {
  position: relative;
  overflow: visible;
}

.collumn.is--flexright.desktop.is--absolute {
  z-index: 1;
  width: 500px;
}

.item-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.item-list.is--0-5remtpad {
  margin-top: .5rem;
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.list-item.macapp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
}

.tick-svg {
  color: var(--green);
}

.img-div {
  flex-flow: column;
  width: 90%;
  height: 100%;
  display: block;
  position: relative;
}

.img-div.is--maxw500px {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 100%;
  display: flex;
}

.img-div.is--negpad {
  margin-top: -45px;
  padding-top: 0;
}

.img-div.is--absolute {
  z-index: 11;
  position: absolute;
  inset: 0%;
}

.img-div.is--absolute.private {
  display: flex;
}

.img-div.is--absolute.map {
  z-index: 1;
  width: auto;
  height: 800px;
  inset: -233px 0% 0% auto;
}

.img-div.is--50pxpad {
  margin-top: 20px;
}

.img-div.desktop {
  height: 100%;
}

.img-div.desktop.is--500px {
  justify-content: center;
  align-items: center;
  width: 1350px;
}

.img-div.mobile {
  display: none;
}

.img-div.is--80 {
  width: 90%;
}

.img-div.is--100 {
  width: 100%;
}

.marqueee {
  grid-column-gap: 3rem;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.card-bottom-text {
  display: flex;
}

.testimonial-card {
  grid-column-gap: 3rem;
  background-color: #1e1e1e;
  background-image: linear-gradient(310deg, #000, #0c0c0c);
  border-radius: 40px;
  flex-direction: row;
  justify-content: space-between;
  width: 830px;
  min-width: auto;
  height: 400px;
  display: flex;
  box-shadow: inset 0 0 5px 1px #4b4b4b33;
}

.marqueee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marqueee-content.scroll {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
}

.paragraph-3-2 {
  color: #000;
  text-align: center;
  text-transform: none;
  max-width: 50ch;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-3-2.left {
  text-align: left;
  text-transform: none;
}

.paragraph-3-2.left.white {
  color: #c5c5c5;
  text-align: left;
  max-width: none;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.card-top-text {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-2-1 {
  color: #fff;
  text-align: left;
  max-width: 45ch;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.paragraph-2-1.grey {
  color: #c5c5c5;
  max-width: none;
}

.bold-name {
  color: #c7fb57;
  font-weight: 600;
}

.card-content-div {
  grid-column-gap: 3.5rem;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10%;
  display: flex;
  box-shadow: 0 40px 35px 10px #0003;
}

.card-content-div.testimonial {
  align-self: center;
  padding: 5%;
}

.download-button {
  border: 2px solid var(--black-2);
  background-color: var(--black-2);
  color: var(--green);
  -webkit-text-stroke-color: var(--black-2);
  text-transform: uppercase;
  border-radius: 20px;
  padding: 25px 40px;
  font-size: 20px;
  font-weight: 600;
}

.download-button:hover {
  border: 2px solid var(--green);
  background-color: var(--green);
  color: var(--black-2);
}

.download-button-div {
  justify-content: center;
  display: flex;
}

.bento-div {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  align-self: flex-start;
  place-items: start center;
  width: 100%;
  min-width: 468px;
  max-width: 607.32px;
  height: 100%;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  overflow: hidden;
}

.bento-div.vertical {
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: none;
  display: flex;
}

.bento-text-div {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.bento-text-div.centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.bento-text-div.centre.rem {
  margin-bottom: 1rem;
}

.bento-text-div.centre.rem.download {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
}

.download-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bento-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  object-fit: contain;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: stretch stretch;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 100%;
  display: grid;
  overflow: visible;
}

.bento--container {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bento-card {
  background-image: repeating-linear-gradient(295deg, #e6e6f1, #e6e6f100);
  border-radius: 40px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 450px;
  height: 420px;
  display: flex;
  box-shadow: inset 0 0 5px #00000021;
}

.download-div-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 3rem;
  display: flex;
}

.slider-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.slider-trigger-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.slide-trigger {
  width: 50%;
}

.slide-trigger.private {
  opacity: .5;
}

.signal {
  background-color: var(--green);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 35px;
  margin-bottom: 1rem;
  display: flex;
}

.signal.is--red {
  background-color: var(--red);
  color: var(--white);
}

.para-5 {
  color: var(--bg);
  text-align: center;
  margin-bottom: 0;
  font-size: .938rem;
  font-weight: 600;
  line-height: .938rem;
}

.para-5.is--white {
  color: var(--white);
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

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

.text-size-small {
  color: var(--black-2);
  margin-top: 2rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link {
  text-decoration: none;
}

.link:hover {
  opacity: .5;
}

.link-2 {
  color: var(--black-2);
  text-decoration: none;
}

.link-2:hover {
  opacity: .5;
}

.heading-3-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.heading-3-2.rem {
  color: var(--black-2);
  margin-bottom: 1rem;
}

.heading-2-2 {
  color: #fff;
  text-transform: uppercase;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 3.75rem;
}

.heading-2-2.rem {
  color: var(--black-2);
  margin-bottom: 3rem;
}

.paragraph-3 {
  text-align: center;
}

.paragraph-3.rem {
  color: var(--black-2);
  margin-bottom: 1rem;
}

.paragraph-3 {
  color: var(--black-2);
  text-align: left;
  text-transform: none;
  max-width: 55ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .938rem;
  font-weight: 300;
  line-height: 1.563rem;
}

.paragraph-3._3rem {
  color: var(--black-2);
  margin-bottom: 3rem;
}

.privacy-policy-container-copy {
  color: var(--black-2);
  width: 100%;
  height: 100%;
  padding: 100px 40px 25px;
}

.hero-wrapper {
  z-index: 10;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 650px;
  min-height: auto;
  margin-bottom: 2rem;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 50px #0000004d, inset 0 0 4px #ffffffbf;
}

.swiss-svg {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.para-5-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: .938rem;
  font-weight: 600;
  line-height: .938rem;
}

.para-5-2.is--white {
  color: var(--black-2);
}

.divider-2 {
  opacity: .25;
  background-color: #c5c5c5;
  width: 100%;
  height: 1px;
}

.divider-2.is--green {
  background-color: var(--red);
  opacity: 1;
  margin-bottom: 1rem;
}

.divider-2.is--red {
  background-color: var(--green);
  opacity: 1;
  margin-bottom: 1rem;
}

.card-2 {
  background-image: linear-gradient(159deg, #131212, #000);
  border-radius: 20px;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 4px #ffffff4d, 0 0 100px 1px #c7fb5726;
}

.card-2.is--200pxh {
  background-image: linear-gradient(159deg, #e6e6f1, #0000);
  box-shadow: inset 0 0 4px #0000004d;
}

.para-4-2 {
  color: #c5c5c5;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.563rem;
}

.para-4-2.is--30ch {
  max-width: 30ch;
}

.para-4-2.is--30ch.is--centrealign {
  color: var(--grey);
  text-align: left;
}

.signal-2 {
  background-color: var(--red);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 35px;
  margin-bottom: 1rem;
  display: flex;
}

.signal-2.is--red {
  background-color: var(--green);
  color: var(--bg);
}

.container-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  min-width: 950px;
  display: flex;
}

.img-div-2 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: block;
}

.img-div-2.is--absolute {
  position: absolute;
  inset: 0%;
}

.img-div-2.is--absolute.private {
  display: flex;
}

.embed-div {
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.bg-video {
  width: 100%;
  height: 100%;
}

.embed-overlay {
  opacity: .23;
  background-image: linear-gradient(90deg, #000, #fff0 52%);
  border-radius: 40px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset 0 0 4px #ffffff80;
}

.subheader-div {
  background-color: var(--black-2);
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: 14px;
}

.subheader-div.is--green {
  background-color: var(--green);
  color: var(--black-2);
}

.grid {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-link {
  color: var(--black-2);
}

.rich-text {
  color: var(--black-2);
  max-width: 60ch;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 5rem;
  }

  .section.testimonial {
    padding-bottom: 4rem;
  }

  .container {
    width: 90%;
    min-width: auto;
  }

  .container.is--horiz.is--spacebet {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 90%;
    min-width: auto;
  }

  .container.is--horiz.is--spacebet.is--100-h {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container.hero {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .heading-1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }

  .heading-1.is--20ch {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-2 {
    font-size: 2.945rem;
    line-height: 2.945rem;
  }

  .heading-3 {
    font-size: 1.82rem;
    line-height: 1.82rem;
  }

  .para-2 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .para-4.is--27ch.is--centrealign {
    text-align: left;
  }

  .para-4.is--centrealign {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .para-4.is--centrealign.is--20ch {
    font-size: 1.2rem;
  }

  .para-4.is--centrealign.is--25ch {
    line-height: 1.7rem;
  }

  .left-col.is--flexcentre {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .right-col.grid {
    width: auto;
  }

  .img.is--contain.is--500px {
    min-height: 100%;
  }

  .img.is--20pxtopmarg {
    padding-top: 20px;
  }

  .img.is--overlay.map {
    z-index: auto;
    object-fit: contain;
    display: block;
    position: relative;
    overflow: visible;
  }

  .nav-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .top-div.hero {
    margin-bottom: 0;
  }

  .hero {
    width: 90%;
  }

  .card {
    min-height: 350px;
  }

  .card.gallery {
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .card.revoke {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .card.is--topmarg {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .card.is--topmarg.is--maxh500px {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .content.is--flexhoriz {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content.is--flexhoriz.is--6remgap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .content.is--6rempad.is-60 {
    z-index: 2;
    position: relative;
  }

  .bottom-div.is--flexhoriz.is--spacebet.is--2remgap {
    flex-flow: column;
  }

  .bottom-div.is-flexvert {
    justify-content: flex-start;
    align-items: center;
  }

  .collumn.is--1rgap.is--85-h {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .collumn.is--1rgap.is--85-h.mobile {
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 2rem;
  }

  .collumn.is--flexright.desktop {
    display: none;
  }

  .img-div {
    width: 100%;
  }

  .img-div.is--absolute.map {
    z-index: 1;
    object-fit: fill;
    width: 100%;
    height: 100%;
    inset: 0% 0% 0% 171px;
  }

  .img-div.desktop.is--500px {
    width: 100%;
    height: auto;
  }

  .img-div.is--500px {
    height: 500px;
  }

  .img-div.is--80 {
    width: 80%;
  }

  .marqueee {
    display: flex;
  }

  .testimonial-card {
    width: 650px;
    height: 300px;
  }

  .paragraph-2-1.grey {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .download-button {
    padding: 20px 50px;
    font-size: 20px;
  }

  .download-button:hover {
    color: #000205;
    background-color: #c7fb57;
  }

  .bento-div {
    min-width: 0;
  }

  .download-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
    display: flex;
  }

  .bento-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    object-fit: contain;
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .bento-card {
    min-width: 450px;
    max-width: 600px;
  }

  .card-2 {
    min-height: 350px;
  }

  .para-4-2.is--30ch.is--centrealign {
    text-align: left;
  }

  .container-2 {
    width: 90%;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is--dgreybg {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.top {
    padding-top: 1rem;
  }

  .container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container.is--horiz.is--spacebet.is--100-h {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .container.is--horiz.is--spacebet.is--100-h.is--2remgap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container.hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading-1.is--20ch {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .heading-2, .heading-2.is--20ch {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading-2.is--16ch {
    min-width: auto;
    max-width: none;
  }

  .heading-2.is--18ch {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .para-4 {
    font-size: .938rem;
  }

  .para-4.is--27ch {
    font-size: .938rem;
    line-height: 1.3rem;
  }

  .para-4.is--27ch.is--white {
    font-size: .875rem;
    line-height: 1.2rem;
  }

  .button.hide {
    display: none;
  }

  .right-col.grid {
    width: auto;
  }

  .img.is--contain {
    display: block;
  }

  .img.is--overlay {
    object-fit: contain;
  }

  .img.is--overlay.map {
    height: auto;
  }

  .nav-link {
    display: none;
  }

  .nav-link.view {
    display: flex;
  }

  .top-div {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .top-div.is--flexhoriz.is--mobvert {
    flex-flow: column;
  }

  .card-grid, .card-grid.is--3col {
    grid-template-columns: 1fr;
  }

  .card.gallery {
    min-height: 200px;
    padding-bottom: 35px;
  }

  .card.gallery.is--350px {
    height: 300px;
    padding-top: 0;
    padding-bottom: 55px;
  }

  .card.revoke {
    justify-content: center;
    align-items: center;
    min-height: 200px;
    padding: 35px 25px;
  }

  .card.is--topmarg {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.is--200pxh {
    min-height: 200px;
  }

  .content {
    justify-content: flex-start;
    align-items: center;
  }

  .content.is--flexhoriz.is--6remgap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content.gallery {
    justify-content: flex-start;
    align-items: center;
  }

  .content.is--6rempad {
    z-index: 12;
    position: relative;
  }

  .content.is--6rempad.is-60 {
    padding-bottom: 0;
  }

  .content.is--6rempad.is--leftalign {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content.is--alignright {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .content.is--alignright.is--500px {
    height: auto;
    display: flex;
  }

  .footer {
    padding-top: 4rem;
  }

  .bottom-div.is-flexvert {
    justify-content: flex-start;
    align-items: center;
  }

  .bottom-div.is-flexvert.is--90 {
    width: 60%;
  }

  .collumn {
    justify-content: center;
    align-items: flex-start;
  }

  .collumn.is--1rgap.is--85-h {
    min-width: auto;
  }

  .collumn.is--1rgap.is--85-h.mobile {
    justify-content: space-between;
    align-items: center;
  }

  .img-div {
    width: 100%;
  }

  .img-div.is--absolute.map {
    object-fit: contain;
    height: auto;
    inset: -145px 0% 0% 194px;
  }

  .img-div.desktop {
    display: none;
  }

  .img-div.mobile {
    height: auto;
    display: flex;
  }

  .card-bottom-text {
    margin-top: 2rem;
  }

  .testimonial-card {
    width: 500px;
    height: 350px;
  }

  .paragraph-3-2 {
    max-width: 40ch;
  }

  .paragraph-3-2.left.white {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-2-1 {
    font-size: 1.875rem;
    line-height: 2.188rem;
  }

  .paragraph-2-1.grey {
    font-size: 1.25rem;
    line-height: 150%;
  }

  .card-content-div.testimonial {
    margin-top: 0;
    margin-bottom: 0;
    padding: 7%;
  }

  .download-button {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
  }

  .download-div {
    margin-bottom: 0;
  }

  .bento-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    min-width: 100%;
  }

  .bento--container {
    min-width: 100%;
  }

  .bento-card {
    width: 90%;
    min-width: auto;
    max-width: 90%;
  }

  .slider-trigger-wrapper {
    flex-flow: column;
  }

  .slide-trigger.vulnerble, .slide-trigger.private {
    width: 100%;
  }

  .para-5 {
    font-size: .938rem;
  }

  .heading-3-2 {
    font-size: .938rem;
    line-height: .938rem;
  }

  .heading-3-2.rem, .heading-2-2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .paragraph-3 {
    max-width: 40ch;
    font-size: .938rem;
    line-height: 1.563rem;
  }

  .privacy-policy-container-copy {
    padding-top: 15%;
  }

  .hero-wrapper {
    border-radius: 20px;
    height: 70vh;
    padding-left: 7%;
  }

  .para-5-2 {
    font-size: .938rem;
  }

  .card-2.is--200pxh {
    min-height: 250px;
  }

  .para-4-2 {
    font-size: .938rem;
  }

  .para-4-2.is--30ch {
    font-size: .938rem;
    line-height: 1.3rem;
  }

  .para-4-2.is--30ch.is--centrealign {
    color: var(--grey);
  }

  .container-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .embed-overlay {
    border-radius: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section, .section.is--dgreybg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.testimonial {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section.top {
    margin-top: 80px;
  }

  .para-4.is--demi {
    font-size: .9rem;
  }

  .button, .content-div.button {
    width: 140px;
    height: 40px;
  }

  .nav {
    height: 60px;
  }

  .right-col.grid {
    width: auto;
  }

  .nav-logo {
    width: 130px;
  }

  .content.is--6rempad.is-60 {
    width: 60%;
  }

  .img-div.is--absolute.map {
    width: 100%;
    inset: 0% 0% 0% 131px;
  }

  .img-div.is--50pxpad {
    margin-top: 0;
  }

  .img-div.is--500px {
    margin-bottom: -76px;
  }

  .card-bottom-text {
    object-fit: contain;
    width: 100%;
    position: relative;
  }

  .testimonial-card {
    border-radius: 10px;
    height: 320px;
  }

  .paragraph-3-2.left.white {
    max-width: none;
  }

  .paragraph-2-1 {
    font-size: .938rem;
    line-height: 1.563rem;
  }

  .download-button {
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 15px;
  }

  .bento-div {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .bento-div.vertical {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
  }

  .bento-text-div {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bento-text-div.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .bento-text-div.centre.rem.download, .download-div {
    margin-bottom: 0;
  }

  .bento-card {
    border-radius: 10px;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 350px;
  }

  .download-div-bottom {
    margin-top: 3rem;
  }

  .text-size-small {
    margin-top: 0;
  }

  .heading-3-2 {
    font-size: .938rem;
    line-height: .938rem;
  }

  .heading-3-2.rem {
    margin-bottom: 2rem;
  }

  .heading-2-2 {
    max-width: none;
    margin-bottom: 0;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .paragraph-3 {
    text-align: left;
  }

  .paragraph-3.rem {
    max-width: none;
    font-size: 14px;
    line-height: 25px;
  }

  .privacy-policy-container-copy {
    z-index: 500;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 100px 10px;
    display: block;
    position: static;
    overflow: visible;
  }

  .card-2.is--200pxh {
    min-height: 200px;
  }
}

#w-node-_86b08b97-3c24-67c3-c5dd-cfc73ed18467-661f953a, #w-node-_52a26592-9e71-5c19-144c-253366228cc5-661f953a, #w-node-_564c99cc-2856-ffb9-d3a8-55de1e7234c4-661f953a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf87fb18-6478-cbd9-af62-ae9a55735b7f-661f953a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24a0134c-9802-34cb-5465-defea55ac322-661f953a, #w-node-_1fa33253-da8a-b548-68d6-8389b035900a-661f953a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c2b1fed-0b21-fc35-ad7c-05485133429c-661f953a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f6911ae-7693-cd0b-7e2f-5a6b7f1d8cb3-661f953a, #w-node-_4f6911ae-7693-cd0b-7e2f-5a6b7f1d8cb4-661f953a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f6911ae-7693-cd0b-7e2f-5a6b7f1d8cbe-661f953a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4f6911ae-7693-cd0b-7e2f-5a6b7f1d8cbf-661f953a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a0125e5-728c-8316-1f11-3de41e2f38c6-4238e285 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-_86b08b97-3c24-67c3-c5dd-cfc73ed18467-661f953a, #w-node-_52a26592-9e71-5c19-144c-253366228cc5-661f953a, #w-node-_564c99cc-2856-ffb9-d3a8-55de1e7234c4-661f953a, #w-node-_24a0134c-9802-34cb-5465-defea55ac322-661f953a, #w-node-_1fa33253-da8a-b548-68d6-8389b035900a-661f953a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Tt Hoves Pro Expanded';
  src: url('../fonts/TT_Hoves_Pro_Expanded_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Hoves Pro Expanded';
  src: url('../fonts/TT_Hoves_Pro_Expanded_DemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Hoves Pro Expanded';
  src: url('../fonts/TT_Hoves_Pro_Expanded_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Hoves Pro Expanded';
  src: url('../fonts/TT_Hoves_Pro_Expanded_Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tt Hoves Pro Expanded';
  src: url('../fonts/TT_Hoves_Pro_Expanded_Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}