@font-face {
  font-family: Ppformula;
  src: url('../fonts/PPFormula-NarrowBold.woff2') format("woff2"), url('../fonts/PPFormula-NarrowBold.woff') format("woff"), url('../fonts/PPFormula-NarrowBold.ttf') format("truetype"), url('../fonts/PPFormula-NarrowBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-Regular.woff2') format("woff2"), url('../fonts/PPMori-Regular.eot') format("embedded-opentype"), url('../fonts/PPMori-Regular.woff') format("woff"), url('../fonts/PPMori-Regular.ttf') format("truetype"), url('../fonts/PPMori-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-ExtraBold.eot') format("embedded-opentype"), url('../fonts/PPMori-ExtraBold.woff') format("woff"), url('../fonts/PPMori-ExtraBold.ttf') format("truetype"), url('../fonts/PPMori-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chaney;
  src: url('../fonts/CHANEY-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --vivid-purple: #7e1963;
  --deep-purple: #580950;
}

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

body {
  color: var(--vivid-purple);
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  color: var(--deep-purple);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ppmori, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 3.5rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 700;
}

.gradient-wrapper {
  z-index: -2;
  opacity: .5;
  filter: blur(240px);
  min-height: 90vh;
  position: fixed;
  inset: 0%;
}

.circle-outline-1 {
  z-index: -1;
  opacity: .75;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  position: absolute;
}

.circle-outline-1._1 {
  background-color: #fff;
  top: -25%;
  left: 1%;
}

.circle-outline-1._2 {
  background-color: #f4f0ed;
  inset: -25% -10% auto auto;
}

.circle-outline-1._4 {
  background-color: #ecded4;
  inset: auto -10% -25% auto;
}

.circle-outline-1._3 {
  background-color: #fff;
  inset: auto auto -39% -4%;
}

.circle-outline-1.hide {
  display: none;
}

.section-padded {
  z-index: 1;
  min-height: 80vh;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.section-padded.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-padded._100vh {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-padded._100vh.hide, .section-padded.hide {
  display: none;
}

.max-width-medium {
  max-width: 32rem;
}

.max-width-medium.align-center {
  margin-left: auto;
  margin-right: auto;
}

.display-h1 {
  color: var(--vivid-purple);
  letter-spacing: -.03em;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 4.5rem;
}

.display-h1.justify-center {
  text-align: center;
}

.large-text {
  color: #72607a;
  text-align: left;
  letter-spacing: -.01em;
  font-size: 18px;
  line-height: 135%;
}

.highlight {
  color: #e60f70;
}

.highlight.with-lines {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  height: 6rem;
  margin-bottom: -3rem;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  overflow: visible;
}

.container-text {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-text.narrow {
  z-index: 2;
  max-width: 32rem;
}

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

.hero-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.flex-vertical {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.flex-vertical.center.z-over {
  z-index: 300000;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.margin-bottom.margin-xlarge {
  margin-bottom: 4rem;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

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

.padding-section-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.text-lg {
  color: var(--deep-purple);
  font-size: 1.2rem;
  line-height: 1.8rem;
}

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

.text-lg.white {
  color: #f5d5ec;
}

.text-lg.text-color-purple {
  color: var(--vivid-purple);
}

.container-bg {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-bg.hide {
  display: none;
}

.opacity-20 {
  opacity: .2;
}

.layout1_image-wrapper {
  object-fit: contain;
  border-radius: 30px;
  width: 100%;
  max-width: 1440px;
  margin: 24px auto;
  overflow: hidden;
}

.layout1_image-wrapper.no-round {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.overline {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.overline.green {
  color: #54ad5c;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-image {
  z-index: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-image.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-image.hide {
  display: none;
}

.body {
  background-color: #f8d7d7;
}

.circle {
  opacity: 1;
  background-color: #fff;
  border-radius: 100%;
  width: 32rem;
  height: 32rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._1 {
  background-color: #fff;
  top: -25%;
  left: 1%;
}

.circle._2 {
  background-color: #f1e4f1;
  inset: -25% -10% auto auto;
}

.circle._4 {
  background-color: #d39091;
  inset: auto -10% -25% auto;
  transform: scale(1.5);
}

.circle._3 {
  background-color: #fff;
  inset: auto auto -39% -4%;
}

.circle.gradient {
  opacity: .15;
  filter: hue-rotate(122deg);
  background-image: url('../images/giphy-gradient2.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-2 {
  z-index: -1;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  margin-left: 5rem;
}

.circle-2._1 {
  background-color: #fff;
  top: -25%;
  left: 1%;
}

.circle-2._2 {
  background-color: #f4f0ed;
  inset: -25% -10% auto auto;
}

.circle-2._4 {
  background-color: #ecded4;
  inset: auto -10% -25% auto;
}

.circle-2._3 {
  background-color: #fff;
  inset: auto auto -39% -4%;
}

.circle-2.gradient {
  opacity: .15;
  background-image: url('../images/giphy-gradient.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.container-bg-2 {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-bg-3 {
  z-index: -1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-3 {
  z-index: -1;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  margin-right: 5rem;
}

.circle-3._1 {
  background-color: #fff;
  top: -25%;
  left: 1%;
}

.circle-3._2 {
  background-color: #f4f0ed;
  inset: -25% -10% auto auto;
}

.circle-3._4 {
  background-color: #ecded4;
  inset: auto -10% -25% auto;
}

.circle-3._3 {
  background-color: #fff;
  inset: auto auto -39% -4%;
}

.circle-3.big {
  z-index: -30;
  opacity: 1;
  margin-bottom: 50%;
  transform: scale(1.5);
}

.circle-3.big.blur {
  opacity: .5;
  filter: blur(30px);
}

.circle-3.big.hide {
  display: none;
}

.circle-3.gradient {
  opacity: .2;
  filter: hue-rotate(122deg);
  background-image: url('../images/giphy-gradient2.gif');
  background-position: 0 0;
  background-size: auto;
}

.image-70vh {
  object-fit: cover;
  width: 100%;
  min-height: 70vh;
}

.button-right-icon {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bb0061;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem 1rem 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon:hover {
  background-color: #471155;
  transform: scale(1.05);
}

.button-right-icon:active {
  background-color: #160042;
}

.button-right-icon:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.body-button-normal {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.icon-right {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  display: flex;
}

.icon-right.hide {
  display: none;
}

.display-hero {
  text-align: center;
  letter-spacing: -.02em;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 2rem;
  font-family: Chaney, sans-serif;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 6.5rem;
}

.display-hero.justify-center {
  text-align: center;
}

.display-hero._2 {
  background-image: linear-gradient(130deg, #e4bfc0, #d1b1c9);
  margin-bottom: 0;
  font-size: 10rem;
  line-height: 10rem;
}

.shape-8 {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-6 {
  background-color: #f1f5e4;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-3 {
  background-color: #a7d6c0;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.shape-1 {
  opacity: .7;
  background-color: #db5d56;
  border-radius: 999em;
  width: 160em;
  height: 160em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -126em;
  left: 0;
  right: 0;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.blending-group-wrapper {
  z-index: 1;
  opacity: .5;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.shape-2 {
  background-color: #e8edd6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.ultra-gradient-wrapper {
  z-index: -1;
  opacity: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.top-logo {
  max-width: 200px;
}

.top-logo.center {
  margin-left: auto;
  margin-right: auto;
}

.image-cover-sq {
  object-fit: cover;
}

.padding-vertical {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.gallery-lightbox {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .1s ease-in-out;
  overflow: hidden;
}

.gallery-lightbox:hover {
  transform: scale(1.05);
}

.gallery-lightbox.maxw-700 {
  max-width: 700px;
}

.gallery-lightbox.maxw-700:hover {
  transform: none;
}

.gallery-lightbox-small {
  width: 100%;
  transition: all .1s ease-in-out;
}

.gallery-lightbox-small:hover {
  transform: scale(1.05);
}

.gallery-lightbox-small.up {
  transform: translate(0, -100px);
}

.gallery-lightbox-small.up:hover {
  transform: scale(1.05)translate(0, -100px);
}

.gallery-lightbox-small.down {
  transform: translate(0, 100px);
}

.gallery-lightbox-small.down:hover {
  transform: scale(1.05)translate(0, 100px);
}

.gallery-three-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.gallery-image-side {
  border-radius: 20px;
  height: 400px;
  overflow: hidden;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

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

.image-cover.left-align {
  object-position: 30% 50%;
}

.gallery-image-x-tall {
  height: 550px;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-images {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.faded-text {
  color: #7e196333;
}

.heading {
  font-family: Ppmori, sans-serif;
  font-weight: 800;
}

.heading.text-color-purple {
  color: var(--vivid-purple);
  letter-spacing: .5px;
  line-height: 3.5rem;
}

.container-bg-full {
  z-index: -2;
  background-color: #1c1127;
  background-image: radial-gradient(circle, #2e0b38, #571144 8%, #fff0 46%);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-bg-full.hide {
  display: none;
}

.circle-dark1 {
  z-index: -1;
  opacity: .5;
  background-color: #000;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

.circle-dark1._1 {
  background-color: #fff;
  top: -25%;
  left: 1%;
}

.circle-dark1._2 {
  background-color: #f4f0ed;
  inset: -25% -10% auto auto;
}

.circle-dark1._4 {
  background-color: #ecded4;
  inset: auto -10% -25% auto;
}

.circle-dark1._3 {
  background-color: #fff;
  inset: auto auto -39% -4%;
}

.padding-section-narrow {
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dark-box {
  background-image: linear-gradient(162deg, #230925, #3b8173e8);
  border-radius: 20px;
  padding: 40px;
  overflow: hidden;
}

.text-color-white {
  color: #f5d5ec;
}

.heading-2, .heading-3, .text-span, .heading-4, .heading-5, .heading-6, .heading-7 {
  color: var(--vivid-purple);
}

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

.text-center.hover {
  transition: all .1s;
}

.text-center.hover:hover {
  transform: scale(1.05);
}

.bg-video {
  z-index: -3;
  opacity: .2;
  background-image: linear-gradient(#ffadad99, #ffadad99);
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg-video.hide {
  display: none;
}

.ths12-cta-links-wrapper {
  grid-column-gap: 100px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 100px;
}

.ths12-overlay-5 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-overlay-4 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-heading-h1 {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.ths12-heading-h1.ths12-margin-left {
  margin-left: 40px;
}

.ths12-overlay-2 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-overlay-1 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-hero-section {
  z-index: -4;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.ths12-wrapper {
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1234px;
  display: flex;
  position: relative;
}

.ths12-overlay-3 {
  z-index: 5;
  background-image: linear-gradient(135deg, #ed426433, #cab37480), url('../images/ths12_bg_mesh_gradient_3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.ths12-cta-link {
  color: #fff;
  letter-spacing: .5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.ths12-link-line-wrapper {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.ths12-link-hover-line {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.ths12-heading-h1-span {
  border-bottom: 2px solid #ffedbc33;
}

.ths12-heading-h1-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ths12-heading-bg-circle {
  border: 1px solid #ffedbc33;
  border-right-width: 3px;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
}

.intro-banner {
  z-index: -4;
  opacity: 1;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.gradient-text {
  background-color: var(--vivid-purple);
  text-align: center;
  letter-spacing: -.02em;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#753c6687, #753c6687), url('../images/ezgif-4-d5bd2563d8.gif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Chaney, sans-serif;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 6.5rem;
}

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

.gradient-text._2 {
  background-image: linear-gradient(130deg, #e4bfc0, #d1b1c9);
  margin-bottom: 0;
  font-size: 10rem;
  line-height: 10rem;
}

.gradient-text.huge {
  opacity: .75;
  font-size: 8rem;
  line-height: 7rem;
}

.gradient-text.huge.mob {
  display: none;
}

.max-width-small {
  max-width: 26rem;
}

.max-width-small.align-center {
  margin-left: auto;
  margin-right: auto;
}

.divider {
  background-color: #25020e26;
  height: 2px;
}

.divider._2rem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.center-image {
  z-index: -5;
  filter: brightness(400%) grayscale();
  max-width: 12rem;
  position: absolute;
}

.center-image.blur {
  z-index: -6;
  filter: hue-rotate(266deg) blur(8px);
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.canvas-container {
  z-index: -5;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.canvas-container.hide {
  display: none;
}

.image-wrapper {
  z-index: -5;
  position: fixed;
  inset: 0%;
}

.text-color-purple {
  color: var(--vivid-purple);
}

.text-color-purple.no-top-margin {
  margin-top: 0;
}

.circle-outline-large {
  z-index: -1;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60rem;
  height: 60rem;
}

.circle-outline-large._1 {
  background-color: #fff;
  top: -25%;
  left: 1%;
}

.circle-outline-large._2 {
  background-color: #f4f0ed;
  inset: -25% -10% auto auto;
}

.circle-outline-large._4 {
  background-color: #ecded4;
  inset: auto -10% -25% auto;
}

.circle-outline-large._3 {
  background-color: #fff;
  inset: auto auto -39% -4%;
}

.circle-filled {
  z-index: -1;
  opacity: .75;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 28rem;
  height: 28rem;
  position: absolute;
}

.circle-filled._1 {
  background-color: #fff;
  top: -25%;
  left: 1%;
}

.circle-filled._2 {
  background-color: #f4f0ed;
  inset: -25% -10% auto auto;
}

.circle-filled._4 {
  background-color: #ecded4;
  inset: auto -10% -25% auto;
}

.circle-filled._3 {
  background-color: #fff;
  inset: auto auto -39% -4%;
}

.circle-filled.gradient {
  opacity: .15;
  filter: hue-rotate(21deg);
  background-image: url('../images/giphy-gradient.gif');
  background-position: 0 0;
  background-size: auto;
  border-style: none;
}

.background-gradient {
  z-index: -1;
  opacity: .7;
  background-image: linear-gradient(#ff794e, #fdbf58 27%, #f5e0b3);
  position: fixed;
  inset: 0%;
}

.background-gradient.hide {
  display: none;
}

.section-large-2 {
  padding: 120px 5%;
  position: relative;
}

.feature-outline-s {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 16px;
  align-items: stretch;
  padding: 24px;
  transition: all .3s;
  display: flex;
}

.feature-outline-s:hover {
  box-shadow: 0 24px 64px #58095040;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.feature-image-s {
  background-color: #f5f5f5;
  border-radius: 8px;
  flex: none;
  width: 128px;
  height: 128px;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular.text-color-gray-500 {
  color: #666;
}

.heading-wrap-l {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: grid;
}

.wrap-v-between {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrap-v-x-small {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.overline-2 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.button-link {
  grid-column-gap: 8px;
  color: var(--deep-purple);
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.h6-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-8 {
  color: var(--vivid-purple);
}

.t-h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.t-social-media-title-wrapper {
  text-align: center;
  max-width: 540px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.t-social-media-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.t-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.t-social-media-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.t-container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.t-social-media-image-outline {
  border: 1px solid #e0e3de;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 486px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.t-social-media-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.t-section-white {
  background-color: #fff;
  padding: 120px 5%;
  position: relative;
}

.t-social-media-image-wrapper-small {
  border-radius: 8px;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.t-social-media-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.layout1_image-wrapper-2 {
  object-fit: contain;
  border-radius: 30px;
  width: 100%;
  max-width: 940px;
  margin: 24px auto;
  overflow: hidden;
}

.layout1_image-wrapper-2.no-round {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.text-caption {
  padding-top: 3px;
  padding-bottom: 3px;
  font-style: italic;
}

.header-gradient {
  z-index: 1;
  opacity: .75;
  filter: hue-rotate(135deg);
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -5px)rotate(180deg);
}

.wrapper-header {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.background-gradient-overlay {
  z-index: -1;
  opacity: .3;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
  transform: scale(2);
}

.scale-up {
  transform: scale(2);
}

.header-gradient-static {
  z-index: -1;
  opacity: 1;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

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

.gallery-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.gallery-image-2 {
  border-radius: 20px;
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .gradient-wrapper {
    filter: blur(180px);
  }

  .hero-container {
    grid-column-gap: 0px;
    grid-row-gap: 56px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

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

  .layout1_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .layout1_component.right {
    flex-direction: column-reverse;
  }

  .display-hero, .display-hero._2 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .gallery-image-side {
    height: 240px;
  }

  .gallery-image-x-tall {
    height: 440px;
  }

  .container-images {
    display: none;
  }

  .gradient-text, .gradient-text._2 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .gradient-text.huge {
    font-size: 5.4rem;
    line-height: 5rem;
  }

  .circle-outline-large {
    width: 50rem;
    height: 50rem;
  }

  .heading-wrap-l {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .grid-two-column, .t-social-media-grid {
    grid-template-columns: 1fr;
  }

  .gallery-image-2 {
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .section-padded.hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .display-h1 {
    margin-bottom: 21px;
    font-size: 3.4rem;
    line-height: 3.75rem;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-container {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
  }

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

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

  .layout1_component {
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout1_component.right {
    flex-direction: column-reverse;
    display: flex;
  }

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

  .image-70vh {
    object-fit: cover;
    min-height: 300px;
  }

  .display-hero {
    background-image: linear-gradient(130deg, #c7306f, #ff9a34);
    margin-bottom: 21px;
    font-size: 4rem;
    line-height: 4rem;
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .blending-group-wrapper, .main-shapes-wrapper {
    filter: blur(80px);
  }

  .gallery-three-grid {
    grid-template-columns: 1fr;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .gradient-text {
    margin-bottom: 21px;
    font-size: 4rem;
    line-height: 4rem;
  }

  .gradient-text.huge {
    display: none;
  }

  .gradient-text.huge.mob {
    line-height: 4.4rem;
    display: block;
  }

  .circle-outline-large {
    width: 30rem;
    height: 30rem;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .h6-heading {
    font-size: 28px;
  }

  .t-h2-heading {
    font-size: 44px;
  }

  .t-social-media-card-small {
    flex-direction: column;
  }

  .t-section-white {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-gradient-static {
    top: 10%;
    transform: scale(2);
  }

  .gallery-grid-2 {
    grid-template-columns: 1fr;
  }
}

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

  ul, ol {
    padding-left: 20px;
  }

  .section-padded {
    min-height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-padded.hero {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .max-width-medium {
    max-width: 19rem;
  }

  .display-h1 {
    letter-spacing: -.01em;
    margin-bottom: 21px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .large-text {
    font-size: 16px;
    line-height: 24px;
  }

  .highlight.with-lines {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 4.8rem;
  }

  .hero-container {
    display: flex;
  }

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

  .margin-bottom.margin-xlarge {
    margin-bottom: 1rem;
  }

  .padding-section-large {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-lg {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .container-bg {
    min-height: auto;
  }

  .layout1_image-wrapper {
    order: 1;
    width: 100%;
  }

  .layout1_image-wrapper.no-round {
    border-radius: 0;
  }

  .layout1_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout1_component.right {
    flex-direction: column-reverse;
  }

  .layout1_content {
    order: -1;
  }

  .section-image {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .circle-2.gradient {
    width: 15rem;
    height: 15rem;
  }

  .container-bg-3 {
    min-height: auto;
  }

  .circle-3 {
    width: 15rem;
    height: 15rem;
  }

  .image-70vh {
    min-height: 50vh;
  }

  .display-hero {
    letter-spacing: -.01em;
    margin-bottom: 21px;
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .display-hero._2 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .shape-4 {
    top: 30.7em;
  }

  .top-logo.center {
    max-width: 150px;
  }

  .gallery-three-grid {
    flex-direction: column;
    display: flex;
  }

  .gallery-image-x-tall {
    height: 250px;
    min-height: 250px;
  }

  .container-images {
    min-height: auto;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading.text-color-purple {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  .container-bg-full {
    min-height: auto;
  }

  .padding-section-narrow {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .gradient-text {
    letter-spacing: -.01em;
    margin-bottom: 21px;
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .gradient-text._2 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .gradient-text.huge {
    font-size: 4.2rem;
    line-height: 3.5rem;
    display: none;
  }

  .gradient-text.huge.mob {
    margin-top: 0;
    margin-bottom: -20px;
    font-size: 5rem;
    line-height: 3.9rem;
  }

  .max-width-small {
    max-width: 16rem;
  }

  .text-color-purple {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .text-color-purple.no-top-margin {
    margin-top: 10px;
  }

  .circle-outline-large {
    width: 20rem;
    height: 20rem;
  }

  .circle-filled {
    width: 18rem;
    height: 18rem;
  }

  .feature-outline-s {
    flex-direction: column;
    align-items: flex-start;
  }

  .layout1_image-wrapper-2 {
    order: 1;
    width: 100%;
  }

  .layout1_image-wrapper-2.no-round {
    border-radius: 0;
  }

  .header-gradient-static {
    inset: 10% 0% auto;
    transform: scale(3);
  }

  .gallery-grid-2 {
    flex-direction: column;
    display: flex;
  }
}

#w-node-d5e2a6a9-7803-b309-5e55-84297f6ecc26-a68d9a81 {
  order: 9999;
}

#w-node-_2e481243-f9bf-0784-efac-a5b7ff81ec8a-a68d9a81, #w-node-_2e481243-f9bf-0784-efac-a5b7ff81ec8d-a68d9a81, #w-node-_2e481243-f9bf-0784-efac-a5b7ff81ec90-a68d9a81, #w-node-_0f279ea5-e80f-5649-df55-d43ee009daad-a68d9a81, #w-node-_0f279ea5-e80f-5649-df55-d43ee009dab2-a68d9a81, #w-node-_2e481243-f9bf-0784-efac-a5b7ff81ec8a-5cd12b13, #w-node-_2e481243-f9bf-0784-efac-a5b7ff81ec8d-5cd12b13, #w-node-_2e481243-f9bf-0784-efac-a5b7ff81ec90-5cd12b13, #w-node-_0f279ea5-e80f-5649-df55-d43ee009daad-5cd12b13, #w-node-_0f279ea5-e80f-5649-df55-d43ee009dab2-5cd12b13, #w-node-_1f45eaf1-89a6-0ec6-1ae9-1b841de06d60-5cd12b13, #w-node-_1f45eaf1-89a6-0ec6-1ae9-1b841de06d63-5cd12b13, #w-node-_1f45eaf1-89a6-0ec6-1ae9-1b841de06d66-5cd12b13, #w-node-_6a1ded76-bd81-9086-4ff8-a6fa80ef1500-5cd12b13, #w-node-_6a1ded76-bd81-9086-4ff8-a6fa80ef1509-5cd12b13, #w-node-_6a1ded76-bd81-9086-4ff8-a6fa80ef1511-5cd12b13, #w-node-cc900cbc-fabd-d196-df9f-5c074c704567-5cd12b13, #w-node-dc604791-73b2-d32d-3caf-2a96f30618d6-5cd12b13, #w-node-_1b3af9ff-2a7d-84e5-7fc4-af465b245dc9-5cd12b13, #w-node-dc604791-73b2-d32d-3caf-2a96f30618dc-5cd12b13, #w-node-_239f8823-105d-23ec-4e80-5513d1411295-5cd12b13, #w-node-_239f8823-105d-23ec-4e80-5513d1411298-5cd12b13, #w-node-_239f8823-105d-23ec-4e80-5513d141129b-5cd12b13, #w-node-_040fa1d0-34b0-d29b-57ca-6158c62a37cd-5cd12b13, #w-node-_040fa1d0-34b0-d29b-57ca-6158c62a37d0-5cd12b13, #w-node-_040fa1d0-34b0-d29b-57ca-6158c62a37d3-5cd12b13, #w-node-cd12522b-8fa9-ebb5-8236-39e583f11253-5cd12b13, #w-node-cd12522b-8fa9-ebb5-8236-39e583f11260-5cd12b13, #w-node-cd12522b-8fa9-ebb5-8236-39e583f1126d-5cd12b13, #w-node-cd12522b-8fa9-ebb5-8236-39e583f1127a-5cd12b13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5e2a6a9-7803-b309-5e55-84297f6ecc26-5cd12b13 {
  order: 9999;
}

@media screen and (max-width: 767px) {
  #w-node-_97394120-1c9f-962c-235e-1e406b75f81b-a68d9a81, #w-node-d5e2a6a9-7803-b309-5e55-84297f6ecc2d-a68d9a81, #w-node-_97394120-1c9f-962c-235e-1e406b75f81b-5cd12b13, #w-node-d5e2a6a9-7803-b309-5e55-84297f6ecc2d-5cd12b13 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Ppformula';
  src: url('../fonts/PPFormula-NarrowBold.woff2') format('woff2'), url('../fonts/PPFormula-NarrowBold.woff') format('woff'), url('../fonts/PPFormula-NarrowBold.ttf') format('truetype'), url('../fonts/PPFormula-NarrowBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-Regular.woff2') format('woff2'), url('../fonts/PPMori-Regular.eot') format('embedded-opentype'), url('../fonts/PPMori-Regular.woff') format('woff'), url('../fonts/PPMori-Regular.ttf') format('truetype'), url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-ExtraBold.eot') format('embedded-opentype'), url('../fonts/PPMori-ExtraBold.woff') format('woff'), url('../fonts/PPMori-ExtraBold.ttf') format('truetype'), url('../fonts/PPMori-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chaney';
  src: url('../fonts/CHANEY-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}