:root {
  --_font---p: Inter, sans-serif;
  --blue-dark: #4f006d;
  --_font---h1: Manrope, sans-serif;
  --_font-sizes---h1-56px: 2.92em;
  --_font-sizes---h3-40px: 2.08em;
  --_font---h2: Manrope, sans-serif;
  --_font-sizes---h2-48px: 2.5em;
  --_font-sizes---h4-32px: 1.67em;
  --_font---h3: Manrope, sans-serif;
  --_font-sizes---h5-24px: 1.25em;
  --_font---h4: Manrope, sans-serif;
  --_font-sizes---h6-20px: 1.04em;
  --_font---h5: Manrope, sans-serif;
  --_font-sizes---link-16px: .83em;
  --_font---h6: Manrope, sans-serif;
  --_font-sizes---p-sm-14px: .73em;
  --_font-sizes---p-16px: .83em;
  --transparent: #fff0;
  --_spacing---15: .78em;
  --_spacing---max-width: 1440px;
  --_spacing---120: 6.25em;
  --_spacing---60: 3.13em;
  --_spacing---0: 0px;
  --_font-sizes---p-lg-18px: .94em;
  --_font---tagline: Manrope, sans-serif;
  --_font-sizes---tagline-16px: .83em;
  --_spacing---7-5: .39em;
  --_spacing---30: 1.56em;
  --blue-main: #340048;
  --white: white;
  --black: #230030;
  --blue-light: #72009d;
  --orange-main: #ff7a00;
  --_spacing---240: 12.5em;
  --_font---link: Inter, sans-serif;
  --orange-light: #ffbf80;
  --_font---p-sm: Inter, sans-serif;
  --_font---p-lg: Inter, sans-serif;
}

.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 {
  font-family: var(--_font---p);
  color: var(--blue-dark);
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  font-family: var(--_font---h1);
  font-size: var(--_font-sizes---h1-56px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_font---h2);
  font-size: var(--_font-sizes---h2-48px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  font-family: var(--_font---h3);
  font-size: var(--_font-sizes---h3-40px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  font-family: var(--_font---h4);
  font-size: var(--_font-sizes---h4-32px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  font-family: var(--_font---h5);
  font-size: var(--_font-sizes---h5-24px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
  transition: all .2s;
}

h6 {
  font-family: var(--_font---h6);
  font-size: var(--_font-sizes---h6-20px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

p {
  font-size: var(--_font-sizes---p-16px);
  margin-bottom: 0;
}

a {
  color: var(--blue-dark);
  font-size: var(--_font-sizes---link-16px);
  line-height: 1.1;
  text-decoration: none;
}

.nav--component {
  z-index: 50;
  height: 5.56em;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  background-color: var(--transparent);
  height: 100%;
}

.brand {
  grid-column-gap: var(--_spacing---15);
  grid-row-gap: var(--_spacing---15);
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 4.86em;
  display: flex;
}

.container {
  max-width: var(--_spacing---max-width);
  padding: var(--_spacing---120) var(--_spacing---60);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.nav--container {
  padding-top: var(--_spacing---15);
  padding-bottom: var(--_spacing---15);
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.container.footer--container {
  padding-top: var(--_spacing---0);
  padding-bottom: var(--_spacing---15);
}

.container.small {
  padding-top: var(--_spacing---0);
  padding-bottom: var(--_spacing---0);
}

.styleguide--content {
  grid-column-gap: var(--_spacing---15);
  grid-row-gap: var(--_spacing---15);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.p-sm {
  font-size: var(--_font-sizes---p-sm-14px);
}

.p-lg {
  font-size: var(--_font-sizes---p-lg-18px);
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.tagline {
  margin-bottom: var(--_spacing---15);
  font-family: var(--_font---tagline);
  font-size: var(--_font-sizes---tagline-16px);
  font-weight: 600;
  line-height: 1.1;
}

.xtra-bold {
  font-weight: 800;
}

.xtra-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.button {
  padding: var(--_spacing---7-5) var(--_spacing---30);
  border: 1px solid var(--blue-main);
  background-color: var(--blue-main);
  color: var(--white);
  border-radius: 4px;
  flex: none;
  width: auto;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  border-color: var(--blue-dark);
  background-color: var(--blue-dark);
}

.button:active {
  border-color: var(--blue-main);
  background-color: var(--blue-main);
  box-shadow: inset 0 2px 5px #0003;
}

.button.is--clear {
  border-color: var(--white);
  background-color: var(--transparent);
  color: var(--black);
}

.button.is--clear:hover {
  border-color: var(--blue-light);
}

.button.is--clear:active {
  border-color: var(--blue-main);
}

.h1 {
  font-family: var(--_font---h1);
  font-size: var(--_font-sizes---h1-56px);
  font-weight: 700;
  line-height: 1.1;
}

.h2 {
  font-family: var(--_font---h2);
  font-size: var(--_font-sizes---h2-48px);
  font-weight: 700;
  line-height: 1.1;
}

.h3 {
  font-family: var(--_font---h3);
  font-size: var(--_font-sizes---h3-40px);
  font-weight: 700;
  line-height: 1.1;
}

.h4 {
  font-family: var(--_font---h4);
  font-size: var(--_font-sizes---h4-32px);
  font-weight: 700;
  line-height: 1.1;
}

.h5 {
  font-family: var(--_font---h5);
  font-size: var(--_font-sizes---h5-24px);
  font-weight: 700;
  line-height: 1.1;
}

.h6 {
  font-family: var(--_font---h6);
  font-size: var(--_font-sizes---h6-20px);
  font-weight: 700;
  line-height: 1.1;
}

.nav-link {
  padding: var(--_spacing---15);
  color: var(--white);
}

.nav-link.w--current {
  color: var(--blue-light);
}

.nav--button__wrapper {
  grid-column-gap: var(--_spacing---30);
  grid-row-gap: var(--_spacing---30);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: var(--_spacing---7-5);
  grid-row-gap: var(--_spacing---7-5);
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.section--hero {
  width: 100%;
  height: 100svh;
}

.hero__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.is--clear {
  color: var(--white);
}

.block {
  aspect-ratio: 1;
  flex: none;
  width: 25%;
}

.flexbox {
  grid-column-gap: var(--_spacing---60);
  grid-row-gap: var(--_spacing---60);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flexbox.vertical {
  flex-flow: column;
  align-items: flex-start;
}

.flexbox.vertical.gap--15px {
  grid-column-gap: var(--_spacing---15);
  grid-row-gap: var(--_spacing---15);
}

.flexbox.vertical.gap--30px {
  grid-column-gap: var(--_spacing---30);
  grid-row-gap: var(--_spacing---30);
}

.flexbox.vertical.gap--30px._50 {
  width: 50%;
}

.flexbox.bottom {
  justify-content: flex-end;
  align-items: flex-end;
}

.flexbox.center {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.nav--bg {
  background-color: #cbabd7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.embed {
  display: none;
}

.section--footer {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

._50 {
  text-align: left;
}

.section--more {
  margin-top: var(--_spacing---0);
}

.global__embed {
  display: none;
}

.card__wrapper {
  grid-column-gap: var(--_spacing---15);
  grid-row-gap: var(--_spacing---15);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 200px;
  display: flex;
}

.image-4 {
  border-radius: var(--_spacing---7-5) var(--_spacing---7-5) var(--_spacing---0) var(--_spacing---0);
  object-fit: contain;
  object-position: 50% 13%;
  width: auto;
  height: 50%;
  overflow: hidden;
}

.card-line {
  grid-column-gap: var(--_spacing---60);
  grid-row-gap: var(--_spacing---60);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.heading {
  margin-top: var(--_spacing---15);
}

.center {
  text-align: center;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 4.86em;
  height: 4.86em;
}

.text-span {
  font-weight: 300;
}

.heading-2 {
  color: var(--blue-dark);
}

.hero--bg {
  z-index: -1;
  filter: brightness(90%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button--close__wrapper {
  border: 1px solid var(--blue-light);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.pop-up__wrapper {
  z-index: 9999999;
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  background-color: #f3f1e9;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: stretch stretch;
  width: 70vw;
  height: 80vh;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up--content {
  grid-column-gap: .938em;
  grid-row-gap: .938em;
  flex-flow: column;
  width: 80%;
  margin-top: 1.875em;
  display: flex;
}

.pop-up__section {
  width: 100%;
  height: 100%;
  position: relative;
}

.pop-up--animation {
  display: none;
}

.text--xxl {
  text-transform: uppercase;
  font-size: 3.13em;
  line-height: 1.1;
}

.text--xxl.no--cap {
  text-transform: none;
}

.container-2 {
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 7.5em;
}

.container-2.partner--pop-up--container {
  width: 100%;
  height: 100%;
  padding: 0 3.75em;
  display: flex;
  position: relative;
}

.all-pop-up__wrapper {
  z-index: 1850;
  width: 100vw;
}

.cross {
  z-index: 1;
  background-image: url('../images/cross--dark.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
}

.cross.is--dark {
  opacity: 1;
}

.button--close {
  cursor: pointer;
  position: relative;
}

.button--close.is--light {
  z-index: 800;
  border-radius: 500px;
}

.pop-up--content__wrapper {
  padding-top: var(--_spacing---60);
  padding-bottom: var(--_spacing---60);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: auto;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section--hero--contact {
  width: 100%;
  height: 50svh;
}

.div-block-5 {
  margin-top: var(--_spacing---15);
}

.link-block {
  padding: var(--_spacing---7-5);
}

.texture__wrapper {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.texture {
  opacity: .4;
  background-image: url('../images/Texture-03-Scuffer-A4-1.png');
  background-position: 50%;
  background-size: 150px 150px;
  width: 100%;
  height: 100%;
}

.hero__content {
  padding-bottom: var(--_spacing---0);
  grid-column-gap: var(--_spacing---15);
  grid-row-gap: var(--_spacing---15);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 1.42em;
  display: flex;
}

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

  .brand {
    margin-right: auto;
  }

  .container {
    padding: var(--_spacing---60) var(--_spacing---15);
    max-width: none;
  }

  .nav-link {
    color: var(--blue-main);
    font-size: var(--_font-sizes---h6-20px);
    text-align: center;
  }

  .nav-menu {
    padding: var(--_spacing---30);
    color: var(--blue-dark);
    background-color: #cbabd7;
  }

  .icon-2 {
    color: var(--blue-main);
  }

  .image-4 {
    height: 30%;
  }

  .pop-up__wrapper {
    height: 50vh;
  }

  .container-2 {
    width: 100%;
    max-width: none;
    padding: 3.75em 1.875em;
    position: relative;
  }

  .container-2.partner--pop-up--container {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }

  .pop-up--content__wrapper {
    width: 100%;
  }

  .menu-button {
    background-color: var(--transparent);
  }

  .menu-button.w--open {
    background-color: #cbabd7;
  }

  .hero__content {
    padding-bottom: var(--_spacing---60);
  }
}

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

  .section--hero {
    height: 60svh;
  }

  .hero__wrapper {
    position: relative;
  }

  .block.hidden {
    display: block;
  }

  .flexbox {
    flex-flow: row;
  }

  .flexbox.vertical.gap--30px._50 {
    width: 80%;
  }

  .section--footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  ._50 {
    width: 80%;
  }

  .card__wrapper {
    max-width: 49%;
    height: auto;
    max-height: 40vh;
  }

  .image-4 {
    height: 20%;
  }

  .card-line {
    grid-column-gap: var(--_spacing---15);
    grid-row-gap: var(--_spacing---15);
    flex-flow: wrap;
  }

  .pop-up__wrapper {
    background-color: #e9e5d7;
    width: 90vw;
    height: 60vh;
  }

  .container-2 {
    padding: 7.5em .938em;
  }

  .container-2.partner--pop-up--container {
    padding-left: .938em;
    padding-right: .938em;
  }

  .pop-up--content__wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 3.75em;
    padding-bottom: 7.5em;
  }

  .section--hero--contact {
    height: 60svh;
  }

  .hero__content {
    width: 80%;
  }
}

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

  h1 {
    font-size: var(--_font-sizes---h3-40px);
  }

  h2 {
    font-size: var(--_font-sizes---h4-32px);
  }

  h3 {
    font-size: var(--_font-sizes---h5-24px);
  }

  h4 {
    font-size: var(--_font-sizes---h6-20px);
  }

  h5 {
    font-size: var(--_font-sizes---link-16px);
  }

  h6 {
    font-size: var(--_font-sizes---p-sm-14px);
  }

  p {
    font-size: .83em;
  }

  .container {
    padding-right: var(--_spacing---15);
    padding-left: var(--_spacing---15);
    position: relative;
  }

  .hero__wrapper {
    position: relative;
  }

  .block {
    width: 100%;
  }

  .block.hidden {
    display: none;
  }

  .flexbox {
    flex-flow: row-reverse wrap-reverse;
  }

  .flexbox.vertical.gap--30px._50 {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._50 {
    width: 100%;
  }

  .card__wrapper {
    max-width: 100%;
  }

  .image-4 {
    max-height: 100px;
  }

  .card-line {
    grid-column-gap: var(--_spacing---60);
    grid-row-gap: var(--_spacing---60);
    justify-content: center;
    align-items: center;
  }

  .center {
    text-align: left;
  }

  .pop-up__wrapper {
    width: 100vw;
    height: 100vh;
  }

  .hero__content {
    width: 100%;
  }
}


