:root {
  --base-color-neutral--white: #fff;
  --primary: #773a89;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --secondary: #ac6dbe;
  --background-color--background-alternate: var(--base-color-neutral--white);
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --text-color--text-primary: var(--base-color-neutral--black);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --red: #f22;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: New Spirit, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: New Spirit, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: New Spirit, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--base-color-neutral--white);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.hide-mobile-landscape {
  position: relative;
  top: 25px;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-color-primary.is--h3 {
  font-size: 1.5rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  align-self: flex-end;
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--primary);
  color: var(--text-color--text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--primary);
  font-size: 2.7rem;
}

.text-color-primary.max-width-xlarge {
  max-width: 65%;
  font-weight: 500;
}

.text-color-primary.max-width-xlarge.is--btm {
  max-width: 55%;
  font-size: 2.5rem;
}

.text-color-primary.max-width-xlarge.is--btm.is--omnes {
  font-family: Omnes, sans-serif;
  font-weight: 600;
}

.text-color-primary.max-width-xlarge.is--white {
  color: var(--text-color--text-alternate);
  max-width: 55%;
  font-size: 2.5rem;
}

.text-color-primary.max-width-xxlarge {
  max-width: 80%;
}

.text-color-primary.max-width-large {
  font-size: 2.7rem;
}

.text-color-primary.is--h1, .text-color-primary.is--h2 {
  font-size: 3.5rem;
}

.text-color-primary.is--h2.max-width-large {
  font-weight: 600;
}

.text-color-primary.heading-style-h3 {
  font-size: 1.5rem;
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

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

.text-weight-medium.is--white {
  color: var(--base-color-neutral--white);
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  color: var(--secondary);
  font-size: 1rem;
}

.text-size-regular.text-color-primary {
  color: var(--primary);
}

.text-size-regular.text-color-primary.text-weight-medium {
  margin-top: .5rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 40%;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 50%;
}

.max-width-large.is--sticky {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 60%;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-secondary {
  background-color: var(--background-color--background-alternate);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: var(--text-color--text-secondary);
}

.form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.is--white {
  color: var(--text-color--text-alternate);
}

.text-size-large.is--white.max-width-medium {
  max-width: 60%;
}

.text-size-large.max-width-large.text-color-primary {
  max-width: 45%;
  font-size: 1.5rem;
  line-height: 1.3;
}

.text-size-large.text-color-primary.text-weight-semibold {
  width: 85%;
  line-height: 1.3;
}

.text-size-large.is--big {
  color: var(--primary);
  font-weight: 500;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, rgba(221, 35, 187, .25), rgba(0, 0, 0, 0) 40%), radial-gradient(circle at 0 100%, rgba(45, 98, 255, .3), rgba(0, 0, 0, 0) 60%);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is--nav {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: .5rem;
  font-family: Omnes, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.container-large.is--small {
  max-width: 1000px;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.text-align-center.is--center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-align-center.is--center.is--chat {
  justify-content: flex-start;
  align-items: center;
}

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

.text-align-center.is--flex {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 5rem;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  color: var(--primary);
  text-align: center;
  background-image: url('../images/Button-border.svg');
  background-position: 50%;
  background-size: cover;
  border: 2px #773a89;
  border-radius: .6rem;
  width: 163px;
  height: 49px;
  margin-top: .25rem;
  padding: .85rem 1.5rem .6rem;
  font-family: Omnes, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.button:hover {
  color: var(--link-color--link-alternate);
  background-image: url('../images/Filler-button-Border.svg');
  background-position: 50%;
  background-size: cover;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is--cta_primary {
  color: var(--link-color--link-alternate);
  letter-spacing: .5px;
  background-image: url('../images/Filler-button-Border.svg'), url('../images/Button-border.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 200px;
  height: 58px;
  padding-top: 1.125rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.button.is--cta_primary:hover {
  color: var(--link-color--link-alternate);
  letter-spacing: 2px;
  background-image: url('../images/Filler-button-Border.svg');
  background-position: 50%;
  background-size: cover;
}

.button.is--cta_secondary {
  background-image: url('../images/secondary-button--bg.svg');
  background-position: 50%;
  background-size: cover;
  width: 220px;
  height: 50px;
}

.button.is--cta_secondary:hover {
  color: var(--primary);
  letter-spacing: 2px;
  background-image: url('../images/secondary-button--bg.svg');
  background-position: 50%;
  background-size: cover;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.is--inline {
  display: inline-block;
}

.text-size-medium.is--inline.text-color-primary {
  font-weight: 500;
}

.text-size-medium.max-width-xxlarge {
  max-width: 75%;
}

.text-size-medium.max-width-xxlarge.text-color-primary {
  font-weight: 500;
  line-height: 1.35;
}

.text-size-medium.max-width-small {
  max-width: 25%;
}

.text-size-medium.max-width-small.text-color-primary {
  max-width: 30%;
}

.text-size-medium.max-width-small.text-color-primary.text-weight-medium {
  max-width: 35%;
}

.text-size-medium.max-width-small.c_mob-wrap {
  color: var(--primary);
  max-width: 30%;
  font-weight: 500;
}

.text-size-medium.max-width-large.text-color-primary {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.navbar {
  z-index: 111;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .8);
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.is--2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(255, 255, 255, 0);
}

.brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section.is-privacy {
  min-height: auto;
  display: block;
}

.card {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .3);
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: absolute;
}

.circle {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle.purple {
  filter: blur(40px);
  background-color: #fef8f6;
  height: 80vh;
  top: -25%;
  bottom: auto;
  left: -25%;
  right: auto;
}

.circle.red {
  z-index: 1;
  background-color: #fdecd4;
  height: 80vh;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -25%;
}

.circle.orange {
  background-color: #f1e3fd;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -25%;
}

.circle.yellow {
  background-color: #f6e2f1;
  top: auto;
  bottom: -25%;
  left: -25%;
  right: auto;
}

.circle.purple {
  filter: blur(40px);
  background-color: #fef8f6;
  top: -25%;
  bottom: auto;
  left: -25%;
  right: auto;
}

.circle.red {
  z-index: 1;
  background-color: #fdecd4;
  width: 80vw;
  height: 75vh;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -25%;
}

.div-block {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c_footer {
  z-index: 1111;
  padding-top: .5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c_float-right {
  float: right;
}

.c_float-right.is--margin-right {
  margin-right: 3%;
}

.text-block {
  line-height: 1.2;
}

.c_body {
  font-family: Omnes, sans-serif;
}

.c_float-left {
  float: left;
  margin-left: 3%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c_qr-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.c_qr-code {
  width: 66px;
}

.c_login {
  color: var(--primary);
  margin-top: 5px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: underline;
}

.c_login.is--left {
  margin-left: 2rem;
}

.c_login.is--big {
  color: var(--text-color--text-alternate);
  margin-left: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.div-block-11 {
  z-index: 111111;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .6);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f7f7f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 700px;
  height: 400px;
  min-height: 400px;
  padding: 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 17px rgba(0, 0, 0, .2);
}

.download-popup_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-13.is--center-border {
  border-left: 1px solid #000;
  padding-left: 20px;
}

.c_close-button {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .35s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c_close-button:hover {
  transform: rotate(180deg);
}

.nav-menu {
  order: 1;
}

.div-block-15 {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0 6px 0 0;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 35px;
  display: flex;
}

.div-block-16 {
  background-color: #fff;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -13px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-17 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c_footer-link {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.c_footer-link:hover {
  font-weight: 600;
  text-decoration: underline;
}

.c_flex-wide {
  justify-content: space-between;
}

.c_flex-wide.is--bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.c_flex-wide.is--bottom.is--spacer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5rem;
}

.c_flex-wide.is--center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5rem;
}

.c_flex-wide.is--wider {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.c_flex-wide.is--wider.is--left-align {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.c_flex-wide.is--about {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-block {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 35px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 5%;
  right: auto;
}

.link-block:hover {
  transform: scale(1.15);
}

.c_feature-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.c_feature-wrap.is--list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 0;
}

.lottie-animation {
  width: 55px;
}

.c_section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.c_section.is--banner {
  z-index: 1;
  padding-top: 7rem;
  position: relative;
  overflow: visible;
}

.c_section.is--ix {
  z-index: 5;
  background-color: var(--background-color--background-alternate);
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.c_section.is--hz {
  padding-top: 8rem;
  padding-bottom: 2rem;
  position: relative;
}

.c_section.is--hz.svg-container {
  background-color: var(--base-color-neutral--white);
  padding-top: 8rem;
  padding-bottom: 6.5rem;
}

.c_section.is--bg_img {
  background-image: url('../images/phone-mockup_1.webp');
  background-position: 100% 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 650px;
  padding-top: 8rem;
  display: flex;
  position: relative;
}

.c_section.is--colored {
  z-index: 6;
  background-color: var(--primary);
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.c_section.svg-container {
  background-color: #fffaf3;
  padding-top: 4rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: visible;
}

.c_section.is--colored_2 {
  z-index: 6;
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
}

.c_section.is--relative {
  height: 180vh;
  padding-bottom: 10rem;
  position: relative;
  overflow: visible;
}

.c_section.svg-container-2 {
  background-color: #fffaf3;
  padding-top: 4rem;
  padding-bottom: 6rem;
  position: relative;
}

.c_section.is--about {
  z-index: 5;
  padding-top: 8rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c_section.is-ix_sticky {
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: visible;
}

.c_master-container {
  flex: 1;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c_master-container.is--sticky-wrap {
  max-width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.c_master-container.is--relative, .c_master-container.is--900px {
  z-index: 5;
  position: relative;
}

.c_baby-font {
  color: var(--primary);
  margin-right: 1rem;
  font-family: Oooh Baby, sans-serif;
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
}

.c_baby-font.is--big {
  font-size: 2.5rem;
}

.c_banner-right {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c_shapes {
  z-index: 3;
  width: 100%;
  position: relative;
}

.c_shapes.is--btm {
  top: -2px;
}

.c_shapes.is--btm.is--rotate {
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(180deg);
}

.c_shapes.is--squad {
  z-index: 10;
  filter: brightness(200%);
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(180deg);
}

.c_shapes.is--top {
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c_shapes.is--abt {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c_banner-image {
  position: relative;
  top: 120px;
}

.c_bg-logo {
  z-index: -1;
  height: 716px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c_chat-box {
  position: absolute;
  top: 18%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.c_chat-box.is--right {
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.c_absolute-text {
  color: var(--primary);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.3;
  position: absolute;
  top: 20%;
  bottom: 15%;
  left: 10%;
  right: 10%;
}

.c_random-icons {
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: auto;
  right: 25%;
}

.c_random-icons.is--2 {
  top: auto;
  bottom: 25%;
  left: auto;
  right: 10%;
}

.c_random-icons.is--3 {
  top: auto;
  bottom: 25%;
  left: 20%;
  right: auto;
}

.c_random-icons.is--4 {
  top: auto;
  bottom: 25%;
  left: 5%;
  right: auto;
}

.c_random-icons.is--5 {
  top: 25%;
  bottom: auto;
  left: auto;
  right: 35%;
}

.c_random-icons.is--6 {
  top: auto;
  bottom: 10%;
  left: auto;
  right: 5%;
}

.c_circle {
  width: 100%;
}

.c_circle-elements {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.div-block-18 {
  position: relative;
}

.div-block-18.is--about {
  height: 700px;
}

.c_circle-d1 {
  display: inline-flex;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.c_circle-d2 {
  display: inline-flex;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 45%;
  right: auto;
}

.c_circle-d2.is--1 {
  top: -15%;
}

.c_circle-d3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.c_circle-d3.is--top {
  top: 15%;
}

.c_circle-d4 {
  display: inline-flex;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.c_circle-d4.is--right {
  left: 0%;
}

.c_chatbox-circle {
  position: relative;
  top: -3rem;
  right: -1.5rem;
}

.c_chatbox-circle.is--btm {
  top: 4rem;
  right: 1rem;
}

.c_circle-d5 {
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: -5%;
  right: auto;
}

.c_circle-d5.is--right {
  bottom: 25%;
  left: 10%;
}

.c_circle-d6 {
  display: inline-flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 30%;
  right: auto;
}

.c_circle-d6.is--right {
  left: 45%;
}

.c_circle-d7 {
  display: inline-flex;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 22%;
}

.c_circle-d7.is--right {
  bottom: 25%;
  right: 5%;
}

.div-block-19 {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-19.is--about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
}

.c_circle-thumb {
  width: 96px;
  height: 100%;
}

.c_shapes-absolute {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 0%;
  right: 0%;
}

.c_shapes-absolute.is--img {
  z-index: 1;
  bottom: -25px;
}

.div-block-20 {
  background-image: url('../images/Nikita.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
}

.c_ix-wrapper {
  background-color: var(--primary);
  position: relative;
}

.div-block-21 {
  background-image: none;
  background-size: auto;
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  width: 290px;
  height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  width: 289px;
  margin-left: 0;
}

.div-block-22 {
  z-index: 111;
  position: relative;
}

.div-block-22-copy {
  z-index: 111;
  position: relative;
  top: 3px;
}

.c_hz-gallery {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c_marquee-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 200%;
  display: flex;
}

.c_marquee {
  justify-content: space-between;
  width: 50%;
  margin-right: 2rem;
  display: flex;
}

.c_gallery-img {
  width: 90px;
  height: 90px;
}

.c_chats {
  width: 290px;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.c_images-wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff2e0);
  justify-content: space-between;
  align-items: flex-end;
  height: 80vh;
  padding: 4rem 5rem 0;
  display: flex;
  position: relative;
}

.c_images-wrapper.is--ix {
  background-image: linear-gradient(360deg, var(--background-color--background-alternate), #fedaa8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c_images-wrapper.is--ix.is--btm {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff9f0);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c_images-wrapper.is--ix_bg {
  background-image: linear-gradient(360deg, var(--background-color--background-alternate), #fedaa8);
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c_pregnant-womens {
  z-index: 2;
  position: relative;
  top: 25px;
}

.c_pregnant-womens.is--right {
  z-index: 2;
  top: 14px;
  transform: rotate(-1.75deg);
}

.c_pregnant-womens.is--left {
  top: 14px;
  transform: rotate(1.5deg);
}

.footer-dark {
  background-color: var(--primary);
  color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0 1rem;
  display: flex;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.footer-content.is--top {
  margin-top: 0;
  margin-bottom: 2rem;
}

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

.footer-block.is--hz {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer-block.text-align-center {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.footer-block.is--big {
  width: 85px;
}

.footer-block.is--bigger {
  width: 175px;
}

.footer-link {
  color: var(--base-color-neutral--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1.1rem;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-link.is--btm {
  font-size: .9rem;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 1.25rem;
}

.footer-copyright-center {
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  line-height: 16px;
}

.lottie-animation-2 {
  z-index: 5;
  mix-blend-mode: lighten;
  width: 100%;
  height: 900px;
  position: absolute;
  top: -50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-23 {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-24 {
  width: 125%;
  margin-left: 10%;
  display: flex;
}

.c_curved-box-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 360px;
  height: 240px;
  margin-right: 2rem;
  padding: 1.5rem 2rem 3rem;
  display: flex;
  position: relative;
}

.c_curved-box {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c_icons {
  z-index: 1;
  margin-bottom: .25rem;
  position: relative;
}

.c_curved-box-content {
  z-index: 2;
  position: relative;
}

.c_brand {
  text-decoration: none;
}

.c_footer-brand-tag {
  margin-top: 10px;
  font-size: 1.7rem;
  font-weight: 200;
}

.c_shadow {
  opacity: .1;
  filter: invert();
  position: relative;
  top: -35px;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.arrow {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid #fff;
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 3.1em;
  transition: all .2s;
  display: flex;
}

.arrow:hover {
  background-color: rgba(255, 255, 255, .55);
}

.arrow.is-right {
  color: var(--primary);
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  flex: 0 auto;
  width: 2em;
  height: 2.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 25%;
}

.arrow.is-right.is--hide {
  display: none;
}

.arrow.is-left {
  color: var(--primary);
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  flex: 0 auto;
  width: 2em;
  height: 2.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 25%;
  right: auto;
}

.arrow.is-left.is--hide {
  display: none;
}

.code-embed {
  z-index: 0;
  display: block;
  position: absolute;
  top: -100px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.code-embed.is--bg {
  z-index: 1;
  top: -45px;
}

.c_heart-line {
  position: absolute;
}

.c_heart-line.is--1 {
  z-index: 0;
  top: auto;
  bottom: 35%;
  left: 20%;
  right: auto;
}

.c_heart-line.is--2 {
  z-index: 0;
  top: auto;
  bottom: 40%;
  left: 20%;
  right: auto;
}

.c_heart-line.is--3 {
  z-index: 0;
  top: 17%;
  bottom: auto;
  left: auto;
  right: 18%;
}

.c_heart-line.is--4 {
  z-index: 0;
  top: 38%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.c_heart-line.is--5 {
  z-index: 0;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 20%;
}

.c_heart-line.is--6 {
  z-index: 0;
  top: auto;
  bottom: -30%;
  left: 10%;
  right: auto;
}

.c_heart-line.is--7 {
  z-index: 0;
  top: auto;
  bottom: -30%;
  left: auto;
  right: 10%;
}

.c_mother-img {
  z-index: 1;
  position: relative;
}

.slider-container {
  width: 100%;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-container.is--box {
  display: none;
}

.c_ui-img {
  object-fit: cover;
  border-radius: 12px;
  width: 320px;
  height: auto;
  margin-top: 220px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mask {
  position: static;
  overflow: visible;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 375px;
  height: 600px;
  position: static;
}

.div-block-25 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  height: 600px;
}

.slide-content-wrapper {
  background-color: rgba(225, 225, 225, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c_slider-content-2 {
  z-index: 11;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #773a89;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: absolute;
  top: -25px;
}

.slide-nav {
  top: 100px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-nav.is--box {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile-only {
  display: none;
}

.c_offer-box {
  margin-top: 4rem;
  margin-bottom: 10rem;
  padding-top: 4rem;
}

.c_offer-box_img {
  background-color: #fffaf3;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 470px;
  height: 450px;
  margin-top: 2rem;
  margin-left: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c_offer-image-1 {
  width: 470px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 4rem;
  }

  .max-width-large.is--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .text-size-medium.is--inline.text-color-primary, .text-size-medium.max-width-xxlarge.text-color-primary, .text-size-medium.max-width-small.text-color-primary {
    font-size: 1.25rem;
  }

  .c_flex-wide.is--about {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.5rem;
    display: flex;
  }

  .c_shapes.is--banner {
    top: 2px;
  }

  .c_offer-box {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 4.5rem;
    line-height: 1.3;
  }

  .container-large {
    max-width: 1400px;
  }

  .c_section.is--bg_img {
    height: 750px;
  }

  .c_banner-image {
    top: 150px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .text-color-primary.max-width-xlarge.is--btm {
    max-width: 90%;
  }

  .text-color-primary.max-width-xlarge.is--white {
    max-width: 100%;
  }

  .text-color-primary.is--h2.max-width-large {
    max-width: 60%;
    font-size: 2rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .text-weight-medium.is--white {
    font-size: 1.75rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.text-color-primary.text-weight-medium {
    font-size: .875rem;
  }

  .max-width-medium, .max-width-large {
    max-width: 100%;
  }

  .max-width-large.is--mob {
    max-width: 50%;
  }

  .max-width-xlarge {
    max-width: 100%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large.is--white.max-width-medium {
    max-width: 80%;
  }

  .text-size-large.max-width-large.text-color-primary {
    max-width: 70%;
  }

  .text-size-large.text-color-primary.text-weight-semibold {
    width: 100%;
    font-size: 1rem;
  }

  .container-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-align-center.is--flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .text-size-medium.max-width-small.text-color-primary {
    max-width: 70%;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .menu-button {
    order: 1;
  }

  .c_flex-wide.is--bottom {
    flex-flow: column;
  }

  .c_flex-wide.is--bottom.is--spacer {
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 0;
  }

  .c_flex-wide.is--center {
    margin-left: 0;
  }

  .c_section.is--hz {
    padding-top: 4rem;
  }

  .c_section.is--bg_img {
    background-position: 50% 0;
    background-size: cover;
    height: 500px;
    padding-top: 4rem;
  }

  .c_section.is--colored_2, .c_section.is--relative {
    padding-bottom: 2rem;
  }

  .c_master-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c_shapes.is--btm.is--rotate {
    top: -10px;
  }

  .c_shapes.is--top, .c_shapes.is--abt {
    top: -20px;
  }

  .c_circle-d3 {
    justify-content: flex-start;
    align-items: center;
  }

  .c_chatbox-circle {
    width: 200px;
  }

  .c_circle-thumb {
    width: 60px;
  }

  .c_marquee-wrap {
    width: 400%;
  }

  .c_images-wrapper.svg-container-3 {
    height: 60vh;
  }

  .c_pregnant-womens {
    width: 250px;
  }

  .c_pregnant-womens.is--right, .c_pregnant-womens.is--left {
    width: 200px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .lottie-animation-2 {
    height: 800px;
    top: 0%;
  }

  .div-block-23 {
    bottom: 0%;
  }

  .div-block-24 {
    width: 150%;
  }

  .c_curved-box-wrap {
    margin-right: 1rem;
    padding: 1rem 1rem 2rem 1.5rem;
  }

  .c_icons {
    width: 30px;
  }

  .arrow.is-right {
    right: 5%;
  }

  .arrow.is-left {
    left: 5%;
  }

  .c_heart-line.is--6 {
    width: 150px;
    left: 0%;
  }

  .c_heart-line.is--7 {
    width: 150px;
    right: 0%;
  }

  .image-3 {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-color-primary.max-width-xlarge.is--btm {
    max-width: 90%;
    font-size: 1.75rem;
  }

  .text-color-primary.is--h1 {
    width: 50%;
    font-size: 2.5rem;
  }

  .text-color-primary.is--h2.max-width-large {
    max-width: 75%;
    font-size: 1.75rem;
  }

  .text-color-primary.text-weight-semibold {
    font-size: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-medium {
    align-self: center;
  }

  .max-width-medium.is--centered {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-large.max-width-large.text-color-primary {
    max-width: 85%;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large.is--nav {
    margin-top: 0;
  }

  .button.is--cta_secondary {
    background-image: url('../images/secondary-button--bg.svg');
    background-position: 50%;
    background-size: cover;
  }

  .text-size-medium.max-width-xxlarge.text-color-primary {
    max-width: 100%;
  }

  .text-size-medium.max-width-small.text-color-primary {
    max-width: 90%;
  }

  .text-size-medium.max-width-small.c_mob-wrap {
    max-width: 80%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .navbar {
    padding-bottom: 0;
  }

  .brand {
    margin-top: 10px;
  }

  .section.is-privacy {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    width: auto;
    height: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .c_footer {
    display: flex;
  }

  .c_float-right.is--margin-right {
    display: none;
  }

  .c_float-left {
    margin-left: 0%;
  }

  .c_qr-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c_login {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .c_login.is--left {
    display: none;
  }

  .c_login.is--big {
    display: block;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .download-popup_wrap {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-13 {
    width: 100%;
  }

  .menu-button {
    border: 1px none var(--primary);
    color: #824c92;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .menu-button.w--open {
    z-index: 1;
    background-color: #fff;
  }

  .icon {
    color: #824c92;
  }

  .nav-menu {
    text-align: center;
    mix-blend-mode: soft-light;
    background-color: rgba(255, 255, 255, .97);
    border-bottom: 1px solid #d4d4d4;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 30px;
    display: flex;
    top: -10px;
  }

  .div-block-17 {
    height: 110px;
    display: none;
  }

  .c_flex-wide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .c_flex-wide.is--bottom {
    display: flex;
  }

  .c_flex-wide.is--bottom.is--spacer {
    flex-flow: row;
  }

  .c_flex-wide.is--center {
    display: flex;
  }

  .lottie-animation {
    width: 45px;
  }

  .c_section.is--banner {
    text-align: center;
  }

  .c_section.is--ix {
    padding-top: 4rem;
  }

  .c_section.is--bg_img {
    background-image: url('../images/Mobile-mockup-2_1.webp');
    background-position: 50%;
    background-size: cover;
    padding-top: 2rem;
  }

  .c_section.is--about {
    padding-top: 4rem;
  }

  .c_shapes.is--btm {
    top: -10px;
  }

  .c_bg-logo {
    height: auto;
  }

  .c_circle-d1 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .c_circle-d2 {
    display: none;
  }

  .c_circle-d3 {
    justify-content: flex-start;
    align-items: flex-end;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .c_circle-d4 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .c_chatbox-circle {
    width: 180px;
    top: 1rem;
  }

  .c_chatbox-circle.is--btm {
    width: 180px;
    top: 0;
  }

  .c_circle-d5 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .c_circle-d6, .c_circle-d7 {
    display: none;
  }

  .c_circle-thumb {
    width: 50px;
  }

  .c_shapes-absolute.is--img {
    display: none;
    overflow: visible;
  }

  .c_images-wrapper.svg-container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c_pregnant-womens {
    width: 200px;
    top: 0;
  }

  .c_pregnant-womens.is--right, .c_pregnant-womens.is--left {
    width: 100px;
    top: 0;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

  .c_heart-line.is--1, .c_heart-line.is--2 {
    left: 5%;
  }

  .c_heart-line.is--3 {
    width: 170px;
    top: 25%;
    right: 5%;
  }

  .c_heart-line.is--4 {
    width: 240px;
    top: 50%;
    right: 0%;
  }

  .c_heart-line.is--5 {
    right: 0%;
  }

  .c_mother-img {
    margin-top: 2rem;
  }

  .slider-container {
    overflow: visible;
  }

  .slider-container.is--box {
    z-index: 5;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slider.is--box, .slide.is--box {
    height: auto;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
  }

  .flex-block.is--cta {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    display: flex;
  }

  .image-4 {
    width: 180px;
  }

  .image-5 {
    margin-top: 10px;
  }
}

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

  h2 {
    font-size: 1.8rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-color-primary {
    font-size: 1.75rem;
  }

  .text-color-primary.max-width-xlarge.is--btm {
    max-width: 100%;
    font-size: 1.3rem;
  }

  .text-color-primary.max-width-xlarge.is--btm.is--omnes {
    font-size: 1.5rem;
  }

  .text-color-primary.max-width-xlarge.is--white {
    font-size: 2rem;
  }

  .text-color-primary.max-width-large {
    font-size: 1.75rem;
  }

  .text-color-primary.is--h1 {
    width: 90%;
    font-size: 2.4rem;
  }

  .text-color-primary.is--h2.max-width-large {
    max-width: 80%;
    font-size: 1.4rem;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-weight-medium.is--white {
    font-size: 1.25rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-large.is--mob {
    max-width: 60%;
  }

  .text-size-large.is--white.max-width-medium {
    max-width: 90%;
    font-size: 1rem;
  }

  .text-size-large.max-width-large.text-color-primary {
    max-width: 100%;
    font-size: 1.25rem;
  }

  .text-size-large.text-color-primary.text-weight-semibold {
    font-size: 1.25rem;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .container-large {
    padding: 0;
  }

  .text-align-center.is--flex {
    margin-top: .5rem;
  }

  .button.is--cta_secondary {
    background-image: url('../images/secondary-button--bg.svg');
    background-position: 50%;
    background-size: cover;
    border-style: none;
  }

  .button.is--cta_secondary:hover {
    letter-spacing: 1px;
    border-style: none;
  }

  .text-size-medium {
    font-size: 1.1rem;
  }

  .text-size-medium.is--inline.text-color-primary {
    font-weight: 500;
  }

  .text-size-medium.max-width-small.text-color-primary {
    max-width: 95%;
  }

  .text-size-medium.max-width-small.text-color-primary.text-weight-medium {
    max-width: 100%;
  }

  .text-size-medium.max-width-small.c_mob-wrap {
    max-width: 80%;
  }

  .spacer-huge {
    padding-top: 3rem;
  }

  .spacer-medium.is--mob, .spacer-small.is--mob, .brand {
    display: none;
  }

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

  .c_login.is--big {
    font-size: 1.25rem;
  }

  .div-block-12 {
    padding-right: 1rem;
  }

  .nav-menu {
    text-align: center;
    padding-top: 80px;
  }

  .c_footer-link {
    font-size: .85rem;
  }

  .c_flex-wide {
    grid-column-gap: 0px;
  }

  .c_flex-wide.is--bottom.is--spacer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    margin-top: 0;
  }

  .c_flex-wide.is--center {
    flex-flow: row;
    display: flex;
  }

  .c_flex-wide.is--wider {
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .c_flex-wide.is--wider.is--left-align {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .c_section.is--banner {
    padding-top: 4rem;
  }

  .c_section.is--ix {
    padding-top: 2rem;
  }

  .c_section.is--hz.is--layout-shift, .c_section.is--hz.svg-container {
    padding-bottom: 12rem;
  }

  .c_section.is--bg_img {
    background-position: 100% 0;
    padding-top: 2rem;
  }

  .c_section.is--colored {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .c_section.svg-container {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .c_section.is--colored_2 {
    padding-top: 4rem;
  }

  .c_section.svg-container-2 {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .c_section.is--about {
    padding-top: 2rem;
  }

  .c_master-container {
    margin-left: 0;
    margin-right: 0;
  }

  .c_baby-font {
    margin-right: .5rem;
    font-weight: 400;
  }

  .c_shapes.is--btm {
    overflow: visible;
  }

  .c_shapes.is--btm.is--rotate {
    display: none;
  }

  .c_shapes.is--btm.is--trial {
    min-width: 101%;
    display: none;
    left: -1%;
  }

  .c_shapes.is--btm.is--hide {
    display: none;
  }

  .c_shapes.is--top {
    top: -10px;
  }

  .c_shapes.is--banner {
    top: 2px;
  }

  .c_shapes.is--abt {
    top: -10px;
  }

  .c_banner-image {
    right: -1rem;
  }

  .c_chat-box {
    width: 162px;
    top: 50%;
    bottom: auto;
    left: -1.5rem;
    right: auto;
    transform: scale(.9);
  }

  .c_chat-box.is--right {
    width: 210px;
    top: 2rem;
    bottom: auto;
    left: auto;
    right: -1.5rem;
  }

  .c_absolute-text {
    top: 15%;
    left: 7%;
    right: 7%;
  }

  .c_random-icons {
    top: 0%;
  }

  .c_random-icons.is--2 {
    bottom: 50%;
    right: 5%;
  }

  .c_random-icons.is--3 {
    top: 15%;
    bottom: auto;
    left: 10%;
    right: auto;
  }

  .c_circle-d1 {
    justify-content: flex-end;
    align-items: center;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .c_circle-d2 {
    top: -10%;
  }

  .c_circle-d3 {
    justify-content: flex-end;
    align-items: center;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .c_circle-d4 {
    justify-content: flex-end;
    align-items: center;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .c_chatbox-circle {
    width: 160px;
    right: 0;
  }

  .c_chatbox-circle.is--btm {
    width: 160px;
  }

  .c_circle-d5 {
    justify-content: flex-end;
    align-items: center;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .c_circle-d6 {
    bottom: 3%;
    left: 30%;
  }

  .c_circle-d7 {
    justify-content: center;
    align-items: flex-end;
    top: auto;
    bottom: 0%;
    left: 5%;
    right: 0%;
  }

  .c_circle-thumb {
    width: 40px;
  }

  .c_shapes-absolute {
    overflow: visible;
  }

  .c_shapes-absolute.is--img {
    bottom: 0;
  }

  .c_shapes-absolute.is--hide {
    display: none;
  }

  .div-block-20 {
    width: 75px;
    height: 75px;
  }

  .c_marquee-wrap {
    width: 650%;
  }

  .c_gallery-img {
    width: 70px;
    height: 70px;
  }

  .c_images-wrapper.svg-container-3 {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .c_pregnant-womens {
    width: 150px;
    top: 0;
  }

  .c_pregnant-womens.is--right {
    width: 100px;
    top: 1px;
    transform: rotate(-1deg);
  }

  .c_pregnant-womens.is--left {
    width: 100px;
    top: 2px;
  }

  .footer-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content.is--top {
    grid-column-gap: 20px;
    flex-flow: column;
  }

  .footer-block {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-block.is--hz {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .lottie-animation-2 {
    height: 750px;
    top: -110px;
  }

  .c_curved-box-wrap {
    height: 230px;
  }

  .c_footer-brand-tag {
    font-size: 1rem;
  }

  .arrow.is-right {
    right: -55px;
  }

  .arrow.is-left {
    left: -55px;
  }

  .code-embed.is--bg {
    top: -70px;
  }

  .c_heart-line.is--1 {
    width: 150px;
    bottom: 15%;
    left: 0%;
  }

  .c_heart-line.is--2 {
    width: 130px;
    bottom: 25%;
    left: 5%;
  }

  .c_heart-line.is--3 {
    width: 100px;
    top: 50%;
  }

  .c_heart-line.is--4 {
    width: 100px;
    top: 60%;
  }

  .c_heart-line.is--5 {
    width: 150px;
    top: auto;
    bottom: 15%;
    left: auto;
    right: 0%;
  }

  .c_heart-line.is--6, .c_heart-line.is--7 {
    width: 100px;
    bottom: -10%;
  }

  .c_mother-img {
    margin-top: 40px;
  }

  .slider-container.is--box {
    padding-bottom: 0;
  }

  .slide.is--box {
    padding-left: 20px;
    padding-right: 10px;
  }

  .c_slider-content-2 {
    font-size: 1.5rem;
  }

  .slide-nav.is--box {
    bottom: -15px;
  }

  .image-3 {
    width: 120px;
  }

  .image-4 {
    width: 150px;
  }

  .image-5 {
    width: 15px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

#w-node-d9a231a2-18c6-6e1e-a22c-d815e93fa48d-6ae932ee, #w-node-_240259b3-5c73-a861-57d1-63cd9558dcde-6ae932ee, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-6ae93333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-6ae93333 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-6ae93333, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-6ae93333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-6ae93333 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-6ae93333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-6ae93333 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-6ae93333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-6ae93333 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-6ae93333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-6ae93333 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-6ae93333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-6ae93333, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-6ae93333, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-6ae93333, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-6ae93333, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-6ae93333, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-6ae93333, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-6ae93333, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-6ae93333, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-6ae93333, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-6ae93333, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-6ae93333 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-6ae93333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-6ae93333 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-6ae93333, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-6ae93333 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-6ae93333 {
  justify-self: start;
}

#w-node-d9a231a2-18c6-6e1e-a22c-d815e93fa48d-6b8680ee, #w-node-_240259b3-5c73-a861-57d1-63cd9558dcde-6b8680ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes Hairline';
  src: url('../fonts/Omnes-Hairline-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes Hairline';
  src: url('../fonts/Omnes-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-SemiBold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Thin-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('../fonts/Omnes-ExtraLight-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Politetype';
  src: url('../fonts/PoliteType-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('../fonts/New-Spirit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('../fonts/New-Spirit-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('../fonts/New-Spirit-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('../fonts/New-Spirit-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('../fonts/New-Spirit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('../fonts/New-Spirit-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}