:root {
  --black: black;
  --accent: #fcd713;
  --white: white;
  --base-light: rgba(255, 255, 255, .05);
  --nav-menu-dark: rgba(255, 255, 255, .08);
  --nav-menu-light: rgba(255, 255, 255, .24);
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Made Outer Sans, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

.body {
  color: var(--black);
  background-color: #000;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.hero {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.is--policy {
  flex-flow: column;
  height: auto;
  padding-top: 13rem;
  padding-bottom: 7.5rem;
}

.header {
  z-index: 1000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2.5rem 3.75rem;
  display: flex;
  position: fixed;
}

.header.is--light {
  display: none;
}

.header.is--dark {
  display: flex;
}

.header.is--policy {
  background-color: var(--black);
}

.header--wrapper {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  position: relative;
}

.sign--wrapper {
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.toggle--wrapper {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.brand {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.swipez--text--wrapper {
  padding-top: 5px;
  overflow: hidden;
}

.swipez--text--logo {
  width: 8.625rem;
  height: 1.75rem;
}

.sign--square {
  width: 3rem;
  height: 3rem;
  position: relative;
}

.button {
  background-color: var(--accent);
  color: var(--black);
  border-radius: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.button:hover {
  background-color: var(--white);
}

.button.is-secondary {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: var(--accent);
  background-color: rgba(255, 255, 255, .08);
  font-weight: 400;
  transition: background-color .5s, color .5s;
}

.button.is-secondary:hover {
  background-color: rgba(255, 255, 255, .16);
}

.button.is-secondary.is--light {
  color: var(--black);
  background-color: rgba(255, 255, 255, .24);
}

.button.is--black {
  background-color: var(--black);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: var(--white);
  font-weight: 400;
}

.button.is--light {
  background-color: var(--black);
  color: var(--accent);
}

.cta--wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, .08);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.nav.is--light {
  background-color: rgba(255, 255, 255, .24);
}

.nav--link {
  color: var(--white);
  font-size: .9375rem;
  text-decoration: none;
  transition: color .5s;
}

.nav--link:hover {
  color: var(--accent);
}

.nav--link.is--light {
  color: var(--black);
}

.hero--img--wrapper {
  z-index: 10;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero--img {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero--img.is--hide {
  display: none;
}

.gradient--top {
  z-index: 10;
  background-image: linear-gradient(#000, #000 0%, rgba(252, 215, 19, 0));
  width: 100%;
  height: 20%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient--bottom {
  z-index: 10;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000 100%, #000);
  width: 100%;
  height: 20%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.more {
  width: 2rem;
  height: 2rem;
}

.more--wrapper {
  z-index: 100;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 2.5rem;
  left: 0%;
  right: 0%;
}

.hero--title--wrapper {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Made Outer Sans, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: .9;
}

.h--super-large {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Outer Sans, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: .85;
}

.hero-h-wrapper {
  overflow: hidden;
}

.p--large {
  color: var(--white);
  text-align: center;
  max-width: 32.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.p--large.is--black {
  color: var(--black);
}

.account {
  z-index: 100;
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.global--wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  overflow: hidden;
}

.global--wrapper.wide {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
}

.global--wrapper.is--footer {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  padding-bottom: 2.5rem;
}

.h--super-large-copy {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Outer Sans, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: .85;
}

.heading-2 {
  text-align: center;
  line-height: .85;
}

.block--h {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text--chip {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 600;
}

.text--chip.is--yellow {
  color: var(--accent);
}

.columns--wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.service--item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.h--large {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .85;
}

.h--large.is--white {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.h--large.is--white.v--2 {
  max-width: 52rem;
  font-size: 3rem;
}

.h--large.is--white.is--center {
  text-align: center;
  max-width: 52rem;
  font-size: 3rem;
}

.h--large.is--black {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}

.h--large.is--black.v--2 {
  max-width: 52rem;
  font-size: 3rem;
}

.h--large.is--black.is--center {
  text-align: center;
  max-width: 52rem;
  font-size: 3rem;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.h--medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.row--wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.features {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h-line {
  background-color: rgba(0, 0, 0, .12);
  flex: 1;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.h-line.is--white {
  background-color: rgba(255, 255, 255, .2);
  justify-content: flex-start;
  align-items: center;
  height: .5px;
  display: flex;
  overflow: hidden;
}

.p--medium {
  color: var(--white);
  text-align: left;
  width: 100%;
  max-width: 52rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.p--medium.is--black {
  color: var(--black);
}

.p--medium.is--feature-p {
  max-width: 24rem;
}

.feature--item {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v-sep {
  background-color: rgba(255, 255, 255, .2);
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: .5px;
  display: flex;
  overflow: hidden;
}

.v-sep.is--white {
  background-color: rgba(255, 255, 255, .32);
}

.text-block {
  color: var(--accent);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-size: .8125rem;
}

.div-block-3 {
  min-width: 5.5rem;
}

.flex-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.feature--item--block {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--base-light);
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  filter: blur(3rem);
  background-color: rgba(252, 215, 21, .5);
  border-radius: 100000px;
  width: 50rem;
  height: 5rem;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 50%;
  right: auto;
  transform: skew(-50deg);
}

.pricing {
  z-index: 100;
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.pricing--wrapper {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs {
  border-bottom: .5px solid rgba(0, 0, 0, .2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.tab {
  color: rgba(0, 0, 0, .6);
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  padding: 0 0 1rem;
  font-family: Made Outer Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  text-decoration: none;
  transition: color .5s;
}

.tab:hover {
  color: var(--black);
}

.tab.w--current {
  color: var(--black);
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.global--padding {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing--table--wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.price--item {
  border-top: .5px solid rgba(0, 0, 0, .2);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tab-pane-personal {
  width: 100%;
}

.tabs-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.inner--line--right {
  background-image: linear-gradient(90deg, var(--accent), rgba(0, 0, 0, 0));
  width: 120px;
  height: 1px;
}

.inner--line--white {
  background-image: linear-gradient(90deg, var(--accent), rgba(0, 0, 0, .24));
  width: 120px;
  height: 1px;
}

.flex-block-3 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 27.75rem;
}

.inner--line--black {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, 0));
  width: 120px;
  height: 1px;
}

.faq {
  z-index: 100;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq--wrapper {
  flex-flow: column;
  width: 70%;
  display: flex;
}

.drp {
  line-height: 0;
  transition: all .2s;
  display: block;
}

.drop {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: block;
}

.drop:hover {
  background-color: rgba(255, 255, 255, .1);
}

.drop.w--open {
  color: #fff;
}

.text-block-2 {
  line-height: 20px;
}

.drp-list {
  background-color: #fff;
  height: 0;
  line-height: 23px;
  transition: all .5s;
  display: block;
  position: static;
  overflow: hidden;
}

.drp-list.w--open {
  line-height: 23px;
  position: static;
  overflow: hidden;
}

.text-wrapper {
  padding: 30px 25px;
}

.faq--item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.open--acc--button {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.ac--line--1 {
  background-color: var(--accent);
  flex: none;
  width: 1px;
  height: 2.5rem;
}

.ac--line--2 {
  background-color: var(--accent);
  flex: none;
  width: 2.5rem;
  height: 1px;
  position: absolute;
}

.ac--header {
  color: var(--white);
  cursor: pointer;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
}

.ac--content {
  color: var(--white);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  display: block;
  overflow: hidden;
}

.flex-block-4 {
  width: 100%;
  margin-bottom: 2rem;
  display: block;
}

.contact {
  z-index: 100;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  /* height: 100%;
  min-height: 100vh; */
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact.is--policy {
  height: auto;
}

.hero--img-overlay {
  z-index: 20;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer--header {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-contacts--wrapper {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact--link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  text-transform: uppercase;
  flex-flow: column;
  font-family: Made Outer Sans, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  font-size: 1.5rem;
}

.contact--wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.link--underline {
  background-color: rgba(255, 255, 255, .2);
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: .5px;
  display: flex;
  overflow: hidden;
}

.link--underline.is--white {
  background-color: rgba(255, 255, 255, .32);
}

.link--inner--lightline {
  background-image: linear-gradient(90deg, var(--accent), rgba(0, 0, 0, 0));
  width: 120px;
  height: 1px;
}

.copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-5 {
  color: var(--white);
}

.copy-p {
  color: rgba(255, 255, 255, .5);
  font-size: .875rem;
}

.footer--nav {
  justify-content: space-between;
  align-items: flex-start;
}

.footer--link {
  color: var(--white);
  font-size: .875rem;
  text-decoration: none;
  transition: color .75s;
}

.footer--link:hover {
  color: var(--accent);
}

.div-block-7 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.disclaimer {
  justify-content: space-between;
  align-items: flex-start;
}

.disclaimer--p {
  color: rgba(255, 255, 255, .5);
  width: 100%;
  font-size: .8rem;
}

.spline-scene {
  z-index: 50;
  width: 100%;
  height: 100%;
  position: absolute;
}

.flex-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.v-line {
  background-color: rgba(0, 0, 0, .12);
  flex: none;
  align-self: stretch;
  width: 1px;
  overflow: hidden;
}

.v-line.is--white {
  background-color: rgba(255, 255, 255, .2);
  justify-content: flex-start;
  align-items: center;
  height: .5px;
  display: flex;
  overflow: hidden;
}

.inner--line--black-v {
  background-image: linear-gradient(rgba(0, 0, 0, .52), rgba(0, 0, 0, 0));
  width: 1px;
  height: 50%;
}

.hero--main--overlay {
  z-index: 50;
  background-color: var(--black);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h1--hero, .h {
  margin-top: 0;
  margin-bottom: 0;
}

.p-policy {
  color: var(--white);
  margin-bottom: 0;
  line-height: 1.7;
}

.policy--wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  max-width: 54rem;
}

.policy--h-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.bullet--list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-left: 2rem;
  display: flex;
}

.h3--policy {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Outer Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: .85;
}

.policy--link {
  color: var(--accent);
  text-decoration: none;
}

.anchor {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
}

.anchor.is--footer {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu--button {
  display: none;
}

.mobile--menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.header--overlay {
  z-index: 1;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-image: linear-gradient(rgba(0, 0, 0, .88) 50%, rgba(0, 0, 0, .24));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.more--icon {
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 991px) {
  .header.is--dark {
    display: flex;
  }

  .header--wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .nav {
    order: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .columns--wrapper {
    width: auto;
  }

  .h--medium {
    text-align: center;
    max-width: 12rem;
  }

  .p--medium {
    max-width: 75%;
  }

  .p--medium.is--feature-p {
    max-width: 75%;
    padding-left: 7.5rem;
  }

  .feature--item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs {
    max-width: none;
  }

  .faq--wrapper {
    width: 100%;
  }

  .ac--header {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .footer-contacts--wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .contact--link {
    font-size: 1.4rem;
  }

  .contact--wrapper {
    flex: none;
  }

  .copy-p {
    font-size: .75rem;
  }

  .footer--link {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .disclaimer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap-reverse;
    align-items: flex-start;
  }

  .disclaimer--p {
    font-size: .75rem;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    min-height: 24rem;
  }

  .hero.is--policy {
    padding-top: 8rem;
  }

  .header.is--light, .header.is--dark {
    padding: 1.5rem;
  }

  .header--wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .sign--wrapper {
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
  }

  .toggle--wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }

  .brand.w--current {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sign--toggle {
    width: 10px;
  }

  .swipez--text--logo {
    width: 120px;
  }

  .button {
    height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .button.w--current {
    font-size: .75rem;
  }

  .button.is-secondary.is--mobile--menu, .button.is--mobile--menu {
    flex: 1;
  }

  .cta--wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    display: none;
  }

  .cta--wrapper.is--mobile--menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: flex;
  }

  .cta--wrapper.is--policy {
    display: flex;
  }

  .nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .nav.is--mobile--menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    order: 0;
    display: flex;
  }

  .nav--link {
    font-size: .875rem;
  }

  .hero--img--wrapper {
    height: 100%;
    position: absolute;
  }

  .h--super-large {
    font-size: 3.75rem;
  }

  .p--large {
    font-size: 1rem;
  }

  .account {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
  }

  .global--wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .global--wrapper.wide {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .global--wrapper.is--footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .columns--wrapper {
    width: 100%;
  }

  .h--large, .h--large.is--white.v--2, .h--large.is--white.is--center {
    font-size: 2.5rem;
  }

  .h--large.is--black {
    font-size: 1.5rem;
  }

  .h--medium {
    line-height: 1.4;
  }

  .row--wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .p--medium {
    font-size: .875rem;
  }

  .feature--item--block {
    padding: 3.75rem;
  }

  .pricing {
    min-height: auto;
  }

  .global--padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .price--item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    font-size: .875rem;
  }

  .open--acc--button {
    width: 1.5rem;
    height: 1.5rem;
  }

  .ac--line--1 {
    height: 1.5rem;
  }

  .ac--line--2 {
    width: 1.5rem;
  }

  .ac--header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }

  .flex-block-4 {
    margin-bottom: 1rem;
  }

  .footer--header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-contacts--wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .copy-p {
    margin-top: 1rem;
  }

  .div-block-7 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .disclaimer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .menu--button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
  }

  .hamb--line {
    background-color: var(--accent);
    width: 2.5rem;
    height: 2px;
    padding: 0;
  }

  .hamb--line.is--light {
    background-color: var(--black);
  }

  .hamb--line.is--close-1 {
    width: 2rem;
    transform: rotate(45deg);
  }

  .hamb--line.is--close--2 {
    width: 2rem;
    transition: opacity .2s;
    position: absolute;
    transform: rotate(-45deg);
  }

  .mobile--menu {
    z-index: 200000;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: var(--black);
    flex-flow: column;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 100svh;
    min-height: auto;
    padding-top: 0;
  }

  .button.w--current {
    font-size: .75rem;
  }

  .nav.is--mobile--menu {
    flex-flow: column;
    height: auto;
    padding: 2rem 1.5rem;
  }

  .hero--img--wrapper {
    position: fixed;
  }

  .hero--title--wrapper.is--policy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h--super-large {
    word-break: break-all;
    font-size: 3.25rem;
  }

  .global--wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .service--item {
    padding: 2rem .5rem;
  }

  .h--large.is--white {
    font-size: 1.5rem;
  }

  .h--large.is--white.v--2 {
    max-width: none;
    font-size: 1.75rem;
  }

  .h--large.is--black {
    font-size: 1.25rem;
  }

  .h--medium {
    font-size: .8125rem;
  }

  .row--wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .p--medium.is--feature-p {
    max-width: 100%;
    padding-left: 0;
  }

  .flex-block-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .feature--item--block {
    padding: 2rem;
  }

  .tab {
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .global--padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tabs-menu {
    justify-content: space-between;
    align-items: flex-start;
  }

  .inner--line--right {
    width: 50%;
  }

  .inner--line--white, .inner--line--black {
    width: 25%;
  }

  .open--acc--button {
    flex: none;
  }

  .ac--header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .flex-block-4 {
    margin-bottom: 1.5rem;
  }

  .contact--link {
    font-size: 1.25rem;
  }

  .copy-p, .disclaimer--p {
    font-size: .6875rem;
  }

  .flex-block-6 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .inner--line--black-v {
    height: 25%;
  }

  .h1--hero {
    width: 100%;
  }

  .p-policy {
    font-size: .875rem;
  }

  .policy--wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .policy--h-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .bullet--list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: .875rem;
  }

  .anchor.is--footer {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .hamb--line {
    background-color: var(--accent);
    width: 2.5rem;
    height: 2px;
    padding: 0;
  }

  .mobile--menu {
    display: none;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Outer Sans';
  src: url('../fonts/MADE-Outer-Sans-Black-PERSONAL-USE.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
