@font-face {
  font-family: Trjndavinci Display;
  src: url('../fonts/TRJNDaVinci-Display.woff2') format("woff2"), url('../fonts/TRJNDaVinci-Display.eot') format("embedded-opentype"), url('../fonts/TRJNDaVinci-Display.woff') format("woff"), url('../fonts/TRJNDaVinci-Display.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Display;
  src: url('../fonts/TRJNDaVinciItalic-Display.woff2') format("woff2"), url('../fonts/TRJNDaVinciItalic-Display.eot') format("embedded-opentype"), url('../fonts/TRJNDaVinciItalic-Display.woff') format("woff"), url('../fonts/TRJNDaVinciItalic-Display.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roobert;
  src: url('../fonts/RoobertPRO-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobert;
  src: url('../fonts/RoobertPRO-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobert;
  src: url('../fonts/RoobertPRO-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --lilac: #dfdcf2;
  --plum: #403d56;
  --orange: var(--lilac);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--lilac);
  color: var(--plum);
  letter-spacing: 0;
  font-family: Roobert, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7em;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.heading_wrap {
  width: 100%;
  margin-bottom: 8rem;
}

.heading_wrap.privacy {
  margin-bottom: 8rem;
}

.underline {
  background-color: #403d56;
  width: 100%;
  height: 2px;
  margin-top: 8em;
  margin-bottom: 8em;
}

.split-lines {
  color: var(--plum);
  margin-bottom: 1rem;
  font-family: Trjndavinci Display, Georgia, sans-serif;
  font-size: 5em;
}

.split-lines.h2 {
  text-align: center;
  font-size: 7rem;
  line-height: 7.5rem;
}

.header-section {
  margin: 2rem 2rem 0;
}

.header-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.logo-img {
  min-width: 160px;
}

.button-mob {
  outline-offset: 0px;
  color: #403d56;
  background-color: #403d5600;
  border-radius: 30px;
  outline: 2px solid #403d56;
  padding: 14px 35px;
  font-size: 17px;
  transition: all .5s;
  display: none;
}

.button-mob:hover {
  color: #dfdcf2;
  background-color: #403d56;
}

.button {
  z-index: 100;
  outline-offset: 0px;
  color: #403d56;
  cursor: pointer;
  background-color: #dedcf2;
  border-radius: 30px;
  outline: 2px solid #403d56;
  padding: 14px 35px;
  font-size: 17px;
  transition: all .5s;
  position: static;
}

.button:hover {
  color: #dfdcf2;
  background-color: #403d56;
}

.highlight {
  color: #e97e5d;
  font-family: Display, Georgia, sans-serif;
}

.h2-highlight {
  color: #e97e5d;
  font-family: Display, Georgia, sans-serif;
  font-style: italic;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.hero_wrap {
  width: 60%;
  margin-bottom: 8rem;
}

.italic-text {
  color: #e97e5d;
  font-style: italic;
}

.h3 {
  color: #403d56;
  margin-bottom: 10px;
  font-family: Roobert, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.h3.hide {
  font-size: 1rem;
  line-height: 1rem;
}

.h3.invert {
  color: #dedcf2;
}

.paragrah {
  color: #403d56;
  letter-spacing: .1px;
  white-space: break-spaces;
  word-break: normal;
  width: auto;
  font-family: Roobert, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.paragrah.invert {
  color: #dedcf2;
}

.h4 {
  color: #e97d5c;
  letter-spacing: .2px;
  margin-bottom: 25px;
  font-family: Trjndavinci Display, Georgia, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}

.process-column-right-vw {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 4rem;
}

.list-div {
  border: 1px #000;
  border-top: 1px solid #403d56;
  padding-top: 30px;
  padding-bottom: 40px;
}

.list-div.hide-line {
  border-bottom: 2px none var(--plum);
  border-top-width: 2px;
  margin-top: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.list-div.no-padding {
  padding-bottom: 0;
}

.process-columns {
  justify-content: center;
  align-items: flex-start;
  width: 75vw;
  margin-bottom: 70px;
  display: flex;
}

.process-column-left {
  align-items: center;
  padding-left: 0;
  padding-right: 4rem;
}

.process-section {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.h2 {
  color: #403d56;
  letter-spacing: .2px;
  margin-bottom: 2rem;
  font-family: Trjndavinci Display, Georgia, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  position: relative;
  left: 0;
}

.italic-text-2 {
  font-family: Display, Georgia, sans-serif;
}

.bold-text {
  display: block;
}

.hero-div {
  font-family: Trjndavinci Display, Georgia, sans-serif;
  font-size: 5em;
}

.hero-div.h2 {
  text-align: center;
  font-size: 7rem;
  line-height: 7.5rem;
}

.process-wrapper {
  justify-content: center;
  align-items: stretch;
  max-width: 80vw;
  display: flex;
}

.process-column {
  width: 70%;
  padding: 2rem;
}

.process-column-l {
  width: 65%;
  padding: 2rem 6rem 2rem 2rem;
}

.process-column-r {
  width: 35%;
  padding: 2rem 2rem 2rem 0;
}

.quote {
  color: #dfdcf2;
  text-align: center;
  margin-bottom: 20px;
  font-family: Trjndavinci Display, Georgia, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.slider-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10rem;
  margin-right: 10rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h3-2 {
  color: #403d56;
  margin-bottom: 10px;
  font-family: Matter;
  font-size: 1rem;
  line-height: 1rem;
}

.h3-2.center-text {
  text-align: center;
}

.h3-2.center-text.invert {
  color: #dfdcf2;
}

.icon {
  color: #403d56;
  font-size: 30px;
  display: none;
}

.slider-11 {
  background-color: #ddd0;
  flex: 0 auto;
  width: 60rem;
  display: block;
}

.paragrah-2 {
  color: #403d56;
  letter-spacing: .1px;
  white-space: break-spaces;
  word-break: normal;
  width: auto;
  font-family: Matter;
  font-size: 1rem;
  line-height: 1.6rem;
}

.paragrah-2.center-text {
  text-align: center;
}

.paragrah-2.center-text.invert {
  color: #dedcf2;
}

.icon-2 {
  color: #403d56;
  font-size: 30px;
  display: none;
}

.slide-4 {
  position: absolute;
}

.ethos-section {
  background-color: #3f3d56;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 8em;
  margin-bottom: 0;
  padding-bottom: 4em;
  display: block;
}

.slider-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10rem;
  margin-right: 10rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  height: 3rem;
}

.slider-12 {
  background-color: #ddd0;
  flex: 1;
  margin-top: 2rem;
}

.slider-wrapper-new {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10rem;
  margin-right: 10rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h3-3 {
  color: #403d56;
  margin-bottom: 10px;
  font-family: Matter;
  font-size: 1rem;
  line-height: 1rem;
}

.h3-3.center-text {
  text-align: center;
}

.h3-3.center-text.invert {
  color: #dedcf2;
}

.quote-2 {
  color: #dedcf2;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Display, Georgia, sans-serif;
  font-size: 3rem;
  font-style: italic;
  line-height: 3rem;
}

.paragrah-3 {
  color: #403d56;
  letter-spacing: .1px;
  white-space: break-spaces;
  word-break: normal;
  width: auto;
  font-family: Matter;
  font-size: 1rem;
  line-height: 1.6rem;
}

.paragrah-3.center-text {
  text-align: center;
}

.mask {
  margin-left: 8em;
  margin-right: 8em;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.letstalk-container {
  margin-left: 5vh;
  padding-right: 2vw;
}

.text-span-3 {
  color: #e97e5d;
  font-style: italic;
}

.home-btn {
  cursor: pointer;
  justify-content: flex-end;
  margin-top: 5vh;
  margin-right: 5vh;
  display: flex;
}

.credits-container {
  margin-bottom: 4vh;
  margin-left: 5vh;
}

.text-span-4 {
  text-decoration: underline;
}

.letstalk-header {
  color: #dfdcf2;
  margin-bottom: 2.5vh;
  font-family: Display, Georgia, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.contact-link {
  color: #dfdcf2;
  margin-bottom: 1vh;
  font-family: Matter;
  font-size: 14px;
  line-height: 16px;
}

.text-span-5 {
  text-decoration: underline;
}

.menu-section {
  z-index: 200;
  background-color: #403d56;
  flex-direction: column;
  justify-content: space-between;
  width: 50vw;
  margin-right: -50%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.button-inverted {
  outline-offset: 0px;
  color: #dfdcf2;
  background-color: #403d5600;
  border-radius: 30px;
  outline: 1px solid #dfdcf2;
  padding: 14px 35px;
  font-family: Roobert, Arial, sans-serif;
  font-size: 17px;
  transition: all .5s;
}

.button-inverted:hover {
  color: #403d56;
  background-color: #dfdcf2;
}

.credits {
  color: #dfdcf2;
  margin-bottom: 10px;
  font-family: Matter;
  font-size: 12px;
  line-height: 14px;
}

.heading {
  color: #e87e5b;
  font-family: Trjndavinci Display, Georgia, sans-serif;
}

.spacer {
  height: 1em;
}

.spacer.bigger {
  height: 2em;
}

.h5 {
  color: #3f3d56;
  letter-spacing: .2px;
  margin-bottom: .5em;
  font-family: Trjndavinci Display, Georgia, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.h5.centered {
  text-align: center;
}

.text-span-6 {
  font-size: 2rem;
  line-height: 2rem;
}

.info-section {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.benefits-wrapper {
  flex: 0 auto;
  width: 50vw;
  padding-left: 12em;
}

.h2-2 {
  color: #403d56;
  letter-spacing: .2px;
  margin-bottom: 2rem;
  font-family: Trjndavinci Display, Georgia, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  position: relative;
  left: 0;
}

.h2-2.invert {
  color: #dedcf2;
}

.italic-text-3 {
  color: #e97e5d;
  font-family: Display, Georgia, sans-serif;
  font-style: italic;
}

.paragrah-4 {
  color: #403d56;
  letter-spacing: .1px;
  white-space: break-spaces;
  word-break: normal;
  width: auto;
  font-family: Matter;
  font-size: 1rem;
  line-height: 1.6rem;
}

.bigger-spacer {
  border-top: 2px solid #3f3d56;
  margin-top: 2em;
  padding-top: 0;
  padding-bottom: 2em;
}

.bigger-spacer.hide {
  display: none;
}

.slider-container {
  flex: 1;
}

.my-story-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 8em;
  display: flex;
}

.my-story-left {
  width: 25rem;
  max-width: 30%;
  padding-left: 2em;
  padding-right: 0;
}

.my-story-right {
  width: 20rem;
  max-width: 20%;
  padding-left: 0;
  padding-right: 2em;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 2em;
  display: flex;
}

.footer-section {
  background-color: #3f3d56;
  padding-top: 4em;
  padding-bottom: 2em;
}

.footer-top-wrapper {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.image {
  width: 160px;
  min-width: 160px;
}

.column {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.footer-paragraph {
  color: #403d56;
  letter-spacing: .1px;
  white-space: break-spaces;
  word-break: normal;
  width: auto;
  font-family: Roobert, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.footer-paragraph.invert {
  color: #dedcf2;
  text-align: left;
  font-size: .8rem;
  line-height: 1.2rem;
}

.column-2 {
  flex-direction: column;
  padding-right: 30px;
  display: flex;
}

.footer-link {
  margin-bottom: 1em;
  padding-bottom: 0;
}

.image-2 {
  width: 200px;
  min-width: 100px;
  max-width: 180px;
}

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

.footer-bottom-wrapper {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 2em;
}

.footer-copyright-wrapper {
  color: var(--lilac);
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-size: .8rem;
  display: flex;
}

.footer-section-mob {
  background-color: #3f3d56;
  padding-top: 4em;
  padding-bottom: 2em;
  display: none;
}

.h7 {
  color: #3f3d56;
  letter-spacing: .2px;
  margin-bottom: .5em;
  font-family: Trjndavinci Display, Georgia, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.h7.centered {
  text-align: center;
}

.column-6 {
  justify-content: flex-end;
  display: flex;
}

.preloader {
  z-index: 10000;
  background-color: #3f3d56;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.reviews {
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-span-7, .text-span-8 {
  font-family: Display, Georgia, sans-serif;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  .container {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .heading_wrap {
    width: 90%;
    margin-bottom: 4rem;
  }

  .underline {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .split-lines {
    margin-top: 0;
    padding-top: 0;
  }

  .header-section {
    margin-bottom: 100px;
  }

  .button {
    outline-width: 2px;
    font-size: 15px;
  }

  .hero_wrap {
    width: 90%;
  }

  .h3 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragrah {
    font-size: 14px;
    line-height: 20px;
  }

  .h4 {
    font-size: 22px;
    line-height: 25px;
  }

  .list-div, .list-div.hide-line {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .process-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .h2 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-div.h2 {
    font-size: 6rem;
    line-height: 6.5rem;
  }

  .process-column-l {
    padding-left: 0;
    padding-right: 4rem;
  }

  .process-column-r {
    padding-right: 0;
  }

  .quote {
    font-size: 30px;
    line-height: 30px;
  }

  .h3-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragrah-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .ethos-section {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .h3-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .quote-2 {
    font-size: 30px;
    font-style: italic;
    line-height: 30px;
  }

  .paragrah-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .mask {
    margin-left: 2em;
    margin-right: 2em;
  }

  .h5 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .h2-2 {
    margin-bottom: 25px;
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .paragrah-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .my-story-left {
    width: 60%;
    max-width: 50%;
  }

  .my-story-right {
    width: 30%;
    max-width: 50%;
  }

  .footer-section {
    width: 100vw;
    display: none;
  }

  .image {
    width: 140px;
    min-width: 140px;
  }

  .column {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .image-2 {
    width: 100px;
  }

  .column-3 {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright {
    text-align: center;
    font-size: .7rem;
  }

  .footer-section-mob {
    width: 100%;
    display: block;
  }

  .image-3 {
    width: 150px;
  }

  .column-4 {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .column-5 {
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0;
    display: flex;
  }

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

  .h7 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .image-5 {
    display: none;
  }

  .trusted-div {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .heading_wrap {
    width: 90%;
  }

  .split-lines {
    font-size: 3em;
  }

  .header-section {
    margin-bottom: 100px;
  }

  .header-container {
    margin-top: 3vh;
  }

  .button {
    outline-width: 2px;
    font-size: 15px;
    line-height: 15px;
  }

  .hero_wrap {
    width: 90%;
  }

  .h3 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .paragrah {
    font-size: 14px;
    line-height: 20px;
  }

  .h4 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .list-div {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .list-div.hide-line {
    border-top-style: none;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .process-column-left {
    margin-bottom: 1vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .process-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .process-column-l {
    width: 60%;
    padding-right: 2rem;
  }

  .process-column-r {
    width: 40%;
  }

  .quote {
    font-size: 25px;
    line-height: 35px;
  }

  .h3-2 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .paragrah-2 {
    font-size: 14px;
    line-height: 25px;
  }

  .ethos-section {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .slider-wrapper-new {
    align-items: center;
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .h3-3 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .quote-2 {
    font-size: 25px;
    font-style: italic;
    line-height: 35px;
  }

  .paragrah-3 {
    font-size: 14px;
    line-height: 25px;
  }

  .menu-section {
    width: 100vw;
    right: -50%;
  }

  .h5 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .h2-2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .paragrah-4 {
    font-size: 14px;
    line-height: 25px;
  }

  .image {
    width: 120px;
    min-width: 120px;
  }

  .column {
    display: none;
  }

  .footer-paragraph {
    font-size: 14px;
    line-height: 25px;
  }

  .footer-link {
    margin-bottom: 0;
  }

  .column-3 {
    display: none;
  }

  .footer-copyright {
    text-align: center;
  }

  .column-4 {
    justify-content: space-between;
    padding-right: 0;
    display: flex;
  }

  .column-5 {
    flex-direction: row;
    justify-content: space-around;
    padding-top: 1rem;
    padding-left: 0;
  }

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

  .h7 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .div-block-2 {
    width: 40%;
  }

  .trusted-div {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 4.6em;
  }

  .container {
    padding: 2rem 1rem;
  }

  .heading_wrap {
    width: 90%;
    margin-bottom: 2rem;
  }

  .underline {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .split-lines {
    font-size: 2.6em;
  }

  .header-section {
    margin: 1rem 1rem 50px;
    transition: all .4s;
  }

  .header-container {
    margin-top: 2vh;
  }

  .logo-img {
    min-width: 100px;
    max-width: 80%;
  }

  .button-mob {
    text-align: center;
    outline-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .button {
    text-align: center;
    outline-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
    display: block;
  }

  .highlight {
    font-style: italic;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    height: 40vh;
  }

  .hero_wrap {
    margin-bottom: 0;
  }

  .h3 {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
    display: block;
  }

  .h3.hide {
    display: none;
  }

  .paragrah {
    text-align: left;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .paragrah.invert.centered {
    text-align: center;
  }

  .h4 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
  }

  .process-column-right-vw {
    padding-right: 10px;
  }

  .list-div {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .list-div.hide-line {
    padding-top: 0;
    padding-bottom: 0;
  }

  .process-section {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
  }

  .hero-div.h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .process-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .process-column-l {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .process-column-r {
    width: 100%;
    padding-top: 0;
  }

  .left-arrow {
    display: none;
  }

  .quote {
    font-size: 22px;
    line-height: 30px;
  }

  .slider-content {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .h3-2 {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
    display: block;
  }

  .icon {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 20px;
  }

  .slider-11 {
    width: 90vw;
  }

  .paragrah-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .paragrah-2.center-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow {
    justify-content: flex-end;
    display: none;
    inset: 0% 0% 0% 260px;
  }

  .icon-2 {
    margin: auto 2px;
    font-size: 20px;
  }

  .ethos-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 0;
    padding-bottom: 2rem;
  }

  .slider-wrapper {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .slider-12 {
    margin-top: 0;
  }

  .slider-wrapper-new {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .h3-3 {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
    display: block;
  }

  .quote-2 {
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
  }

  .paragrah-3 {
    font-size: 12px;
    line-height: 20px;
  }

  .paragrah-3.center-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .letstalk-container {
    margin-bottom: 125px;
    margin-left: 2vh;
  }

  .home-btn {
    justify-content: flex-start;
    margin-top: 2vh;
    margin-bottom: 125px;
    margin-left: 2vh;
  }

  .credits-container {
    margin-left: 2vh;
    display: none;
  }

  .letstalk-header {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .contact-link {
    font-size: 12px;
    line-height: 20px;
  }

  .menu-section {
    margin-right: -100%;
    display: block;
    right: 0%;
  }

  .button-inverted {
    text-align: center;
    outline-width: 2px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .credits {
    font-size: 8px;
  }

  .h5 {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .h2-2 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .h2-2.invert.centered {
    text-align: center;
  }

  .paragrah-4 {
    font-size: 12px;
    line-height: 20px;
  }

  .bigger-spacer {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .my-story-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-left: 0;
  }

  .my-story-left {
    width: 70%;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .my-story-right {
    width: 50%;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .image {
    width: 100px;
    min-width: 50px;
  }

  .column {
    padding-left: 10px;
    display: block;
  }

  .footer-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-paragraph.invert {
    text-align: right;
  }

  .footer-link {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .column-3 {
    padding-bottom: 0;
    padding-right: 10px;
    display: none;
  }

  .footer-bottom-wrapper {
    padding-top: 0;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-section-mob {
    flex-direction: column;
    display: flex;
  }

  .image-3 {
    min-width: 50px;
  }

  .column-4 {
    text-align: center;
    justify-content: space-between;
    padding-right: 0;
    display: flex;
  }

  .column-5 {
    flex-direction: row;
    justify-content: space-around;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .columns {
    flex-direction: column;
  }

  .h7 {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .image-4 {
    display: none;
  }

  .div-block-2 {
    text-align: right;
    width: 50%;
  }

  .div-block-3 {
    text-align: left;
    width: 50%;
    margin-right: 10px;
    padding-right: 0;
  }

  .container-2 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .html-embed {
    margin-bottom: 0;
  }

  .trusted-div {
    padding-top: 1rem;
  }
}

#w-node-ef6f60b4-c864-c179-abfe-5b34648cf021-648cf01f, #w-node-ef6f60b4-c864-c179-abfe-5b34648cf022-648cf01f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef6f60b4-c864-c179-abfe-5b34648cf025-648cf01f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

@media screen and (max-width: 479px) {
  #w-node-ef6f60b4-c864-c179-abfe-5b34648cf023-648cf01f {
    place-self: start end;
  }

  #w-node-ef6f60b4-c864-c179-abfe-5b34648cf025-648cf01f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }
}


@font-face {
  font-family: 'Trjndavinci Display';
  src: url('../fonts/TRJNDaVinci-Display.woff2') format('woff2'), url('../fonts/TRJNDaVinci-Display.eot') format('embedded-opentype'), url('../fonts/TRJNDaVinci-Display.woff') format('woff'), url('../fonts/TRJNDaVinci-Display.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/TRJNDaVinciItalic-Display.woff2') format('woff2'), url('../fonts/TRJNDaVinciItalic-Display.eot') format('embedded-opentype'), url('../fonts/TRJNDaVinciItalic-Display.woff') format('woff'), url('../fonts/TRJNDaVinciItalic-Display.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/RoobertPRO-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/RoobertPRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/RoobertPRO-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}