:root {
  --primary: #8c54ed;
  --plum: #c29ff8;
  --text: #3d3375;
  --light-plum: #aba2df;
}

a {
  color: #fff;
  text-decoration: underline;
}

.navbar-logo-left {
  padding-left: 0;
  padding-right: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 20px 0;
  top: 25px;
}

.container {
  width: 100%;
  max-width: 120018px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-two {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Beatrice, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .73);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  background-color: var(--primary);
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 9px;
  padding: 12px 32px;
  font-family: Beatrice, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  position: static;
}

.button-primary:hover {
  color: #fff;
  background-color: #663ab1;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.submit-form {
  margin-top: 0;
  margin-left: 10px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-primary.full-width {
  width: 100%;
  text-align: center;
  display: block;
}

.body {
  color: #fff;
  font-family: Beatrice, sans-serif;
  overflow: auto;
}

.image {
  position: static;
  top: 0;
}

.heading {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 7px;
  font-family: Beatrice Headline, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 68px;
}

.text-span {
  color: var(--plum);
}

.container-2 {
  max-width: 1200px;
  padding-top: 100px;
  overflow: visible;
}

.div-block {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 15px;
}

.button-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 9px;
  padding: 12px 32px;
  font-family: Beatrice, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  transition: all .2s;
}

.button-link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.button-link:active {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.button-outline-white {
  color: #ffeded;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffeded;
  border-radius: 9px;
  padding: 12px 32px;
  font-family: Beatrice, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-outline-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.button-outline-white:active {
  background-color: rgba(0, 0, 0, 0);
}

.button-outline-white:focus {
  text-decoration: underline;
}

.button-outline-white:focus-visible {
  text-decoration: underline;
}

.button-outline-white[data-wf-focus-visible] {
  text-decoration: underline;
}

.section {
  border: 0 solid #000;
  margin-bottom: 111px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.modal-wrapper {
  z-index: 8000;
  height: 100%;
  object-fit: fill;
  background-color: rgba(22, 21, 25, .65);
  padding-top: 80px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.div-block-2 {
  z-index: 9999;
  max-width: 600px;
  min-height: 300px;
  text-align: left;
  background-color: #fff;
  border-radius: 13px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 27px 1px;
  font-family: Beatrice, sans-serif;
  display: block;
  position: relative;
  top: 0;
}

.container-3 {
  z-index: 9998;
  text-align: center;
  position: relative;
}

.section-2 {
  z-index: 9000;
  text-align: center;
  position: relative;
}

.heading-2 {
  color: var(--text);
  text-align: left;
  margin-top: 16px;
  font-family: Beatrice Headline, sans-serif;
  font-weight: 500;
}

.field-label {
  text-align: left;
  font-weight: 400;
}

.field-label-2, .field-label-3, .field-label-4 {
  font-weight: 400;
}

.contact-text-field {
  border-radius: 8px;
  margin-bottom: 20px;
}

.div-block-3 {
  text-align: right;
  margin-top: 29px;
  display: block;
}

.text-block {
  color: #c0baba;
  text-align: right;
  object-fit: fill;
  font-family: Beatrice Headline, sans-serif;
  font-size: 30px;
  font-weight: 300;
  position: static;
  top: -33px;
  right: 0;
}

.div-block-4 {
  display: block;
  position: relative;
  top: 1px;
  bottom: auto;
  left: auto;
  right: 0;
}

.select-field {
  border-radius: 8px;
}

.div-block-5 {
  margin-left: 32px;
  margin-right: 32px;
  overflow: hidden;
}

.div-block-6 {
  display: block;
}

.image-2 {
  float: right;
  cursor: pointer;
}

.paragraph {
  color: #fff;
  margin-bottom: 74px;
  padding-right: 85px;
  font-family: Beatrice, sans-serif;
  font-weight: 300;
}

.div-block-7 {
  text-align: center;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field {
  height: 44px;
  border: 1px solid var(--light-plum);
  color: #3a3941;
  background-color: #fff;
  border-radius: 9px;
  margin-bottom: 0;
  padding-top: 8px;
  overflow: visible;
}

.text-field:focus {
  color: var(--text);
  background-color: #fff;
  border-width: 2px;
}

.field-label-5 {
  color: #fff;
}

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

.text-block-2 {
  color: #fff;
  font-family: Beatrice, sans-serif;
  font-size: 12px;
}

.text-span-2 {
  color: #cbacff;
}

.list {
  color: #fff;
  padding-left: 0;
  font-family: Beatrice, sans-serif;
  list-style-type: none;
}

.paragraph-2 {
  color: #aa98c9;
  margin-bottom: 20px;
  font-family: Beatrice, sans-serif;
  font-size: 16px;
}

.columns {
  max-width: 100%;
  margin-bottom: 61px;
  font-size: 16px;
  line-height: 33px;
  overflow: auto;
}

.footer {
  border: 0 #000;
  border-top: 1.5px solid rgba(255, 255, 255, .35);
  padding-top: 95px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.image-3 {
  max-width: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: 47px;
  font-weight: 300;
  overflow: visible;
}

.text-block-3 {
  margin-bottom: 13px;
  font-size: 12px;
  font-weight: 300;
}

.div-block-8 {
  width: auto;
  height: 35px;
  max-width: none;
  min-width: 10px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: scale-down;
  background-color: rgba(255, 249, 242, .2);
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 33px;
  display: inline-block;
}

.text-block-4 {
  color: #efefef;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 100;
  line-height: 10px;
  display: flex;
  position: relative;
}

.image-4 {
  align-self: center;
  margin-left: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
}

.div-block-9 {
  height: 100%;
  align-items: center;
  margin-top: 0;
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 0;
  display: flex;
}

.form, .text-block-5 {
  color: var(--text);
}

.text-block-6 {
  color: var(--text);
  font-size: 12px;
}

.div-block-10 {
  margin-bottom: 29px;
}

.columns-2 {
  height: 25px;
}

.div-block-11 {
  height: 100%;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  object-fit: contain;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-5 {
  max-height: 100%;
  object-fit: fill;
  flex: 0 auto;
  display: block;
}

.div-block-12 {
  height: 30px;
}

.image-6 {
  max-height: 100%;
  display: block;
}

.link-block {
  width: 36px;
  height: 100%;
  max-height: 400%;
  flex: 0 auto;
  align-self: flex-start;
  padding-top: 0;
  display: block;
}

.column {
  font-weight: 300;
}

.column-2 {
  font-weight: 300;
  overflow: auto;
}

.image-7 {
  height: 45px;
  max-height: 45px;
}

.link-footer {
  font-style: normal;
  text-decoration: none;
}

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

.list-item {
  margin-bottom: 4px;
}

.div-block-13 {
  z-index: 9000;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-14 {
  width: 100%;
  height: 100%;
  background-color: #df2020;
  position: absolute;
}

.body-wrapper {
  background-image: url('../images/Rectangle-4629.png');
  background-size: cover;
  overflow: auto;
}

.columns-3 {
  margin-left: 50px;
  padding-bottom: 0;
  font-size: 12px;
  overflow: visible;
}

.div-block-16 {
  display: none;
}

.text-span-3 {
  padding-left: 0;
  padding-right: 5px;
}

.column-6 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  overflow: hidden;
}

.form-block-2 {
  color: #f5f5f5;
  background-color: rgba(0, 0, 0, 0);
}

.waitlist-form {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.success-message {
  background-color: var(--primary);
  border-radius: 12px;
}

.error-message {
  background-color: #bd3838;
  border-radius: 5px;
}

.text-block-7, .text-block-8 {
  font-size: 11px;
}

.text-block-9 {
  color: var(--text);
  font-size: 16px;
}

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

.text-block-10 {
  color: #741d1d;
}

.error-message-2 {
  border-radius: 5px;
}

html.w-mod-js [data-ix="toggle-modal-display"] {
  opacity: 0;
  display: none;
  transform: scale(1.12);
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .navbar-brand {
    display: block;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 0;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary.submit-form.full-width {
    margin-top: 10px;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .body {
    height: auto;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .heading {
    text-align: center;
    font-size: 56px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    max-width: 810px;
    background-image: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
    position: static;
    left: -50%;
    right: 50%;
  }

  .paragraph {
    margin-bottom: 43px;
    padding-left: 52px;
    padding-right: 52px;
  }

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

  .image-3 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0);
  }

  .text-block-3 {
    text-align: center;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-8 {
    display: inline-block;
  }

  .image-7 {
    width: auto;
    height: auto;
    max-height: 45px;
    max-width: 100%;
  }

  .div-block-15 {
    display: none;
    overflow: visible;
  }

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

  .columns-4 {
    padding-left: 120px;
  }

  .form-block {
    max-width: 350px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: inline-block;
  }

  .div-block-16 {
    text-align: center;
    display: inline-block;
  }

  .div-block-17 {
    max-width: 400px;
    display: inline-block;
  }

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

  .div-block-18 {
    flex: 0 auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .column-6 {
    display: flex;
  }

  .form-2 {
    background-color: var(--primary);
  }

  .form-3, .form-4, .form-5, .form-6 {
    background-color: var(--text);
  }

  .form-7 {
    background-color: #ddd;
  }

  .form-8 {
    background-color: var(--text);
  }

  .form-9, .form-10, .form-11, .form-12, .form-13 {
    background-color: green;
  }

  .form-14 {
    background-color: var(--primary);
  }

  .form-15 {
    background-color: #463636;
  }

  .form-16 {
    background-color: #503e3e;
  }

  .form-17 {
    background-color: #754949;
  }

  .form-18 {
    background-color: #7c3434;
  }

  .form-19, .form-20 {
    background-color: #7a2a2a;
  }

  .form-21, .form-22, .form-23, .form-24, .form-25 {
    background-color: #c04242;
  }

  .form-26 {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .body {
    background-image: none;
  }

  .heading {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 50px;
    line-height: 51px;
  }

  .container-2 {
    padding-top: 53px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-wrapper {
    margin-left: 20px;
    padding-top: 6px;
    padding-right: 20px;
    display: none;
    position: fixed;
  }

  .div-block-2 {
    overflow: scroll;
  }

  .div-block-5 {
    margin-left: 32px;
    margin-right: 32px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    margin-top: 27px;
    padding-left: 0;
  }

  .body-wrapper {
    background-image: url('../images/mobile_bg.png');
  }

  .column-5 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    align-items: center;
  }

  .nav-menu-wrapper {
    align-items: center;
    display: flex;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
  }

  .body {
    background-color: #05071c;
    font-family: Beatrice, sans-serif;
  }

  .image {
    width: auto;
    height: auto;
    max-width: 94px;
  }

  .heading {
    font-size: 37px;
    line-height: 40px;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-outline-white {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 13px;
    display: flex;
  }

  .section {
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    overflow: scroll;
  }

  .div-block-2 {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: scroll;
  }

  .heading-2 {
    font-size: 30px;
  }

  .field-label {
    margin-bottom: 0;
    font-size: 12px;
  }

  .contact-text-field {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .div-block-5 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph {
    margin-bottom: 46px;
    padding-left: 13px;
    padding-right: 14px;
  }

  .text-block-2 {
    font-size: 10px;
    line-height: 18px;
    position: static;
  }

  .paragraph-2 {
    font-size: 13px;
  }

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

  .image-3 {
    max-width: 100%;
    margin-left: auto;
  }

  .text-block-3 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 11px;
  }

  .div-block-8 {
    height: 35px;
    min-width: 10px;
    float: none;
    border-radius: 9px;
    margin-bottom: 17px;
    display: inline-block;
    position: relative;
  }

  .text-block-4 {
    padding-top: 1px;
    font-size: 11px;
  }

  .image-4 {
    max-height: 18px;
    margin-left: 7px;
  }

  .div-block-9 {
    margin-left: 13px;
    margin-right: 13px;
    font-size: 12px;
    line-height: 12px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: auto;
    height: 32px;
    max-height: none;
    max-width: none;
  }

  .column-3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-3, .column-4 {
    display: none;
  }

  .div-block-18 {
    display: block;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-4 {
    display: none;
  }
}

#w-node-_4a3b4b69-42ce-52ff-2e46-852db9496547-86dde52f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-LightItalic.eot') format('embedded-opentype'), url('../fonts/Beatrice-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Beatrice-ExtraboldItalic.eot') format('embedded-opentype'), url('../fonts/Beatrice-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Beatrice-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-Bold.eot') format('embedded-opentype'), url('../fonts/Beatrice-Extrabold.eot') format('embedded-opentype'), url('../fonts/Beatrice-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-RegularItalic.eot') format('embedded-opentype'), url('../fonts/Beatrice-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-Regular.eot') format('embedded-opentype'), url('../fonts/Beatrice-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-Thin.eot') format('embedded-opentype'), url('../fonts/Beatrice-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-Semibold.eot') format('embedded-opentype'), url('../fonts/Beatrice-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-ThinItalic.eot') format('embedded-opentype'), url('../fonts/Beatrice-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-Medium.eot') format('embedded-opentype'), url('../fonts/Beatrice-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/Beatrice-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-Light.eot') format('embedded-opentype'), url('../fonts/Beatrice-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline Swash';
  src: url('../fonts/BeatriceHeadline-BoldSwash.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline Swash';
  src: url('../fonts/BeatriceHeadline-LightSwash.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-ExtraboldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline Swash';
  src: url('../fonts/BeatriceHeadline-SemiboldSwash.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline Swash';
  src: url('../fonts/BeatriceHeadline-ThinSwash.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline Swash';
  src: url('../fonts/BeatriceHeadline-RegularSwash.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline Swash';
  src: url('../fonts/BeatriceHeadline-ExtraboldSwash.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline Swash';
  src: url('../fonts/BeatriceHeadline-MediumSwash.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice Headline';
  src: url('../fonts/BeatriceHeadline-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/Beatrice-ExtraboldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}