/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-Medium.eot");
  src: url("/css/fonts/mvk-Medium.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-Medium.woff") format("woff"), url("/css/fonts/mvk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-UltraLightItalic.eot");
  src: url("/css/fonts/mvk-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-UltraLightItalic.woff") format("woff"), url("/css/fonts/mvk-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-DemiBoldItalic.eot");
  src: url("/css/fonts/mvk-DemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-DemiBoldItalic.woff") format("woff"), url("/css/fonts/mvk-DemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-Italic.eot");
  src: url("/css/fonts/mvk-Italic.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-Italic.woff") format("woff"), url("/css/fonts/mvk-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-Regular.eot");
  src: url("/css/fonts/mvk-Regular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-Regular.woff") format("woff"), url("/css/fonts/mvk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-Bold.eot");
  src: url("/css/fonts/mvk-Bold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-Bold.woff") format("woff"), url("/css/fonts/mvk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-Heavy.eot");
  src: url("/css/fonts/mvk-Heavy.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-Heavy.woff") format("woff"), url("/css/fonts/mvk-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-MediumItalic.eot");
  src: url("/css/fonts/mvk-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-MediumItalic.woff") format("woff"), url("/css/fonts/mvk-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-DemiBold.eot");
  src: url("/css/fonts/mvk-DemiBold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-DemiBold.woff") format("woff"), url("/css/fonts/mvk-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-HeavyItalic.eot");
  src: url("/css/fonts/mvk-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-HeavyItalic.woff") format("woff"), url("/css/fonts/mvk-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-BoldItalic.eot");
  src: url("/css/fonts/mvk-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-BoldItalic.woff") format("woff"), url("/css/fonts/mvk-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "mvk";
  src: url("/css/fonts/mvk-UltraLight.eot");
  src: url("/css/fonts/mvk-UltraLight.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mvk-UltraLight.woff") format("woff"), url("/css/fonts/mvk-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
html {
  font-size: 19.2px;
  font-size: 1vw;
  overflow-x: hidden;
}
body {
  color: #383838;
  background-color: #fff;
  font-size: 1rem;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1.5625rem;
  font-family: mvk, Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
h1 {
  font-size: 3.64583333rem;
  display: block;
  margin-top: 0;
}
h1 em {
  font-size: 8.33333333rem;
  font-style: normal;
  display: block;
}
h2 {
  font-size: 6.25rem;
  margin-top: 0;
}
h2.center {
  text-align: center;
}
h2 em {
  font-style: normal;
  background-color: #383838;
  color: #fff42c;
  padding: 0px 10px;
}
.bold {
  font-weight: 600;
  line-height: 2.34375rem;
}
.button {
  background-color: #fff42c;
  color: #383838;
  border: none;
  padding: 0.78125rem 3.125rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0.20833333rem 0.10416667rem;
  cursor: pointer;
  border-radius: 2.60416667rem;
  font-weight: 600;
}
.button.black {
  background-color: #383838;
  color: #fff;
}
.button.auto {
  width: auto;
  padding: 15px 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
#content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
nav img {
  width: 7.8125rem;
  margin: 1.30208333rem;
}
nav.grey {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 1023px) {
  nav img {
    width: 20%;
    margin: 25px;
  }
}
section {
  margin: 0;
  padding: 3.90625rem 7.8125rem;
  column-gap: 7.8125rem;
  display: grid;
  align-items: center;
}
section.full {
  padding: 3.90625rem 0;
}
section.full.no-padding {
  padding: 0 0 3.90625rem 0;
}
@media only screen and (max-width: 1023px) {
  section.full h2 {
    margin: 0.5em 0;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1023px) {
  section {
    padding: 25px;
    column-gap: 25px;
  }
  section.full {
    padding: 25px 0;
  }
}
#landing {
  grid-template-columns: 3fr 2fr;
  position: relative;
  padding-top: 0;
  margin-top: -7.8125rem;
}
#landing h1 {
  margin-bottom: 0;
}
#landing p {
  width: 70%;
  margin-top: 0.78125rem;
  margin-bottom: 2.60416667rem;
  font-size: 1.45833333rem;
  font-weight: 600;
  line-height: 2.08333333rem;
}
#landing video,
#landing iframe {
  height: 46.875rem;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #landing {
    grid-template-columns: 1fr;
  }
}
#topWave {
  width: 100%;
  margin-bottom: -1em;
}
#bottomWave {
  width: 100%;
  margin-bottom: -1em;
}
#old-model {
  grid-template-columns: 2fr 3fr;
  background-color: #f1f1f1;
}
#old-model h2 {
  margin-bottom: 2.60416667rem;
}
#old-model img {
  width: 100%;
}
#old-model p {
  width: 80%;
  font-weight: 600;
  line-height: 2.34375rem;
}
#offer h3,
#offer h2 {
  text-align: center;
}
#offer h3 {
  font-size: 2.60416667rem;
  text-transform: none;
}
#offer h2 {
  font-size: 4.6875rem;
}
#offer p {
  margin-top: 0;
  margin-bottom: 2.60416667rem;
}
#offer .web em {
  color: #b834c3;
}
#offer .web .card-front {
  background-image: url("/assets.2c25a5b/card-bg-web.svg");
}
#offer .app em {
  color: #dd0f86;
}
#offer .app .card-front {
  background-image: url("/assets.2c25a5b/card-bg-app.svg");
}
#offer .growth em {
  color: #17d271;
}
#offer .growth .card-front {
  background-image: url("/assets.2c25a5b/card-bg-growth.svg");
}
#offer p {
  text-align: center;
}
#offer .why {
  display: none;
  text-decoration: underline;
}
#offer .cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1023px) {
  #offer .cards {
    grid-template-columns: 1fr;
  }
}
#offer .cards a {
  display: grid;
  justify-content: center;
  grid-template-areas: "card" "name" "button";
  row-gap: 1.30208333rem;
}
#offer .cards a em {
  font-style: normal;
}
#offer .cards a h3 {
  grid-area: name;
}
#offer .cards a .button {
  grid-area: button;
  display: inline-block;
  color: #fff;
  background-color: #383838;
  margin-left: auto;
  margin-right: auto;
}
#offer .cards a .card {
  grid-area: card;
}
#offer .cards a .card .card-inner {
  width: 23.75rem;
  height: 29.94791666rem;
  position: relative;
  cursor: pointer;
}
#offer .cards a .card .card-inner.unclickable {
  cursor: auto;
}
#offer .cards a .card .card-inner .card-front {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 2.08333333rem;
  line-height: 1.2;
  box-shadow: 0 0.10416667rem 1.82291667rem 0 rgba(137, 137, 137, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
}
#offer .cards a .card .card-inner .card-front img {
  width: 8.59375rem;
  height: 8.59375rem;
}
#seven-deadly-sins {
  background-color: #f1f1f1;
  overflow: hidden;
}
#seven-deadly-sins h2 {
  text-align: center;
  margin-bottom: 0.52083333rem;
}
#seven-deadly-sins p {
  text-align: center;
  font-weight: 600;
  line-height: 2.34375rem;
}
#seven-deadly-sins .cta {
  text-align: center;
}
#seven-deadly-sins .button {
  color: #383838;
  display: inline-block;
}
#seven-deadly-sins .cards {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.04166667rem;
  margin-bottom: 5.20833333rem;
  background-image: url("/assets.2c25a5b/tapme.svg");
  background-repeat: no-repeat;
  background-size: 6.51041667rem auto;
}
@media only screen and (max-width: 1023px) {
  #seven-deadly-sins .cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
}
#seven-deadly-sins .cards > div {
  text-align: center;
  display: inline-block;
  transition: top 0.15s;
  transition-timing-function: ease-in-out;
  top: 0;
  position: relative;
  cursor: pointer;
}
#seven-deadly-sins .cards > div.bullshit {
  top: 5.46875rem;
  transform: rotate(-27deg);
  margin-right: -3.125rem;
}
#seven-deadly-sins .cards > div.bullshit:hover {
  top: 4.42708333rem;
}
#seven-deadly-sins .cards > div.skull {
  top: 2.34375rem;
  transform: rotate(-17deg);
  margin-right: -2.60416667rem;
}
#seven-deadly-sins .cards > div.skull:hover {
  top: 1.30208333rem;
}
#seven-deadly-sins .cards > div.budget {
  top: 0.52083333rem;
  transform: rotate(-7deg);
  margin-right: -2.60416667rem;
}
#seven-deadly-sins .cards > div.budget:hover {
  top: -0.52083333rem;
}
#seven-deadly-sins .cards > div.time:hover {
  top: -1.04166667rem;
}
#seven-deadly-sins .cards > div.crown {
  top: 0.52083333rem;
  transform: rotate(7deg);
  margin-left: -2.60416667rem;
}
#seven-deadly-sins .cards > div.crown:hover {
  top: -0.52083333rem;
}
#seven-deadly-sins .cards > div.cog {
  top: 2.34375rem;
  transform: rotate(17deg);
  margin-left: -2.60416667rem;
}
#seven-deadly-sins .cards > div.cog:hover {
  top: 1.30208333rem;
}
#seven-deadly-sins .cards > div.disguise {
  top: 5.46875rem;
  transform: rotate(27deg);
  margin-left: -3.125rem;
}
#seven-deadly-sins .cards > div.disguise:hover {
  top: 4.42708333rem;
}
@media only screen and (max-width: 1023px) {
  #seven-deadly-sins .cards > div {
    display: block;
    top: 0 !important;
    margin: 0 !important;
  }
  #seven-deadly-sins .cards > div.bullshit,
  #seven-deadly-sins .cards > div.time {
    top: 3.38541667rem !important;
    transform: rotate(-7deg);
  }
  #seven-deadly-sins .cards > div.skull,
  #seven-deadly-sins .cards > div.crown,
  #seven-deadly-sins .cards > div.disguise {
    top: 1.5625rem !important;
    transform: rotate(-7deg);
  }
  #seven-deadly-sins .cards > div.budget,
  #seven-deadly-sins .cards > div.cog {
    top: 1.30208333rem imo !important;
    transform: rotate(-7deg);
  }
  #seven-deadly-sins .cards > div.disguise {
    grid-column: 2;
  }
}
#seven-deadly-sins .cards > div .card .card-inner {
  width: 10.52083333rem;
  height: 13.33333333rem;
  position: relative;
}
#seven-deadly-sins .cards > div .card .card-inner .card-front,
#seven-deadly-sins .cards > div .card .card-inner .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 1.04166667rem;
  line-height: 1.2;
  box-shadow: 0 0.10416667rem 1.82291667rem 0 rgba(137, 137, 137, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  overflow: hidden;
  background-image: url("../assets.2c25a5b/card-bg.svg");
}
#seven-deadly-sins .cards > div .card .card-inner .card-front img,
#seven-deadly-sins .cards > div .card .card-inner .card-back img {
  width: 3.75rem;
  height: 3.75rem;
}
#seven-deadly-sins .cards-overlay-2 {
  display: none;
}
#seven-deadly-sins .cards-overlay-2.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
#seven-deadly-sins .cards-overlay {
  height: 0px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #seven-deadly-sins .cards-overlay {
    display: none;
  }
  #seven-deadly-sins .cards-overlay.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
#seven-deadly-sins .cards-overlay > div {
  position: absolute;
  width: 23.75rem;
  height: 29.94791666rem;
  margin-top: 10.41666667rem;
  opacity: 0;
  transition: margin-top 0.2s, opacity 0.15s;
  transition-timing-function: ease-in-out;
  margin-left: 50%;
  pointer-events: none;
}
#seven-deadly-sins .cards-overlay > div.active {
  margin-top: -24.21875rem;
  opacity: 1;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #seven-deadly-sins .cards-overlay > div {
    position: fixed;
  }
  #seven-deadly-sins .cards-overlay > div.active {
    top: 50%;
    margin-top: -50%;
  }
}
#seven-deadly-sins .cards-overlay > div .card-back {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  border-radius: 2.08333333rem;
  line-height: 1.2;
  box-shadow: 0 0.10416667rem 1.82291667rem 0 rgba(137, 137, 137, 0.5);
  background-image: url("../assets.2c25a5b/card-back-bg.svg");
  background-size: 100% 100%;
  background-color: #fff;
  margin-left: -50%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  padding: 3.125rem;
  font-size: 1.25rem;
  display: grid;
  align-items: center;
}
#seven-deadly-sins .cards-overlay > div .card-back h3 {
  margin-top: 0;
  margin-bottom: 1.04166667rem;
  font-size: 1.25rem;
}
#seven-deadly-sins .cards-overlay > div .card-back img {
  position: absolute;
  right: 0.52083333rem;
  bottom: 0.52083333rem;
  width: 15.625rem;
  height: 15.625rem;
  object-fit: contain;
  transform: rotate(-30deg);
  opacity: 0.1;
}
#headerWave {
  width: 100%;
  z-index: -1;
  margin-top: -1em;
}
#header {
  background-color: #f1f1f1;
  display: grid;
  grid-template-columns: 6fr 4fr;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 4em;
  margin-top: -4em;
}
#header img {
  width: 60%;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #header {
    padding: 4em;
  }
  #header img {
    display: none;
  }
}
#services .desktop-image {
  width: 100%;
}
#services .mobile-image {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #services .desktop-image {
    display: none;
  }
  #services .mobile-image {
    display: block;
    width: 100%;
  }
}
#how-we-do-it {
  color: #fff;
  background-color: #313131;
  background-image: url("../assets.2c25a5b/how-we-do-it-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#how-we-do-it > h2 {
  color: #fff;
}
#how-we-do-it > h2 em {
  background: none;
}
#how-we-do-it .mvk {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  #how-we-do-it .mvk {
    width: 100%;
  }
}
#how-we-do-it .how-items > div {
  width: 47.6%;
  box-sizing: border-box;
  padding: 3.125rem;
  margin-bottom: 4.16666667rem;
  background: rgba(216, 216, 216, 0.34);
  border-radius: 3.64583333rem;
  color: #fff;
  line-height: 1.41;
  position: relative;
}
#how-we-do-it .how-items > div.aligned-incentives {
  margin-top: 9.27083333rem;
}
@media only screen and (max-width: 1023px) {
  #how-we-do-it .how-items > div {
    width: 100%;
  }
  #how-we-do-it .how-items > div.aligned-incentives {
    margin-top: 0;
  }
}
#how-we-do-it .how-items > div > h4 {
  color: #00fff0;
  text-transform: none;
  margin-top: 0.52083333rem;
  font-size: 2.39583333rem;
  margin-bottom: 0.52083333rem;
}
#how-we-do-it .how-items > div > p {
  margin-bottom: 0;
}
#how-we-do-it .how-items > div > .icon {
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
}
#how-we-do-it .how-items > div > .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#how-we-do-it .how-items > div > .icon.top-left {
  top: -2.08333333rem;
  left: -2.08333333rem;
}
#how-we-do-it .how-items > div > .icon.top-right {
  top: -2.08333333rem;
  right: -2.08333333rem;
}
#how-we-do-it .how-items > div > .icon.bottom-right {
  bottom: -2.08333333rem;
  right: -2.08333333rem;
}
@media only screen and (max-width: 1023px) {
  #how-we-do-it .how-items > div > .icon.top-left,
  #how-we-do-it .how-items > div > .icon.top-right,
  #how-we-do-it .how-items > div > .icon.bottom-right {
    top: -2.08333333rem;
    right: -2.08333333rem;
    left: auto;
    bottom: auto;
  }
}
#how-we-do-it .how-items > div:nth-child(odd) {
  float: left;
}
#how-we-do-it .how-items > div:nth-child(even) {
  float: right;
}
#how-we-do-it .how-items > br {
  display: block;
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
#how-we-do-it .how-items-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#how-we-do-it .how-items-flex > div {
  width: 40%;
}
.summary {
  width: 60%;
  margin: 0 auto;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .summary {
    width: 100%;
  }
}
#how-its-done {
  overflow: hidden;
}
#how-its-done .steps-svg .desktop {
  width: 100%;
}
#how-its-done .steps-svg .mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #how-its-done .steps-svg .desktop {
    display: none;
  }
  #how-its-done .steps-svg .mobile {
    display: block;
    width: 150%;
    margin: 0px -1em;
  }
}
#how-its-done .steps {
  display: none;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-template-areas: "step1 gfx step2" "step3 gfx step4" "step5 gfx step6" "step7 gfx step8";
  align-items: center;
}
#how-its-done .steps h4 {
  text-transform: none;
}
#how-its-done .steps .gfx {
  grid-area: gfx;
}
#how-its-done .steps .step-1 {
  grid-area: step1;
}
#how-its-done .steps .step-2 {
  grid-area: step2;
}
#how-its-done .steps .step-3 {
  grid-area: step3;
}
#how-its-done .steps .step-4 {
  grid-area: step4;
}
#how-its-done .steps .step-5 {
  grid-area: step5;
}
#how-its-done .steps .step-6 {
  grid-area: step6;
}
#how-its-done .steps .step-7 {
  grid-area: step7;
}
#how-its-done .steps .step-8 {
  grid-area: step8;
}
.about-us {
  display: none;
}
.about-us-svg {
  background-image: url("/assets.2c25a5b/about-background.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-us-svg .desktop {
  width: 100%;
}
.about-us-svg .mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .about-us-svg {
    background-size: 335%;
    width: 100%;
    padding-top: 20px;
  }
  .about-us-svg .desktop {
    display: none;
  }
  .about-us-svg .mobile {
    display: block;
    width: 100%;
  }
}
#founders {
  text-align: center;
  padding: 0;
  padding-bottom: 25px;
}
#founders p {
  line-height: 1.6;
}
#founders > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "avi-card matt-card" "avi-description matt-description" "both-description both-description";
  grid-column-gap: 5.20833333rem;
  overflow: hidden;
}
#founders > div .avi-card {
  grid-area: avi-card;
  text-align: right;
}
#founders > div .avi-card > img {
  width: 50%;
  transform: rotate(-7deg);
  position: relative;
  left: 9%;
  z-index: 2;
}
#founders > div .avi-description {
  grid-area: avi-description;
  text-align: right;
}
#founders > div .avi-description p {
  margin-left: 40%;
}
#founders > div .avi-description h3 {
  margin-bottom: 0;
}
#founders > div small {
  font-weight: 600;
}
#founders > div .matt-card {
  grid-area: matt-card;
  text-align: left;
}
#founders > div .matt-card > img {
  width: 50%;
  transform: rotate(7deg);
  position: relative;
  left: -9%;
  z-index: 1;
}
#founders > div .matt-description {
  grid-area: matt-description;
  text-align: left;
}
#founders > div .matt-description h3 {
  margin-bottom: 0;
}
#founders > div .matt-description p {
  margin-right: 40%;
}
#founders > div .both-description {
  grid-area: both-description;
  margin-left: 20%;
  margin-right: 20%;
  line-height: 1.6;
  font-weight: 600;
}
#founders > div .both-description .spacer {
  width: 20%;
}
@media only screen and (max-width: 1023px) {
  #founders > div {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "avi-card avi-description avi-description" "matt-description matt-description matt-card" "both-description both-description both-description";
    grid-column-gap: 2.60416667rem;
  }
  #founders > div .avi-card {
    text-align: left;
  }
  #founders > div .avi-card > img {
    width: 150%;
    transform: rotate(7deg);
    left: -50%;
  }
  #founders > div .avi-description {
    text-align: left;
  }
  #founders > div .avi-description p {
    margin-left: 0;
    margin-right: 25px;
  }
  #founders > div .matt-card {
    text-align: right;
  }
  #founders > div .matt-card > img {
    width: 150%;
    transform: rotate(-7deg);
    left: 10%;
  }
  #founders > div .both-description {
    margin-left: 10%;
    margin-right: 10%;
  }
  #founders > div .both-description .spacer {
    width: 40%;
  }
  #founders > div .matt-description {
    text-align: right;
  }
  #founders > div .matt-description p {
    margin-right: 0;
    margin-left: 25px;
  }
}
#footer {
  padding-bottom: 20.83333333rem;
  padding: 1.30208333rem 1.30208333rem;
  background: #000;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "hello logo social" "copyright copyright copyright";
  justify-content: center;
  justify-items: center;
  color: white;
  grid-row-gap: 25px;
}
@media only screen and (max-width: 1023px) {
  #footer {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "hello" "social" "copyright";
  }
}
#footer .footer-logo {
  text-align: center;
  grid-area: logo;
}
#footer .footer-details {
  font-size: 0.7em;
  opacity: 50%;
  grid-area: copyright;
  text-align: center;
}
#footer .logo-image {
  width: 175px;
}
#footer .footer-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-area: social;
}
#footer .social-icon {
  width: 50px;
  margin-right: 7px;
  margin-left: 7px;
  opacity: 75%;
}
#footer .footer-contact {
  grid-area: hello;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-contact {
    text-align: center;
  }
  #footer .footer-contact h1 {
    text-align: center;
  }
}
#footer .contact-email {
  color: white;
  font-style: none;
}
#footer .contact-email:visited {
  color: white;
}
@media only screen and (max-width: 1023px) {
  html {
    font-size: 2.5vw;
  }
  nav img {
    width: 20%;
    margin: 25px;
  }
  #offer h3 {
    text-align: left;
  }
  #offer h2 {
    text-align: left;
  }
  #offer h2 em {
    line-height: 1.4em;
  }
  #offer p {
    text-align: left;
  }
  #offer .cards a h3 {
    text-align: center;
  }
  section {
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }
  body {
    margin: 15px;
    box-sizing: border-box;
  }
  #landing {
    margin-top: 2.08333333rem;
  }
  #landing #landingTitles {
    margin-top: 0;
  }
  #landing video,
  #landing iframe {
    height: 600px;
    width: 100%;
  }
  #landing,
  #old-model,
  #seven-deadly-sins .cards {
    grid-template-columns: 1fr;
  }
  #seven-deadly-sins h2 {
    text-align: left;
  }
  #seven-deadly-sins #tapMe {
    width: 30%;
  }
}
