* {
  touch-action: manipulation;
}

:root {
  --background: #06113d;
  --background-alt: #fff;
  --color: #06113d;

  font-family: "Plex Sans", -apple-system, BlinkMacSystemFont, Roboto,
    "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  font-variation-settings: "wght" 400, "wdth" 100;
}

html {
  --maxScreenUnitless: 1024;
  --maxFontSizeUnitless: 18;

  font-size: calc(
    var(--maxFontSizeUnitless) / var(--maxScreenUnitless) * 100vw
  );
}

@media (min-width: 1024px) {
  html {
    font-size: calc(1px * var(--maxFontSizeUnitless));
  }
}

@media (max-width: 768px) {
  html {
    --maxFontSizeUnitless: 30;
  }
}

@media (max-width: 475px) {
  html {
    --maxFontSizeUnitless: 35;
  }
}

@media (max-width: 375px) {
  html {
    --maxFontSizeUnitless: 40;
  }
}

body {
  font-family: "Barlow", sans-serif;
  margin: 0;
  color: var(--color);
  background: var(--background);
  overflow-x: hidden;
  font-size: 90%;
  font-weight: 200;
  background-image: linear-gradient(0deg, #06113d, #06113d, #5e5fe4);
  background-repeat: no-repeat;
}

a {
  color: #04daf6;
}

article {
  overflow: hidden;
}

article > section {
  padding: calc(0.625rem + 4%) 3vw 3vw;
  margin: 0;
}

.intro {
  max-width: 50rem;
  margin: 0 auto 1rem;
  color: #ffffff;
}


.primary-headline {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0 1.5rem;
  font-variation-settings: "wght" 600;
  font-weight: 800;
}

@media (max-width: 475px) {
  .primary-headline {
    font-size: 1.5rem;
  }
}

h1.primary-headline {
  font-size: 3.69rem;
}

@media (max-width: 768px) {
  h1.primary-headline {
    font-size: 2.369rem;
    text-align: center;
  }
}

@media (max-width: 475px) {
  h1.primary-headline {
    font-size: 2.03rem;
  }
}

@media (max-width: 375px) {
  h1.primary-headline {
    font-size: 1.776rem;
  }
}

.primary-subheadline {
  font-size: 1rem;
  line-height: 1;
  margin: -0.75rem 0 1rem;
  font-variation-settings: "wght" 300;
  font-weight: 500;
}

h2.primary-subheadline {
  font-size: 2.296rem;
}

@media (max-width: 768px) {
  h2.primary-subheadline {
    font-size: 1.47rem;
    text-align: center;
  }
}

@media (max-width: 475px) {
  h2.primary-subheadline {
    font-size: 1.263rem;
  }
}

@media (max-width: 375px) {
  h2.primary-subheadline {
    font-size: 1.105rem;
  }
}

.showcase {
  width: 100%;
  margin-bottom: 2rem;
}

.contexts {
  position: relative;
  z-index: 1;
  padding: 0;
  display: grid;
  width: 100%;
  border: 0.5px solid;
  border-width: 0.5px 0;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .contexts {
    grid-template-rows: auto;
    grid-template-columns: 3fr 2fr 1fr;
  }
}

.context {
  padding: 3vw;
  border: 1px solid #06113d;
  margin: -1px;
  background: var(--background-alt);
}

.context:nth-child(1) {
  grid-column: span 2;
}

@media (min-width: 1024px) {
  .context:nth-child(1) {
    grid-column: initial;
  }
}

.colors {
  display: flex;
  padding: 0;
  margin: 0 -2vw;
  overflow: hidden;
}

.color {
  padding: 5vw;
  overflow: hidden;
  flex: 1;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5vw rgba(0, 0, 0, 0.4);
  transform: skew(-6deg);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media (hover: none) {
  .color.active {
    flex: 10;
  }
}

@media (max-width: 1024px) and (hover: none) {
  .color.active {
    flex: 20;
  }
}

@media (hover: hover) and (pointer: fine) {
  .color:hover {
    flex: 10;
  }
}

@media (max-width: 1024px) and (hover: hover) and (pointer: fine) {
  .color:hover {
    flex: 20;
  }
}

.color:nth-child(1) {
  color: white;
  background-image: linear-gradient(95deg, #ff7800, #fe2ab4);
}

.color:nth-child(2) {
  color: white;
  background-image: linear-gradient(95deg, #fe2ab4, #550b9f);
}

.color:nth-child(3) {
  color: white;
  background-image: linear-gradient(95deg, #550b9f, #02daf8);
}

.color-container {
  width: calc(70vw);
  transform: skew(6deg);
  pointer-events: none;
}

.logo {
  width: 16%;
  max-width: 12.5rem;
  margin: 3vw 3vw 5vw 3vw;
}

.contact-now {
  font-size: 90%;
  line-height: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 3vw;
  pointer-events: none;
}

.contact-now span {
  margin-right: 5vw;
}

.contact-now .phone {
  pointer-events: auto;
}

.fa.fa-envelope,
.fa.fa-phone {
  margin-right: 0.5rem;
  font-size: 1rem;
  width: 1.25rem;
  height: 1.25rem;
}

.fa.fa-phone:before {
  -webkit-mask: url(img/icon-phone.svg);
  mask: url(img/icon-phone.svg);
}

.fa.fa-envelope:before {
  -webkit-mask: url(img/icon-email.svg);
  mask: url(img/icon-email.svg);
}

.fa.fa-envelope:before,
.fa.fa-phone:before {
  content: "";
  display: block;
  height: 100%;
  background-color: #fff;
  -webkit-mask-position: center !important;
  mask-position: center !important;
}

/* HTML STYLES */
h1,
h2,
h3,
h4,
p {
  font-size: 1rem;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  margin: 0.6rem 0;
  padding: 0;
}
