:root {
  --grey-900: #131520;
  --red-50-2: #fdf2f2;
  --white: white;
  --primary-100: var(--primary-50);
  --black: black;
  --primary-500: #9061f9;
  --primary-300: #cabffd;
  --primary-50-2: #f6f5ff;
  --grey-100: #ecedf3;
  --green-500: #0e9f6e;
  --orange-500: #c27803;
  --red-500: #f05252;
  --grey-700: #404668;
  --grey-500: #5d6598;
  --grey-50-2: #f9f9fb;
  --primary-50: var(--primary-50-2);
  --primary-200: #dcd7fe;
  --primary-700: #6c2bd9;
  --primary-900: #4a1d96;
  --primary-25: #fafaff;
  --grey-25: #fcfcfd;
  --primary-800: #5521b5;
  --primary-600: #7e3af2;
  --primary-400: #ac94fa;
  --grey-800: #30354f;
  --grey-600: #4a5078;
  --grey-400: #7a81ae;
  --grey-200: #cccfe0;
  --green-50-2: #f3faf7;
  --orange-50-2: #fff8f1;
}

body {
  color: var(--grey-900);
  background-color: #f0e6e6;
  font-family: Neue Haas Display, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.25;
}

h2 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .75em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  color: var(--grey-900);
  margin-top: 1em;
  margin-bottom: .75em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

p {
  margin-bottom: 1em;
  font-size: 1.125em;
}

a {
  color: var(--grey-900);
  transition: opacity .2s;
}

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

.header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section {
  padding-top: 9vh;
  padding-bottom: 9vh;
  position: relative;
}

.section.pb-0 {
  padding-bottom: 0;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.text-caps {
  letter-spacing: .25em;
  text-transform: uppercase;
}

.style-guide-title {
  background-color: var(--red-50-2);
  border-radius: 10px;
  width: 336px;
  margin-right: 48px;
  padding: 24px;
  position: relative;
}

.btn {
  color: var(--grey-900);
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  margin: 6px;
  padding: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

.text-grey-900 {
  color: var(--grey-900);
}

.style-guide-content-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top.sticky-heading {
  top: 24px;
}

.style-guide-content {
  flex: 1;
}

.row {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.style-guide-content-row {
  margin-bottom: 12px;
}

.row.row-split-content {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.row.mb-16 {
  margin-bottom: 16px;
}

.row.row-header {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.row-split-content {
  box-sizing: border-box;
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
  display: grid;
}

.section-title {
  text-align: center;
  max-width: 768px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  max-width: 560px;
  padding-top: 20px;
}

.link-no-underline {
  text-decoration: none;
}

.link-no-hover:hover {
  opacity: 1;
}

.mb-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: none;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.mb-0.underline {
  text-decoration: underline;
}

.row-btns {
  flex-wrap: wrap;
  align-items: stretch;
  margin: -6px;
  display: flex;
}

.btn-icon-l {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 8px;
}

.btn-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #1757c2;
  border: 2px solid #1757c2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 6px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #5d89d4;
  border-color: #5d89d4;
  text-decoration: none;
}

.btn-icon-r {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
}

.display-2xl {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 4.5rem;
  line-height: 1.25;
}

.display-2xl.mb-0 {
  margin-bottom: 0;
}

.display-xl {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3.75rem;
  line-height: 1.25;
}

.display-xl.preload-text-top, .display-xl.preload-text-btm {
  margin-bottom: 0;
}

.display-lg {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3rem;
  line-height: 1.25;
}

.display-md {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.display-sm {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 1.25;
}

.display-xs {
  color: var(--grey-900);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-xl {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-xl.header-text {
  margin-bottom: 64px;
}

.text-lg {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-md {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-sm {
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.text-xs {
  margin-top: 0;
  font-size: .75rem;
  line-height: 1.5;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-medium.mb-32 {
  margin-bottom: 25px;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: 96px;
  display: flex;
}

.logo {
  color: var(--grey-900);
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.logo-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
  margin-right: 8px;
}

.hero-img {
  width: 100%;
}

.hero-img-content {
  perspective: 1000px;
  position: relative;
}

.image-light-accent {
  transform-style: preserve-3d;
  width: 170%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: -55%;
  left: -55%;
  right: 0%;
  transform: translate3d(0, 0, 40px);
}

.signature {
  width: 200px;
  height: auto;
  margin-top: 32px;
}

.footer {
  padding-top: 96px;
  padding-bottom: 48px;
  position: relative;
}

.footer-top {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 72px;
  display: flex;
}

.page-wrap {
  overflow: hidden;
}

.preloader {
  z-index: 9999;
  background-color: rgba(176, 121, 185, .39);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-text-wrap {
  margin-right: 5vw;
  display: flex;
  overflow: hidden;
}

.preloader-text-wrap.btm {
  margin-left: 5vw;
  margin-right: 0;
}

.hero-image-wrap {
  border-radius: 50%;
  overflow: hidden;
}

.header-text-wrap {
  overflow: hidden;
}

.header-text-wrap.btm {
  margin-bottom: 24px;
}

.line {
  min-width: 232px;
}

.line-wrap {
  width: 232px;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: 20%;
  right: 0%;
}

.preloader-line-wrap {
  position: relative;
}

.line-wrap-inner {
  overflow: hidden;
}

.footer-btm {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body {
  background-color: rgba(176, 121, 185, .39);
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.4rem;
}

.mb-0-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  text-transform: none;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 1em;
  display: inline-flex;
  position: relative;
  top: -80px;
}

.image {
  position: static;
}

.modal-wrapper {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(176, 121, 185, .27);
  background-image: linear-gradient(45deg, rgba(217, 107, 241, .01), #fff);
  border: 0 solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-flow: wrap;
  align-items: stretch;
  padding: 10px;
  display: block;
  overflow: visible;
}

.modal {
  background-color: var(--white);
  text-align: center;
  border: 3px solid #000;
  border-radius: 3px;
  max-width: 60%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: scroll;
  box-shadow: 5px 8px 13px 5px rgba(0, 0, 0, .2);
}

.close-modal-button {
  width: 40px;
  padding: 5px;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: auto;
  right: 5px;
}

.text-block {
  position: static;
}

.image-2, .image-3, .image-4 {
  min-width: 140px;
  max-width: 30%;
}

.image-5, .image-6 {
  min-width: 30px;
  max-width: 60%;
}

.modal-wrapper-jd {
  z-index: 9999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-wrapper-fb {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  mix-blend-mode: normal;
  background-image: none;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-wrapper-wmn {
  z-index: 9999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-align: left;
  border: 0 #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-jd {
  background-color: var(--primary-100);
  text-align: center;
  border: 3px solid #000;
  flex: 1;
  max-width: 60%;
  max-height: 90%;
  display: block;
  overflow: scroll;
  box-shadow: 5px 9px 13px 8px rgba(0, 0, 0, .2);
}

.modal-fb {
  background-color: var(--primary-100);
  opacity: 1;
  text-align: center;
  overflow-wrap: normal;
  border: 3px solid #000;
  max-width: 60%;
  max-height: 90%;
  overflow: scroll;
  box-shadow: 5px 9px 13px 8px rgba(0, 0, 0, .2);
}

.modal-wmn {
  background-color: var(--primary-100);
  opacity: 1;
  text-align: center;
  overflow-wrap: normal;
  border: 3px solid #000;
  flex: 1;
  max-width: 60%;
  max-height: 90%;
  overflow: scroll;
  box-shadow: 5px 9px 13px 8px rgba(0, 0, 0, .2);
}

.image-7, .image-8 {
  min-width: 300px;
  max-width: 40%;
}

.div-block-5 {
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .section.pb-0 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .row.row-split-content {
    grid-column-gap: 96px;
    box-sizing: border-box;
    grid-column-gap: 96px;
    align-content: center;
    justify-content: stretch;
    justify-items: stretch;
  }

  .content {
    margin-top: 10px;
    padding-top: 20px;
  }

  .bold-text {
    float: none;
    clear: none;
    position: relative;
  }

  .div-block {
    padding-top: 20px;
  }

  .div-block-2 {
    height: auto;
    padding-top: 20px;
  }

  .div-block-3, .div-block-4 {
    padding-top: 20px;
  }
}

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

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    margin-right: 0;
    padding: 24px;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .row.style-guide-row {
    flex-direction: column;
  }

  .row.row-header {
    grid-column-gap: 48px;
  }

  .row.row-split-content {
    grid-column-gap: 32px;
  }

  .section-title.mb-0 {
    margin-bottom: 0;
  }

  .btn-2 {
    margin: 4px;
  }

  .display-2xl {
    font-size: 3.75rem;
  }

  .display-xl {
    font-size: 3rem;
  }

  .display-lg {
    font-size: 2.25rem;
  }

  .display-md {
    font-size: 1.875rem;
  }

  .display-sm {
    font-size: 1.5rem;
  }

  .display-xs {
    font-size: 1.25rem;
  }

  .line {
    min-width: 200px;
  }

  .line-wrap {
    width: 200px;
    bottom: -40%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1em;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn {
    padding-left: 2px;
    padding-right: 2px;
  }

  .btn.display-none-mob {
    display: none;
  }

  .row.row-header {
    grid-template-columns: 1fr;
  }

  .row.row-split-content {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .btn-2 {
    padding: 8px 14px;
  }

  .btn-2:hover {
    background-color: #1757c2;
    border-color: #1757c2;
  }

  .display-2xl {
    font-size: 3rem;
  }

  .display-xl {
    font-size: 2.25rem;
  }

  .display-lg {
    font-size: 1.875rem;
  }

  .display-md {
    font-size: 1.5rem;
  }

  .display-sm {
    font-size: 1.25rem;
  }

  .display-xs, .text-xl {
    font-size: 1.125rem;
  }

  .text-xl.header-text {
    margin-bottom: 32px;
  }

  .navigation {
    height: 80px;
  }

  .logo.logo-footer {
    margin-bottom: 24px;
  }

  .logo.logo-footer.w--current {
    margin-bottom: 16px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .line {
    min-width: 150px;
  }

  .line-wrap {
    width: 150px;
    bottom: -60%;
    left: 10%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 24px;
  }

  .style-guide-title {
    border-radius: 5px;
    margin-bottom: 24px;
  }

  .row.row-split-content {
    grid-auto-flow: row;
    justify-content: start;
  }

  .btn-icon-r {
    margin-left: 4px;
  }

  .footer {
    padding-top: 48px;
  }
}

#w-node-_419b4b09-fb0e-d8ad-9cee-7443f1708ab1-c8c74768, #w-node-_861ab395-a99a-ebfe-3316-1e1571ac121a-c8c74768, #w-node-_8a362f37-552b-0035-a09c-d03af20e5fe1-c8c74768 {
  align-self: center;
}

#w-node-aab9662a-9d88-ff6c-8b03-5d3a76e8b536-c8c74768 {
  align-self: center;
  justify-self: start;
}

#w-node-_260a5c8e-fa1f-7565-eadd-4331c47241f8-c8c74768 {
  align-self: center;
}

#w-node-f69c800e-7a8b-cb03-f770-4fce176a3af6-c8c74768 {
  align-self: center;
  justify-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-_419b4b09-fb0e-d8ad-9cee-7443f1708ab1-c8c74768 {
    align-self: center;
    justify-self: auto;
  }

  #w-node-b2444ecb-7195-de17-de71-ebe1babc27be-c8c74768, #w-node-_861ab395-a99a-ebfe-3316-1e1571ac121a-c8c74768, #w-node-_18292ef6-cdc5-bef8-dc50-6c465184a5aa-c8c74768, #w-node-_8a362f37-552b-0035-a09c-d03af20e5fe1-c8c74768 {
    align-self: center;
  }

  #w-node-_0052b298-dee8-2f31-90c5-70c177a906e8-c8c74768 {
    align-self: center;
    justify-self: auto;
  }

  #w-node-_1a9953e9-7428-380c-5c5e-e4a67e85bde5-c8c74768 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff'), url('../fonts/NeueHaasDisplay-Mediu.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplay-Roman.woff') format('woff'), url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}