@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Arrow;
  src: url('../fonts/arrow.eot') format("embedded-opentype"), url('../fonts/arrow.woff') format("woff"), url('../fonts/arrow.ttf') format("truetype"), url('../fonts/arrow.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Adlery swash;
  src: url('../fonts/Adlery-Swash-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Adlery pro;
  src: url('../fonts/Adlery-Pro-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: #101010;
  --gold: #fee040;
  --gold-2: #f2c94c;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--black: black;
  --spark-library--foreground-secondary: #000000c2;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--600: #6e7191;
  --white: white;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-1: #909090;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: var(--gold-2);
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --spark-library--foreground-disabled: #98a1b3;
}

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

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

body {
  color: #333;
  background-color: #151515;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1em;
}

h2 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
}

h3 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #909090;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
}

a {
  cursor: pointer;
  text-decoration: underline;
  transition: all .5s;
}

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

ol {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 20px;
}

li {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}

img {
  max-width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--gold);
  color: #333;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 26px;
}

.core {
  background-color: #101010;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  padding: 30px 25px 40px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.navbar-logo {
  background-image: url('../images/LOGOVERTICAL.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 120px;
}

.navbar-sm-links {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar-sm-link {
  color: #fff;
  background-color: #101010;
  background-image: linear-gradient(315deg, #0000, #fff3);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 20px #00000080;
}

.navbar-sm-link:hover {
  background-color: var(--gold);
  color: #000;
  background-image: linear-gradient(315deg, #0000, #fff3);
}

.hero-section {
  align-items: stretch;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-slider-section {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.hero-right-section {
  z-index: 2;
  background-color: #101010;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 25vw;
  min-width: 385px;
  padding: 50px;
  display: flex;
  position: relative;
}

.hero-artist-avatar {
  z-index: 2;
  background-image: url('../images/artist-avatar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 40px;
  left: -60px;
  box-shadow: 0 40px 30px -20px #00000080;
}

.hero-about-me-div {
  z-index: 5;
  color: #909090;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  display: flex;
  position: relative;
}

.hero-about-me-h-div {
  color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
}

.quote-sign {
  background-image: url('../images/Quote-sign.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 24px;
  margin-bottom: 20px;
}

.vw-desc-ab {
  margin-bottom: 20px;
  font-size: .85vw;
  line-height: 1.7em;
}

.read-more-link {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.read-more-link:hover {
  color: var(--gold);
}

.link-arrow {
  background-image: url('../images/arrow-forward.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 14px;
  margin-left: 10px;
}

.no-margin-h {
  text-transform: none;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5em;
}

.hero-bottom-slider-div {
  width: 40vw;
  min-width: 520px;
  height: 30vh;
  min-height: 200px;
  margin-bottom: -50px;
  margin-right: -50px;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 15px;
  overflow: hidden;
}

.hero-bottom-slider {
  background-color: #0000;
  width: 25vw;
  min-width: 320px;
  height: 100%;
}

.hero-bottom-slide {
  perspective: 1000px;
  height: 100%;
  position: relative;
}

.hero-mini-slide-card {
  z-index: 3;
  backface-visibility: hidden;
  cursor: pointer;
  background-image: linear-gradient(to top, #00000080, #0000), url('../images/hero-slide-mini-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 550px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.hero-mini-slide-card.hero-mini-slide-card-2 {
  background-image: linear-gradient(0deg, #00000080, #0000), url('../images/OHANA-0608-103.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-mini-slide-card.hero-mini-slide-card-3 {
  background-image: linear-gradient(0deg, #00000080, #0000), url('../images/OHANA-0608-036.webp');
  background-size: auto, cover;
}

.hero-mini-slide-card.hero-mini-slide-card-1 {
  background-image: url('../images/_MG_8317_4_11zon.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-mini-slide-card.hero-mini-slide-card-4 {
  background-image: url('../images/OHANA-0608-026.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bot-slide-num {
  z-index: 2;
  color: var(--gold);
  transform-style: preserve-3d;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  position: relative;
  transform: translate3d(0, 0, 10px);
}

.hero-bot-slide-header {
  z-index: 2;
  color: #fff;
  transform-style: preserve-3d;
  width: 70%;
  min-width: 220px;
  max-width: 240px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  transform: translate3d(0, 0, 20px);
}

.hero-bot-slide {
  margin-right: 20px;
}

.hero-slider-nav-div {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 20px;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  bottom: 30vh;
  left: -40px;
}

.slider-right {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
}

.slider-right:hover {
  color: var(--gold);
}

.slash {
  background-image: url('../images/yellow-slash.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider-left {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
}

.slider-left:hover {
  color: var(--gold);
}

.hero-img-slider {
  background-color: #101010;
  height: 100%;
}

.hero-img-slide-core {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.hero-bot-slide-shadow {
  filter: blur(20px);
  background-color: #000;
  border-radius: 20px;
  margin: 30px 40px -20px;
  position: absolute;
  inset: 0;
}

.hero-slide-img {
  background-image: url('../images/_MG_8317_4_11zon.webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 115%;
  height: 100%;
  margin-left: -7vw;
}

.hero-slide-img.hero-slide-img-2 {
  background-image: url('../images/OHANA-0608-103.webp');
  background-position: 50% 100%;
}

.hero-slide-img.hero-slide-img-3 {
  background-image: url('../images/OHANA-0608-036.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-slide-img.hero-slide-img-4 {
  background-image: url('../images/OHANA-0608-026.webp');
  background-position: 50%;
}

.hero-content-slide-div {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 60px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.preh1 {
  color: var(--gold);
  letter-spacing: -3px;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Adlery pro, sans-serif;
  font-size: 4vw;
  line-height: 1em;
}

.visible-mask {
  overflow: visible;
}

.standart-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #101010;
  background-image: linear-gradient(0deg, #0000, #303030);
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 5px;
  padding-right: 3vw;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 20px #00000040;
}

.standart-button:hover {
  color: var(--gold);
  background-color: #000;
  font-size: 18px;
}

.standart-button.hero-button {
  height: 60px;
}

.play-button-icon {
  background-image: linear-gradient(to bottom, var(--black), #303030);
  text-shadow: 0 2px 5px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 2vw;
  padding-top: 2px;
  padding-left: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  display: flex;
}

.unvisible-mask {
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
}

.unvisible-mask.h1-visible-mask {
  margin-bottom: 7%;
}

.unvisible-mask.center-mask {
  margin-right: -10px;
  padding-left: 30px;
  padding-right: 30px;
}

.unvisible-mask.no-margin-mask {
  margin-left: 0;
  padding-right: 0;
}

.unvisible-mask.margin-mask {
  margin-bottom: 30px;
}

.unvisible-mask.top-margin-mask {
  margin-top: 30px;
}

.remodal-bg {
  max-width: 100vw;
}

.hero-bot-slider-blocker {
  z-index: 4;
  width: 25vw;
  height: 100%;
  margin-left: 25vw;
  display: none;
  position: absolute;
  top: 0;
  left: 40px;
}

.click-ab {
  color: #050505;
  cursor: default;
  width: 50vw;
  font-family: Adlery pro, sans-serif;
  font-size: 13vh;
  line-height: 1em;
  position: absolute;
  bottom: 24vh;
  left: 50px;
}

.dates-scroller {
  z-index: 10;
  background-color: var(--black);
  width: 500vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.tour-dates-h-div {
  background-color: var(--black);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15vw;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tour-dates-h {
  flex: none;
  display: flex;
  transform: rotate(-90deg);
}

.tour-dates-div {
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 50vw;
  min-width: 650px;
  margin-top: 1px;
  margin-bottom: 1px;
  display: flex;
}

.tour-dates-line {
  justify-content: space-between;
  align-items: center;
  min-height: 85px;
  max-height: 125px;
  padding-top: 4vh;
  padding-bottom: 4vh;
  display: flex;
}

.tour-dates-line.tour-dates-last-line {
  border-bottom-style: none;
  padding-bottom: 0;
}

.tour-dates-line.tour-dates-first-line {
  padding-top: 0;
}

.td-row {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 20vw;
  padding-right: 40px;
}

.td-h4 {
  color: var(--gold-2);
  margin-bottom: 5px;
  font-size: 1.2vw;
  line-height: 1.2em;
}

.td-small-ab {
  color: #909090;
  font-weight: 600;
}

.td-left-side {
  flex: 1;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.button-icon {
  background-image: linear-gradient(to bottom, var(--black), #303030);
  text-shadow: 0 2px 5px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 2vw;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  display: flex;
}

.td-marginer {
  flex: none;
  width: 5vw;
}

.td-contacts-div {
  background-color: var(--gold);
  color: #505050;
  text-align: center;
  background-image: url('../images/Contacts.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-right: 60px;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.tour-dates-core {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.tds-line {
  width: 100%;
  display: flex;
}

.white-h2 {
  color: #fff;
}

.white-h2.no-margin-h2 {
  color: var(--black);
}

.block-ab {
  display: block;
}

._16px-ab {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

._16px-ab.blog-artice-desc-ab {
  margin-bottom: 0;
  margin-right: 0;
}

.td-contacts-links {
  align-items: center;
  display: flex;
}

.td-sm-link {
  color: #fff;
  background-color: #101010;
  background-image: linear-gradient(315deg, #0000, #fff3);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 30px #0003;
}

.td-sm-link:hover {
  color: #000;
  background-color: #fff;
}

.td-sm-link.td-sm-simple-link {
  font-family: "Fa solid 900", sans-serif;
}

.or-call-ab {
  color: #c6a806;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 800;
  line-height: 12px;
}

.number-link {
  color: #fff;
  font-family: Bebasneue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.number-link:hover {
  color: #151515;
}

.td-progress-line {
  z-index: 10;
  background-color: var(--gold);
  background-image: none;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.dates-section {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  height: 130vw;
  min-height: 1775px;
  display: flex;
  position: relative;
}

.sticky {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.sticky.blog-post-sticky {
  width: 50%;
  height: 100vh;
  top: 0;
  bottom: 0;
}

.dt-wrapper {
  overflow: hidden;
}

.video-section {
  background-color: #151515;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.video-left-section {
  z-index: 2;
  background-color: var(--black);
  color: #909090;
  border-left: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  min-width: 405px;
  padding: 60px 50px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.video-content-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-header-div {
  color: #fff;
  text-transform: uppercase;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.video-header-div.tast-video-header-div {
  margin-bottom: 80px;
}

.video-header-ab {
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-bottom: 50px;
  display: flex;
}

.sections-marginer {
  height: 0;
}

.video-lightbox {
  perspective: 1000px;
  background-color: #151515;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-watch-link-div {
  color: #ffffff80;
  letter-spacing: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.video-watch-link-div:hover {
  color: var(--gold);
  letter-spacing: 20px;
}

.video-link-circle-1 {
  z-index: 1;
  background-image: linear-gradient(#15151580, #15151500);
  border-radius: 100%;
  width: 160px;
  height: 160px;
  display: none;
  position: absolute;
  inset: 0;
}

.video-link-circle-2 {
  z-index: 2;
  background-image: linear-gradient(#151515bf, #15151500);
  border-radius: 100%;
  width: 140px;
  height: 140px;
  display: none;
  position: absolute;
}

.video-link-circle-3 {
  z-index: 3;
  background-color: #151515;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
}

.video-play-icon {
  transform-style: preserve-3d;
  background-image: url('../images/play-icon-white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 40px;
  margin-right: -6px;
  transform: translate3d(0, 0, 30px);
}

.watch-ab {
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
}

.no-expand-ab {
  letter-spacing: 0;
}

.video-bg-img {
  z-index: 0;
  background-image: url('../images/220827-121.webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.contacts-section {
  z-index: 10;
  background-color: var(--spark-library--white);
  padding-top: 100px;
  position: relative;
}

.about-me-ab {
  z-index: 3;
  background-image: url('../images/About-me.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 527px;
  height: 160px;
  position: absolute;
  bottom: -60px;
  right: -90px;
}

.overflow-hider {
  max-width: 100vw;
  overflow: hidden;
}

.contacts-desc-div {
  align-items: flex-start;
  margin-left: 50px;
  margin-right: 60px;
  display: flex;
}

.spotify-embed-code-div {
  flex: none;
  width: 100%;
  height: auto;
  padding: 40px;
  position: relative;
}

.about-me-text-div {
  flex: 1;
}

.red-letter {
  float: left;
  margin-left: -2px;
  margin-right: 10px;
  font-size: 3.3vw;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
}

.contacts-inta-photos-div {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 36vw;
  display: flex;
  position: relative;
}

.insta-photo-1 {
  z-index: 0;
  background-image: url('../images/OHANA-0608-016.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 500px;
  flex: none;
  width: 480px;
  height: 480px;
  margin-right: 20px;
  position: relative;
}

.insta-photos-first-line {
  align-items: flex-start;
  margin-top: 600px;
  display: flex;
  position: relative;
}

.insta-photos-left-div {
  justify-content: flex-end;
  align-items: flex-start;
  width: 40vw;
  height: 100%;
  margin-left: -65px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.insta-photo-2 {
  z-index: 0;
  background-image: url('../images/WhatsApp-Image-2023-07-18-at-12.47.33-2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  align-items: flex-start;
  width: 340px;
  height: 340px;
  display: flex;
  position: relative;
}

.insta-photo-3 {
  background-image: url('../images/WhatsApp-Image-2022-11-24-at-16.06.45.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 30vw;
  min-width: 400px;
  height: 500px;
  margin-top: -160px;
  margin-right: 20px;
}

.insta-photo-4 {
  background-image: url('../images/OHANA-1408-004.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 40vw;
  min-width: 600px;
  height: 600px;
  margin-top: -160px;
}

.insta-vertical-photos-div {
  flex-direction: column;
  align-items: flex-start;
  width: 340px;
  display: flex;
}

.insta-photo-5 {
  z-index: 2;
  background-image: url('../images/220827-104.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 30vw;
  min-width: 450px;
  height: 250px;
  margin-right: 20px;
  position: relative;
}

.insta-photos-horizontal-div {
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.insta-photo-6 {
  background-image: url('../images/OHANA-web-020.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 185px;
  height: 185px;
  margin-right: 20px;
}

.intagram-feed-ab {
  background-image: url('../images/Instagram-feed.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 105px;
  height: 185px;
}

.be-on-touch-section {
  z-index: 1;
  background-color: var(--black);
  margin-top: -430px;
  padding-top: 440px;
  padding-bottom: 100px;
  position: static;
}

.instagram-ab {
  z-index: 1;
  background-image: url('../images/Instagram.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 508px;
  position: absolute;
  top: 50px;
  bottom: 0;
  left: -120px;
}

.be-in-touch-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.td-h2 {
  color: var(--gold);
  text-align: center;
  flex: none;
  width: 100%;
  margin-bottom: 0;
  font-size: 60px;
}

.be-in-touch-sm-link {
  color: #fff;
  background-color: #101010;
  background-image: linear-gradient(315deg, #0000, #fff3);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 30px #0003;
}

.be-in-touch-sm-link:hover {
  background-color: var(--gold);
  color: #000;
}

.blog-section {
  background-color: #151515;
  border-left: 1px solid #ffffff1a;
  position: relative;
}

.blog-article-line {
  color: #909090;
  border-bottom: 1px solid #ffffff1a;
  align-items: center;
  padding: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-article-line:hover {
  color: #fff;
}

.blog-article-h3 {
  color: #fff;
  flex: 0 auto;
  width: 100%;
  min-width: 400px;
  max-width: 25vw;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-article-h3.first-article-blog-article-h3 {
  max-width: none;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
}

.blog-desc-div {
  flex: 1;
  margin-left: 60px;
  margin-right: 60px;
}

.blog-article-read-more-link {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
}

.read-more-ab {
  background-image: url('../images/read-more.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 120px;
  margin-right: 10px;
}

.read-more-arrow {
  background-image: url('../images/arrow-forward.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 14px;
}

.blog-artice-text-div {
  z-index: 2;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-article-bg {
  opacity: .8;
  filter: blur(20px);
  background-image: url('../images/blog-first-post.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 115%;
  position: absolute;
  inset: -20px 0 0 -20px;
}

.blog-article-bg.blog-article-bg-2 {
  background-image: url('../images/blog-bg-2.jpg');
}

.blog-article-bg.blog-article-bg-3 {
  background-image: url('../images/blog-bg-3.jpg');
}

.blog-article-bg.blog-article-bg-4 {
  background-image: url('../images/blog-post.jpg');
}

.blog-article-bg.blog-article-bg-5 {
  background-image: url('../images/blog-post-2.jpg');
}

.blog-article-bg.blog-article-bg-6 {
  background-image: url('../images/blog-post-3.jpg');
}

.footer {
  z-index: 2;
  color: #909090;
  text-align: right;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.footer-logo {
  width: 190px;
  height: 30px;
}

.cp-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.cp-link:hover {
  color: var(--gold);
}

.menu-link {
  z-index: 20;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 30px;
  left: 150px;
}

.menu-icon {
  z-index: 10;
  color: #fff;
  letter-spacing: 5px;
  text-transform: none;
  background-color: #101010;
  background-image: linear-gradient(315deg, #0000, #fff3);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: Arrow, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: fixed;
  top: 30px;
  left: 150px;
  box-shadow: 0 5px 20px #00000040;
}

.menu-icon:hover {
  background-color: var(--gold);
  color: #000;
}

.menu-ab {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.spotify-code-and-photos-placer {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 36vw;
  margin-right: 5vw;
  display: flex;
  position: relative;
}

.ream-more-arrow-interactor {
  margin-top: 10px;
}

.vw-desc-big-ab {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
}

.vw-desc-big-ab.blog-artice-desc-ab {
  margin-bottom: 0;
  margin-right: 0;
}

.under-music-code {
  margin-top: 30px;
}

.spotify-code-line {
  flex: 0 auto;
  position: absolute;
  inset: 0 60px;
}

.insta-left-photos-div {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 36vw;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.inta-right-photos {
  align-items: flex-start;
  margin-left: 36vw;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}

.menu-icon-ab {
  letter-spacing: 0;
}

.menu-ab-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  left: 50px;
  overflow: hidden;
}

.back-menu-ab {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  transform: translate(0, -100%);
}

.menu-content {
  z-index: 9;
  background-color: #151515;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 30vh;
  padding-bottom: 100px;
  padding-left: 100px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.menu-links-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-link-interactor {
  perspective: 1000px;
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  font-size: 10vw;
  font-weight: 800;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-link-interactor.pager.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-link-ab {
  z-index: 6;
  text-shadow: 0 5px 70px #000;
  transform-style: preserve-3d;
  font-size: 7vw;
  position: relative;
  transform: translate3d(0, 0, 20px);
}

.menu-link-line {
  z-index: 5;
  background-color: var(--gold);
  width: 0%;
  height: 10%;
  margin-top: 1px;
  position: absolute;
  left: 0;
}

.menu-link-line.activated-line {
  width: 100%;
}

.close-menu-icon {
  z-index: 10;
  color: #fff;
  letter-spacing: 5px;
  text-transform: none;
  background-color: #101010;
  background-image: linear-gradient(315deg, #0000, #fff3);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: Arrow, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: fixed;
  top: 30px;
  left: 150px;
}

.close-menu-icon:hover {
  background-color: var(--gold);
  color: #000;
}

.loader {
  z-index: 9;
  background-color: #151515;
  display: none;
  position: fixed;
  inset: 0;
}

.sections {
  background-color: #151515;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 100vw;
  padding-left: 100px;
  display: flex;
}

.marginer {
  background-color: #151515;
  flex: none;
  width: 100px;
}

.contacts-shower {
  z-index: 1;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 120vh;
}

.video-header-ab-1, .video-header-ab-2, .video-header-ab-3, .video-header-ab-4, .video-header-ab-5, .video-header-ab-6, .video-header-ab-7, .video-header-ab-8, .video-header-ab-9, .video-header-ab-10, .video-header-ab-11, .video-header-ab-12 {
  justify-content: center;
  align-items: center;
  width: 20px;
  font-size: 50px;
  display: flex;
}

.video-vw-desc-ab {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7em;
}

.video-read-more-link {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.video-read-more-link:hover {
  color: var(--gold);
}

.button-ab {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: block;
}

.button-ab.button-big-ab {
  font-size: 17px;
}

.no-margin-h2 {
  color: var(--gold-2);
  margin-bottom: 0;
  font-weight: 900;
}

.video-link-interactior {
  z-index: 5;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.sm-contacts-links {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.blog-load-more-link {
  background-color: var(--gold);
  color: var(--black);
  letter-spacing: 5px;
  text-transform: uppercase;
  background-image: linear-gradient(315deg, #fff0, #fff3);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.blog-load-more-link:hover {
  color: #fff;
}

.blog-load-more-link.pager {
  z-index: 2;
  position: relative;
}

.first-article-div {
  background-color: #fff;
  background-image: url('../images/blog-first-post.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: stretch;
  padding: 100px 60px;
  display: flex;
}

.first-article-photo-div {
  width: 50%;
  min-width: 400px;
  height: auto;
  min-height: 400px;
}

.first-article-photo {
  background-image: url('../images/hero-img-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 797px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.first-artice-desc-div {
  background-color: var(--black);
  color: #909090;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  min-width: 560px;
  padding: 60px;
  display: flex;
}

.post-section {
  align-items: stretch;
  display: flex;
}

.blog-post-photo {
  z-index: 1;
  background-image: url('../images/blog-first-post.jpg');
  background-position: 0;
  background-size: cover;
  background-attachment: scroll;
  width: 120%;
  min-height: 100vh;
  position: relative;
}

.blog-post-content-div {
  z-index: 2;
  color: #333;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 60px 40px;
  display: flex;
  position: relative;
}

.blog-h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 4vw;
  line-height: 1.1em;
}

.glod-page-underheader {
  color: #333;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.blog-photo {
  margin-bottom: 40px;
}

.blog-h3 {
  color: #333;
  margin-bottom: 30px;
}

.item-list-text {
  color: #333;
  margin-left: 5px;
}

.read-more-tab-ab {
  display: none;
}

.read-more-big-link {
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.read-more-big-link:hover {
  color: var(--gold);
}

.hero-slide-h1 {
  letter-spacing: 0;
  max-width: 35vw;
  padding-bottom: 38px;
}

.hero-slider-card-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.hero-slider-nav-collection-list {
  flex: 1;
}

.hero-slider-nav-collection-item, .slider-cl-item {
  height: 100%;
}

.slider-clw {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.hero-slider-cl {
  height: 100%;
}

.hero-nav-tab-gradient {
  background-image: linear-gradient(to top, #0006, #0000);
  border-radius: 20px;
  position: absolute;
  inset: 0;
}

.td-cl {
  background-color: #1010100d;
  margin-left: 40px;
}

.td-contacts-cl {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.td-contacts-ci {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.footer-ci {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-cl {
  width: 100%;
}

.footer-clw {
  flex: 1;
}

.cr-text {
  color: #909090;
  max-width: 280px;
  text-decoration: none;
}

.cr-text.cr-link:hover {
  color: var(--black);
}

.empty-state {
  background-color: #0000;
  width: 0;
  height: 0;
  padding: 0;
}

.video-lightbox-code {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  inset: 0;
}

.hided-lightbox-link {
  width: 0;
  height: 0;
  display: none;
}

.video-lightbox-core {
  flex: 1;
}

.heading {
  letter-spacing: 0;
  font-size: 3vw;
}

.head1 {
  letter-spacing: 0;
  padding-bottom: 30px;
  font-size: 3vw;
}

.bold-text {
  color: var(--gold);
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--spark-library--foreground-interactive-hover), #0000), url('../images/image_1image.webp');
  color: var(--spark-library--white);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  min-height: 80vh;
  display: block;
  position: relative;
  overflow: visible;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-max-width-730 {
  flex: none;
  max-width: 730px;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-lightbox-button.spark-white-button {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
}

.spark-lightbox-button.spark-white-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--background--interactive);
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.flex-block {
  background-color: var(--black);
  background-image: linear-gradient(88deg, #000, #0000), url('../images/OHANA-web-004.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 150vw;
  height: 100%;
}

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

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2.spark-primary-bottom-border {
  border-bottom: 1px solid var(--spark-library--foreground-interactive);
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-light-button {
  border-color: var(--spark-library--white);
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
  min-height: 0;
  padding: 16px 24px;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2.spark-light-button:hover {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
}

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-column.spark-right-side-footer-column {
  flex-direction: column;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-white-background {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-small-grid {
  grid-template-columns: 1fr .25fr;
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 150vw;
  height: 100%;
  display: flex;
}

.hero-slide-eventos {
  text-align: center;
  letter-spacing: 0;
  max-width: 35vw;
  padding-bottom: 38px;
  font-size: 6vw;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-max-width-600 {
  max-width: 600px;
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-3.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row-3.spark-5-spacing.spark-flipped-row {
  flex-direction: row-reverse;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-three-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: "Area Area-2"
                       "Area Area-3";
  align-items: center;
}

.spark-grid-image {
  border-radius: 8px;
  width: 100%;
  display: block;
  position: relative;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.spark-flex-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---text-200 {
  color: var(--gold-2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-0 {
  color: #fff;
  margin-bottom: 0;
}

.brix---mg-bottom-0.fgh {
  color: var(--white);
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--gold-2);
  background-color: var(--black);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  color: var(--spark-library--white);
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-link {
  color: var(--white);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--gold-2);
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--black);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--gold-2);
  transform: scale3d(.96, .96, 1.01);
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.brix---paragraph-default {
  color: var(--elements-webflow-library--secondary--color-1);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.brix---paragraph-default._4 {
  color: var(--elements-webflow-library--secondary--color-1);
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---footer-col-title {
  color: var(--gold-2);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--gold-2);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--gold-2);
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---text-200-bold {
  color: var(--gold);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-200-bold._2 {
  color: var(--white);
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---footer-bottom-v14 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---section {
  border-bottom: 6px none var(--gold-2);
  background-color: var(--black);
  color: var(--elements-webflow-library--neutral--100);
  -webkit-text-stroke-color: var(--spark-library--black);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size {
  color: var(--gold-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---img-below-card {
  max-width: 976px;
  margin-left: auto;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---card-over-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  max-width: 728px;
  padding: 80px 72px;
  position: absolute;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

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

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---half-bg-image-right-content-v2 {
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---section-image-fw-right {
  z-index: 100;
  padding-top: 310px;
  padding-bottom: 310px;
  position: relative;
  overflow: hidden;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---hidden-desktop {
  display: none;
}

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

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---card-testimonial-v13 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--black);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 56px;
  display: flex;
}

.brix---slider-mask-width-390px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---section-overflow-hidden {
  background-color: #000;
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.image {
  vertical-align: baseline;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---text-100 {
  font-size: 16px;
  line-height: 18px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---width-100 {
  width: 100%;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-4px {
  margin-bottom: 4px;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---card-testimonial-twitter {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--black);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 32px 40px;
  display: flex;
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.brix---testimonial-v9-twitter-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  justify-items: end;
}

.brix---icon-square-32px---twitter {
  background-color: #eef8ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-32px---twitter:hover {
  transform: scale(.92);
}

.brix---mg-left-8px {
  margin-left: 8px;
}

.brix---flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---twitter-icon-wrapper {
  flex: 1;
}

.spark-container-4 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-4 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-4 h1 {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.spark-section-4 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-4 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-4 p {
  color: var(--elements-webflow-library--secondary--color-1);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.spark-section-4 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-4 li {
  margin-bottom: .5rem;
}

.spark-section-4._2 {
  width: auto;
}

.spark-max-width-731 {
  max-width: 600px;
}

.spark-flex-row-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-4.spark-5-spacing {
  grid-column-gap: 3%;
  align-items: center;
  width: 700px;
}

.spark-flex-row-4.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-three-image-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: "Area Area-2"
                       "Area Area-3";
  align-items: center;
}

.spark-grid-image-2 {
  border-radius: 8px;
  width: 100%;
  display: block;
  position: relative;
}

.spark-button-3 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-hero-section-image-2 {
  border-radius: 8px;
  flex: 0 auto;
  width: 1300px;
  max-width: 120%;
  height: 100%;
  margin-bottom: auto;
  display: block;
}

.spark-hero-section-left-side-2 {
  width: 50%;
}

.spark-hero-sub-paragraph-3 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph-3._2 {
  z-index: 10;
  text-align: center;
  position: relative;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-lightbox-link {
  text-decoration: none;
}

.spark-lightbox-button-2 {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button-2:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-tiny-icon-2 {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.div-block-2 {
  background-color: var(--black);
  height: 1080px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding: 0;
}

.link-block {
  width: 100%;
  height: 100%;
}

.link-block.a {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block.b {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
}

.heading-2 {
  z-index: 10;
  color: var(--gold-2);
  position: relative;
}

.heading-3 {
  color: var(--gold-2);
}

.div-block-3 {
  background-image: url('../images/cumple.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.inner-container {
  padding: 10% 12% 15%;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  position: relative;
  overflow: hidden;
}

.container-article {
  position: relative;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.header-text {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: #000;
  letter-spacing: 0;
}

.button-close {
  z-index: 500;
  color: #fff;
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.alt-text-header {
  text-align: left;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.alt-text-header.white {
  color: #818181;
  line-height: 1.4;
}

.xlarge-paragraph {
  color: #f56020;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20vh;
  font-weight: 700;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.card-details-wrapper {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.section {
  width: 100%;
  max-width: 2800px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-read-more {
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.link-white {
  color: #fff;
}

.link-read-more {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-read-more.white {
  color: #fff;
}

.cap {
  float: left;
  color: #000;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #f56020;
}

.card-inner {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-content {
  background-color: #000;
  min-height: 100vh;
  padding: 10%;
  position: sticky;
  top: 0;
}

.rich-text {
  color: #000;
}

.rich-text.white {
  color: #8a8a8a;
}

.image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.card-1 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.main-heading {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.divider-scroll {
  background-color: #fff9;
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.section-content {
  z-index: 600;
  background-color: #0000;
  width: 50%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.wrap-scrolling-text {
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.third-article {
  background-color: #141414;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.heading-4 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-4.is--white {
  color: #fff;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.second {
  background-image: url('../images/sociales.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.third {
  background-image: url('../images/eventos.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/cumple.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.small-divider {
  background-color: #f56020;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  background-color: #000;
  width: 8px;
  height: 8px;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.alt-description {
  z-index: 1;
  color: #ccc;
  max-width: 20ch;
  font-size: 14px;
  position: relative;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.second-article {
  background-color: #fd4415;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.scroll-type-wrapper {
  display: flex;
}

.small-text {
  color: #ffffffb3;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.first-article {
  z-index: 20;
  background-color: #d4d4d4;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
}

.header-row.summary.gray {
  color: #818181;
}

.divider-circle {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  background-color: #f56020;
  width: 15px;
  height: 15px;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.row-scroll {
  align-items: center;
  min-width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.bold-text-2 {
  color: var(--gold-2);
  font-style: italic;
}

.italic-text {
  color: var(--gold-2);
}

.text-span-2 {
  color: var(--gold-2);
  font-style: italic;
  font-weight: 600;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 20px;
  margin-bottom: 8px;
  margin-left: 6px;
  padding-bottom: 0;
  display: block;
}

.div-block-5 {
  width: 100%;
  height: 100%;
}

.div-block-5.cumple {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/cumple.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1080px;
  display: flex;
}

.div-block-5.corporativos {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/eventos.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1080px;
  display: flex;
}

.div-block-5.sociales {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/sociales.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1080px;
  display: flex;
}

.standart-button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #101010;
  background-image: linear-gradient(0deg, #0000, #303030);
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 5px;
  padding-right: 3vw;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 20px #00000040;
}

.standart-button-2:hover {
  color: #fee040;
  background-color: #000;
  font-size: 18px;
}

.play-button-icon-2 {
  text-shadow: 0 2px 5px #000;
  background-image: linear-gradient(#101010, #303030);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 2vw;
  padding-top: 2px;
  padding-left: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-5 {
  color: var(--gold-2);
  text-align: center;
  letter-spacing: -1px;
  font-size: 60px;
}

.paragraph {
  color: #fff;
  text-align: center;
  padding: 12px 200px 16px;
  font-size: 16px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---display-2 {
  color: var(--gold-2);
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---grid-3-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  background-color: var(--black);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 45px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--800);
  background-color: var(--black);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.spark-container-5 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-5 {
  background-color: var(--black);
  width: 100%;
  padding: 176px 64px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-5 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-5 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-5 h2 {
  color: var(--black);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.spark-section-5 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-5 p {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.spark-section-5 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-5 li {
  margin-bottom: .5rem;
}

.spark-button-4 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-4.spark-full-width {
  background-color: var(--spark-library--foreground-interactive);
  text-align: center;
  width: 100%;
}

.spark-button-4.spark-full-width:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-simple-shadow-tiny {
  box-shadow: -1px 1px 10px #0000001f;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-2.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-small-icon-2.spark-foreground-disabled {
  color: var(--spark-library--foreground-disabled);
}

.spark-absolute-dark-background {
  background-color: var(--spark-library--foreground-interactive-hover);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spark-absolute-dark-background.spark-top-aligned {
  z-index: 0;
  background-color: var(--gold-2);
  height: 52%;
  inset: 0% 0% auto;
}

.spark-foreground-secondary-2 {
  color: var(--spark-library--foreground-secondary);
}

.spark-foreground-secondary-2.spark-no-bottom {
  color: var(--gold-2);
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}

.spark-flex-row-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.spark-pricing-column {
  background-color: var(--spark-library--white);
  border-radius: 8px;
  width: 458px;
  max-width: 100%;
}

.spark-pricing-column.spark-simple-shadow-tiny {
  border: 1px solid var(--gold-2);
  background-color: var(--black);
  border-radius: 10px;
}

.spark-pricing-top {
  border-bottom: 1px solid var(--spark-library--border-default);
  text-align: center;
  flex-direction: column;
  padding: 32px 16px;
  display: flex;
}

.spark-pricing-top.sparking-top-left-aligned {
  border: 1px solid var(--gold-2);
  text-align: left;
  padding-left: 32px;
  padding-right: 32px;
}

.spark-flexed-price {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.spark-flexed-price.spark-left-aligned {
  grid-column-gap: 8px;
  color: #222;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 24px;
}

.spark-price-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-price-text.spark-no-bottom {
  margin-bottom: 0;
}

.spark-foreground-primary {
  color: var(--spark-library--black);
  font-weight: 600;
}

.spark-foreground-primary.spark-no-bottom {
  margin-bottom: 0;
}

.spark-pricing-bottom {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.spark-checked-item-2 {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.spark-features-included {
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--spark-library--border-default);
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.spark-features-included.spark-left-aligned {
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
}

.spark-white {
  color: var(--spark-library--white);
}

.spark-plan-name {
  color: var(--spark-library--foreground-interactive);
  margin-bottom: .4rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.text-block, .text-block-2, .text-block-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--gold-2);
}

.text-block-4 {
  color: var(--white);
  text-align: left;
  padding-top: 39px;
  padding-bottom: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-primary-2 {
  background-color: var(--gold-2);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  border: 1px solid var(--gold-2);
  background-color: var(--black);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  background-color: var(--black);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
}

.brix---flex-card---image-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---img-below-card-2 {
  max-width: 976px;
  margin-left: auto;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---card-over-image-2 {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--800);
  background-color: var(--black);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  max-width: 728px;
  padding: 80px 72px;
  position: absolute;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---heading-h2-size-4 {
  color: var(--elements-webflow-library--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
}

.brix---heading-h4-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---full-width-image-2 {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.brix---section-position-relative {
  z-index: 10;
  background-color: var(--black);
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---half-bg-image-left-content-v2 {
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.brix---grid-2-columns-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-5 {
  color: var(--elements-webflow-library--secondary--color-1);
  font-size: 18px;
  line-height: 26px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---heading-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-instagram-v2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---instagram-image-hidden-on-tablet {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-top---text-2-buttons-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---section-position-relative-2 {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---inner-container-490px-2 {
  max-width: 490px;
}

.brix---gallery-v10-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 130%;
  display: flex;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---btn-primary-4 {
  border: 1px solid var(--gold-2);
  background-color: var(--black);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-4:hover {
  background-color: var(--elements-webflow-library--neutral--800);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---heading-h2-size-7 {
  color: var(--elements-webflow-library--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---instagram-grid-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---instagram-image-full-width {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-4 {
  background-color: var(--black);
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 80px;
  padding-bottom: 80px;
}

.brix---heading-h2-size-8 {
  color: var(--gold-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---image-2 {
  height: auto;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px-2 {
  border-radius: 24px;
  height: auto;
  overflow: hidden;
}

.brix---grid-gallery-v5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v5-col, .brix---gallery-v5-col-hidden {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  grid-template: "Area Area-2 Area-3" 480px
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: auto;
}

.div-block-6 {
  background-color: var(--black);
  width: 100%;
}

.link-block-2 {
  z-index: 100;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-3 {
  width: 60px;
}

html.w-mod-js [data-ix="hero-slide-img-int"] {
  transform: translate(9%);
}

html.w-mod-js [data-ix="preh1-slider-interaction"] {
  opacity: 0;
  transform: scale(.7);
}

html.w-mod-js [data-ix="h1-slider-int"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="button-slider-interaction"], html.w-mod-js [data-ix="button-page-change-int"] {
  opacity: 0;
  transform: scale(.7);
}

html.w-mod-js [data-ix="blog-article-bg-in-app"] {
  opacity: 0;
}

html.w-mod-js [data-ix="menu-core-in-app"] {
  display: none;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="close-menu-link-interaction"] {
  display: none;
}

html.w-mod-js [data-ix="core-in-app"] {
  transform: translate(100vw);
}

html.w-mod-js [data-ix="loader-in-app"] {
  display: block;
}

html.w-mod-js [data-ix="scale-in-app"], html.w-mod-js [data-ix="scale-int"], html.w-mod-js [data-ix="scale-int-2"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="move-in-app"], html.w-mod-js [data-ix="move-show-int"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="move-opacity-show-int"], html.w-mod-js [data-ix="move-opacity-show-int-2"], html.w-mod-js [data-ix="move-opacity-show-int-3"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="tour-dates-line-int"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="dates-contacts-in-app"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1440px) {
  .contacts-section {
    height: 100vh;
  }

  .overflow-hider {
    height: auto;
  }

  .be-on-touch-section {
    margin-top: -141px;
    padding-top: 183px;
  }

  .menu-content {
    display: none;
  }

  .div-block {
    width: 150vw;
  }

  .brix---footer-link:hover {
    color: var(--gold-2);
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .brix---paragraph-default._4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .spark-section-4 h1 {
    color: var(--white);
  }

  .spark-hero-section-image-2 {
    width: 1500px;
    max-width: 200%;
  }

  .image-container.second {
    background-image: url('../images/sociales.webp');
  }

  .image-container.third {
    background-image: url('../images/eventos.webp');
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .image-container.first {
    background-image: url('../images/cumple.webp');
    background-position: 50%;
  }

  .brix---section-4 {
    background-color: var(--black);
    color: var(--black);
  }

  .brix---heading-h2-size-8 {
    color: var(--gold-2);
  }
}

@media screen and (min-width: 1920px) {
  .be-on-touch-section {
    margin-top: -333px;
    padding-top: 216px;
  }

  .vw-desc-big-ab {
    font-size: 22px;
    line-height: 30px;
  }

  .brix---gallery-v10-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 150%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }
}

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

  h2 {
    font-size: 30px;
  }

  .navbar {
    width: 80px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    flex-direction: column;
  }

  .hero-slider-section {
    flex: 0 auto;
    height: 80vh;
    min-height: 500px;
  }

  .hero-right-section {
    text-align: center;
    border-left: 1px solid #ffffff1a;
    align-items: center;
    width: 100%;
    padding: 80px 40px;
  }

  .hero-artist-avatar {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .hero-about-me-div {
    align-items: center;
  }

  .hero-about-me-h-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .quote-sign {
    background-size: contain;
    height: 20px;
  }

  .vw-desc-ab {
    font-size: 15px;
  }

  .hero-bottom-slider-div {
    display: none;
  }

  .hero-bottom-slider {
    width: 300px;
    height: 200px;
  }

  .hero-slide-img {
    background-position: 50%;
    width: 120%;
    margin-left: -9vw;
    display: flex;
  }

  .hero-content-slide-div {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 160px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .preh1 {
    font-size: 60px;
  }

  .standart-button {
    flex: none;
    padding-right: 30px;
  }

  .standart-button.hero-button {
    padding-right: 40px;
  }

  .play-button-icon {
    margin-right: 30px;
  }

  .unvisible-mask {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .unvisible-mask.no-margin-mask {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .unvisible-mask.margin-mask, .unvisible-mask.top-margin-mask {
    margin-left: -20px;
  }

  .click-ab {
    display: none;
  }

  .dates-scroller {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tour-dates-h-div {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    width: auto;
    margin-top: 80px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .tour-dates-h {
    transform: none;
  }

  .tour-dates-div {
    width: auto;
    min-width: 0;
    margin-bottom: 1px;
    margin-left: 0;
  }

  .tour-dates-line {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .td-row {
    flex: 1;
    max-width: 80%;
    padding-right: 30px;
  }

  .td-h4 {
    font-size: 16px;
  }

  .td-small-ab {
    font-size: 12px;
  }

  .td-left-side {
    padding-right: 0;
  }

  .button-icon {
    margin-right: 20px;
  }

  .td-contacts-div {
    width: 100%;
    margin-right: 0;
    padding: 50px 10%;
  }

  .tour-dates-core {
    padding-right: 0;
  }

  .tds-line {
    flex-direction: column;
  }

  ._16px-ab.blog-artice-desc-ab {
    font-size: 15px;
    line-height: 24px;
  }

  .td-progress-line {
    display: none;
  }

  .dates-section {
    background-color: #000;
    height: auto;
    min-height: 0;
    padding-bottom: 80px;
  }

  .sticky.blog-post-sticky {
    width: 100%;
    height: auto;
  }

  .video-section {
    flex-direction: column-reverse;
    height: auto;
  }

  .video-left-section {
    width: 100%;
    min-width: 0;
    padding: 80px 40px;
  }

  .video-header-div {
    max-width: 480px;
    margin-bottom: 50px;
  }

  .video-lightbox {
    flex: 0 auto;
    order: -1;
    height: auto;
    min-height: 80vh;
  }

  .contacts-section {
    padding-top: 80px;
  }

  .about-me-ab {
    display: none;
  }

  .contacts-desc-div {
    flex-direction: column-reverse;
    margin-left: 40px;
    margin-right: 40px;
  }

  .spotify-embed-code-div {
    padding: 0;
  }

  .about-me-text-div {
    margin-bottom: 60px;
  }

  .red-letter {
    margin-top: 3px;
    font-size: 47px;
  }

  .insta-photo-3 {
    height: 340px;
    margin-top: 0;
  }

  .insta-photo-5 {
    height: 185px;
    margin-left: -50px;
  }

  .instagram-ab {
    z-index: 10;
    display: none;
    left: 370px;
  }

  .blog-article-line {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-article-h3 {
    max-width: none;
    font-size: 24px;
    line-height: 34px;
  }

  .blog-desc-div {
    margin: 30px 0;
  }

  .read-more-ab {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    height: 20px;
    margin-right: 10px;
  }

  .blog-artice-text-div {
    flex-direction: column;
  }

  .footer {
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 10px;
    line-height: 18px;
  }

  .footer-logo {
    align-items: center;
    width: 170px;
    height: auto;
    display: flex;
  }

  .menu-icon {
    top: 20px;
    left: 110px;
  }

  .spotify-code-and-photos-placer {
    width: 100%;
    margin-right: 0;
  }

  .vw-desc-big-ab {
    font-size: 15px;
  }

  .menu-content {
    padding-top: 100px;
    padding-left: 80px;
  }

  .close-menu-icon {
    top: 20px;
    left: 110px;
  }

  .sections {
    padding-left: 80px;
  }

  .video-vw-desc-ab {
    font-size: 15px;
  }

  .button-ab {
    font-size: 13px;
  }

  .no-margin-h2 {
    text-align: center;
  }

  .post-section {
    flex-direction: column;
  }

  .blog-post-photo {
    width: 100%;
    height: 50vh;
    min-height: 0;
  }

  .blog-post-content-div {
    z-index: 2;
    position: relative;
  }

  .blog-h1 {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 1.2em;
  }

  .hero-slider-nav {
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-bottom: 30px;
    padding-top: 0;
    display: flex;
  }

  .read-more-tab-ab {
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    display: inline;
  }

  .hero-slide-h1 {
    max-width: 100%;
  }

  .td-cl {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .flex-block {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block {
    width: 100%;
  }

  .hero-slide-eventos {
    max-width: 100%;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---flex-card---image-wrapper {
    display: block;
  }

  .brix---card-over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---half-bg-image-right-content-v2 {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin-top: 48px;
    position: static;
    inset: auto 0% 0%;
  }

  .brix---section-image-fw-right {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---testimonial-v9-twitter-icon {
    grid-column-gap: 10px;
  }

  .brix---twitter-icon-wrapper {
    width: 100%;
  }

  .spark-container-4 {
    padding-right: 0;
  }

  .spark-section-4 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-4._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-flex-row-4.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 100px;
    padding-right: 100px;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .card-2 {
    flex: none;
    width: 100%;
  }

  .card-3 {
    flex: none;
    width: auto;
  }

  .button-close {
    color: #fff;
    background-color: #000000bf;
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .section {
    flex-direction: column;
    justify-content: space-around;
    height: 880px;
  }

  .card-inner {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .card-1 {
    flex: none;
    width: 100%;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: block;
  }

  .third-article {
    height: auto;
    min-height: 100vh;
  }

  .heading-4 {
    font-size: 6vh;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .first-article {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .standart-button-2 {
    flex: none;
    padding-right: 30px;
  }

  .play-button-icon-2 {
    margin-right: 30px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .spark-section-5 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-absolute-dark-background.spark-top-aligned {
    height: 600px;
  }

  .spark-flex-row-pricing {
    flex-wrap: wrap;
    justify-content: center;
  }

  .spark-features-included {
    padding-left: 64px;
    padding-right: 64px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---flex-card---image-wrapper-2 {
    display: block;
  }

  .brix---card-over-image-2 {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h4-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---half-bg-image-left-content-v2 {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin-top: 65px;
    position: static;
    inset: auto 0% 0%;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-instagram-v2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image-hidden-on-tablet {
    display: none;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-position-relative-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---gallery-v10-wrapper {
    width: 120%;
  }

  .brix---btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-8 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 20px;
  }

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

  .grid {
    grid-template-rows: 407px auto auto auto auto;
    grid-template-areas: "Area Area-2 Area-3"
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
  }

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

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

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 13px;
    line-height: 23px;
  }

  .navbar {
    width: 60px;
    padding: 10px 10px 20px;
  }

  .navbar-logo {
    background-image: url('../images/LOGOVERTICAL.webp');
    height: 28px;
  }

  .navbar-sm-link {
    box-shadow: none;
    background-color: #0000;
    background-image: none;
    width: 20px;
    height: 20px;
  }

  .hero-slider-section {
    height: 380px;
    min-height: 0;
  }

  .hero-right-section {
    min-width: 0;
    padding: 60px 40px;
  }

  .hero-artist-avatar {
    width: 100px;
    height: 100px;
  }

  .hero-about-me-h-div {
    margin-bottom: 20px;
  }

  .vw-desc-ab {
    font-size: 13px;
  }

  .link-arrow.black-arrow {
    background-image: url('../images/black-arrow.svg');
  }

  .no-margin-h {
    font-size: 18px;
  }

  .hero-content-slide-div {
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .preh1 {
    font-size: 6vw;
  }

  .standart-button {
    height: 40px;
    font-size: 11px;
  }

  .standart-button:hover {
    font-size: 13px;
  }

  .standart-button.td-button {
    height: 50px;
    padding-right: 5px;
    font-size: 15px;
  }

  .unvisible-mask.h1-visible-mask {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .unvisible-mask.top-margin-mask {
    margin-left: -20px;
  }

  .dates-scroller {
    padding-left: 0;
    padding-right: 0;
  }

  .tour-dates-h-div {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .tour-dates-line {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .td-row {
    padding-right: 20px;
  }

  .td-h4 {
    font-size: 15px;
  }

  .td-small-ab {
    font-size: 12px;
    line-height: 15px;
  }

  .button-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  ._16px-ab {
    font-size: 14px;
    line-height: 24px;
  }

  ._16px-ab.blog-artice-desc-ab {
    font-size: 13px;
    line-height: 22px;
  }

  .dates-section {
    padding-bottom: 60px;
  }

  .sticky.blog-post-sticky {
    height: 50vh;
    position: absolute;
  }

  .video-left-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-header-div {
    max-width: 400px;
    margin-bottom: 40px;
    font-size: 17px;
  }

  .video-header-div.tast-video-header-div {
    margin-bottom: 60px;
  }

  .video-lightbox {
    min-height: 300px;
  }

  .video-link-circle-3 {
    width: 100px;
    height: 100px;
  }

  .video-play-icon {
    width: 25px;
    height: 30px;
  }

  .watch-ab {
    letter-spacing: 15px;
    font-size: 13px;
    line-height: 13px;
    top: 270px;
  }

  .contacts-section {
    padding-top: 60px;
  }

  .spotify-embed-code-div {
    height: 500px;
    padding: 0;
  }

  .insta-photo-2 {
    height: 260px;
  }

  .insta-photo-3 {
    background-position: 50% 0;
    height: 260px;
  }

  .be-on-touch-section {
    padding-bottom: 60px;
  }

  .be-in-touch-div {
    margin-top: 20px;
  }

  .td-h2 {
    font-size: 40px;
  }

  .blog-article-h3 {
    min-width: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .blog-article-h3.first-article-blog-article-h3 {
    color: #151515;
    font-size: 18px;
    line-height: 26px;
  }

  .blog-desc-div {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-logo {
    width: 140px;
  }

  .menu-icon {
    margin-right: 0;
    top: 10px;
    left: auto;
    right: 10px;
  }

  .menu-content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 60px;
  }

  .menu-link-interactor {
    padding: 35px 20px 35px 30px;
    font-size: 40px;
  }

  .close-menu-icon {
    margin-right: 0;
    top: 10px;
    left: auto;
    right: 10px;
  }

  .sections {
    padding-left: 60px;
  }

  .video-vw-desc-ab {
    font-size: 13px;
  }

  .blog-load-more-link {
    height: 60px;
    font-size: 15px;
  }

  .first-article-div {
    background-position: 0 0;
    background-size: contain;
    background-attachment: scroll;
    padding: 48vw 0 0;
  }

  .first-artice-desc-div {
    background-color: #fff;
    width: 100%;
    min-width: 0;
    padding: 40px;
  }

  .post-section {
    margin-top: 50vh;
  }

  .blog-post-photo {
    z-index: 1;
    min-height: 200px;
  }

  .blog-post-content-div {
    z-index: 3;
    padding: 60px 40px 20px;
  }

  .blog-h1 {
    margin-bottom: 40px;
    font-size: 5.2vw;
  }

  .glod-page-underheader {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .hero-slider-nav {
    margin-bottom: 20px;
  }

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

  .read-more-big-link {
    color: #151515;
    letter-spacing: 4px;
    font-size: 17px;
    font-weight: 800;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--spark-library--foreground-interactive-hover), var(--spark-library--border-default)), url('../images/image_1image.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .text-span {
    font-size: 40px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .spark-flex-row-3.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-3.spark-5-spacing.spark-flipped-row {
    flex-direction: column-reverse;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-three-image-grid {
    width: 100%;
    position: relative;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---card-over-image {
    padding: 45px 32px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---section-image-fw-right {
    padding-top: 96px;
    padding-bottom: 0;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .spark-container-4 {
    width: 100%;
  }

  .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-4 {
    flex-direction: column;
  }

  .spark-flex-row-4.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flex-row-4.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-three-image-grid-2 {
    width: 100%;
    position: relative;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
  }

  .spark-hero-sub-paragraph-3 {
    margin-bottom: 32px;
  }

  .button-close {
    width: auto;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .section {
    flex-direction: column;
    height: 1200px;
  }

  .cap {
    font-size: 90px;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .third-article {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .heading-4 {
    font-size: 65px;
  }

  .second-article {
    z-index: 21;
    position: relative;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .standart-button-2 {
    height: 40px;
    font-size: 11px;
  }

  .standart-button-2:hover {
    font-size: 13px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .spark-container-5 {
    width: 100%;
  }

  .spark-section-5 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-absolute-dark-background.spark-top-aligned {
    height: 600px;
  }

  .spark-flex-row-pricing {
    flex-direction: column;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---card-over-image-2 {
    padding: 45px 32px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h4-size-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-top {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-template-columns: .9fr;
  }

  .brix---section-position-relative-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---gallery-v10-wrapper {
    flex-direction: column;
    width: 100%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .brix---btn-primary-4 {
    padding: 20px 32px;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-8 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-gallery-v5 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: 407px auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -3px;
    font-size: 11vw;
  }

  p {
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
  }

  li {
    font-size: 13px;
    line-height: 21px;
  }

  blockquote {
    font-size: 14px;
    line-height: 22px;
  }

  .navbar {
    background-color: #0000;
    flex-direction: row;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    inset: 0 0 auto;
  }

  .navbar-logo {
    z-index: 10;
    background-image: url('../images/ohana1.png');
    background-position: 0;
    width: 100px;
    height: 50px;
    margin-top: 16px;
    padding-top: 0;
  }

  .navbar-sm-links {
    flex-direction: row;
    display: none;
  }

  .hero-section {
    height: auto;
    min-height: 100vh;
  }

  .hero-slider-section {
    height: 100vh;
    min-height: 500px;
    max-height: 600px;
  }

  .hero-right-section {
    border-left-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .read-more-link {
    font-size: 15px;
  }

  .hero-content-slide-div {
    margin-top: 70px;
    inset: 0;
  }

  .preh1 {
    font-size: 11vw;
  }

  .standart-button, .standart-button.hero-button {
    height: 50px;
  }

  .standart-button.td-button {
    padding-right: 50px;
  }

  .play-button-icon {
    width: 40px;
    height: 40px;
    padding-left: 0;
  }

  .unvisible-mask.h1-visible-mask {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .unvisible-mask.no-margin-mask {
    flex-flow: column;
  }

  .unvisible-mask.margin-mask, .unvisible-mask.top-margin-mask {
    margin-right: -20px;
  }

  .dates-scroller {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tour-dates-h-div {
    margin-bottom: 0;
  }

  .tour-dates-line {
    border-bottom-style: none;
    flex-direction: column;
    align-items: stretch;
    max-height: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .td-row {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .td-h4 {
    font-size: 16px;
  }

  .td-small-ab {
    font-size: 13px;
  }

  .td-left-side {
    flex-direction: column;
  }

  .button-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .td-contacts-div {
    width: 100vw;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-ab {
    display: inline;
  }

  ._16px-ab {
    font-size: 13px;
    line-height: 21px;
  }

  ._16px-ab.blog-artice-desc-ab {
    text-align: center;
  }

  .or-call-ab {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .number-link {
    font-size: 30px;
  }

  .dates-section {
    padding-bottom: 0;
  }

  .video-left-section {
    border-left-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-header-div {
    font-size: 15px;
  }

  .contacts-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .contacts-desc-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .red-letter {
    font-size: 41px;
  }

  .contacts-inta-photos-div {
    margin-top: 40px;
  }

  .insta-photo-1 {
    height: auto;
    display: none;
  }

  .insta-photos-left-div {
    width: 180px;
  }

  .insta-photo-2 {
    width: 180px;
    height: 180px;
  }

  .insta-photo-3 {
    width: 180px;
    min-width: 0;
    height: 180px;
    margin-right: 10px;
  }

  .insta-photo-4 {
    height: 374px;
    margin-top: 0;
    display: block;
  }

  .insta-vertical-photos-div {
    width: 180px;
  }

  .insta-photo-5 {
    width: 185px;
    min-width: 0;
    margin-left: -100px;
    margin-right: 10px;
  }

  .insta-photos-horizontal-div {
    padding-top: 10px;
  }

  .be-on-touch-section {
    margin-top: -416px;
    padding-top: 420px;
  }

  .instagram-ab {
    left: 0;
  }

  .be-in-touch-div {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .td-h2 {
    font-size: 25px;
  }

  .blog-article-line {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-article-h3 {
    text-align: center;
  }

  .blog-article-h3.first-article-blog-article-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-artice-text-div {
    width: 100%;
  }

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

  .footer-logo {
    margin-bottom: 15px;
  }

  .menu-icon {
    z-index: 20;
    background-color: var(--gold);
    color: var(--black);
    font-size: 14px;
    top: 5px;
    left: auto;
    right: 5px;
  }

  .vw-desc-big-ab {
    font-size: 13px;
  }

  .insta-left-photos-div {
    justify-content: flex-start;
    width: 200px;
    margin-top: 0;
  }

  .inta-right-photos {
    margin-left: 105px;
  }

  .menu-content {
    padding-left: 0;
    display: none;
  }

  .menu-links-div {
    max-width: 100vw;
  }

  .menu-link-interactor {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-link-ab {
    font-size: 10vw;
  }

  .close-menu-icon {
    z-index: 19;
    background-color: var(--gold);
    color: var(--black);
    font-size: 14px;
    top: 5px;
    left: auto;
    right: 5px;
  }

  .sections {
    padding-left: 0;
  }

  .video-read-more-link {
    font-size: 15px;
  }

  .button-ab {
    text-align: center;
    flex: 1;
    padding-left: 10px;
    font-size: 15px;
    line-height: 16px;
  }

  .button-ab.button-big-ab {
    font-size: 15px;
  }

  .sm-contacts-links {
    margin-top: 20px;
  }

  .blog-load-more-link {
    font-size: 13px;
  }

  .first-article-div {
    padding-top: 55vw;
  }

  .first-artice-desc-div {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-content-div {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-h1 {
    letter-spacing: -1px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .glod-page-underheader {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .hero-slider-nav {
    font-size: 30px;
  }

  .mobile-hide-ab {
    display: inline;
  }

  .read-more-big-link {
    font-size: 15px;
  }

  .hero-slide-h1 {
    margin-bottom: 63px;
  }

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

  .head1 {
    font-size: 5vw;
  }

  .bold-text {
    font-size: 14px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section.spark-dark-hero-background-image {
    padding-bottom: 64px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .text-span {
    font-size: 25px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .spark-three-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---card-over-image {
    padding: 34px 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---half-bg-image-right-content-v2 {
    min-height: auto;
    position: relative;
  }

  .brix---section-image-fw-right {
    padding-top: 96px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

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

  .brix---card-testimonial-twitter {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .brix---testimonial-v9-twitter-icon {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---icon-square-32px---twitter {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4 h1 {
    font-size: 3rem;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-4 {
    align-items: flex-start;
  }

  .spark-flex-row-4.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-three-image-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-3 {
    flex: 1;
    width: 100%;
  }

  .button-close {
    max-width: 35%;
    inset: 0% 0% auto auto;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 800px;
    display: flex;
  }

  .arrow-read-more {
    flex: none;
    width: 45px;
    height: 45px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .link-read-more {
    font-size: 24px;
  }

  .cap {
    font-size: 80px;
  }

  .card-inner {
    min-height: auto;
    padding-right: 10%;
    display: block;
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .card-1 {
    flex: 1;
    overflow: hidden;
  }

  .main-heading {
    font-size: 2em;
  }

  .section-content {
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .heading-4 {
    font-size: 50px;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .second-article {
    display: block;
  }

  .small-text {
    font-size: 9px;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .standart-button-2 {
    height: 50px;
  }

  .play-button-icon-2 {
    width: 40px;
    height: 40px;
    padding-left: 0;
  }

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

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

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .brix---mg-bottom-2 {
    font-size: 14px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .spark-section-5 {
    padding: 64px 20px;
  }

  .spark-section-5 h1 {
    font-size: 3rem;
  }

  .spark-section-5 h2 {
    font-size: 2.5rem;
  }

  .spark-absolute-dark-background.spark-top-aligned {
    height: 600px;
  }

  .spark-flex-row-pricing {
    align-items: flex-start;
    margin-top: 64px;
  }

  .spark-checked-item-2 {
    grid-column-gap: 8px;
  }

  .spark-features-included {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---btn-primary-2, .brix---btn-secondary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---card-over-image-2 {
    padding: 34px 24px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h4-size-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---half-bg-image-left-content-v2 {
    min-height: auto;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---instagram-image {
    border-radius: 16px;
  }

  .brix---grid-instagram-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image-hidden-on-tablet {
    border-radius: 16px;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---btn-primary-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image-full-width {
    border-radius: 16px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-8 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 16px;
  }

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

  .brix---gallery-v5-col {
    grid-row-gap: 16px;
  }

  .brix---gallery-v5-col-hidden {
    display: none;
  }

  .image-3 {
    width: 40px;
  }

  .right-arrow, .left-arrow {
    display: block;
  }
}

#w-node-_528b26d4-7dc3-06f8-46e9-7b11eebb14ef-01e36078 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_246e7e5b-f974-7414-a5c3-6de1420d610d-420d6109, #w-node-_246e7e5b-f974-7414-a5c3-6de1420d6134-420d6109 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_246e7e5b-f974-7414-a5c3-6de1420d610d-420d6109 {
    grid-column: span 2 / span 2;
  }

  #w-node-_246e7e5b-f974-7414-a5c3-6de1420d6134-420d6109 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Arrow';
  src: url('../fonts/arrow.eot') format('embedded-opentype'), url('../fonts/arrow.woff') format('woff'), url('../fonts/arrow.ttf') format('truetype'), url('../fonts/arrow.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Adlery swash';
  src: url('../fonts/Adlery-Swash-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Adlery pro';
  src: url('../fonts/Adlery-Pro-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}