:root {
  --midnight-blue: #292b5f;
  --white-smoke: #eee;
  --thistle: #fbd7ff;
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Lanord, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Recklessneue, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

a {
  color: var(--midnight-blue);
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.full-height-section {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.full-height-section.contact {
  justify-content: space-around;
}

.container {
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container.footer {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  margin-top: 10px;
  position: relative;
  left: -220px;
}

.container.footer.div {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -95%;
  right: 0%;
}

.container.footer.div-contact {
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
}

.container.hide {
  display: none;
}

.footer_section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.body {
  filter: blur();
  background-image: linear-gradient(#f9e1e7, #f9e1e7);
}

.section-2 {
  height: 5vh;
}

.paragraph {
  color: #fff;
  font-family: Manrope, sans-serif;
  line-height: 30px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.form-block {
  width: 480px;
  font-family: Manrope, sans-serif;
  line-height: 40px;
}

.textarea {
  background-color: var(--white-smoke);
  border-radius: 5px;
  min-height: 200px;
  font-size: 18px;
}

.form {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-3 {
  color: #4b4b4b;
  text-align: center;
}

.text-field {
  background-color: var(--white-smoke);
  border: 10px #000;
  border-radius: 5px;
  height: 56px;
  font-size: 18px;
}

.text-field-2 {
  background-color: var(--white-smoke);
  border-radius: 5px;
}

.submit-button {
  background-color: var(--midnight-blue);
  color: var(--thistle);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.text-block, .text-block-2 {
  color: #000;
}

.error-message {
  background-color: #ffb5b5;
}

.button {
  color: #292b5f;
  text-align: center;
  text-transform: none;
  background-color: #c7a4ff;
  background-image: linear-gradient(262deg, #d6ddff, #fbd7ff);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 20px 40px;
  font-family: Lanord, sans-serif;
  font-size: 26px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.button.hide {
  display: none;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-app-store {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/appstore.png');
  background-repeat: no-repeat;
  background-size: 238px;
  min-height: 80px;
}

.section-3 {
  background-color: #e09d9d;
}

.footer-link-container {
  color: #fbd7ff;
  font-family: Lanord, sans-serif;
  font-weight: 300;
  display: flex;
}

.rich-text-block-3, .rich-text-block-4 {
  font-family: Manrope, sans-serif;
}

.link-footer {
  color: var(--midnight-blue);
  padding-right: 20px;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.text-body {
  color: var(--midnight-blue);
  margin-bottom: 60px;
  padding-right: 0;
  font-family: Lanord, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.lottie-animation {
  filter: blur(30px);
  width: 100%;
}

.fixed-animation-wrapper {
  z-index: -2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.link-block {
  padding-right: 40px;
  display: flex;
}

.link-bold {
  padding-left: 10px;
  font-weight: 700;
}

.column {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.column.hero-sticky {
  flex-direction: column;
  justify-content: center;
  height: 90vh;
  padding-left: 30px;
  padding-right: 90px;
}

.feature-block-coloumn {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  margin-top: 220px;
  padding-right: 30px;
  display: flex;
}

.image-phone {
  max-width: 50%;
}

.feature-block {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.feature-text-content {
  padding-right: 20px;
}

.feature-text-content.alternate {
  padding-left: 20px;
  padding-right: 0;
}

.feature-title {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  padding-right: 0;
  font-family: Recklessneue, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 43px;
}

.logo-horizontal {
  align-self: auto;
  margin-left: -20px;
  margin-right: auto;
}

.logo-horizontal.contact {
  margin-left: auto;
}

.container-main {
  max-width: 1200px;
  overflow: auto;
}

.heading-hero {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 80px;
  line-height: 100%;
}

.heading-hero.contact {
  margin-bottom: 0;
}

.text-body-copy {
  color: var(--midnight-blue);
  margin-bottom: 60px;
  padding-right: 0;
  font-family: Lanord, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text-hero {
  color: #292b5f;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
}

.blur {
  z-index: -2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blur.blur-a.second {
  top: 10%;
}

.blur.blur-b.third {
  top: 25%;
}

.blur.second {
  top: 15%;
}

.blur.first {
  display: block;
}

.blur-container {
  display: none;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.div-block-6 {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -95%;
  right: 0%;
}

.full-height-section-copy {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-4 {
  background-color: #ff3b3b;
}

@media screen and (min-width: 1920px) {
  .form-block {
    width: 740px;
  }

  .link-footer {
    font-size: 18px;
    line-height: 150%;
  }

  .text-body.centre {
    font-size: 20px;
    line-height: 150%;
  }

  .link-block {
    font-size: 15px;
  }

  .feature-title {
    font-size: 42px;
    line-height: 120%;
  }

  .logo-horizontal {
    margin-top: 0;
  }

  .container-main {
    max-width: 1440px;
  }

  .text-hero {
    font-size: 22px;
    line-height: 150%;
  }
}

@media screen and (max-width: 991px) {
  .container.footer.div {
    justify-content: space-between;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    left: 0%;
  }

  .container.footer.div-contact {
    flex-direction: column-reverse;
    justify-content: space-between;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    left: 0%;
  }

  .button {
    height: 60px;
  }

  .button-app-store {
    width: 238px;
  }

  .column.hero-sticky {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .feature-block-coloumn {
    margin-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-phone {
    display: block;
    overflow: visible;
  }

  .feature-block {
    margin-bottom: 140px;
  }

  .heading-hero, .text-hero {
    text-align: center;
  }

  .columns {
    flex-direction: column;
    display: flex;
  }

  .div-block-5 {
    border: 1px #000;
    padding-right: 0;
  }

  .image, .image-copy, .image-copy {
    margin-bottom: 100px;
  }

  .image-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container.footer {
    flex-direction: column;
  }

  .container.footer.div, .container.footer.div-contact {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .form-block {
    padding: 10px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .button {
    width: 220px;
    height: 60px;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .full-height-section.contact {
    position: static;
    overflow: visible;
  }

  .container.footer {
    flex-flow: column-reverse;
    margin-top: 0;
  }

  .container.footer.div, .container.footer.div-contact {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: relative;
  }

  .form-block {
    width: 100%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-container {
    flex-direction: column;
  }

  .link-footer {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .text-body {
    margin-bottom: 20px;
  }

  .text-body.centre {
    text-align: center;
  }

  .link-block {
    flex-wrap: wrap;
    padding-right: 0;
  }

  .link-bold {
    padding-left: 2px;
    padding-right: 0;
  }

  .column.hero-sticky {
    height: auto;
    padding: 20px;
  }

  .feature-block-coloumn {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-phone {
    max-width: 70%;
    padding-top: 20px;
  }

  .feature-block {
    flex-direction: column;
  }

  .feature-block.alternate {
    flex-direction: column-reverse;
  }

  .feature-text-content {
    padding-left: 20px;
  }

  .feature-text-content.alternate {
    padding-right: 20px;
  }

  .feature-title {
    text-align: center;
  }

  .logo-horizontal {
    max-width: 163px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-hero {
    font-size: 40px;
  }

  .text-body-copy {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-hero {
    font-size: 16px;
  }

  .blur-container {
    align-self: auto;
  }

  .div-block-4 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border: 0 #000;
    border-bottom: 2px solid rgba(41, 43, 95, .78);
    border-radius: 0;
    padding-bottom: 65px;
    padding-left: 183px;
    line-height: 30px;
  }

  .image-2 {
    padding-bottom: 58px;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lanord';
  src: url('../fonts/LaNord-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lanord';
  src: url('../fonts/LaNord-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lanord';
  src: url('../fonts/LaNord-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lanord';
  src: url('../fonts/LaNord-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lanord';
  src: url('../fonts/LaNord-SemiLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Recklessneue';
  src: url('../fonts/RecklessNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}