: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%;
}

.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-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-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-footer {
  letter-spacing: -.03em;
  text-transform: capitalize;
  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-medium.is-process {
  padding-bottom: 9.375rem;
}

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

.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-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-small.is-mechanic {
  padding-top: 3.75rem;
  padding-bottom: 7.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-footer {
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.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.is-booking {
  color: #04042b;
}

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

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

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

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

.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-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-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-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-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-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-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.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.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.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;
}

.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;
}

.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_content-main-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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;
}

.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;
}

.section_contact-hero {
  color: #fff;
  background-image: linear-gradient(#2c318f6b, #2c318f6b), url("https://cdn.prod.website-files.com/69f4d4cc378ccb47fd4e65f2/69f4d4cc378ccb47fd4e6637_Contact%20Hero.webp");
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.contact_hero-elipse {
  filter: blur(32px);
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  transform-origin: 0 0;
  background-color: #d9d9d903;
  border-radius: 50%;
  width: 100%;
  max-width: 71rem;
  height: 26.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(22.12deg)translate(-50%, -50%);
}

.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;
}

.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;
}

.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;
}

.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;
}

.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-purple {
  background-color: #6750a4;
}

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

.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;
}

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

.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.is-search {
  flex: none;
}

.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.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;
}

.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;
}

.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;
}

.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;
}

.legal_section-padding {
  padding-top: 9.75rem;
  padding-bottom: 3.125rem;
}

.legal_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.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;
  }
}
