/*
Note: any .css or .scss files included in the 'styles' directory
will be correctly compiled during `gulp serve` and `gulp`
 */
@keyframes float {
  0% {
    transform: translatey(0); }
  50% {
    transform: translatey(-1rem); }
  100% {
    transform: translatey(0); } }

@keyframes rotate {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

@keyframes pop {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html, body {
  background-color: white;
  color: #1C1D1F;
  font-smoothing: antialiased;
  font-size: 62.5%;
  height: 100%;
  text-align: center;
  width: 100%; }

::selection {
  background-color: #A435F0;
  color: white; }

h1, h2, h3 {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02rem;
  font-size: 4.4rem;
  margin: 0 0 1.6rem 0;
  padding: 0; }
  @media (min-width: 640px) {
    h1, h2, h3 {
      font-size: 5.6rem; } }
  @media (max-height: 720px) {
    h1, h2, h3 {
      font-size: 4.4rem; } }

p {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.8rem;
  margin: 0 0 2.4rem 0;
  padding: 0; }
  @media (min-width: 640px) {
    p {
      font-size: 2.4rem; } }
  @media (max-height: 720px) {
    p {
      font-size: 1.8rem; } }

img {
  max-width: 100%; }

.link-button {
  border: 1px solid #1C1D1F;
  color: #1C1D1F;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.6rem 1.6rem; }
  .link-button:hover {
    color: #1C1D1F; }

.intro, .what-we-value, .join-us {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.8rem 1.6rem;
  margin-left: 0;
  margin-right: 0;
  min-height: 60vh; }
  .intro h1, .intro h2, .intro p, .what-we-value h1, .what-we-value h2, .what-we-value p, .join-us h1, .join-us h2, .join-us p {
    max-width: 64rem; }

@media (min-width: 640px) {
  .intro {
    height: 100vh;
    min-height: 50rem; } }

.logo {
  width: 12rem;
  margin-top: 2.4rem; }
  @media (min-width: 640px) {
    .logo {
      margin-top: 0;
      position: absolute;
      left: 2.4rem;
      top: 2.4rem; } }

.intro-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center; }

.intro h1 {
  margin-top: 2.4rem; }
  @media (min-width: 640px) {
    .intro h1 {
      margin-top: 4.8rem; } }
  @media (min-width: 640px) and (max-height: 720px) {
    .intro h1 {
      margin-top: 2.4rem; } }

.design-symbol-lg {
  animation: rotate 300s linear infinite;
  max-height: 28rem;
  max-width: 28rem;
  width: 100%; }
  @media (min-width: 640px) {
    .design-symbol-lg {
      margin-top: 4.8rem;
      max-height: 40vh;
      max-width: 40vh; } }
  @media (min-width: 640px) and (max-height: 720px) {
    .design-symbol-lg {
      margin-top: 2.4rem; } }

@media (min-width: 640px) {
  .intro-button {
    position: absolute;
    right: 2.4rem;
    top: 2.4rem; } }

@media (min-width: 640px) {
  .end-button {
    font-size: 1.8rem; } }

.next-button {
  animation: float 2s cubic-bezier(0.2, 0, 0.38, 0.9) infinite;
  cursor: pointer;
  display: none;
  margin: 2.4rem 0 0 0; }
  @media (min-width: 640px) {
    .next-button {
      display: inline-block; } }

.what-we-value {
  background-color: #FFF7EE; }

.design-symbol-sm {
  height: auto;
  margin-bottom: 2.4rem;
  max-width: 8rem;
  max-height: 8rem;
  width: 100%; }

.principle {
  display: flex;
  flex-direction: column; }
  @media (min-width: 640px) {
    .principle {
      min-height: 64rem;
      flex-direction: row; } }

.text-container, .image-container {
  padding-left: 2.4rem;
  padding-right: 2.4rem; }
  @media (min-width: 640px) {
    .text-container, .image-container {
      align-items: center;
      display: flex;
      flex-grow: 1;
      flex-basis: 0;
      justify-content: center;
      min-width: 50%;
      flex-direction: row; } }

.principle-text h3 {
  font-size: 3.2rem; }

.principle-text p {
  font-size: 1.8rem;
  margin-bottom: 0; }

@media (min-width: 640px) {
  .principle-text {
    max-width: 34rem;
    text-align: left; } }

.text-container {
  order: 2;
  padding-top: 0.8rem;
  padding-bottom: 4.8rem; }
  @media (min-width: 640px) {
    .text-container {
      order: 0;
      padding-top: 0;
      padding-bottom: 0; } }

.image-container {
  order: 1;
  padding-top: 4.8rem;
  padding-bottom: 1.6rem; }
  @media (min-width: 640px) {
    .image-container {
      order: 0;
      padding-top: 0;
      padding-bottom: 0; } }

.discovery {
  background-color: #ECB9B2; }

.discovery .text-container {
  background-color: #ECB9B2; }
  @media (min-width: 640px) {
    .discovery .text-container {
      background-color: #FAEDEC; } }

.personalised {
  background-color: #9BBCAC; }

.personalised .text-container {
  background-color: #9BBCAC; }
  @media (min-width: 640px) {
    .personalised .text-container {
      background-color: #E6EEEA; } }

.ease {
  background-color: #F9F0EC; }

.ease .text-container {
  background-color: #F9F0EC; }
  @media (min-width: 640px) {
    .ease .text-container {
      background-color: #EAD1C6; } }

.connection {
  background-color: #9AA6BC; }

.connection .text-container {
  background-color: #9AA6BC; }
  @media (min-width: 640px) {
    .connection .text-container {
      background-color: #E6E9EE; } }

.elevate {
  background-color: #FAC8A6; }

.elevate .text-container {
  background-color: #FAC8A6; }
  @media (min-width: 640px) {
    .elevate .text-container {
      background-color: #FEF1E9; } }

.end-symbol {
  margin-top: 6.4rem;
  width: 4rem; }

.design-symbol-lg, .logo, .next-button, .intro-title, .intro-paragraph, .intro-button {
  opacity: 0;
  transition: opacity 1200ms ease-in-out; }

.logo {
  transition-duration: 600ms;
  transition-delay: 800ms; }
  @media (min-width: 640px) {
    .logo {
      transition-delay: 1600ms; } }

.next-button, .intro-button {
  transition-delay: 1600ms;
  transition-duration: 600ms; }

.design-symbol-lg {
  transition-delay: 0ms; }

.intro-title, .intro-paragraph {
  transition-delay: 1600ms; }
  @media (min-width: 640px) {
    .intro-title, .intro-paragraph {
      transition-delay: 800ms; } }

.principle-image {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 1200ms cubic-bezier(0, 0, 0.38, 0.9), transform 800ms cubic-bezier(0, 0, 0.38, 0.9); }

.end-symbol {
  opacity: 0;
  transition: opacity 1200ms cubic-bezier(0, 0, 0.38, 0.9);
  transition-delay: 400ms; }

.reveal {
  opacity: 1;
  transform: translateY(0); }
