:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-neutral--white: #fff;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --text-color--gray-950: #0f0f0f;
  --text-color--gray-25: #fafafa;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --text-color--gray-50: #e0e0e0;
  --text-color--gray-600: #635f5f;
  --text-color--gray-100: lightgrey;
  --text-color--gray-700: #3d3c3c;
  --text-color--gray-200: #bebbbb;
  --base-color-brand--blue: #4141a3;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue-200: #b8b8f0;
  --base-color-brand--blue-dark: #080331;
  --color: #4141a3;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

body {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.06em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1875;
}

h2 {
  letter-spacing: -.06em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.10714;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.heading-style-h3.is-why-us {
  color: #0f0f0f;
  letter-spacing: -.03em;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.11111;
}

.heading-style-h3.is-why-us.is-build-heading {
  text-transform: capitalize;
  width: 100%;
  max-width: 20rem;
  font-size: 2rem;
}

.heading-style-h3.is-why-us.is-hassle-heading {
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  max-width: 20rem;
  font-size: 2.1875rem;
  line-height: 1;
}

.heading-style-h3.is-why-us.is-white-clr {
  color: #fff;
}

.heading-style-h3.is-why-us.is-white-clr.is-cap {
  font-size: 2.1875rem;
  line-height: 1;
}

.heading-style-h3.is-why-us.is-cap {
  text-transform: capitalize;
  font-size: 2.25rem;
}

.heading-style-h3.is-footer {
  letter-spacing: -.03em;
  text-transform: capitalize;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.12;
}

.heading-style-h1 {
  color: #fafafa;
  letter-spacing: -.06em;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1875;
}

.heading-style-h1.is-about-hero {
  align-self: center;
}

.heading-style-h1.artist-hero {
  width: 100%;
  max-width: 28rem;
}

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

.padding-global.padding-section-large.about-hero {
  padding-top: 12.0388rem;
  padding-bottom: 10rem;
}

.padding-global.padding-section-large.hero {
  padding-top: 13rem;
  padding-bottom: 14rem;
}

.padding-global.padding-section-medium.is-bottom-padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-global.padding-section-medium.is-top-padding {
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}

.padding-global.padding-section-medium.is-process {
  padding-bottom: 9.375rem;
}

.padding-global.padding-section-medium.is-ready {
  padding-top: 0;
}

.padding-global.padding-section-small.is-mechanic {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}

.padding-global.padding-section-small.is-client-logos {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.padding-global.padding-section-small.is-client-logos._2 {
  margin-bottom: 6.25rem;
}

.padding-global.padding-section-footer {
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.text-size-regular {
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.625;
}

.text-size-regular.is-max-width {
  max-width: 31.875rem;
  margin-top: .5rem;
}

.text-size-regular.is-popup-about {
  color: #0f0f0f;
  font-weight: 600;
}

.text-size-regular.is-popup-paragraph {
  color: #3d3c3c;
}

.text-size-regular.text-color-grey-700.mt-8.is-maxwidth {
  width: 100%;
  max-width: 31.75rem;
}

.text-size-regular.text-color-grey-700.is-trust {
  white-space: nowrap;
  font-weight: 400;
}

.text-size-regular.text-color-grey-700.is-margin {
  margin-top: .5rem;
}

.text-size-regular.text-color-grey-100.is-about-text {
  padding-top: .5rem;
  font-family: Poppins, sans-serif;
}

.text-size-regular.text-color-grey-100.artis {
  width: 38ch;
}

.text-size-regular.text-color-grey-100.is-max-width {
  max-width: 30rem;
}

.text-size-regular.text-color-grey-100.is-max-width.is-font {
  max-width: 33rem;
  font-family: Poppins, sans-serif;
}

.text-size-regular.text-color-grey-100.is-poppins {
  font-family: Poppins, sans-serif;
}

.text-size-regular.text-color-grey-100.is-margin {
  padding-top: 1.25rem;
}

.text-size-regular.mt-8 {
  margin-top: .5rem;
}

.text-size-regular.mt-8.is-grey {
  color: #3d3c3c;
}

.text-size-regular.mt-8.is-grey.process-text {
  width: 100%;
  max-width: 46.75rem;
}

.text-size-regular.is-ready {
  color: #3d3c3c;
  max-width: 25.875rem;
  margin-top: .5rem;
}

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

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

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

.text-size-large.is-trusted {
  font-size: 1.75rem;
  line-height: 1.42857;
}

.text-size-large.is-price-content {
  color: #0f0f0f;
  letter-spacing: -.06em;
  font-weight: 500;
  line-height: 1.16667;
}

.text-size-large.is-discount {
  color: #f1f1ff;
  letter-spacing: -.06em;
  font-weight: 500;
  line-height: 1.16667;
}

.heading-style-h2 {
  color: #000026;
  letter-spacing: -.06em;
  text-transform: capitalize;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.10714;
}

.heading-style-h2.performance-title {
  color: #111827;
  letter-spacing: -.03em;
  font-size: 3rem;
  line-height: 1.125;
}

.heading-style-h2.is-booking {
  color: #04042b;
}

.heading-style-h2.is-booking.is-popup {
  font-size: 1.5rem;
}

.heading-style-h2.is-footer {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 3rem;
  line-height: 1.125;
}

.heading-style-h2.is-process-title {
  width: 100%;
  max-width: 18.75rem;
}

.page-wrapper {
  overflow: clip;
}

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

.container-large.is-relative {
  z-index: 3;
  z-index: 3;
  position: relative;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #000026;
  border: 1px solid #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 2.8125rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.11111;
  text-decoration: none;
  display: flex;
}

.button:where(.w-variant-81f5f5aa-dcb9-ae0e-20ef-265dc395f83e) {
  color: #4141a3;
  background-color: #fff;
  border: 1px solid #4141a3;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button:where(.w-variant-a9b6cd16-4ced-7d35-9e59-ffdbc0297458) {
  background-color: #0000;
  border: 1px solid #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}

.button:hover {
  color: #000026;
  background-color: #fff;
  border: 1px solid #000026;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-form-submit {
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  border-radius: 1rem;
  padding: 1.125rem 4.375rem;
  font-size: 1.125rem;
  line-height: 1.11111;
}

.button.is-form-submit:hover {
  color: #000026;
}

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

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

.button.is-border-transparent {
  color: #6750a4;
  letter-spacing: 0;
  background-color: #0000;
  border: 1px solid #4141a3;
  padding: .875rem .5rem .875rem 1.8125rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button.pop-up-btn {
  background-color: #4141a3;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button.pop-up-btn:hover {
  color: #fff;
}

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

.button.is-icon.is-padding-large {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color--gray-25);
  padding: .75rem .75rem .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.button.is-icon.is-semibold {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color--gray-25);
  padding: .75rem .5rem .75rem 1.8125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.button.is-icon.is-footer {
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--gray-950);
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.button.is-icon.is-font-regular {
  letter-spacing: 0;
  padding-top: .875rem;
  padding-bottom: .875rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button.is-icon.is-purple {
  background-color: var(--base-color-neutral--white);
  color: #6750a4;
  letter-spacing: 0;
  border: 1px solid #4141a3;
  padding-top: .875rem;
  padding-bottom: .875rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button.is-nav {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-transform: uppercase;
  background-color: #4141a3;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.button.is-nav.hide-mobile-landscape {
  font-size: 1rem;
  line-height: 1.5;
}

.button.is-nav.hide-mobile-landscape:hover {
  color: #4141a3;
  background-color: #fff;
}

.button.is-nav.is-mob {
  display: none;
}

.button.is-primary {
  background-color: var(--text-color--gray-25);
  color: var(--text-color--gray-950);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-color: #fff;
  border-radius: 1rem;
  padding: 1.125rem 6.03125rem;
  font-size: 1.125rem;
  line-height: 1.11111;
}

.button.is-primary:hover {
  border-color: var(--text-color--gray-950);
  background-color: var(--text-color--gray-950);
  color: var(--text-color--gray-25);
}

.button.is-transparent {
  border: 1px solid var(--text-color--gray-25);
  letter-spacing: .02em;
  background-color: #0000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 2rem;
  font-size: 1.125rem;
  line-height: 1.11111;
}

.button.is-transparent:hover {
  border-color: #000026;
}

.button.is-footer-form {
  color: var(--text-color--gray-25);
  border: 1px solid #fff2f2;
  padding: .5rem .5rem .5rem 1.75rem;
}

.button.hero_form-submit {
  color: #0f0f0f;
  letter-spacing: normal;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: static;
}

.button.hero_form-submit:where(.w-variant-88e64c7e-f8bf-4f44-8071-26356b934b51) {
  color: #fff;
  background-color: #000;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.button.hero_form-submit:where(.w-variant-0e4c5c1a-0be0-3270-3601-1603a8d6de6b) {
  color: #6750a4;
  white-space: nowrap;
  border-color: #4141a3;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.button.hero_form-submit:where(.w-variant-6c02e9d8-5e65-daa6-2124-eba1b5f1332e) {
  color: #fafafa;
  letter-spacing: .02em;
  white-space: nowrap;
  background-color: #0000;
  border-color: #fff2f2;
  padding-top: .875rem;
  padding-bottom: .875rem;
  font-size: 1.125rem;
  line-height: 1.11111;
}

.button.hero_form-submit:where(.w-variant-0b5b4cc5-8dcf-7a1a-ec41-9e973526f962) {
  color: #0f0f0f;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.button.hero_form-submit:hover:where(.w-variant-0b5b4cc5-8dcf-7a1a-ec41-9e973526f962) {
  border-color: #0000;
}

.button.hero_form-submit.purple {
  color: #6750a4;
  white-space: nowrap;
  border-color: #4141a3;
}

.button.hero_form-submit.purple.is-padding {
  padding-top: .875rem;
  padding-bottom: .875rem;
  padding-left: 1.8125rem;
}

.button.hero_form-submit.black {
  color: #fff;
  background-color: #000;
}

.button.hero_form-submit.black.is-padding {
  padding-top: .875rem;
  padding-bottom: .875rem;
  padding-left: 1.8125rem;
}

.button.hero_form-submit.black.explore-btn {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-weight: 400;
}

.button.hero_form-submit.white {
  color: #0f0f0f;
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.button.hero_form-submit.white.text-clr {
  color: #4141a3;
  border-color: #4141a3;
}

.button.hero_form-submit.is-search-btn {
  white-space: nowrap;
  align-self: center;
  max-width: 10.8125rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: static;
}

.button.hero_form-submit.is-search-btn:hover {
  border-color: #0000;
}

.button.hero_form-submit.transparent {
  color: #fafafa;
  letter-spacing: .02em;
  white-space: nowrap;
  background-color: #0000;
  border-color: #fff2f2;
  padding-top: .875rem;
  padding-bottom: .875rem;
  font-size: 1.125rem;
  line-height: 1.11111;
}

.button.hero_form-submit.transparent.is-footer-form {
  max-width: 9.4375rem;
}

.hide {
  display: none;
}

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

.nav_component {
  z-index: 9999;
  background-color: #0000;
  width: 100%;
  padding: 1.9375rem 2.5rem 2rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(.1875rem);
  backdrop-filter: blur(.1875rem);
  background-color: #08086e99;
  border-radius: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.125rem 1.25rem;
  display: flex;
}

.nav_container:where(.w-variant-0f6d9954-9a37-2cf4-ec52-7d6fe7de5701) {
  background-color: #08086e38;
}

.nav_brand {
  z-index: 5;
  padding-top: 5px;
  padding-left: 0;
}

.nav_logo {
  max-width: 8.1875rem;
  height: auto;
}

.nav_menu_link {
  color: #fff;
  letter-spacing: -.02em;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625;
  transition: opacity .4s;
  display: flex;
}

.nav_menu_link:hover {
  opacity: .26;
}

.nav_menu_link.w--current {
  color: #fff;
  background-color: #4141a3;
}

.nav_button {
  z-index: 99999;
  padding: 0;
}

.section_home-hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.nav_fixed {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_menu-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.nav_menu-dropdown {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_menu-dropdown-toggle {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 1rem;
  font-weight: 600;
  line-height: 1.625;
  display: flex;
}

.nav_menu-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.home_hero-main-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home_hero-main-wrap.is-about {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 35rem;
  position: relative;
}

.home_hero-main-wrap.is-about.is-gap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.hero_tags-wrapper {
  grid-column-gap: .163125rem;
  grid-row-gap: .163125rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero_tag {
  color: #4141a3;
  letter-spacing: -.05em;
  text-transform: capitalize;
  background-color: #f1f1ff;
  border-radius: 2.125rem;
  padding: .5rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
}

.hero_tag.is-about {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff1f;
  background-image: url("https://cdn.prod.website-files.com/69f4d4cc378ccb47fd4e65f2/69f4d4cc378ccb47fd4e66cd_Frame%202147230367.webp");
  background-position: 50%;
  background-size: cover;
  position: relative;
}

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

.hero_form-block {
  z-index: 9999;
  width: 100%;
  min-width: 54.25rem;
  max-width: 54.25rem;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.hero_form {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 54.25rem;
  padding: 1.25rem;
  display: flex;
  box-shadow: inset 0 1px 2px #e0e0e0;
}

.hero_form-field {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--text-color--gray-50);
  background-color: #fafafa66;
  border-radius: 1.25rem;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding: .75rem 1rem .75rem 1.5rem;
  display: flex;
}

.hero_form-field::placeholder {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}

.hero_form-submit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-color-neutral--white);
  width: 100%;
  max-width: 10.8125rem;
  color: var(--text-color--gray-950);
  text-align: left;
  text-transform: uppercase;
  background-image: none;
  background-position-x: calc(100% - .5rem);
  background-repeat: repeat;
  background-size: auto;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .5rem .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: static;
  top: .25rem;
  bottom: .25rem;
  right: .25rem;
}

.search_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
}

.hero_content-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #d3d3d3;
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.625;
  display: flex;
}

.home_hero-elipse {
  z-index: 1;
  filter: blur(16px);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  background-color: #d9d9d903;
  width: 100%;
  max-width: 95.125rem;
  height: 73.25rem;
  position: absolute;
  inset: auto 0 -49.0625rem auto;
  -webkit-mask-image: url("https://cdn.prod.website-files.com/699570974dc8e4c134348deb/699ec64f5099c3d0a041bf76_Ellipse%202989%20(3).svg");
  mask-image: url("https://cdn.prod.website-files.com/699570974dc8e4c134348deb/699ec64f5099c3d0a041bf76_Ellipse%202989%20(3).svg");
}

.home_hero-elipse.is-artist {
  max-width: 45.4375rem;
  height: 26.25rem;
  inset: auto 0% -1% 13%;
  transform: rotate(22deg);
  -webkit-mask-image: url("https://cdn.prod.website-files.com/699570974dc8e4c134348deb/69ac1a8704959af663645c31_Ellipse%202989%20(3).svg");
  mask-image: url("https://cdn.prod.website-files.com/699570974dc8e4c134348deb/69ac1a8704959af663645c31_Ellipse%202989%20(3).svg");
}

.home_hero-elipse.is-about {
  z-index: 1;
  max-width: 54.125rem;
  height: 31.375rem;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0%;
  -webkit-mask-image: url("https://cdn.prod.website-files.com/699570974dc8e4c134348deb/69ac159b74da9485bff9f3ef_Ellipse%202989%20(2).svg");
  mask-image: url("https://cdn.prod.website-files.com/699570974dc8e4c134348deb/69ac159b74da9485bff9f3ef_Ellipse%202989%20(2).svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.section_why-us {
  overflow-x: clip;
}

.why_us-main-wraper {
  grid-column-gap: 4.125rem;
  grid-row-gap: 4.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why_us-main-wraper.is-left {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.section_title-main-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 43.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.eyebro {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-color--gray-600);
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eyebro.is-left-align {
  justify-content: flex-start;
  align-items: center;
}

.eyebro.is-white {
  color: #fff;
}

.eyebro-dot {
  background-color: #3737ba;
  border-radius: 50%;
  width: .625rem;
  height: .625rem;
}

.eyebro-dot.is-linear-gradient {
  background-color: #0000;
  background-image: linear-gradient(90deg, #9090ff, #4141a3);
}

.eyebro-dot.is-light {
  background-color: #a4a4c3;
}

.section_title-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_title-wrapper.hero-text-maxwidth {
  width: 100%;
  max-width: 35rem;
}

.heading_gradient-primary {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9090ff, #4141a3);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 4px;
  padding-right: 4px;
}

.heading_gradient-primary.is-different {
  background-image: linear-gradient(90deg, #fff, #9090ff 80%);
}

.why_us-card-main-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why_us-card-main-wrap.is-3colm {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.why_us-card-wrap {
  clip-path: inset(0 round 2.5rem);
  background-color: #f1f1ff;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.why_us-card-wrap.is-mid-card {
  background-color: #dcdcff;
  justify-content: flex-end;
  min-width: auto;
  max-width: 26.125rem;
  min-height: 34.4375rem;
  max-height: 34.4375rem;
}

.why_us-card-wrap.is-build-card {
  min-width: auto;
  max-width: 26.125rem;
  min-height: 34.4375rem;
  max-height: 34.4375rem;
}

.why_us-card-wrap.is-bg-img {
  background-image: url("https://cdn.prod.website-files.com/69f4d4cc378ccb47fd4e65f2/69f4d4cc378ccb47fd4e6674_0fef9a8b60c2c2d7a69df19102556271be337a86.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.25rem 1.875rem 2rem;
}

.why_us-card-wrap.is-bg-img.is-remove-height {
  background-image: url("https://cdn.prod.website-files.com/69f4d4cc378ccb47fd4e65f2/69f4d4cc378ccb47fd4e66dd_Frame%202147230355%20(1).webp");
  min-height: auto;
  max-height: none;
}

.why_us-card-wrap.register_block {
  background-color: #dcdcff;
  background-image: url("https://cdn.prod.website-files.com/69f4d4cc378ccb47fd4e65f2/69fa2817362c884debe2b4fd_Gig%20BG.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 2.5rem 1.875rem;
}

.why_us-content-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #270000;
  letter-spacing: -.02em;
  flex-flow: column;
  padding: 2.5rem 1.875rem;
  font-size: .8125rem;
  line-height: 1.61538;
  display: flex;
}

.why_us-content-wrap.is-mid-card {
  justify-content: space-between;
  height: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: relative;
}

.why_us-content-wrap.is-white-clr {
  z-index: 8;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  color: #fff;
  z-index: 8;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  padding: 0;
  position: relative;
}

.why_us-lebel-wrap {
  z-index: 2;
  grid-column-gap: .11375rem;
  grid-row-gap: .11375rem;
  margin-bottom: .625rem;
  display: flex;
  position: relative;
}

.why_us-img {
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  max-width: 19.4375rem;
  height: 14.875rem;
}

.why_us-img.is-artist {
  object-position: 50% 0%;
  max-width: none;
  height: 19.1875rem;
}

.why_us-lebel {
  color: #b8b8f0;
  letter-spacing: -.01em;
  background-color: #161616;
  border-radius: 1.47313rem;
  padding: .2475rem .493125rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.33333;
}

.booking_main-wrap {
  background-color: #4141a3;
  border-radius: 3.0625rem;
  justify-content: center;
  align-items: center;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.booking_main-wrap.is-popup {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.booking_wraper {
  z-index: 2;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 43.0625rem;
  display: flex;
  position: relative;
}

.booking_wraper.is-popup {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  max-width: 24.1875rem;
}

.booking_wraper.is-search {
  max-width: 47.5625rem;
}

.button_main-wraper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.elipse_booking {
  filter: blur(137px);
  pointer-events: none;
  background-color: #f1f1ff8c;
  width: 100%;
  max-width: 79.4375rem;
  height: 38.0963rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -440px 0% auto;
}

.elipse_booking.is-popup {
  filter: blur(100px);
  max-width: 21.875rem;
  height: 10.5rem;
  top: -7.0625rem;
  left: 0%;
  right: 0%;
}

.left_corner-img {
  width: 100%;
  max-width: 25.5rem;
  height: auto;
  position: absolute;
  inset: auto auto -20px -1%;
}

.left_corner-img.is-popup {
  max-width: 6.5625rem;
  height: 6.5625rem;
  bottom: 0;
  left: 0%;
}

.right_corner-img {
  width: auto;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.right_corner-img.is-popup {
  max-width: 6.5625rem;
  height: 6.5625rem;
}

.process_main-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  display: flex;
}

.process_content-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 37.75rem;
  display: flex;
}

.process_image-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 38.625rem;
  position: relative;
}

.process_image-wrapper.margin-right {
  margin-right: -5rem;
}

.process_step-image {
  width: 100%;
  max-width: 40.625rem;
  height: 100%;
  max-height: 36.9375rem;
}

.footer {
  background-color: #03032b;
}

.footer-main-wrap {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  display: flex;
}

.footer-top {
  grid-column-gap: 10.5rem;
  grid-row-gap: 10.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-text-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.process_steps-wrapper {
  width: 100%;
  max-width: 37.75rem;
  margin-top: 2.3125rem;
}

.process_step-dropdown {
  border-top: 1px solid #d3d3d3;
  width: 100%;
}

.process_step-dropdown-toggle {
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 0 1.39rem;
  display: flex;
}

.process_step-dropdown-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.process_step-heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #0f0f0f;
  letter-spacing: -.03em;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.16667;
  display: flex;
}

.footer_grid {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: space-between;
  display: flex;
}

.footer_column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  min-width: 7rem;
  display: flex;
}

.process_step-dropdown-list {
  background-color: #0000;
  position: static;
  overflow: hidden;
}

.footer_column-title {
  color: #fafafa7d;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .8125rem;
  line-height: 2;
}

.footer-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.footer-link {
  min-width: 220px;
  color: var(--text-color--gray-100);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
  transition: opacity .25s;
}

.footer-link.w--current {
  font-weight: 400;
}

.footer-bottom {
  color: #bebbbb;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_trusted {
  display: none;
}

.trusted_head-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trusted_img-wrap {
  width: 100%;
  min-width: 26.25rem;
  max-width: 26.25rem;
  display: flex;
}

.trusted_img {
  object-fit: cover;
  border-radius: 3.0625rem;
  width: 100%;
  min-width: 26.25rem;
  max-width: 26.25rem;
  height: auto;
}

.slider_wraper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 52.5rem;
  display: flex;
}

.splide.trusted {
  border-radius: 3.0625rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.splide.marquee.visual {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

.splide__track.visual {
  width: 100%;
}

.splide__list.visual {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.splide__slide.is-performance {
  width: 100%;
  max-width: 19.4375rem;
}

.splide__slide.is-platform {
  width: 100%;
  max-width: 19rem;
}

.slider_card-main-wrap {
  grid-column-gap: 11.1563rem;
  grid-row-gap: 11.1563rem;
  background-color: #f7f5f1;
  border-radius: 3.0625rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 3.5rem 4rem 3.5rem 3.5rem;
  display: flex;
}

.rating_star-main-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.rating_star-img {
  width: 100%;
  max-width: 9.4375rem;
}

.rating_star-content-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.reviewer_name-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.reviewer_name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.designation {
  color: #635f5f;
}

.placeholder_logo {
  width: 100%;
  max-width: 8.43625rem;
}

.splide__arrows.is-performance {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.splide__arrows.is-trusted {
  grid-column-gap: .57125rem;
  grid-row-gap: .57125rem;
  display: flex;
  position: absolute;
  inset: auto 65px 56px auto;
}

.splide__arrows.is-platform {
  grid-column-gap: .57125rem;
  grid-row-gap: .57125rem;
  margin-top: 1.25rem;
  display: flex;
}

.splide__arrow--prev {
  cursor: pointer;
  background-color: #e0e0e0;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.splide__arrow--prev.is-perfomance-prev {
  border-radius: .6875rem;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(180deg);
}

.splide__arrow--next {
  cursor: pointer;
  background-color: #e0e0e0;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.splide__arrow--next.is-preformance-next {
  border-radius: .6875rem;
  width: 2.5rem;
  height: 2.5rem;
}

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

.slider_arrows.isleft {
  transform: rotate(180deg);
}

.ready_main-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f7f5f1;
  border-radius: 3.0625rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 6rem 7.5rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.ready_head-wrap {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.ready_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.75rem;
  display: flex;
}

.ready_button-wrap.is-popup {
  margin-top: 0;
}

.ready_button-wrap.is-new {
  margin-top: 1.25rem;
}

.ready_button-wrap.feature_btn_wrap {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.ready_button-wrap.is-process-btn {
  width: 100%;
  max-width: 18.875rem;
}

.ready_side-img {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  max-width: 30rem;
  height: 100%;
  min-height: 40.875rem;
  max-height: 40.875rem;
  position: absolute;
  inset: auto 0% -21%;
}

.ready_elipse-wrap {
  filter: blur(8.5625rem);
  pointer-events: none;
  width: 100%;
  max-width: 80rem;
  height: 64.25rem;
  transform-style: preserve-3d;
  background-color: #4141a3e6;
  border-radius: 100%;
  position: absolute;
  inset: 400px 0% auto;
  transform: translate3d(0, 0, -1px);
}

.process_step-content {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.heading_gradient-secondary {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #9090ff);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
  padding-right: 8px;
}

.hero_form-field-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.text-color-gray-25 {
  color: var(--text-color--gray-25);
}

.text-color-grey-100 {
  color: var(--text-color--gray-100);
}

.text-color-grey-700 {
  color: var(--text-color--gray-700);
}

.mobile_marquee-wrap {
  display: none;
}

.trust_logo {
  object-fit: contain;
  min-width: 8.3rem;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: 4.3rem;
}

.white_gradient {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.white_gradient.right {
  z-index: 2;
  z-index: 2;
  inset: 0% 0% 0% auto;
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto;
}

.trust_main-wrapper {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_divider {
  border-top: 1px solid var(--base-color-neutral--white);
  width: 100%;
}

.footer_middle {
  grid-column-gap: 15.625rem;
  grid-row-gap: 15.625rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_logo-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 28.125rem;
  max-width: 28.125rem;
  display: flex;
}

.footer_brand-logo {
  height: auto;
}

.footer_copyright-text {
  color: var(--text-color--gray-200);
  font-size: .75rem;
  line-height: 1.83333;
}

.footer_form-block {
  flex: 1;
  max-width: 34.25rem;
  margin-bottom: 0;
}

.footer_form {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 34.1875rem;
  max-width: 34.1875rem;
  display: flex;
}

.footer_form-label {
  color: var(--base-color-neutral--white);
  letter-spacing: -.02em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.footer_form-field {
  color: #fff;
  letter-spacing: .03em;
  background-color: #0000;
  border: 1px solid #ffffff78;
  border-radius: 1rem;
  height: auto;
  margin-bottom: .5rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.footer_form-field::placeholder {
  color: #ffffff80;
}

.button_icon-wrapper {
  background-color: var(--base-color-neutral--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.button_icon-wrapper.is-small {
  width: 1.5rem;
  height: 1.5rem;
}

.button_icon-wrapper.is-blue {
  background-color: var(--base-color-brand--blue);
}

.button_icon-wrapper.is-purple {
  background-color: #6750a4;
}

.button_icon {
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.button_icon.is-small {
  width: 1.125rem;
  height: 1.125rem;
}

.pricing_card-main-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-top: 4.125rem;
  display: flex;
}

.pricing_card-wraper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  background-color: #f1f1ff;
  border-radius: 2.5rem;
  flex-flow: column;
  width: 100%;
  padding: 2.5rem 1.875rem;
  display: flex;
}

.card_header-wrap {
  color: #0f0f0f;
  letter-spacing: -.06em;
  border-bottom: 1px solid #00000030;
  padding-bottom: 1.125rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.16667;
}

.footer_credit-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price_content-main-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.paragraph_small {
  color: #270000;
  letter-spacing: -.02em;
  font-size: .8125rem;
  line-height: 1.61538;
}

.paragraph_small.is-white {
  color: #fff;
}

.paragraph_small.is-opacity-55 {
  opacity: .55;
}

.pricing_content-wraper {
  grid-column-gap: 1.1875rem;
  grid-row-gap: 1.1875rem;
  background-color: #dadaff;
  border-radius: 2rem;
  flex-flow: column;
  height: 100%;
  padding: 2.1875rem;
  display: flex;
}

.pricing_label-main-wrap {
  grid-column-gap: 1.1875rem;
  grid-row-gap: 1.1875rem;
  flex-flow: column;
  display: flex;
}

.pricing_label-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.total_price-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price_text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.discount_tag-main-wrap {
  background-color: #4141a3;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5625rem;
  display: flex;
  box-shadow: inset 0 0 17px 2px #bd7aff;
}

.discount_content-wrap {
  opacity: .8;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.discount_heading {
  color: #dadaff;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.10714;
}

.discount_content-wraper {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  flex-flow: column;
  display: flex;
}

.para_medium {
  color: #f1f1ff;
  letter-spacing: -.06em;
  font-size: .9375rem;
  line-height: 1.86667;
}

.para_medium.opacity-60 {
  opacity: .6;
  opacity: .6;
}

.elipse_card-wrap {
  filter: blur(32px);
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  width: 100%;
  max-width: 27.9375rem;
  height: 19.9375rem;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto -150px -100px;
  transform: rotate(33.83deg);
  -webkit-mask-image: url("https://cdn.prod.website-files.com/699570974dc8e4c134348deb/69a93aa929c95cea55751118_Ellipse%202989.svg");
  mask-image: url("https://cdn.prod.website-files.com/699570974dc8e4c134348deb/69a93aa929c95cea55751118_Ellipse%202989.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.elipse_card-wrap.is-different {
  filter: blur(32px);
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  border-radius: 2.5rem;
  min-width: 39.3125rem;
  max-width: 39.3125rem;
  height: 32.3125rem;
  bottom: -30%;
  left: -72%;
  transform: none;
  -webkit-mask-image: url("https://cdn.prod.website-files.com/699570974dc8e4c134348deb/69a93db54062fdebfce13984_Ellipse%202989%20(1).svg");
  mask-image: url("https://cdn.prod.website-files.com/699570974dc8e4c134348deb/69a93db54062fdebfce13984_Ellipse%202989%20(1).svg");
}

.organised_img_wrapper {
  background-color: #000026;
  border-radius: 2rem;
  height: 100%;
  max-height: 15.4375rem;
  position: relative;
}

.organised_img {
  width: 8.125rem;
  height: 8.125rem;
  position: absolute;
  inset: 18% 25% auto auto;
}

.book_logo {
  width: 2.5rem;
  height: 2.5rem;
  overflow: scroll;
}

.ellipse_blue_bg {
  z-index: 5;
  filter: blur(64px);
  background-color: #4141a3e6;
  border-radius: 2.5rem;
  width: 23.1875rem;
  height: 19.0625rem;
  position: absolute;
  inset: auto 35% -10% auto;
  overflow: hidden;
}

.ellipse_white_bg {
  filter: blur(52px);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  background-color: #d9d9d903;
  width: 39.3125rem;
  height: 32.3125rem;
  display: none;
  position: absolute;
  inset: auto 0% -70% auto;
}

.register_text_wrapper {
  z-index: 10;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  color: #e1e1ff;
  letter-spacing: -.03em;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.52174;
  display: flex;
  position: relative;
}

.number_text {
  color: #141452;
  letter-spacing: -.03em;
  font-size: 5.75rem;
  font-weight: 600;
  line-height: .967391;
}

.number_text.auto {
  margin-right: auto;
}

.ellipse_blue {
  z-index: 6;
  filter: blur(138px);
  background-color: #09093f;
  width: 20.8125rem;
  height: 20.8125rem;
  position: absolute;
  inset: auto -5% -40% auto;
}

.ellipse_light_blue {
  z-index: 3;
  filter: blur(138px);
  background-color: #4141a3;
  width: 34.375rem;
  height: 34.375rem;
  position: absolute;
  inset: auto -5% -60% auto;
}

.ellipse_purple {
  filter: blur(138px);
  background-color: #7676d7;
  width: 50.25rem;
  height: 50.25rem;
  position: absolute;
  inset: auto 0% -80% auto;
}

._3d_img {
  z-index: 5;
  width: 12.8125rem;
  height: 13.0625rem;
  position: relative;
}

.nav_menu_navigation {
  z-index: 99;
  background-color: #4141a3;
  border-radius: 1rem;
  inset: 120% auto auto 0%;
  overflow: hidden;
}

.nav_menu_navigation:where(.w-variant-0f6d9954-9a37-2cf4-ec52-7d6fe7de5701) {
  border-radius: 0 0 .75rem .75rem;
  top: 160%;
  left: 50%;
  transform: translate(-50%);
}

.nav_link, .nav_link:where(.w-variant-0f6d9954-9a37-2cf4-ec52-7d6fe7de5701) {
  color: #fff;
}

.hamburger_10_line {
  width: 100%;
  height: var(--thickness);
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_10_line.is-middle {
  transform-origin: 0%;
  width: 80%;
}

.frames {
  z-index: 9999;
  filter: blur(.625rem);
  pointer-events: none;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  inset: 0%;
}

.btn_hero-wrap {
  color: #fff;
  background-color: #4141a3;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.btn_hero-wrap:where(.w-variant-88e64c7e-f8bf-4f44-8071-26356b934b51) {
  color: #000;
  background-color: #fff;
}

.btn_hero-wrap:where(.w-variant-0e4c5c1a-0be0-3270-3601-1603a8d6de6b) {
  color: #fff;
  background-color: #6750a4;
  flex: none;
}

.btn_hero-wrap:where(.w-variant-6c02e9d8-5e65-daa6-2124-eba1b5f1332e) {
  color: #4141a3;
  background-color: #fff;
}

.btn_hero-wrap:where(.w-variant-0b5b4cc5-8dcf-7a1a-ec41-9e973526f962) {
  background-color: #4141a3;
}

.btn_hero-wrap.purple-3 {
  color: #fff;
  background-color: #6750a4;
  flex: none;
}

.btn_hero-wrap.black-3 {
  color: #000;
  background-color: #fff;
}

.btn_hero-wrap.white-3, .btn_hero-wrap.white-8 {
  background-color: #4141a3;
}

.btn_hero-wrap.black-8, .btn_hero-wrap.black-13 {
  color: #000;
  background-color: #fff;
}

.btn_hero-wrap.is-search {
  flex: none;
}

.btn_hero-wrap.transparent-3 {
  color: #4141a3;
  background-color: #fff;
}

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

.arrow_btn.is-annime-arrow {
  inset: 0%;
  position: absolute;
  inset: 0%;
  transform: translate(-100px, 100px);
}

.btn_text, .btn_text:where(.w-variant-88e64c7e-f8bf-4f44-8071-26356b934b51), .btn_text.white-2 {
  white-space: nowrap;
}

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

.is-poppins {
  font-family: Poppins, sans-serif;
}

.height-full {
  height: 100%;
}

.splide_arrow-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.why_us_img {
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: auto;
}

.section_act {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.act_wrapper {
  grid-column-gap: 4.125rem;
  grid-row-gap: 4.125rem;
  flex-flow: column;
  display: flex;
}

.act_heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.act_text {
  color: #3d3c3c;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 43.5rem;
  padding-top: .5rem;
  line-height: 1.625;
}

.cascading-slider {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cascading-slider__collection {
  width: 100%;
}

.cascading-slider__list {
  width: 100%;
  height: 35em;
  position: relative;
  overflow: hidden;
}

.cascading-slider__item {
  color: #fff;
  cursor: pointer;
  will-change: transform, clip-path;
  height: 100%;
  clip-path: inset(0px calc(var(--clip) * 1px) round var(--radius));
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cascading-slider__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cascading-slider__item-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cascading-slider__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cascading-slider__item-content {
  z-index: 2;
  background-image: linear-gradient(0deg, #0009, #0000);
  padding: 2em 2em 3em 2.5em;
  position: absolute;
  inset: auto 0% 0%;
}

.cascading-slider__h {
  opacity: 0;
  letter-spacing: -.03em;
  text-transform: capitalize;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.11111;
  transition: all .3s;
  transform: translate(0, .25em);
}

.cascading-slider__nav {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cascading-slider__button {
  cursor: pointer;
  background-color: #e0e0e0;
  border-radius: 1.125rem;
  padding: 1rem;
}

.act_arrow {
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section_video {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.banner_wrapper {
  z-index: 99;
  background-image: linear-gradient(90deg, #9a65e5, #6b40bf 50%, #9a65e5);
  padding-top: .375rem;
  padding-bottom: .375rem;
  display: flex;
  position: static;
  inset: auto;
}

.banner_text_marquee {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 2rem;
  width: 19.1875rem;
  height: 31.5625rem;
}

.contact_img_wrap {
  width: 100%;
  max-width: 24.375rem;
}

.navbar_overlay {
  z-index: -1;
  pointer-events: none;
  transform-origin: 50% 0;
  width: 100vw;
  height: 100vh;
  transform-style: preserve-3d;
  background-color: #9090ff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: scale3d(1, 0, 1);
}

.hamburger_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_10_inner-2 {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed-2 {
  display: none;
  position: absolute;
}

.ready_wrapper {
  justify-content: center;
  width: 100%;
  max-width: 68rem;
  display: flex;
}

.start_booking_heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.why_us_card_text {
  width: 100%;
  max-width: none;
}

.process_tab_wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.process_heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process_tag {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process_tab_content {
  padding-top: 2.625rem;
  overflow: visible;
}

.process_tab_menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f4f4f4;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process_tab {
  color: #161616;
  letter-spacing: -.02em;
  background-color: #0000;
  font-weight: 500;
  line-height: 1.375;
}

.process_tab.w--current {
  color: #f4f4f4;
  background-color: #4141a3;
  border: 2px solid #3737ba;
  border-radius: .75rem;
}

.process_tab_block {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  display: flex;
}

.process_tab_heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 34rem;
  display: flex;
}

.hero_form_info {
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero_form_info.is-select {
  color: #d3d3d3;
  letter-spacing: -.02em;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 9.8125rem;
  font-size: .875rem;
  line-height: 1.14286;
}

.hero_form_label {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55556;
}

.hero_form_input {
  color: #d3d3d3;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #0000;
  flex: 1;
  margin-bottom: 0;
  padding: 0;
  font-size: .875rem;
  line-height: 1.14286;
}

.hero_form_input::placeholder {
  color: #d3d3d3;
}

.hero_form_input.is-date:focus-visible, .hero_form_input.is-date[data-wf-focus-visible] {
  border-color: #0000;
  outline: none !important;
}

.hero_form_input.is-postcode:focus-visible, .hero_form_input.is-postcode[data-wf-focus-visible] {
  border-color: #0000;
  outline: none !important;
}

.hero_form_input.is-time:focus-visible, .hero_form_input.is-time[data-wf-focus-visible] {
  border-color: #0000;
  outline: none !important;
}

.hero_form_input.is-date {
  width: 5rem;
}

.hero_form_input.is-date:focus {
  border-color: #0000;
  border-color: #0000 !important;
}

.hero_form_input.is-date:focus-visible, .hero_form_input.is-date[data-wf-focus-visible] {
  border-color: #0000;
  outline: none !important;
}

.hero_form_input.is-postcode {
  width: 7rem;
}

.hero_form_input.is-postcode:focus {
  border-color: #0000;
  border-color: #0000 !important;
}

.hero_form_input.is-postcode:focus-visible, .hero_form_input.is-postcode[data-wf-focus-visible] {
  border-color: #0000;
  outline: none !important;
}

.hero_form_input.is-time {
  width: 4rem;
}

.hero_form_input.is-time:focus {
  border-color: #0000;
  border-color: #0000 !important;
}

.hero_form_input.is-time:focus-visible, .hero_form_input.is-time[data-wf-focus-visible] {
  border-color: #0000;
  outline: none !important;
}

.hero_form_divider {
  background-color: #aeaeae;
  flex: none;
  width: 1px;
  height: 100%;
}

.hero_form_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  max-width: 32.3125rem;
  display: flex;
}

.select-field {
  color: #d3d3d3;
  appearance: none;
  background-color: #fff;
  border: 1px #0000;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.act_dropdown_toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.55556;
}

.dropdown {
  width: 100%;
  margin: 0;
}

.act_btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-field {
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-field:focus {
  outline-offset: 0px;
  border-color: #0000;
  outline: 3px #d9d9d9;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  outline-offset: 0px;
  border-color: #0000;
  outline: 3px #d9d9d9;
  outline: none !important;
}

.text-field::placeholder {
  color: #d3d3d3;
}

.act_navigation {
  z-index: 20;
  background-color: #0000;
  width: 100%;
  min-width: 15rem;
  max-width: 15rem;
  margin-top: 4rem;
  inset: 0% 0% auto;
  overflow: hidden;
}

.act_option {
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.55556;
  text-decoration: none;
}

.act_reset {
  width: 1.25rem;
  display: none !important;
}

.act_option_text {
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.act_select_wrap {
  z-index: 99;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.empty_state_block {
  border-radius: 2rem;
  width: 100%;
  max-width: 54.25rem;
  padding: 1.25rem;
}

.empty_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fafafa66;
  border: 1px solid #e0e0e0;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem;
  display: flex;
}

.no_found_img {
  width: 100%;
  max-width: 8.75rem;
}

.empty_title {
  color: #fafafa;
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.125;
}

.empty_text {
  color: #d3d3d3;
  padding-top: 2px;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
}

.hero_background {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

.hero_background-overlay {
  z-index: 1;
  background-color: #00000069;
  position: absolute;
  inset: 0%;
}

.hero_background-overlay.is-artist {
  background-color: #00000080;
}

.contact_details {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #efefff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact_details.is-blue-clr {
  color: #000;
}

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

.card_overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000c, #0000 86%);
  position: absolute;
  inset: 0%;
}

.is-font {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-2 {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .heading-style-h3.is-why-us {
    font-size: 2.1875rem;
    line-height: 1.11429;
  }

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

  .heading-style-h1.artist-hero {
    max-width: 10ch;
  }

  .padding-global.padding-section-medium.is-bottom-padding, .padding-global.padding-section-medium.is-top-padding, .padding-global.padding-section-small, .padding-global.padding-section-small.is-client-logos, .padding-global.padding-section-small.is-mechanic {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .padding-global.padding-section-medium.is-process {
    padding-bottom: 3rem;
  }

  .padding-global.padding-section-medium.is-bottom-padding, .padding-global.padding-section-medium.is-top-padding, .padding-global.padding-section-small, .padding-global.padding-section-small.is-client-logos, .padding-global.padding-section-small.is-mechanic, .padding-global.padding-section-small.is-client-logos, .padding-global.padding-section-small.is-mechanic {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global.padding-section-footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

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

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

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

  .text-size-regular.text-color-grey-700.mt-8.is-maxwidth, .text-size-regular.text-color-grey-100.is-max-width.is-font, .text-size-regular.is-max-width, .text-size-regular.text-color-grey-700.mt-8.is-maxwidth, .text-size-regular.text-color-grey-700.mt-8.is-maxwidth, .text-size-regular.text-color-grey-700.mt-8.is-maxwidth, .text-size-regular.text-color-grey-100.is-max-width.is-font, .text-size-regular.text-color-grey-100.is-max-width.is-font, .text-size-regular.text-color-grey-100.is-max-width.is-font, .text-size-regular.is-max-width {
    max-width: none;
  }

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

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

  .text-size-large.is-trusted {
    font-size: 1.25rem;
    line-height: 1.4;
  }

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

  .heading-style-h2.is-footer {
    font-size: 1.5rem;
    line-height: 1.33333;
  }

  .heading-style-h2.is-process-title {
    max-width: none;
  }

  .button.is-nav.hide-mobile-landscape {
    margin-left: auto;
    display: none;
  }

  .button.is-nav.is-mob {
    display: flex;
  }

  .button.is-footer-form {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .nav_component {
    -webkit-backdrop-filter: blur(.1875rem);
    backdrop-filter: blur(.1875rem);
    background-color: #08086e99;
    padding: 0;
  }

  .nav_container {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
  }

  .nav_menu {
    z-index: 0;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav_menu_link {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1.5rem;
  }

  .nav_menu_link:where(.w-variant-0f6d9954-9a37-2cf4-ec52-7d6fe7de5701) {
    letter-spacing: -.01em;
    font-size: 2rem;
    line-height: 1.25;
  }

  .nav_menu_link:hover {
    color: var(--link-color--link-primary);
  }

  .nav_menu_link.w--current {
    background-color: #0000;
  }

  .nav_menu_link.nav_link-animation {
    font-size: 2rem;
    line-height: 1.25;
  }

  .nav_button {
    background-color: #0000;
    order: 9999;
    width: 2rem;
    height: 2rem;
  }

  .nav_button:where(.w-variant-0f6d9954-9a37-2cf4-ec52-7d6fe7de5701) {
    color: #fff;
  }

  .nav_button.w--open {
    background-color: #0000;
  }

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

  .nav_menu-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 6.625rem 1.25rem 2.375rem;
    overflow: auto;
  }

  .nav_menu-wrap:where(.w-variant-0f6d9954-9a37-2cf4-ec52-7d6fe7de5701) {
    z-index: 2;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    background-color: #dcdcff;
    padding-top: 6.375rem;
    padding-bottom: 2.375rem;
    position: fixed;
    left: 0;
    right: 0;
  }

  .nav_menu-dropdown {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_menu-dropdown-toggle {
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 1.5rem;
  }

  .home_hero-main-wrap, .home_hero-main-wrap.is-about, .home_hero-main-wrap.is-about.is-gap, .home_hero-main-wrap.is-about, .home_hero-main-wrap.is-about.is-gap, .home_hero-main-wrap.is-about.is-gap {
    max-width: none;
  }

  .hero_form-block {
    min-width: auto;
    max-width: none;
  }

  .hero_form {
    max-width: none;
  }

  .hero_form-field {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: auto;
  }

  .home_hero-elipse {
    bottom: -709px;
    right: 0;
  }

  .section_title-main-wrap, .section_title-wrapper.hero-text-maxwidth, .section_title-wrapper.hero-text-maxwidth {
    max-width: none;
  }

  .why_us-card-main-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .why_us-card-main-wrap.is-3colm {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .why_us-card-wrap, .why_us-card-wrap.is-mid-card, .why_us-card-wrap.is-build-card, .why_us-card-wrap.is-mid-card, .why_us-card-wrap.is-build-card {
    min-width: auto;
    max-width: none;
  }

  .section_contact-hero {
    padding-top: 3rem;
  }

  .why_us-img {
    max-width: none;
  }

  .why_us-img.is-artist {
    height: 20rem;
  }

  .why_us-lebel {
    font-size: .6875rem;
    line-height: 1.10727;
  }

  .booking_main-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .booking_wraper {
    max-width: none;
  }

  .process_main-wrapper {
    flex-flow: column;
  }

  .process_content-wrapper, .process_image-wrapper {
    max-width: none;
  }

  .process_step-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

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

  .footer-top {
    grid-column-gap: 3.25rem;
    grid-row-gap: 3.25rem;
    grid-template-columns: 1fr;
  }

  .process_steps-wrapper {
    max-width: none;
  }

  .footer_grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer_column {
    width: 100%;
    min-width: auto;
  }

  .footer-link {
    letter-spacing: -.02em;
  }

  .trusted_head-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .trusted_img-wrap {
    object-fit: cover;
    min-width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 35rem;
  }

  .trusted_img {
    object-fit: cover;
    object-position: 50% 40%;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .slider_wraper {
    max-width: none;
  }

  .splide.is-platform {
    width: 100vw;
    margin-left: -2.5rem;
  }

  .slider_card-main-wrap {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    width: 100%;
    height: 100%;
    padding: 2rem 1.25rem;
    overflow: hidden;
  }

  .slider_card-main-wrap.height-full {
    padding: 3.45rem;
  }

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

  .designation {
    font-size: .75rem;
    line-height: 1.66667;
  }

  .splide__arrows.is-platform {
    margin-left: 2.5rem;
  }

  .ready_main-wrap {
    padding: 2.55rem;
    overflow: hidden;
  }

  .ready_head-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
  }

  .ready_side-img {
    max-width: 35%;
    min-height: 27rem;
    max-height: 27rem;
    bottom: -19%;
  }

  .ready_elipse-wrap {
    max-width: 100%;
    height: 20rem;
    top: 100%;
    left: 0%;
    transform: none;
  }

  .section_about-hero {
    padding-top: 3rem;
  }

  .hero_title-wrap {
    max-width: none;
  }

  .hero_btn-wrap {
    width: auto;
    max-width: none;
  }

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

  .origin_main-wrap {
    flex-flow: column;
  }

  .origin_left-wraper {
    min-width: auto;
    max-width: none;
  }

  .origin_image-wrapper.is-about {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .origin_img {
    max-width: 26rem;
    right: 22%;
  }

  .work_content-wrapper {
    max-width: none;
  }

  .section_artist-hero {
    padding-top: 3rem;
  }

  .mobile_marquee-wrap {
    width: 100%;
    display: block;
  }

  .trust_main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer_middle {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .footer_logo-column {
    grid-column-gap: 3.89313rem;
    grid-row-gap: 3.89313rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .footer_brand-logo {
    max-width: 16rem;
  }

  .footer_form-block {
    max-width: none;
  }

  .footer_form {
    min-width: auto;
    max-width: none;
  }

  .footer_form-label {
    margin-bottom: .625rem;
  }

  .footer_form-field {
    height: 3.0625rem;
    margin-bottom: 1.5625rem;
  }

  .contact_right {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .contact_image {
    width: 100%;
    max-width: 20rem;
    display: none;
  }

  .contact_main-wrapper {
    flex-flow: column;
  }

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

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

  .contact-form-wrapper {
    min-width: auto;
    max-width: none;
  }

  .input-field, .text_area-field {
    padding-left: 1rem;
  }

  .contact_section-padding {
    padding-bottom: 3rem;
  }

  .bg_image-origin {
    min-width: 45rem;
    max-width: 45rem;
    left: 0%;
  }

  .card_bg-img {
    object-fit: contain;
    width: 100%;
    bottom: -4%;
    left: 0%;
  }

  .organised_img_wrapper {
    min-height: 13rem;
    max-height: 13rem;
  }

  .organised_img {
    width: 6rem;
    height: 6rem;
    right: 35%;
  }

  .ellipse_light_blue {
    bottom: -80%;
  }

  .footer_form_wrapper {
    width: 100%;
    max-width: 40.1875rem;
  }

  .nav_menu_navigation {
    background-color: #000;
    position: static;
    overflow: hidden;
  }

  .nav_menu_navigation.w--open {
    transform: none;
  }

  .nav_link {
    font-size: 1.125rem;
  }

  .nav_link:hover {
    color: var(--link-color--link-primary);
  }

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

  .act_text {
    max-width: none;
  }

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

  .band_img {
    max-height: none;
  }

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

  .banner_wrapper {
    top: 0;
    left: 0;
    right: 0;
  }

  .text_block {
    display: inline;
  }

  .navbar_overlay {
    -webkit-backdrop-filter: blur(.1875rem);
    backdrop-filter: blur(.1875rem);
    display: block;
    top: 0;
  }

  .hamburger_wrap {
    color: #fff;
  }

  .origin_image {
    width: 100%;
  }

  .contact_mobile_img {
    width: 100%;
    max-width: 15rem;
    height: auto;
    display: block;
  }

  .performer_wrap {
    max-width: none;
  }

  .filter-radio-wrapper {
    flex-flow: wrap;
  }

  .perfomance_card_img {
    max-width: none;
    max-height: none;
  }

  .performance_card_wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .display-contents {
    flex-flow: wrap;
    flex: 0 auto;
  }

  .hero_form_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .empty_state_block {
    max-width: none;
  }

  .legal_section-padding {
    padding-bottom: 3rem;
  }

  .legal_title.heading-style-h1 {
    color: var(--text-color--gray-950);
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3, .heading-style-h3.is-why-us, .heading-style-h3.is-why-us {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
    line-height: 1.25;
  }

  .heading-style-h1.is-about-hero, .heading-style-h1.artist-hero, .heading-style-h1.is-about-hero, .heading-style-h1.artist-hero {
    font-size: 2.5rem;
  }

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

  .padding-global.padding-section-medium.is-ready {
    padding-bottom: 3rem;
  }

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

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

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

  .text-size-regular.is-ready {
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

  .button.is-form-submit {
    font-size: 1rem;
  }

  .button.hero_form-submit.is-search-btn {
    max-width: none;
  }

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

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

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

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

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

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

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

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

  .nav_component {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .nav_container {
    padding: 1rem;
  }

  .home_hero-main-wrap.is-about.is-gap {
    max-width: 25rem;
  }

  .hero_form {
    min-width: auto;
    max-width: none;
  }

  .hero_form-field {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .why_us-main-wraper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .why_us-card-main-wrap, .why_us-card-main-wrap.is-3colm, .why_us-card-main-wrap.is-3colm {
    grid-template-columns: 1fr;
  }

  .why_us-card-wrap {
    clip-path: inset(0 round 1.5rem);
    border-radius: 1.5rem;
  }

  .why_us-card-wrap.is-mid-card {
    height: 25rem;
  }

  .why_us-card-wrap.is-bg-img {
    height: 100%;
    min-height: 35.875rem;
    max-height: 35.875rem;
  }

  .why_us-content-wrap {
    font-size: 1rem;
    line-height: 1.84615;
  }

  .why_us-img {
    border-radius: 1.5rem;
    max-width: none;
    height: auto;
  }

  .why_us-img.is-artist {
    object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .booking_main-wrap {
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button_main-wraper {
    flex-flow: column;
  }

  .left_corner-img {
    max-width: 20rem;
  }

  .process_image-wrapper.margin-right {
    margin-right: 0;
  }

  .footer-main-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .footer-top {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .process_steps-wrapper {
    margin-top: 1rem;
  }

  .footer_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
  }

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .trusted_head-wrapper {
    margin-top: 2rem;
  }

  .trusted_img {
    border-radius: 2rem;
  }

  .splide.marquee-reverse {
    margin-top: 2rem;
  }

  .splide.is-platform {
    margin-left: -1.25rem;
  }

  .slider_card-main-wrap.height-full {
    border-radius: 2rem;
  }

  .splide__arrows.is-platform {
    margin-left: 1.25rem;
  }

  .ready_main-wrap {
    border-radius: 2rem;
  }

  .ready_head-wrap {
    margin-left: 0;
  }

  .ready_button-wrap.is-new {
    flex-flow: column;
  }

  .ready_side-img {
    display: none;
  }

  .ready_elipse-wrap {
    max-width: 100%;
    height: 10rem;
    top: 80%;
    left: 0%;
    transform: none;
  }

  .hero_btn-wrap.is-maxwidth {
    max-width: none;
  }

  .origin_btn-main-wrap {
    margin-top: 1.5rem;
  }

  .origin_img {
    width: auto;
    max-width: 18rem;
    right: 29%;
  }

  .hero_form-field-wrapper {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .footer_middle {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .footer_logo-column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    order: 9999;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .pricing_card-main-wrap {
    flex-flow: column;
    margin-top: 2rem;
  }

  .footer_credit-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .work_main-wrapper, .work_image {
    border-radius: 2rem;
  }

  .work_image.is-mechanic {
    border-radius: 1.5rem;
  }

  .contact-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .contact_right {
    border-radius: 1rem;
  }

  .heading-style-h1-2 {
    font-size: 2rem;
    line-height: 1.25;
  }

  .input-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .bg_image-origin {
    min-width: 35rem;
    max-width: 35rem;
  }

  .elipse_card-wrap {
    max-width: 20rem;
    height: 10rem;
  }

  .card_bg-img {
    left: 10%;
  }

  .organised_img {
    right: 40%;
  }

  .ellipse_white_bg {
    width: 33rem;
    height: 20rem;
    bottom: -40%;
  }

  .ellipse_blue {
    width: 33rem;
    right: 0%;
  }

  .ellipse_light_blue {
    width: 32rem;
    height: 30rem;
    right: 2%;
  }

  .ellipse_purple {
    width: 35rem;
    height: 30rem;
  }

  .act_arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .contact_img_wrap {
    max-width: none;
    display: none;
  }

  .event_popup-top-wrap {
    height: 16rem;
  }

  .performance_card_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .popup_card {
    width: 100%;
  }

  .process_tab_menu {
    overflow: auto;
  }

  .process_tab {
    flex: none;
  }

  .process_tab_block {
    flex-flow: column;
  }

  .process_tab_heading {
    max-width: none;
  }

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

  .hero_form_input {
    text-align: center;
  }

  .hero_form_input.is-date, .hero_form_input.is-postcode, .hero_form_input.is-time, .hero_form_input.is-date, .hero_form_input.is-postcode, .hero_form_input.is-time {
    width: auto;
  }

  .hero_form_divider {
    display: none;
  }

  .hero_form_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .text-field {
    padding-left: 40px;
  }

  .empty_wrapper {
    padding: 1.5rem;
  }

  .no_found_img {
    max-width: 6rem;
  }

  .empty_title {
    font-size: 1.75rem;
  }

  .empty_text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3.is-why-us.is-cap, .heading-style-h3.is-why-us.is-build-heading, .heading-style-h3.is-why-us.is-hassle-heading, .heading-style-h3.is-why-us.is-cap, .heading-style-h3.is-why-us.is-build-heading, .heading-style-h3.is-why-us.is-hassle-heading, .heading-style-h3.is-why-us.is-cap, .heading-style-h3.is-why-us.is-build-heading, .heading-style-h3.is-why-us.is-hassle-heading {
    font-size: 1.75rem;
  }

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

  .heading-style-h1.is-about-hero {
    align-self: flex-start;
  }

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

  .padding-global.padding-section-small.is-client-logos._2 {
    margin-bottom: 3rem;
  }

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

  .text-size-regular.text-color-grey-100.artis {
    width: auto;
  }

  .heading-style-h2.is-ready {
    font-size: 2.5rem;
  }

  .button.hero_form-submit.is-search-btn {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    max-width: none;
    padding-left: 1.75rem;
    padding-right: 1.5rem;
  }

  .nav_component {
    padding-bottom: 0;
  }

  .home_hero-main-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_hero-main-wrap.is-about {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero_tag {
    font-size: .75rem;
  }

  .hero_form {
    padding: 1rem;
  }

  .hero_form-field {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
  }

  .hero_form-field::placeholder {
    font-size: 1rem;
  }

  .hero_form-submit {
    max-width: 10rem;
    padding-left: 1.25rem;
  }

  .hero_content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .9375rem;
  }

  .home_hero-elipse {
    bottom: -430px;
    right: 0;
  }

  .section_title-main-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .eyebro {
    font-size: .75rem;
    line-height: .6;
  }

  .section_title-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section_title-wrapper.hero-text-maxwidth {
    text-align: left;
    text-align: left;
  }

  .heading_gradient-primary {
    line-height: 1.1;
  }

  .why_us-card-wrap, .why_us-card-wrap.register_block {
    border-radius: 2rem;
  }

  .why_us-card-wrap.register_block {
    border-radius: 2rem;
  }

  .why_us-card-wrap.is-build-card {
    align-items: stretch;
  }

  .why_us-lebel {
    font-size: .75rem;
    line-height: 1.33333;
  }

  .left_corner-img, .right_corner-img {
    max-width: 15rem;
  }

  .footer-main-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .process_step-heading {
    white-space: pre-wrap;
    font-size: 1.125rem;
  }

  .footer_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .footer-link {
    font-size: .875rem;
    line-height: 1.57143;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .trusted_img-wrap {
    max-height: 65vh;
  }

  .splide__slide.is-platform {
    width: 90%;
    max-width: none;
  }

  .slider_card-main-wrap.height-full {
    padding: 2.5rem;
  }

  .splide__arrows.is-trusted {
    right: 30px;
  }

  .splide__arrow--prev, .splide__arrow--next {
    width: 2.875rem;
    height: 2.875rem;
  }

  .slider_arrows {
    width: 1.5rem;
  }

  .ready_main-wrap {
    border-radius: 2rem;
    padding-top: 3.3rem;
  }

  .ready_button-wrap {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-top: 1rem;
  }

  .ready_button-wrap.is-new {
    max-width: 20rem;
  }

  .ready_button-wrap.is-process-btn {
    max-width: none;
  }

  .hero_title-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero_btn-wrap {
    flex-flow: column;
    width: 100%;
  }

  .hero_btn-wrap.is-maxwidth {
    max-width: none;
  }

  .origin_img {
    max-width: 11rem;
    right: 23%;
  }

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

  .btn_wraper.is-flex {
    justify-content: flex-start;
  }

  .hero_form-field-wrapper {
    align-items: center;
    width: 100%;
  }

  .pricing_card-wraper {
    border-radius: 2rem;
  }

  .footer_credit-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .discount_tag-main-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
  }

  .discount_heading {
    font-size: 3rem;
  }

  .contact-form {
    align-items: stretch;
  }

  .heading-style-h1-2.is-contact {
    font-size: 2rem;
  }

  .contact-form-wrapper {
    padding: 1rem;
  }

  .form-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .bg_image-origin {
    min-width: auto;
    max-width: none;
  }

  .card_bg-img {
    object-fit: cover;
    height: 34.4375rem;
    bottom: 0%;
    left: 0%;
  }

  .organised_img_wrapper {
    min-height: 10rem;
    max-height: 10rem;
  }

  .organised_img {
    width: 4rem;
    height: 4rem;
    top: 30%;
    right: 42%;
  }

  .number_text {
    font-size: 4rem;
  }

  .btn_hero-wrap.is-search {
    width: 1.5rem;
    height: 1.5rem;
  }

  .btn_text.hero-btn-text {
    font-size: .875rem;
  }

  .contact_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .cascading-slider__item-content {
    padding: 1.5em;
  }

  .cascading-slider__h {
    font-size: 2rem;
  }

  .performance_card_wrapper {
    grid-template-columns: 1fr;
  }

  .popup_cards_wrapper {
    flex-flow: wrap;
  }

  .popup_card {
    max-width: none;
  }

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

  .process_tab_menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

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

  .hero_form_input {
    text-align: center;
  }

  .hero_form_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .act_navigation {
    min-width: 13rem;
    max-width: 13rem;
  }

  .act_option, .act_option_text {
    font-size: 1rem;
  }

  .empty_state_block {
    text-align: center;
  }

  .no_found_img {
    max-width: 4rem;
  }

  .empty_title {
    font-size: 1.5rem;
  }

  .empty_text {
    font-size: 1rem;
  }

  .hero_background-image {
    width: 200%;
    max-width: none;
    margin-left: -100%;
  }

  .text-block {
    font-size: 1.75rem;
  }

  .navbar {
    line-height: 1.25;
  }
}
