/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/* START: Library Functions, Helpers & Color Variables */
/* END: Library Functions, Helpers & Color Variables */
/* START: Main Framework */
.grid-1-12 {
  width: 8.333333%;
}

.grid-2-12 {
  width: 16.666666%;
}

.grid-3-12 {
  width: 25%;
}

.grid-4-12 {
  width: 33.333333%;
}

.grid-5-12 {
  width: 41.666666%;
}

.grid-6-12 {
  width: 50%;
}

.grid-7-12 {
  width: 58.333333%;
}

.grid-8-12 {
  width: 66.666666%;
}

.grid-9-12 {
  width: 75%;
}

.grid-10-12 {
  width: 83.333333%;
}

.grid-11-12 {
  width: 91.666666%;
}

.grid-12-12 {
  width: 100%;
}

body {
  min-height: 100vh;
  font-family: greycliff-cf, sans-serif;
  color: #3A3844;
  padding: 0;
  margin: 0;
}
body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.35;
  color: #2A2831;
}

h1 {
  font-size: 5em;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 660px) {
  h1 {
    font-size: 4.25em;
  }
}

h2 {
  font-size: 3.25em;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h2.capital-number {
  font-weight: 200;
  color: #4314FF;
}
@media screen and (max-width: 660px) {
  h2 {
    font-size: 2.7625em;
  }
}

h3 {
  font-size: 2.35em;
  line-height: 1.2;
}
@media screen and (max-width: 660px) {
  h3 {
    font-size: 2.2325em;
  }
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

.brand {
  display: block;
  font-size: 0;
  width: 208px;
  height: 56px;
  background-image: url("/assets/home/xound-brand.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.frame {
  padding: 24px;
}
.frame-min {
  padding: 6px;
}
.frame-small {
  padding: 8px;
}
.frame-medium {
  padding: 12px;
}
@media screen and (min-width: 660px) {
  .frame-large {
    padding: 48px;
  }
}
@media screen and (max-width: 660px) {
  .frame-large {
    padding: 32px;
  }
}
@media screen and (min-width: 660px) {
  .frame-xlarge {
    padding: 64px;
  }
}
@media screen and (max-width: 660px) {
  .frame-xlarge {
    padding: 32px;
  }
}
.frame-vertical {
  padding-top: 24px;
  padding-bottom: 24px;
}
.frame-vertical-min {
  padding-top: 6px;
  padding-bottom: 6px;
}
.frame-vertical-small {
  padding-top: 8px;
  padding-bottom: 8px;
}
.frame-vertical-medium {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 660px) {
  .frame-vertical-large {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 660px) {
  .frame-vertical-large {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.frame-horizontal {
  padding-left: 24px;
  padding-right: 24px;
}
.frame-horizontal-min {
  padding-left: 6px;
  padding-right: 6px;
}
.frame-horizontal-small {
  padding-left: 8px;
  padding-right: 8px;
}
.frame-horizontal-medium {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 660px) {
  .frame-horizontal-large {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 660px) {
  .frame-horizontal-large {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.frame-top-min {
  padding-top: 6px;
}
.frame-top-small {
  padding-top: 8px;
}
.frame-top-medium {
  padding-top: 12px;
}
@media screen and (min-width: 660px) {
  .frame-top-large {
    padding-top: 32px;
  }
}
@media screen and (max-width: 660px) {
  .frame-top-large {
    padding-top: 12px;
  }
}
.frame-right-min {
  padding-right: 6px;
}
.frame-right-small {
  padding-right: 8px;
}
.frame-right-medium {
  padding-right: 12px;
}
@media screen and (min-width: 660px) {
  .frame-right-large {
    padding-right: 32px;
  }
}
@media screen and (max-width: 660px) {
  .frame-right-large {
    padding-right: 12px;
  }
}
.frame-bottom-min {
  padding-bottom: 6px;
}
.frame-bottom-small {
  padding-bottom: 8px;
}
.frame-bottom-medium {
  padding-bottom: 12px;
}
@media screen and (min-width: 660px) {
  .frame-bottom-large {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 660px) {
  .frame-bottom-large {
    padding-bottom: 12px;
  }
}
.frame-left-min {
  padding-left: 6px;
}
.frame-left-small {
  padding-left: 8px;
}
.frame-left-medium {
  padding-left: 12px;
}
@media screen and (min-width: 660px) {
  .frame-left-large {
    padding-left: 32px;
  }
}
@media screen and (max-width: 660px) {
  .frame-left-large {
    padding-left: 12px;
  }
}

.margin {
  margin: 24px;
}
.margin-min {
  margin: 6px;
}
.margin-small {
  margin: 8px;
}
.margin-medium {
  margin: 12px;
}
@media screen and (min-width: 660px) {
  .margin-large {
    margin: 32px;
  }
}
@media screen and (max-width: 660px) {
  .margin-large {
    margin: 12px;
  }
}
@media screen and (min-width: 660px) {
  .margin-xlarge {
    margin: 48px;
  }
}
@media screen and (max-width: 660px) {
  .margin-xlarge {
    margin: 12px;
  }
}
@media screen and (min-width: 660px) {
  .margin-xxlarge {
    margin: 64px;
  }
}
@media screen and (max-width: 660px) {
  .margin-xxlarge {
    margin: 12px;
  }
}
.margin-vertical {
  margin-top: 24px;
  margin-bottom: 24px;
}
.margin-vertical-min {
  margin-top: 6px;
  margin-bottom: 6px;
}
.margin-vertical-small {
  margin-top: 8px;
  margin-bottom: 8px;
}
.margin-vertical-medium {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 660px) {
  .margin-vertical-large {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 660px) {
  .margin-vertical-large {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.margin-horizontal {
  margin-left: 24px;
  margin-right: 24px;
}
.margin-horizontal-min {
  margin-left: 6px;
  margin-right: 6px;
}
.margin-horizontal-small {
  margin-left: 8px;
  margin-right: 8px;
}
.margin-horizontal-medium {
  margin-left: 12px;
  margin-right: 12px;
}
@media screen and (min-width: 660px) {
  .margin-horizontal-large {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 660px) {
  .margin-horizontal-large {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.margin-top {
  margin-top: 24px;
}
.margin-top-min {
  margin-top: 6px;
}
.margin-top-small {
  margin-top: 8px;
}
.margin-top-medium {
  margin-top: 12px;
}
@media screen and (min-width: 660px) {
  .margin-top-large {
    margin-top: 32px;
  }
}
@media screen and (max-width: 660px) {
  .margin-top-large {
    margin-top: 12px;
  }
}
@media screen and (min-width: 660px) {
  .margin-top-large {
    margin-top: 48px;
  }
}
@media screen and (max-width: 660px) {
  .margin-top-large {
    margin-top: 12px;
  }
}
@media screen and (min-width: 660px) {
  .margin-top-xxlarge {
    margin-top: 64px;
  }
}
@media screen and (max-width: 660px) {
  .margin-top-xxlarge {
    margin-top: 12px;
  }
}
.margin-right {
  margin-right: 24px;
}
.margin-right-min {
  margin-right: 6px;
}
.margin-right-small {
  margin-right: 8px;
}
.margin-right-medium {
  margin-right: 12px;
}
@media screen and (min-width: 660px) {
  .margin-right-large {
    margin-right: 32px;
  }
}
@media screen and (max-width: 660px) {
  .margin-right-large {
    margin-right: 12px;
  }
}
.margin-bottom {
  margin-bottom: 24px;
}
.margin-bottom-min {
  margin-bottom: 6px;
}
.margin-bottom-small {
  margin-bottom: 8px;
}
.margin-bottom-medium {
  margin-bottom: 12px;
}
@media screen and (min-width: 660px) {
  .margin-bottom-large {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 660px) {
  .margin-bottom-large {
    margin-bottom: 12px;
  }
}
.margin-left {
  margin-left: 24px;
}
.margin-left-min {
  margin-left: 6px;
}
.margin-left-small {
  margin-left: 8px;
}
.margin-left-medium {
  margin-left: 12px;
}
@media screen and (min-width: 660px) {
  .margin-left-large {
    margin-left: 32px;
  }
}
@media screen and (max-width: 660px) {
  .margin-left-large {
    margin-left: 12px;
  }
}

.auto-margins {
  margin-left: auto;
  margin-right: auto;
}

.border {
  border: 2px solid #EDECF2;
}
.border-top {
  border-top: 2px solid #EDECF2;
}
.border-right {
  border-right: 2px solid #EDECF2;
}
.border-bottom {
  border-bottom: 2px solid #EDECF2;
}
.border-left {
  border-left: 2px solid #EDECF2;
}
.border-horizontal {
  border-left: 2px solid #EDECF2;
  border-right: 2px solid #EDECF2;
}
.border-vertical {
  border-top: 2px solid #EDECF2;
  border-bottom: 2px solid #EDECF2;
}
.border-top-light {
  border-top: 2px solid #EDECF2;
}
.border-right-light {
  border-right: 2px solid #EDECF2;
}
.border-bottom-light {
  border-bottom: 2px solid #EDECF2;
}
.border-left-light {
  border-left: 2px solid #EDECF2;
}
.border-horizontal-light {
  border-left: 2px solid #EDECF2;
  border-right: 2px solid #EDECF2;
}
.border-vertical-light {
  border-top: 2px solid #EDECF2;
  border-bottom: 2px solid #EDECF2;
}
.border-radius-box {
  border-radius: 8px;
}
.border-radius-box-top-right {
  border-top-right-radius: 8px;
}
.border-radius-box-top-left {
  border-top-left-radius: 8px;
}
.border-radius-box-bottom-right {
  border-bottom-right-radius: 8px;
}
.border-radius-box-bottom-left {
  border-bottom-left-radius: 8px;
}

.no-border {
  border: none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-background, .no-bg {
  background: transparent !important;
}

.grid {
  display: grid;
}
.grid.content {
  row-gap: 48px;
}
.grid.two-columns {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 48px;
}
@media screen and (max-width: 960px) {
  .grid.two-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.three-columns {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
  row-gap: 48px;
}
@media screen and (min-width: 960px) {
  .grid.three-columns.gutter-large {
    column-gap: 4em;
  }
}
@media screen and (max-width: 960px) {
  .grid.three-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.gallery {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
@media screen and (min-width: 2200px) {
  .grid.gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1400px) {
  .grid.gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-third {
  width: 33.333333%;
}
.w-quarter {
  width: 25%;
}
.w-zero {
  width: 0;
}

.align-top {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-bottom {
  align-items: flex-end;
}
.align-left {
  justify-content: flex-start;
}
.align-right {
  justify-content: flex-end;
}
.align-stretch {
  align-items: stretch;
}
.align-self-top {
  align-self: flex-start;
}
.align-self-center {
  align-self: center;
}
.align-self-bottom {
  align-self: bottom;
}
.align-content-left {
  align-content: left;
}
.align-content-right {
  align-content: right;
}
.align-text-left {
  text-align: left !important;
}
.align-text-center {
  text-align: center !important;
}
.align-text-right {
  text-align: right !important;
}

.justify-center {
  justify-content: center;
}
.justify-right {
  justify-content: flex-end;
}
.justify-left {
  justify-content: flex-start;
}

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

.space-around {
  justify-content: space-around;
}
.space-between {
  justify-content: space-between;
}
.space-evenly {
  justify-content: space-evenly;
}

.grow-none {
  flex-grow: 0;
}
.grow-one {
  flex-grow: 1;
}
.grow-two {
  flex-grow: 2;
}
.grow-three {
  flex-grow: 3;
}

.place-right {
  margin-left: auto;
}
.place-bottom {
  margin-top: auto;
}

.flex-rows {
  display: flex;
  flex-flow: row nowrap;
}
.flex-rows.gutter > * {
  margin-right: 24px;
}
.flex-rows.gutter > *:last-child {
  margin-right: 0;
}
.flex-rows.gutter-small > * {
  margin-right: 12px;
}
.flex-rows.gutter-small > *:last-child {
  margin-right: 0;
}
.flex-rows.gutter-xsmall > * {
  margin-right: 8px;
}
.flex-rows.gutter-xsmall > *:last-child {
  margin-right: 0;
}
.flex-rows.gutter-min > * {
  margin-right: 6px;
}
.flex-rows.gutter-min > *:last-child {
  margin-right: 0;
}
.flex-rows.gutter-large > * {
  margin-right: 48px;
}
.flex-rows.gutter-large > *:last-child {
  margin-right: 0;
}
.flex-rows.gutter:last-child, .flex-rows.gutter-small:last-child, .flex-rows.gutter-xsmall:last-child, .flex-rows.gutter-large:last-child {
  margin-right: 0;
}
.flex-rows[class*=stack-on-] [class*=grid-] {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .flex-rows.stack-on-laptop {
    display: block;
  }
  .flex-rows.stack-on-laptop.gutter > *, .flex-rows.stack-on-laptop.gutter-small > *, .flex-rows.stack-on-laptop.gutter-xsmall > *, .flex-rows.stack-on-laptop.gutter-large > * {
    margin-right: 0;
  }
  .flex-rows.stack-on-laptop.gutter > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-laptop.gutter > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-laptop.gutter-small > * {
    margin-bottom: 12px;
  }
  .flex-rows.stack-on-laptop.gutter-small > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-laptop.gutter-xsmall > * {
    margin-bottom: 8px;
  }
  .flex-rows.stack-on-laptop.gutter-xsmall > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-laptop.gutter-min > * {
    margin-bottom: 6px;
  }
  .flex-rows.stack-on-laptop.gutter-min > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-laptop.gutter-large > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-laptop.gutter-large > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .flex-rows.stack-on-tablet {
    display: block;
  }
  .flex-rows.stack-on-tablet.gutter > *, .flex-rows.stack-on-tablet.gutter-small > *, .flex-rows.stack-on-tablet.gutter-xsmall > *, .flex-rows.stack-on-tablet.gutter-large > * {
    margin-right: 0;
  }
  .flex-rows.stack-on-tablet.gutter > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-tablet.gutter > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-tablet.gutter-small > * {
    margin-bottom: 12px;
  }
  .flex-rows.stack-on-tablet.gutter-small > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-tablet.gutter-xsmall > * {
    margin-bottom: 8px;
  }
  .flex-rows.stack-on-tablet.gutter-xsmall > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-tablet.gutter-min > * {
    margin-bottom: 6px;
  }
  .flex-rows.stack-on-tablet.gutter-min > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-tablet.gutter-large > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-tablet.gutter-large > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .flex-rows.stack-on-smallscreen {
    display: block;
  }
  .flex-rows.stack-on-smallscreen.gutter > *, .flex-rows.stack-on-smallscreen.gutter-small > *, .flex-rows.stack-on-smallscreen.gutter-xsmall > *, .flex-rows.stack-on-smallscreen.gutter-large > * {
    margin-right: 0;
  }
  .flex-rows.stack-on-smallscreen.gutter > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-smallscreen.gutter > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-smallscreen.gutter-small > * {
    margin-bottom: 12px;
  }
  .flex-rows.stack-on-smallscreen.gutter-small > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-smallscreen.gutter-xsmall > * {
    margin-bottom: 8px;
  }
  .flex-rows.stack-on-smallscreen.gutter-xsmall > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-smallscreen.gutter-min > * {
    margin-bottom: 6px;
  }
  .flex-rows.stack-on-smallscreen.gutter-min > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-smallscreen.gutter-large > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-smallscreen.gutter-large > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .flex-rows.stack-on-tablet {
    display: block;
  }
  .flex-rows.stack-on-tablet.gutter > *, .flex-rows.stack-on-tablet.gutter-small > *, .flex-rows.stack-on-tablet.gutter-xsmall > *, .flex-rows.stack-on-tablet.gutter-large > * {
    margin-right: 0;
  }
  .flex-rows.stack-on-tablet.gutter > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-tablet.gutter > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-tablet.gutter-small > * {
    margin-bottom: 12px;
  }
  .flex-rows.stack-on-tablet.gutter-small > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-tablet.gutter-xsmall > * {
    margin-bottom: 8px;
  }
  .flex-rows.stack-on-tablet.gutter-xsmall > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-tablet.gutter-min > * {
    margin-bottom: 6px;
  }
  .flex-rows.stack-on-tablet.gutter-min > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-tablet.gutter-large > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-tablet.gutter-large > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 660px) {
  .flex-rows.stack-on-mobile {
    display: block;
  }
  .flex-rows.stack-on-mobile.gutter > *, .flex-rows.stack-on-mobile.gutter-small > *, .flex-rows.stack-on-mobile.gutter-xsmall > *, .flex-rows.stack-on-mobile.gutter-large > * {
    margin-right: 0;
  }
  .flex-rows.stack-on-mobile.gutter > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-mobile.gutter > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile.gutter-small > * {
    margin-bottom: 12px;
  }
  .flex-rows.stack-on-mobile.gutter-small > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile.gutter-xsmall > * {
    margin-bottom: 8px;
  }
  .flex-rows.stack-on-mobile.gutter-xsmall > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile.gutter-min > * {
    margin-bottom: 6px;
  }
  .flex-rows.stack-on-mobile.gutter-min > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile.gutter-large > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-mobile.gutter-large > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  .flex-rows.stack-on-mobile-lg {
    display: block;
  }
  .flex-rows.stack-on-mobile-lg.gutter > *, .flex-rows.stack-on-mobile-lg.gutter-small > *, .flex-rows.stack-on-mobile-lg.gutter-xsmall > *, .flex-rows.stack-on-mobile-lg.gutter-large > * {
    margin-right: 0;
  }
  .flex-rows.stack-on-mobile-lg.gutter > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-mobile-lg.gutter > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-lg.gutter-small > * {
    margin-bottom: 12px;
  }
  .flex-rows.stack-on-mobile-lg.gutter-small > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-lg.gutter-xsmall > * {
    margin-bottom: 8px;
  }
  .flex-rows.stack-on-mobile-lg.gutter-xsmall > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-lg.gutter-min > * {
    margin-bottom: 6px;
  }
  .flex-rows.stack-on-mobile-lg.gutter-min > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-lg.gutter-large > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-mobile-lg.gutter-large > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .flex-rows.stack-on-mobile-m {
    display: block;
  }
  .flex-rows.stack-on-mobile-m.gutter > *, .flex-rows.stack-on-mobile-m.gutter-small > *, .flex-rows.stack-on-mobile-m.gutter-xsmall > *, .flex-rows.stack-on-mobile-m.gutter-large > * {
    margin-right: 0;
  }
  .flex-rows.stack-on-mobile-m.gutter > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-mobile-m.gutter > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-m.gutter-small > * {
    margin-bottom: 12px;
  }
  .flex-rows.stack-on-mobile-m.gutter-small > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-m.gutter-xsmall > * {
    margin-bottom: 8px;
  }
  .flex-rows.stack-on-mobile-m.gutter-xsmall > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-m.gutter-min > * {
    margin-bottom: 6px;
  }
  .flex-rows.stack-on-mobile-m.gutter-min > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-m.gutter-large > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-mobile-m.gutter-large > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .flex-rows.stack-on-mobile-s {
    display: block;
  }
  .flex-rows.stack-on-mobile-s.gutter > *, .flex-rows.stack-on-mobile-s.gutter-small > *, .flex-rows.stack-on-mobile-s.gutter-xsmall > *, .flex-rows.stack-on-mobile-s.gutter-large > * {
    margin-right: 0;
  }
  .flex-rows.stack-on-mobile-s.gutter > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-mobile-s.gutter > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-s.gutter-small > * {
    margin-bottom: 12px;
  }
  .flex-rows.stack-on-mobile-s.gutter-small > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-s.gutter-xsmall > * {
    margin-bottom: 8px;
  }
  .flex-rows.stack-on-mobile-s.gutter-xsmall > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-s.gutter-min > * {
    margin-bottom: 6px;
  }
  .flex-rows.stack-on-mobile-s.gutter-min > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-s.gutter-large > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-mobile-s.gutter-large > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 380px) {
  .flex-rows.stack-on-mobile-xs {
    display: block;
  }
  .flex-rows.stack-on-mobile-xs.gutter > *, .flex-rows.stack-on-mobile-xs.gutter-small > *, .flex-rows.stack-on-mobile-xs.gutter-xsmall > *, .flex-rows.stack-on-mobile-xs.gutter-large > * {
    margin-right: 0;
  }
  .flex-rows.stack-on-mobile-xs.gutter > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-mobile-xs.gutter > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-xs.gutter-small > * {
    margin-bottom: 12px;
  }
  .flex-rows.stack-on-mobile-xs.gutter-small > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-xs.gutter-xsmall > * {
    margin-bottom: 8px;
  }
  .flex-rows.stack-on-mobile-xs.gutter-xsmall > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-xs.gutter-min > * {
    margin-bottom: 6px;
  }
  .flex-rows.stack-on-mobile-xs.gutter-min > *:last-child {
    margin-bottom: 0;
  }
  .flex-rows.stack-on-mobile-xs.gutter-large > * {
    margin-bottom: 24px;
  }
  .flex-rows.stack-on-mobile-xs.gutter-large > *:last-child {
    margin-bottom: 0;
  }
}
.flex-columns {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.flex-columns.gutter > * {
  margin-bottom: 24px;
}
.flex-columns.gutter-small > * {
  margin-bottom: 8px;
}
.flex-columns.gutter-xsmall > * {
  margin-bottom: 6px;
}
.flex-columns.gutter-large > * {
  margin-bottom: 48px;
}
.flex-columns.gutter:last-child, .flex-columns.gutter-small:last-child, .flex-columns.gutter-xsmall:last-child, .flex-columns.gutter-large:last-child {
  margin-bottom: 0;
}
.flex-columns.align-center {
  align-items: center;
}
.flex-columns.align-right {
  align-items: flex-end;
}

[class*=fixed-width-] {
  flex-shrink: 0;
}

.fixed-width-10 {
  width: 10px;
}
.fixed-width-20 {
  width: 20px;
}
.fixed-width-30 {
  width: 30px;
}
.fixed-width-40 {
  width: 40px;
}
.fixed-width-50 {
  width: 50px;
}
.fixed-width-60 {
  width: 60px;
}
.fixed-width-100 {
  width: 100px;
}
.fixed-width-6 {
  width: 6px;
}
.fixed-width-12 {
  width: 12px;
}
.fixed-width-24 {
  width: 24px;
}
.fixed-width-32 {
  width: 32px;
}
.fixed-width-48 {
  width: 48px;
}

.hide {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .hide-on-laptop {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .hide-on-tablet {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .hide-on-smallscreen {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .hide-on-tablet {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .hide-on-mobile {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .hide-on-mobile-lg {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .hide-on-mobile-m {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hide-on-mobile-s {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .hide-on-mobile-xs {
    display: none;
  }
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}

img.d-block {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #4314FF;
  font-weight: 500;
}

strong {
  color: #2A2831;
  font-weight: 500;
}

.type-large {
  font-size: 1.75em;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 660px) {
  .type-large {
    font-size: 1.5em;
  }
}
.type-medium {
  font-size: 1.375em;
  line-height: 1.5;
  font-weight: 300;
}
.type-note {
  font-size: 14px;
  color: #7A768B;
}
.type-xsmall {
  font-size: 12px;
  color: #7A768B;
  line-height: 1.2;
}

.centerbox {
  margin-left: auto;
  margin-right: auto;
}

.textblock {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.image-frame {
  display: flex;
  align-items: center;
  position: relative;
}
.image-frame > img {
  display: block;
  width: 100%;
  height: auto;
}
.image-frame.icon > img {
  width: auto;
  height: 42px;
}
.image-frame.round-corners {
  border-radius: 8px;
  overflow: hidden;
}
.image-frame.round-corners img {
  border-radius: 8px;
  overflow: hidden;
}

.video-play, .video-pause {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #4314FF;
  cursor: pointer;
}
.video-play i, .video-pause i {
  color: #FFF;
}
.video-controls {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: calc(100% - 16px);
  padding: 8px;
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
}
.video-controls .video-play,
.video-controls .video-pause {
  margin-right: 8px;
}
.video-controls .video-title {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 15px;
  text-align: left;
}
.video-controls form .input-checkbox {
  margin-left: 2px;
}
.video-controls form .input-checkbox label {
  font-size: 14px;
}
.video-frame {
  border-radius: 8px;
  overflow: hidden;
}
.video-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.video-box .video-pause {
  display: none;
}
.video-box.is-playing .video-play {
  display: none;
}
.video-box.is-playing .video-pause {
  display: flex;
}
.video-box.vertical.small {
  max-width: 320px;
}
.video-box.vertical.small .video-frame {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.user-thumbnail {
  display: block;
}
.user-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.user-thumbnail.default {
  width: 90px;
  height: 90px;
}

blockquote figure {
  flex-shrink: 0;
}
blockquote p {
  font-size: 1.425em;
  letter-spacing: -0.5px;
}
blockquote cite {
  display: block;
  font-weight: 700;
  font-style: normal;
  color: #2A2831;
  margin-top: 0.5em;
}
@media screen and (max-width: 720px) {
  blockquote p {
    font-size: 1.325em;
    letter-spacing: -0.325px;
  }
}
@media screen and (max-width: 580px) {
  blockquote p {
    font-size: 1.295em;
    letter-spacing: 0;
  }
}

.testimonial.default {
  display: flex;
  width: 100%;
}
.testimonial.default figure {
  margin: 0 24px 0 0;
  position: relative;
}
.testimonial.default figure:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('icon-quote.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -12px;
}
@media screen and (min-width: 720px) {
  .testimonial.default {
    flex-flow: row nowrap;
  }
  .testimonial.default .content {
    flex-grow: none;
  }
}

.testimonials > .testimonial {
  margin-bottom: 6em;
}
.testimonials > .testimonial:last-child {
  margin-bottom: 0;
}

.color-primary {
  color: #4314FF;
}
.color-secondary {
  color: #7E5EFF;
}
.color-tertiary {
  color: #EF247D;
}
.color-medium {
  color: #7A768B;
}
.color-medium-light {
  color: #AFABC2;
}
.color-light {
  color: #EDECF2;
}

.bg-white {
  background-color: white !important;
}
.bg-default {
  background-color: #F4F2F8 !important;
}

.box.default {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  border: 2px solid #EDECF2;
}
.box.default.hover:not(.active) {
  border: 2px solid #EDECF2;
}
.box.default.hover:not(.active):hover {
  border-color: #AFABC2;
  transition: border-color 0.2s ease-out;
}
.box.default.input {
  min-height: 42px;
  padding: 4px;
}
.box.default.active {
  border-color: #4314FF;
}
.box.default.selected {
  border-color: #8ED144;
}
.box.default.selected:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  color: #8ED144;
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-weight: 800;
  font-size: 80%;
}
.box.grey {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  background-color: #F4F2F8;
  border-radius: 8px;
}
.box.grey.hover:not(.active) {
  border: 2px solid #EDECF2;
}
.box.grey.hover:not(.active):hover {
  border-color: #AFABC2;
  transition: border-color 0.2s ease-out;
}
.box.white {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
}
.box.shadow {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(175, 171, 194, 0.35);
}
.box.shadow.hover:hover {
  box-shadow: 0 1px 3px 0 rgba(175, 171, 194, 0.5);
}
.box.shadow-hard {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 3px 0 rgba(175, 171, 194, 0.35);
}
.box.shadow-hard.grey {
  background-color: #F4F2F8;
}
.box.shadow-hard.grey.hover {
  border: none;
}
.box.shadow-hard.hover:hover {
  box-shadow: 0 3px 0 0 rgba(175, 171, 194, 0.5);
  transition: all 0.15s ease-in-out;
}
.box.shadow-hard.hover:hover.grey {
  background-color: #eeebf4;
  transition: all 0.15s ease-in-out;
  border: none;
}
.box.popup {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 56px 0 rgba(65, 62, 75, 0.25), 0 38px 40px -18px rgba(65, 62, 75, 0.325);
}
.box.inline {
  display: inline-flex;
}

.tag-keyword, .tag-icon, .tag-overlay {
  display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
}
.tag-keyword, .tag-overlay {
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
.tag-icon {
  width: 24px;
  color: #FFF;
  background-color: #4314FF;
}
.tag-icon i {
  font-size: 90%;
}

.popup {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 56px 0 rgba(65, 62, 75, 0.25), 0 38px 40px -18px rgba(65, 62, 75, 0.325);
}
.popup-close {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  background-color: #EDECF2;
  mask-image: url("/assets/home/icon-cross.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/assets/home/icon-cross.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  z-index: 1;
}
.popup-close:hover {
  transform: scale(1.125);
  transition: transform 0.425s ease-in-out;
}
.popup-close:hover {
  background-color: #AFABC2;
  transition: background-color 0.2s ease-in-out;
}
.popup > .header .menu-horizontal {
  align-self: flex-end;
  width: 100%;
}
.popup > .header > h4 .count, .popup > .header > .title .count {
  font-weight: 300;
  font-size: 85%;
}
.popup > .header:not(.small) {
  padding-top: 0 !important;
  height: 70px;
}
.popup > .content > nav {
  margin-top: -12px;
}
.popup > .content > .item-mention {
  margin-bottom: 12px;
}
.popup > .content > p, .popup > .content > .content, .popup > .content > .message {
  margin-bottom: 18px;
}
.popup[class*=pointer-]:after {
  display: flex;
  content: "";
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.popup.pointer-top-left:after, .popup.pointer-top-center:after, .popup.pointer-top-right:after, .popup.pointer-bottom-left:after, .popup.pointer-bottom-center:after, .popup.pointer-bottom-right:after {
  width: 26px;
  height: 14px;
}
.popup.pointer-left-top:after, .popup.pointer-left-center:after, .popup.pointer-left-bottom:after, .popup.pointer-right-top:after, .popup.pointer-right-center:after, .popup.pointer-right-bottom:after {
  width: 14px;
  height: 26px;
}
.popup.pointer-top-left:after, .popup.pointer-top-center:after, .popup.pointer-top-right:after {
  background-image: url("/assets/home/pointer-up.svg");
  top: -11px;
}
.popup.pointer-bottom-left:after, .popup.pointer-bottom-center:after, .popup.pointer-bottom-right:after {
  background-image: url("/assets/home/pointer-down.svg");
  bottom: -11px;
}
.popup.pointer-top-left:after, .popup.pointer-bottom-left:after {
  left: 18px;
}
.popup.pointer-top-center:after, .popup.pointer-bottom-center:after {
  left: 50%;
  margin-left: -13px;
}
.popup.pointer-top-right:after, .popup.pointer-bottom-right:after {
  right: 18px;
}
.popup.pointer-left-top:after, .popup.pointer-left-center:after, .popup.pointer-left-bottom:after {
  background-image: url("/assets/home/pointer-left.svg");
  left: -11px;
}
.popup.pointer-right-top:after, .popup.pointer-right-center:after, .popup.pointer-right-bottom:after {
  background-image: url("/assets/home/pointer-right.svg");
  right: -11px;
}
.popup.pointer-left-top:after, .popup.pointer-right-top:after {
  top: 18px;
}
.popup.pointer-left-center:after, .popup.pointer-right-center:after {
  top: 50%;
  margin-top: -13px;
}
.popup.pointer-left-bottom:after, .popup.pointer-right-bottom:after {
  bottom: 18px;
}

.modal {
  position: fixed;
  z-index: 1000;
}
.modal-close {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  background-color: #EDECF2;
  -webkit-mask-image: url("/assets/home/icon-cross.svg");
          mask-image: url("/assets/home/icon-cross.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  z-index: 1;
}
.modal-close:hover {
  transform: scale(1.125);
  transition: transform 0.425s ease-in-out;
}
.modal-close:hover {
  background-color: #AFABC2;
  transition: background-color 0.2s ease-in-out;
}
.modal-dialog {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 56px 0 rgba(65, 62, 75, 0.25), 0 38px 40px -18px rgba(65, 62, 75, 0.325);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 648px) {
  .modal-dialog {
    max-width: 600px;
  }
}
.modal-header .menu-horizontal {
  align-self: flex-end;
  width: 100%;
}
.modal-header > h4 .count, .modal-header > .title .count {
  font-weight: 300;
  font-size: 85%;
}
.modal-header:not(.small) {
  padding-top: 0 !important;
  height: 70px;
}
.modal-body > nav {
  margin-top: -12px;
}
.modal-body > .item-mention {
  margin-bottom: 12px;
}
.modal-body > p, .modal-body > .content, .modal-body > .message {
  margin-bottom: 18px;
}
.modal.xlarge .modal-dialog {
  max-width: 90vw;
}
@media screen and (min-width: 908px) {
  .modal.xlarge .modal-dialog {
    max-width: 860px;
  }
}
@media screen and (min-width: 768px) {
  .modal.large .modal-dialog {
    max-width: 720px;
  }
}
@media screen and (min-width: 528px) {
  .modal.small .modal-dialog {
    max-width: 480px;
  }
}
@media screen and (min-width: 368px) {
  .modal.xsmall .modal-dialog {
    max-width: 320px;
  }
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: greycliff-cf, sans-serif !important;
  min-height: 42px;
  border: none;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 0.875em;
  padding-right: 0.875em;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  background-color: #4314FF;
  color: #FFF;
  box-shadow: none;
}
.button-primary .icon,
.button-primary i {
  margin-right: 0.575em;
  margin-left: -1px;
}
.button-primary .icon {
  width: 24px;
  height: 24px;
}
.button-primary .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.button-primary i:before {
  font-weight: 800;
  color: inherit;
}
.button-primary i {
  color: #2B03CA;
}
.button-primary > .label, .button-primary > .icon {
  margin-right: 8px;
}
.button-primary > .label:last-child, .button-primary > .icon:last-child {
  margin-right: 0;
}
.button-primary:hover {
  background-color: #2B03CA;
  transition: background-color 0.2s ease-out;
}
.button-primary.large {
  font-size: 21px;
  min-height: 50px;
}
.button-primary.small {
  font-size: 14px;
  min-height: 32px;
}
.button-primary.block {
  width: 100%;
  position: relative;
}
.button-primary.block > .icon {
  justify-self: flex-end;
  position: absolute;
  right: 12px;
}
.button-primary.style-blank {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.button-primary.disabled {
  cursor: not-allowed;
}
.button-primary.xound-waves:before {
  display: flex;
  content: "";
  width: 30px;
  height: 20px;
  background-image: url("/assets/home/xound-waves.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 12px;
}
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: greycliff-cf, sans-serif !important;
  min-height: 42px;
  border: none;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 0.875em;
  padding-right: 0.875em;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  border: 1px solid #EDECF2;
  background-color: #FFF;
  color: #4314FF;
  border-color: #4314FF;
}
.button-secondary .icon,
.button-secondary i {
  margin-right: 0.575em;
  margin-left: -1px;
}
.button-secondary .icon {
  width: 24px;
  height: 24px;
}
.button-secondary .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.button-secondary i:before {
  font-weight: 800;
  color: inherit;
}
.button-secondary i {
  color: #4314FF;
  margin-left: -2px;
}
.button-secondary:hover {
  border-color: #2B03CA;
  color: #2B03CA !important;
}
.button-secondary.large {
  font-size: 21px;
  min-height: 50px;
}
.button-secondary.small {
  font-size: 14px;
  min-height: 32px;
}
.button-secondary.style-blank {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.button-secondary.disabled {
  cursor: not-allowed;
}
.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: greycliff-cf, sans-serif !important;
  min-height: 42px;
  border: none;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 0.875em;
  padding-right: 0.875em;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  border: 1px solid #EDECF2;
  width: 42px;
  height: 42px;
  background-color: #FFF;
  color: #4314FF;
  border-color: #AFABC2;
  padding-left: 0;
  padding-right: 0;
}
.button-icon .icon,
.button-icon i {
  margin-right: 0.575em;
  margin-left: -1px;
}
.button-icon .icon {
  width: 24px;
  height: 24px;
}
.button-icon .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.button-icon i:before {
  font-weight: 800;
  color: inherit;
}
.button-icon i {
  color: #4314FF;
  margin: 0;
}
.button-icon:hover {
  border-color: #2B03CA;
  color: #2B03CA;
}
.button-icon.large {
  font-size: 21px;
  min-height: 50px;
}
.button-icon.small {
  font-size: 14px;
  min-height: 32px;
}
.button-icon.style-blank {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.button-icon.disabled {
  cursor: not-allowed;
}
.button-text {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #4314FF;
}
.button-text i {
  color: #4314FF;
  font-size: 85%;
  margin-right: 0.35em;
}
.button-text:hover {
  color: #2B03CA;
  transition: all 0.2s ease-in-out;
}
.button-text.small {
  font-size: 14px;
}
.button-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: greycliff-cf, sans-serif !important;
  min-height: 42px;
  border: none;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 0.875em;
  padding-right: 0.875em;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(175, 171, 194, 0.35);
  min-height: 38px;
  padding: 0 10px;
  background-color: #FCFCFD;
}
.button-tool .icon,
.button-tool i {
  margin-right: 0.575em;
  margin-left: -1px;
}
.button-tool .icon {
  width: 24px;
  height: 24px;
}
.button-tool .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.button-tool i:before {
  font-weight: 800;
  color: inherit;
}
.button-tool:hover {
  box-shadow: 0 1px 3px 0 rgba(175, 171, 194, 0.625), 0 0 0 3px rgba(175, 171, 194, 0.15);
  transition: all 0.15s ease-in-out;
}
.button-tool.hover:hover {
  box-shadow: 0 1px 3px 0 rgba(175, 171, 194, 0.5);
}
.button-tool .icon {
  color: #4314FF;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.button-tool .icon img {
  display: block;
  width: auto;
  height: 100%;
}
.button-tool .label {
  font-weight: 500;
  font-size: 15px;
}
.button-tool.style-blank {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.button-tool.disabled {
  cursor: not-allowed;
}
.button-mega {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 3em;
  cursor: pointer;
}
.button-mega > * {
  margin-right: 1em;
}
.button-mega > *:last-child {
  margin-right: 0;
}
.button-mega .icon {
  width: auto;
  height: 30px;
}
.button-mega .label {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.75px;
}
@media screen and (max-width: 960px) {
  .button-mega .icon {
    height: 24px;
  }
  .button-mega .label {
    font-size: 26px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 480px) {
  .button-mega {
    padding: 2em;
  }
  .button-mega .icon {
    height: 20px;
  }
  .button-mega .label {
    font-size: 22px;
  }
}

.tool-group > * {
  margin-right: 6px;
}
.tool-group > *:last-child {
  margin-right: 0;
}

.icon-size-xsmall {
  font-size: 60% !important;
}
.icon-size-small {
  font-size: 80% !important;
}
.icon-size-medium {
  font-size: 120% !important;
}
.icon-size-large {
  font-size: 150% !important;
}
.icon-size-xlarge {
  font-size: 200% !important;
}
.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: #F4F2F8;
}
.icon-box i {
  color: #4314FF;
  font-size: 90% !important;
}
.icon-box svg path {
  fill: #4314FF;
}
.icon-box.small {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}
.icon-box.small i {
  font-size: 70% !important;
}
.icon-box.large {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}
.icon-box.large i {
  font-size: 130% !important;
}
.icon-box.border {
  border: 2px solid #EDECF2;
  background-color: #FFF;
}
.icon-box.no-bg {
  background-color: transparent;
}
.icon-box.solid i {
  color: #FFF;
}
.icon-box.solid svg path {
  fill: #FFF;
}
.icon-box.solid.red {
  background-color: #DA3030;
}
.icon-box.solid.blue {
  background-color: #87BDFF;
}
.icon-box.solid.green {
  background-color: #8ED144;
}
.icon-box.solid.dark {
  background-color: #413E4B;
}
.icon-box.solid.medium-dark {
  background-color: #413E4B;
}
.icon-box.solid.primary {
  background-color: #4314FF;
}
.icon-box.solid.secondary {
  background-color: #7E5EFF;
}

button {
  font-family: proxima-nova, sans-serif !important;
  font-feature-settings: "ss02" !important;
}

[class*=list-] {
  list-style: none;
}

.list-checkmarks {
  margin-top: 24px;
}
.list-checkmarks li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 24px;
}
.list-checkmarks li:before {
  display: inline-flex;
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-size: 80%;
  font-weight: 900;
  color: #4314FF;
  position: absolute;
  left: 0;
  top: 4px;
}
.list-checkmarks li:last-child {
  margin-bottom: 0;
}
.list-icons li {
  display: flex;
  align-items: center;
}
.list-icons li .icon {
  display: flex;
  margin-right: 0.5em;
}
.list-icons li .label {
  font-size: 18px;
  color: #7A768B;
}
@media screen and (min-width: 720px) {
  .list-icons.horizontal {
    display: flex;
    flex-flow: row nowrap;
  }
  .list-icons.horizontal li {
    margin-right: 3em;
  }
  .list-icons.horizontal li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .list-icons.horizontal li {
    margin-right: 2em;
  }
}
@media screen and (max-width: 720px) {
  .list-icons li {
    margin-bottom: 0.75em;
  }
  .list-icons.horizontal li {
    margin-right: 0;
  }
}

[class*=menu-] .menu-tab {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
}
[class*=menu-] .menu-tab > .menu-label, [class*=menu-] .menu-tab > a > .menu-label, [class*=menu-] .menu-tab > .sub-tab-toggle > .menu-label {
  color: #AFABC2;
  font-weight: inherit;
  font-size: inherit;
}
[class*=menu-] .menu-tab > .menu-icon, [class*=menu-] .menu-tab > a > .menu-icon, [class*=menu-] .menu-tab > .sub-tab-toggle > .menu-icon {
  display: inline-flex;
  width: 16px;
  font-size: 90%;
}
[class*=menu-] .menu-tab > .menu-icon:before, [class*=menu-] .menu-tab > a > .menu-icon:before, [class*=menu-] .menu-tab > .sub-tab-toggle > .menu-icon:before {
  color: #AFABC2;
}
[class*=menu-] .menu-tab:hover:not(.active), [class*=menu-] .menu-tab:hover:not(.active) > a, [class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle {
  color: #2A2831;
  transition: color 0.2s ease-in;
}
[class*=menu-] .menu-tab:hover:not(.active) > .menu-label, [class*=menu-] .menu-tab:hover:not(.active) > a > .menu-label, [class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > .menu-label {
  color: #2A2831;
  transition: color 0.2s ease-in;
}
[class*=menu-] .menu-tab:hover:not(.active) > i, [class*=menu-] .menu-tab:hover:not(.active) > .menu-icon, [class*=menu-] .menu-tab:hover:not(.active) > a > i, [class*=menu-] .menu-tab:hover:not(.active) > a > .menu-icon, [class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > i, [class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > .menu-icon {
  cursor: pointer;
}
[class*=menu-] .menu-tab:hover:not(.active) > i:before, [class*=menu-] .menu-tab:hover:not(.active) > .menu-icon:before, [class*=menu-] .menu-tab:hover:not(.active) > a > i:before, [class*=menu-] .menu-tab:hover:not(.active) > a > .menu-icon:before, [class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > i:before, [class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > .menu-icon:before {
  color: #AB96FF;
  transition: all 0.2s ease-in-out;
}
[class*=menu-] .menu-tab:hover:not(.active) > i svg,
[class*=menu-] .menu-tab:hover:not(.active) > i path, [class*=menu-] .menu-tab:hover:not(.active) > .menu-icon svg,
[class*=menu-] .menu-tab:hover:not(.active) > .menu-icon path, [class*=menu-] .menu-tab:hover:not(.active) > a > i svg,
[class*=menu-] .menu-tab:hover:not(.active) > a > i path, [class*=menu-] .menu-tab:hover:not(.active) > a > .menu-icon svg,
[class*=menu-] .menu-tab:hover:not(.active) > a > .menu-icon path, [class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > i svg,
[class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > i path, [class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > .menu-icon svg,
[class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > .menu-icon path {
  cursor: pointer;
}
[class*=menu-] .menu-tab:hover:not(.active) > i path, [class*=menu-] .menu-tab:hover:not(.active) > .menu-icon path, [class*=menu-] .menu-tab:hover:not(.active) > a > i path, [class*=menu-] .menu-tab:hover:not(.active) > a > .menu-icon path, [class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > i path, [class*=menu-] .menu-tab:hover:not(.active) > .sub-tab-toggle > .menu-icon path {
  fill: #AB96FF;
  transition: all 0.2s ease-in-out;
}
[class*=menu-] .menu-tab.active > i, [class*=menu-] .menu-tab.active > .menu-icon, [class*=menu-] .menu-tab.active > a > i, [class*=menu-] .menu-tab.active > a > .menu-icon, [class*=menu-] .menu-tab.active > .sub-tab-toggle > i, [class*=menu-] .menu-tab.active > .sub-tab-toggle > .menu-icon {
  color: #4314FF;
}
[class*=menu-] .menu-tab.active > i path, [class*=menu-] .menu-tab.active > .menu-icon path, [class*=menu-] .menu-tab.active > a > i path, [class*=menu-] .menu-tab.active > a > .menu-icon path, [class*=menu-] .menu-tab.active > .sub-tab-toggle > i path, [class*=menu-] .menu-tab.active > .sub-tab-toggle > .menu-icon path {
  fill: #4314FF;
}
[class*=menu-] .menu-tab.active > .menu-label, [class*=menu-] .menu-tab.active > a > .menu-label, [class*=menu-] .menu-tab.active > .sub-tab-toggle > .menu-label {
  color: #4314FF;
  font-weight: 600;
}

.menu-close {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  background-color: #EDECF2;
  mask-image: url("/assets/home/icon-cross.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/assets/home/icon-cross.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  z-index: 1;
}
.menu-close:hover {
  transform: scale(1.125);
  transition: transform 0.425s ease-in-out;
}
.menu-close:hover {
  background-color: #AFABC2;
  transition: background-color 0.2s ease-in-out;
}
.menu-horizontal, .menu-vertical {
  display: flex;
  overflow-x: visible;
}
.menu-horizontal .menu-tab, .menu-vertical .menu-tab {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.menu-horizontal .menu-tab i, .menu-vertical .menu-tab i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu-horizontal .menu-tab .menu-label, .menu-vertical .menu-tab .menu-label {
  color: #7A768B;
}
.menu-horizontal .menu-tab .menu-label.small, .menu-vertical .menu-tab .menu-label.small {
  font-size: 14px;
}
.menu-horizontal .menu-tab .menu-label.xsmall, .menu-vertical .menu-tab .menu-label.xsmall {
  font-size: 12px;
}
.menu-horizontal .menu-tab .menu-label.min, .menu-vertical .menu-tab .menu-label.min {
  font-size: 11px;
}
.menu-horizontal .menu-tab .menu-label .count, .menu-vertical .menu-tab .menu-label .count {
  display: inline-block;
  font-size: 80%;
  font-weight: 400;
  transform: translatey(-1px);
}
.menu-horizontal .menu-tab.flex-columns .tool + .menu-label.min,
.menu-horizontal .menu-tab.flex-columns .button-tool + .menu-label.min,
.menu-horizontal .menu-tab.flex-columns .button-icon + .menu-label.min, .menu-vertical .menu-tab.flex-columns .tool + .menu-label.min,
.menu-vertical .menu-tab.flex-columns .button-tool + .menu-label.min,
.menu-vertical .menu-tab.flex-columns .button-icon + .menu-label.min {
  margin-top: 3px;
}
.menu-horizontal .menu-tab.flex-columns .tool + .menu-label.xsmall,
.menu-horizontal .menu-tab.flex-columns .button-tool + .menu-label.xsmall,
.menu-horizontal .menu-tab.flex-columns .button-icon + .menu-label.xsmall, .menu-vertical .menu-tab.flex-columns .tool + .menu-label.xsmall,
.menu-vertical .menu-tab.flex-columns .button-tool + .menu-label.xsmall,
.menu-vertical .menu-tab.flex-columns .button-icon + .menu-label.xsmall {
  margin-top: 4px;
}
.menu-horizontal .menu-tab:hover, .menu-vertical .menu-tab:hover {
  z-index: 1;
}
.menu-horizontal > .menu-tab {
  margin-right: 24px;
}
.menu-horizontal > .menu-tab:last-child {
  margin-right: 0;
}
.menu-horizontal.gutter > * {
  margin-right: 24px;
}
.menu-horizontal.gutter > *:last-child {
  margin-right: 0;
}
.menu-horizontal.gutter-small > * {
  margin-right: 12px;
}
.menu-horizontal.gutter-small > *:last-child {
  margin-right: 0;
}
.menu-horizontal.gutter-xsmall > * {
  margin-right: 8px;
}
.menu-horizontal.gutter-xsmall > *:last-child {
  margin-right: 0;
}
.menu-horizontal.gutter-min > * {
  margin-right: 6px;
}
.menu-horizontal.gutter-min > *:last-child {
  margin-right: 0;
}
.menu-horizontal.gutter-large > * {
  margin-right: 48px;
}
.menu-horizontal.gutter-large > *:last-child {
  margin-right: 0;
}
.menu-horizontal.gutter:last-child, .menu-horizontal.gutter-small:last-child, .menu-horizontal.gutter-xsmall:last-child, .menu-horizontal.gutter-large:last-child {
  margin-right: 0;
}
.menu-vertical {
  flex-flow: column nowrap;
}
.menu-vertical > .menu-tab {
  padding: 6px 0;
}
.menu-vertical > .menu-tab > i, .menu-vertical > .menu-tab > a > i, .menu-vertical > .menu-tab > .sub-tab-toggle > i {
  margin-right: 0.5em;
}
.menu-vertical > .menu-tab .menu-label {
  text-align: center;
}
.menu-vertical.tabs:not(.to-right) {
  border-right: 2px solid #EDECF2;
}
.menu-vertical.tabs:not(.to-right) > .menu-tab {
  padding-right: 32px;
}
.menu-vertical.tabs:not(.to-right) > .menu-tab.active {
  box-shadow: 2px 0 0 0 #4314FF;
}
.menu-vertical.tabs.to-right {
  border-left: 2px solid #EDECF2;
}
.menu-vertical.tabs.to-right .menu-tab {
  padding-left: 32px;
}
.menu-vertical.tabs.to-right .menu-tab.active {
  box-shadow: -2px 0 0 0 #4314FF;
}
.menu-vertical.gutter > * {
  margin-bottom: 24px;
}
.menu-vertical.gutter > *:last-child {
  margin-bottom: 0;
}
.menu-vertical.gutter-small > * {
  margin-bottom: 12px;
}
.menu-vertical.gutter-small > *:last-child {
  margin-bottom: 0;
}
.menu-vertical.gutter-xsmall > * {
  margin-bottom: 8px;
}
.menu-vertical.gutter-xsmall > *:last-child {
  margin-bottom: 0;
}
.menu-vertical.gutter-min > * {
  margin-bottom: 6px;
}
.menu-vertical.gutter-min > *:last-child {
  margin-bottom: 0;
}
.menu-vertical.gutter-large > * {
  margin-bottom: 48px;
}
.menu-vertical.gutter-large > *:last-child {
  margin-bottom: 0;
}
.menu-vertical.gutter:last-child, .menu-vertical.gutter-small:last-child, .menu-vertical.gutter-xsmall:last-child, .menu-vertical.gutter-large:last-child {
  margin-bottom: 0;
}
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.menu-toggle .bars {
  width: 20px;
  height: 18px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.menu-toggle .bars span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #7A768B;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-toggle .bars span:nth-child(1) {
  top: 0;
}
.menu-toggle .bars span:nth-child(2), .menu-toggle .bars span:nth-child(3) {
  top: 8px;
}
.menu-toggle .bars span:nth-child(4) {
  top: 16px;
}
.menu-toggle:hover .bars span {
  background-color: #4314FF;
  transition: background-color 0.15s ease-out;
}
.menu-toggle.is-open .bars span {
  background-color: #4314FF;
  transition: 0.15s ease-in-out;
}
.menu-toggle.is-open .bars span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.menu-toggle.is-open .bars span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-toggle.is-open .bars span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-toggle.is-open .bars span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
@media screen and (max-width: 660px) {
  .menu-toggle {
    display: block;
  }
}

.main-navigation {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.main-navigation .menu-horizontal > .menu-tab.signup {
  margin-right: 12px;
}
.main-navigation .menu-toggle {
  margin-left: 12px;
}
@media screen and (max-width: 780px) {
  .main-navigation .menu-horizontal > .menu-tab:not(.signup):not(.login) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 660px) {
  .main-navigation .menu-horizontal {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-end;
    background-color: #FFF;
    box-shadow: 0 8px 18px -6px rgba(65, 62, 75, 0.25);
    position: fixed;
    top: 100px;
    left: 0;
  }
  .main-navigation .menu-horizontal.active {
    display: flex;
  }
  .main-navigation .menu-horizontal > .menu-tab {
    margin-right: 30px;
  }
  .main-navigation .menu-horizontal > .menu-tab:not(.signup):not(.login) {
    flex-grow: 2;
    margin-bottom: 24px;
  }
  .main-navigation .menu-horizontal > .menu-tab:not(.signup):not(.login) .menu-label {
    font-size: 1.2em;
    text-align: right;
  }
  .main-navigation .menu-horizontal > .menu-tab.signup, .main-navigation .menu-horizontal > .menu-tab.login {
    position: fixed;
    top: 28px;
    z-index: 5;
  }
  .main-navigation .menu-horizontal > .menu-tab.signup {
    right: 112px;
  }
  .main-navigation .menu-horizontal > .menu-tab.login {
    right: 72px;
  }
  .main-navigation.is-open .menu-horizontal {
    max-height: 1200px;
    transition: max-height 0.6s ease-in-out;
  }
  .main-navigation.is-open .menu-horizontal > .menu-tab:not(.signup):not(.login) {
    opacity: 1;
    transition-delay: 9s;
    transition: opacity 0.2s ease-in-out;
  }
}

.dropdown {
  position: relative;
}
.dropdown-toggle .button-tool {
  width: 100%;
}
.dropdown-panel {
  display: none;
  flex-flow: column nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.dropdown-panel.popup {
  min-width: 320px;
}
.dropdown-panel.pointer-left-top {
  top: -18px;
  left: 36px;
}
.dropdown-panel.pointer-top-right {
  top: 26px;
  left: auto;
  right: -18px;
}
.dropdown.is-open .dropdown-toggle i,
.dropdown.is-open .dropdown-toggle svg {
  color: #4314FF;
  fill: #4314FF;
}
.dropdown.is-open .dropdown-panel {
  display: inline-flex;
}

.tabs-panels .tab-panel {
  display: none;
}
.tabs-panels .tab-panel.active {
  display: block;
}

@keyframes moveUp {
  0% {
    transform: translatey(48px);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translatey(-48px);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes moveRight {
  0% {
    transform: translatex(-48px);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes moveLeft {
  0% {
    transform: translatex(48px);
  }
  100% {
    transform: translatex(0);
  }
}
.aov-move-up.on-view, .aov-move-up.active {
  animation: moveUp 1s ease-out;
}

.aov-move-down.on-view, .aov-move-down.active {
  animation: moveDown 1s ease-out;
}

.aov-move-left.on-view, .aov-move-left.active {
  animation: moveLeft 1s ease-out;
}

.aov-move-right.on-view, .aov-move-right.active {
  animation: moveRight 1s ease-out;
}

input {
  box-sizing: border-box;
  font-family: greycliff-cf, sans-serif !important;
}
input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range]) {
  box-sizing: border-box;
  border: 2px solid #EDECF2;
  outline: none;
  padding: 0 8px;
  font-size: 18px;
  line-height: 0.925;
  min-height: 42px;
  background-color: #FFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range]):hover {
  border-color: #AFABC2;
  transition: all 0.2s ease-out;
}
input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
  border-color: #AFABC2;
  box-shadow: 0 0 8px 0 rgba(175, 171, 194, 0.35);
  transition: all 0.2s ease-out;
}
input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range])::placeholder {
  color: #AFABC2;
  font-size: 16px;
}
input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([type=range]).small {
  min-height: 32px;
  font-size: 15px;
}

label {
  font-size: 15px;
  font-weight: 500;
  color: #7A768B;
  margin-bottom: 0.25em;
}

textarea {
  box-sizing: border-box;
  border: 2px solid #EDECF2;
  outline: none;
  padding: 8px;
  font-size: 18px;
  line-height: 0.925;
  min-height: 42px;
  background-color: #FFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
textarea:hover {
  border-color: #AFABC2;
  transition: all 0.2s ease-out;
}
textarea:focus {
  border-color: #AFABC2;
  box-shadow: 0 0 8px 0 rgba(175, 171, 194, 0.35);
  transition: all 0.2s ease-out;
}
textarea::placeholder {
  color: #AFABC2;
  font-size: 16px;
}

select {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

fieldset {
  display: flex;
  flex-flow: column nowrap;
  border: none;
  margin-bottom: 12px;
}

.input-checkbox,
.input-radio {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
  margin-bottom: 6px;
}
.input-checkbox label[for],
.input-radio label[for] {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.input-checkbox label[for]:before,
.input-radio label[for]:before {
  border: 2px solid #EDECF2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  box-sizing: border-box;
  margin-right: 8px;
}
.input-checkbox label[for]:hover:before,
.input-radio label[for]:hover:before {
  border-color: #AFABC2;
}
.input-checkbox input[type=checkbox],
.input-checkbox input[type=radio],
.input-radio input[type=checkbox],
.input-radio input[type=radio] {
  display: none;
  height: 24px;
}
.input-checkbox.hide-label label[for],
.input-radio.hide-label label[for] {
  font-size: 0;
}
.input-checkbox.hide-label label[for]:before,
.input-radio.hide-label label[for]:before {
  font-size: 15px;
}
.input-checkbox.hide-label.small label[for]:before,
.input-radio.hide-label.small label[for]:before {
  font-size: 11px;
}
.input-checkbox.label-only label[for]:before, .input-checkbox.label-only label[for]:after,
.input-radio.label-only label[for]:before,
.input-radio.label-only label[for]:after {
  display: none !important;
}
.input-checkbox:last-child,
.input-radio:last-child {
  margin-bottom: 0;
}

.input-checkbox label[for] {
  min-width: 24px;
  height: 24px;
  position: relative;
}
.input-checkbox label[for]:before {
  width: 24px;
  height: 24px;
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  border-radius: 8px;
}
.input-checkbox label[for]:hover:before {
  border-color: #e7e6ee;
}
.input-checkbox input[type=checkbox]:checked + label[for]:before {
  background-color: #4314FF;
  border-color: #4314FF;
  color: #FFF;
}
.input-checkbox.switch.grey label[for]:before {
  background-color: #AFABC2;
}
.input-checkbox.switch label[for] {
  height: 20px;
}
.input-checkbox.switch label[for]:before {
  content: "";
  width: 35px;
  height: 20px;
  border-radius: 20px;
  background-color: #EDECF2;
}
.input-checkbox.switch label[for]:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #FFF;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  top: 3px;
  transition: left 0.2s ease-in-out;
}
.input-checkbox.switch label[for]:hover:before {
  border-color: transparent;
  background-color: #EDECF2;
  transition: all 0.2s ease-in-out;
}
.input-checkbox.switch input[type=checkbox]:checked + label[for]:before {
  background-color: #4314FF;
  border-color: #4314FF;
}
.input-checkbox.switch input[type=checkbox]:checked + label[for]:after {
  left: 18px;
  transition: left 0.3s ease-in-out;
}
.input-checkbox.switch input[type=checkbox]:checked + label[for]:hover:before {
  background-color: #2B03CA;
}
.input-checkbox.small label[for] {
  min-width: 18px;
  height: 18px;
}
.input-checkbox.small label[for]:before {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  font-size: 11px;
}
.input-checkbox.small.switch label[for] {
  height: 15px;
}
.input-checkbox.small.switch label[for]:before {
  width: 24.375px;
  height: 15px;
  border-radius: 15px;
}
.input-checkbox.small.switch label[for]:after {
  width: 9px;
  height: 9px;
  left: 3px;
  top: 3px;
}
.input-checkbox.small.switch input[type=checkbox]:checked + label[for]:after {
  left: 13px;
  transition: left 0.3s ease-in-out;
}

.input-radio label[for] {
  min-width: 22px;
  height: 22px;
}
.input-radio label[for]:before {
  width: 22px;
  height: 22px;
  content: "";
  border-radius: 100%;
}
.input-radio label[for]:hover:before {
  border-color: #e7e6ee;
}
.input-radio input[type=radio]:checked + label[for]:before {
  border-width: 8px;
  border-color: #4314FF;
}
.input-radio.small label[for] {
  min-width: 16px;
  height: 16px;
}
.input-radio.small label[for]:before {
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.input-radio.small input[type=radio]:checked + label[for]:before {
  border-width: 5px;
}

.upload-file {
  display: flex;
  flex-flow: column nowrap;
}
.upload-file header h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.upload-file p {
  font-size: 13px;
  text-align: center;
  color: #7A768B;
  margin: 12px 0;
}
.upload-file input[type=file] {
  display: none;
}
.upload-file input[type=file] + label {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border: 2px dashed #EDECF2;
  padding: 24px;
  border-radius: 8px;
  cursor: pointer;
}

/* END: Main Framework */
/* START:  Layout Styles */
.main-wrapper {
  display: flex;
  min-height: 100vh;
  flex-flow: column nowrap;
  align-items: stretch;
}

.main-header {
  display: flex;
  width: 100%;
  height: 100px;
  flex-shrink: 0;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.5098039216);
  border-bottom: 1px solid #e5e7eb;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.main-header .brand {
  margin-top: 5px;
}
.main-header.only-brand {
  justify-content: center;
}
.main-header.only-brand .main-navigation {
  display: none;
}
@media screen and (min-width: 1480px) {
  .main-header {
    padding-left: calc((100% - 1400px) / 2);
    padding-right: calc((100% - 1400px) / 2);
  }
}
@media screen and (max-width: 1480px) {
  .main-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .main-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.background-section {
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("/assets/home/background.jpeg");
  background-color: rgb(248, 250, 252);
}

.main-section {
  padding-top: 48px;
  padding-bottom: 48px;
  width: 100%;
  height: 100%;
  padding-top: 150px;
}
@media screen and (min-width: 1480px) {
  .main-section .page-section {
    padding-left: calc((100% - 1400px) / 2);
    padding-right: calc((100% - 1400px) / 2);
  }
}
@media screen and (max-width: 1480px) {
  .main-section .page-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .main-section .page-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.main-section .page-section > header {
  margin-bottom: 4em;
}
.main-section .page-section .editorial-content h2 {
  margin-bottom: 12px;
}
.main-section .page-section .editorial-content h3 {
  margin-bottom: 12px;
}
.main-section .page-section .editorial-content h4 {
  margin-bottom: 12px;
}
.main-section .page-section + .page-section {
  margin-top: 9em;
}
@media screen and (max-width: 780px) {
  .main-section .page-section + .page-section {
    margin-top: 7em;
  }
}
.main-section .page-section[class*=bg-] {
  padding-top: 4em;
  padding-bottom: 4em;
}
.main-section .page-section.hero {
  text-align: center;
}

.home-hero > header {
  text-align: center;
}
.home-hero .hero-video-samples {
  text-align: center;
  min-height: 590px;
  border-radius: 16px;
}
.home-hero .hero-video-samples h4 {
  color: #4314FF;
  font-weight: 500;
  font-size: 1.25em;
}
.home-hero .hero-video-samples h3 {
  line-height: 1.1;
}
.home-hero .hero-video-samples .type-note {
  margin-top: 12px;
  margin-bottom: 12px;
}
.home-hero .hero-video-samples .video-box.vertical {
  width: 28%;
  margin-right: 18px;
}
.home-hero .hero-video-samples .try-xound {
  padding-top: 48px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 24px;
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 2;
}
.home-hero .hero-video-samples .try-xound form {
  display: flex;
  flex-flow: column nowrap;
  flex: 2;
}
.home-hero .hero-video-samples .try-xound .upload-file {
  display: flex;
  height: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  flex: 2;
}
.home-hero .hero-video-samples .try-xound .upload-file input[type=file] + label {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
}
.home-hero .hero-video-samples .try-xound .button-primary {
  width: 100%;
  margin-top: auto;
}
@media screen and (min-width: 880px) {
  .home-hero .hero-video-samples .video-box.fullwidth {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .home-hero .hero-video-samples {
    min-height: 420px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1180px) {
  .home-hero .hero-video-samples .video-box.vertical:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .home-hero .hero-video-samples {
    min-height: auto;
    flex-wrap: wrap;
  }
  .home-hero .hero-video-samples .video-box.vertical {
    min-height: 380px;
    flex-grow: 1;
  }
  .home-hero .hero-video-samples .video-box.vertical:nth-child(3) {
    margin-right: 0;
  }
  .home-hero .hero-video-samples .try-xound {
    padding-top: 24px;
    margin-top: 24px;
    flex-direction: row;
    align-items: center;
  }
  .home-hero .hero-video-samples .try-xound .content {
    margin-right: 24px;
    flex-grow: 1;
  }
  .home-hero .hero-video-samples .try-xound form {
    max-width: 440px;
    flex-grow: 2;
  }
}
@media screen and (max-width: 880px) {
  .home-hero .hero-video-samples .video-box.vertical:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .home-hero .hero-video-samples .video-box.vertical:nth-child(3) {
    display: none;
  }
  .home-hero .hero-video-samples .video-box.vertical:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .home-hero .hero-video-samples .try-xound {
    flex-direction: column;
    align-items: center;
  }
  .home-hero .hero-video-samples .try-xound h3 br {
    display: none;
  }
  .home-hero .hero-video-samples .try-xound .content {
    margin-right: 0;
  }
  .home-hero .hero-video-samples .try-xound form {
    max-width: 100%;
    width: 100%;
  }
}

.advanced-ai > .flex-rows .editorial-content {
  padding-right: 6em;
}
.advanced-ai > .flex-rows .image {
  min-width: 480px;
}
.advanced-ai > .flex-rows .image .image-frame {
  position: sticky;
  top: 120px;
}
@media screen and (min-width: 1200px) {
  .advanced-ai > .flex-rows {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (max-width: 1200px) {
  .advanced-ai > .flex-rows .editorial-content {
    padding-right: 4em;
  }
  .advanced-ai > .flex-rows .editorial-content .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 780px) {
  .advanced-ai > .flex-rows .editorial-content {
    padding-right: 0;
  }
  .advanced-ai > .flex-rows .editorial-content > header {
    text-align: center;
    padding-bottom: 32px;
  }
  .advanced-ai > .flex-rows .editorial-content .grid > div {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .advanced-ai > .flex-rows .image {
    min-width: 100%;
    margin-top: 32px;
  }
}

.three-steps > header {
  text-align: center;
}
.three-steps > .editorial-content {
  column-gap: 3em;
}
.three-steps > .editorial-content > div h2,
.three-steps > .editorial-content > div h4 {
  text-align: center;
}
.three-steps > .editorial-content > div .image-frame {
  padding: 24px;
  justify-content: center;
}
.three-steps > .editorial-content > div .image-frame img {
  width: auto;
  height: 190px;
}
@media screen and (max-width: 1200px) {
  .three-steps > .editorial-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .three-steps > .editorial-content > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .three-steps > .editorial-content > div .capital-number {
    font-size: 2.2em;
    text-align: left;
  }
  .three-steps > .editorial-content > div h4 {
    text-align: left;
  }
  .three-steps > .editorial-content > div .image-frame {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .three-steps > .editorial-content > div .image-frame img {
    max-width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .three-steps > .editorial-content > div {
    flex-direction: column;
    max-width: 720px;
  }
  .three-steps > .editorial-content > div .content {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .use-cases .image-frame {
    width: 100%;
    height: 238px;
  }
  .use-cases .image-frame img {
    position: absolute;
    top: 0;
    left: -50%;
    transform: translatex(50%);
  }
}

.pricing > header {
  text-align: center;
}
.pricing .price-plan {
  padding: 32px;
  text-align: center;
}
.pricing .price-plan .plan-price {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 2em auto 8px auto;
  font-weight: 800;
}
.pricing .price-plan .plan-price .currency {
  font-size: 42px;
  line-height: 56px;
}
.pricing .price-plan .plan-price .value {
  font-size: 60px;
  line-height: 56px;
}
.pricing .price-plan .payment-frequency {
  color: #7A768B;
  font-size: 20px;
}
.pricing .price-plan .plan-description,
.pricing .price-plan .plan-details {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.pricing .price-plan .plan-description {
  max-width: 280px;
}
.pricing .price-plan .plan-details {
  max-width: 210px;
  text-align: left;
  margin-bottom: 32px;
}
.pricing .price-plan .plan-selection {
  margin-top: auto;
}

.media-viewer {
  border-radius: 8px;
  background-color: #AFABC2;
  overflow: hidden;
}
.media-viewer video,
.media-viewer img {
  display: block;
  width: 100%;
  height: auto;
}
.media-viewer .enhanced-original-toggle {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px 6px 8px;
  min-height: 32px;
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
}
.media-viewer .menu-tabs {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
}
.media-viewer .menu-tabs > .menu-tab {
  font-size: 15px;
  min-height: 32px;
  background-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.75) !important;
}
.media-viewer .menu-tabs > .menu-tab i {
  display: none;
}
.media-viewer .menu-tabs > .menu-tab.active {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.5);
}
.media-viewer .menu-tabs > .menu-tab.active i {
  display: block;
  color: #FFF !important;
}
.media-viewer .menu-tabs > .menu-tab:hover {
  color: #FFF !important;
}

.media-tools {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.media-timeline-viewer {
  height: 80px;
  position: relative;
}
.media-timeline-viewer .segment-selection {
  box-shadow: inset 0 0 0 3px #4314FF;
  border-radius: 8px;
  height: 55px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.media-timeline-viewer .segment-selection .handle-left,
.media-timeline-viewer .segment-selection .handle-right {
  width: 12px;
  height: calc(100% - 16px);
  background-color: #4314FF;
  position: absolute;
  top: 8px;
  cursor: pointer;
}
.media-timeline-viewer .segment-selection .handle-left:before,
.media-timeline-viewer .segment-selection .handle-right:before {
  display: block;
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  border-radius: 6px;
  background-color: #FFF;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -1px;
}
.media-timeline-viewer .segment-selection .handle-left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  left: -10px;
}
.media-timeline-viewer .segment-selection .handle-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  right: -10px;
}
.media-timeline-viewer .sound-chart {
  height: 55px;
  border-radius: 8px;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 580px) {
  .try-xound .button-mega {
    width: 416px;
  }
}
.try-xound .testimonials {
  margin-top: 8em;
}
@media screen and (max-width: 720px) {
  .try-xound .file-upload {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .try-xound .file-upload > .button-mega, .try-xound .file-upload > div {
    width: 100%;
    margin-bottom: 12px !important;
    text-align: center;
  }
  .try-xound .list-icons {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.app-preview {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .app-preview {
    flex-flow: column nowrap;
  }
}
.app-preview .app-viewer,
.app-preview .app-sidebar {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  padding: 18px;
}
.app-preview .app-viewer {
  width: calc(100% - 332px);
  margin-right: 12px;
}
@media screen and (max-width: 800px) {
  .app-preview .app-viewer {
    width: 100%;
  }
}
.app-preview .app-viewer > header {
  padding-bottom: 20px;
}
.app-preview .app-viewer > header .media-file-name {
  font-size: 18px;
  font-weight: 600;
}
.app-preview .app-viewer .media-tools {
  margin: 16px 0;
}
.app-preview .app-sidebar {
  width: 320px;
}
@media screen and (max-width: 800px) {
  .app-preview .app-sidebar {
    width: 100%;
  }
}
.app-preview .app-sidebar > header {
  text-align: center;
  padding: 1.5em 0 2em 0;
}
.app-preview .app-sidebar > header p {
  font-size: 1.1em;
  color: #7A768B;
}
.app-preview .purchase-options > .box {
  margin-bottom: 12px;
  padding: 0.75em;
}
.app-preview .purchase-options > .box > header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75em;
}
.app-preview .purchase-options > .box > header .total-selected-length {
  color: #AFABC2;
}
.app-preview .purchase-options > .box > header h5 {
  font-size: 17px;
}
.app-preview .purchase-options > .box:has(input:checked) {
  outline: 2px solid #AB96FF;
}
.app-preview .purchase-options > footer {
  margin-top: 2em;
}
.app-preview .purchase-option {
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  border: 2px solid #EDECF2;
  padding: 0.75em 0.65em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.app-preview .purchase-option.hover:not(.active) {
  border: 2px solid #EDECF2;
}
.app-preview .purchase-option.hover:not(.active):hover {
  border-color: #AFABC2;
  transition: border-color 0.2s ease-out;
}
.app-preview .purchase-option.input {
  min-height: 42px;
  padding: 4px;
}
.app-preview .purchase-option.active {
  border-color: #4314FF;
}
.app-preview .purchase-option.selected {
  border-color: #8ED144;
}
.app-preview .purchase-option.selected:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  color: #8ED144;
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-weight: 800;
  font-size: 80%;
}
.app-preview .purchase-option .purchase-price {
  font-weight: 700;
  color: #2A2831;
  font-size: 20px;
}
.app-preview .purchase-option .input-radio {
  margin-bottom: 0;
}
.app-preview .purchase-option .input-radio label[for] {
  font-size: 18px;
  color: #2A2831;
  font-weight: 400;
}
.app-preview .purchase-option .input-radio label[for] span {
  font-size: 75%;
  color: #AFABC2;
  transform: translatey(1px);
  margin-left: 2px;
}
.app-preview .purchase-option .input-radio label[for]:before {
  border-radius: 6px;
}
.app-preview .purchase-option .input-radio input[type=radio]:checked + label[for]:before {
  border-width: 2px;
  border-color: #4314FF;
  background-color: #4314FF;
}
.app-preview .purchase-option .input-radio input[type=radio]:checked + label[for]:after {
  font-family: "Font Awesome 6 Pro";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  content: "\f00c";
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  color: #F685FF;
  font-size: 14px;
}
.app-preview .purchase-option:hover {
  border-color: #EDECF2;
}
.app-preview .purchase-option + .purchase-option {
  margin-top: 8px;
}

.preloading-screen {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8em;
  text-align: center;
}
.preloading-screen h3 {
  display: block;
  margin: 80px 0;
  font-weight: 100;
  letter-spacing: -1px;
  text-align: center;
}
.preloading-screen h3 .stripe-logo {
  margin: 0 6px;
}
.preloading-screen h3 .stripe-logo img {
  transform: translatey(8px);
}
.preloading-screen video {
  margin: 0 auto;
}
.preloading-screen .box {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  width: 530px;
  margin: 0 auto;
}
.preloading-screen .box p {
  color: #7A768B;
  font-size: 19px;
  font-weight: 400;
}
.preloading-screen .box p i {
  font-size: 80%;
  color: #AFABC2;
  transform: translatey(-1px);
}
.preloading-screen .box p.powered-by-stripe {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  margin-left: 30px;
}
.preloading-screen .box p.powered-by-stripe .stripe-logo {
  height: 18px;
  margin-left: 3px;
}
.preloading-screen .box p.powered-by-stripe .stripe-logo img {
  display: block;
  width: auto;
  height: 18px;
  transform: translatey(1px);
}

/* END:  Layout Styles */
/* START:  Pen Specific Styles */
[data-hotspot-section]:not(.active) {
  display: none;
}

/* END:  Pen Specific Styles */
::part(region) {
  box-shadow: inset 0 0 0 3px #4314FF;
  border-radius: 8px;
}

::part(region-handle-right) {
  border-right-width: 0px !important;
}

::part(region-handle-left) {
  border-left-width: 0px !important;
  width: 12px !important;
  height: calc(100% - 16px) !important;
  background-color: #4314FF;
  position: absolute !important;
  top: 8px !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  left: -10px !important;
}

::part(region-handle-right) {
  border-left-width: 0px !important;
  width: 12px !important;
  height: calc(100% - 16px) !important;
  background-color: #4314FF;
  position: absolute !important;
  top: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  right: -10px !important;
}

::part(region-handle-left):before, ::part(region-handle-right):before {
  display: block;
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  border-radius: 6px;
  background-color: #FFF;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -1px;
}

/*# sourceMappingURL=styles.css.map*/