html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, main, nav, section {
  display: block;
}

video {
  vertical-align: baseline;
  display: inline-block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

h1, h2, h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

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

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

:root {
  --black: #151304;
  --white: white;
  --accent-yellow: #ffd446;
  --colors--coral: #d34d51;
  --colors--orange: #e88427;
  --colors--light-purple: #9792e3;
  --colors--blue: #478ed3;
  --colors--magenta: #cc72e3;
  --colors--green: #37ba84;
  --accent-orange: #e55934;
  --grey--60: #a1a19b;
  --black-opacity--5: rgba(21, 19, 4, .05);
  --black-opacity--8: rgba(21, 19, 4, .08);
  --black-opacity--60: rgba(21, 19, 4, .6);
  --white-opacity--10: rgba(255, 255, 255, .1);
}

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .16px;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 132%;
}

h1 {
  color: var(--black);
  letter-spacing: -5.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 96%;
}

h2 {
  letter-spacing: 1.12px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 98%;
}

h3 {
  letter-spacing: .64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 108%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

.hero {
  background-color: var(--accent-yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 680px;
  padding-top: 28px;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 32px;
  padding-right: 32px;
}

.container.hero-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-content-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.medium-s-uppercase {
  letter-spacing: .12px;
  font-size: 12px;
  line-height: 132%;
}

.medium-s-uppercase.hero-content-block-item {
  color: var(--black);
  width: 160px;
}

.hero-content-block-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.unique-button-text-wrapper {
  z-index: 2;
  border: 1px dashed var(--white);
  text-align: center;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  padding: 12px;
  display: flex;
  position: relative;
}

.regular-xl {
  letter-spacing: .48px;
  font-family: Anton, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 98%;
}

.max-width-96 {
  max-width: 96px;
}

.unique-button-shape {
  z-index: 0;
  flex: none;
  width: 168px;
  min-width: 168px;
  height: 168px;
  min-height: 168px;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -64px;
  left: auto;
  right: -72px;
}

.hero-shape-1 {
  z-index: 2;
  width: 132px;
  height: 68px;
  position: absolute;
  top: -112px;
  bottom: auto;
  left: -196px;
  right: auto;
}

.hero-shape-3 {
  z-index: 2;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -120px;
  bottom: auto;
  left: auto;
  right: -284px;
}

.hero-shape-2 {
  z-index: 2;
  width: 296px;
  height: 268px;
  position: absolute;
  top: auto;
  bottom: -240px;
  left: -328px;
  right: auto;
}

.hero-ball {
  background-image: url("image/color.png");
  border-radius: 50%;
  width: 760px;
  min-width: 760px;
  height: 760px;
  min-height: 760px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: auto;
  bottom: -412px;
  left: auto;
  right: auto;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.hero-bottom-content {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: auto;
  right: auto;
}

.icon-size-24 {
  width: 24px;
  height: 24px;
}

.nav {
  width: 100%;
  position: absolute;
  top: 28px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo-block {
  transition: transform .25s cubic-bezier(.455, .03, .515, .955);
}

.nav-logo-block:hover, .nav-logo-block:focus {
  transform: scale(.95);
}

.nav-logo {
  width: 77px;
  height: auto;
}

.nav-buttons-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  text-align: center;
  letter-spacing: .12px;
  border-radius: 100px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 132%;
}

.button.secondary {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: rgba(255, 255, 255, 0);
  transition: color .25s cubic-bezier(.455, .03, .515, .955), background-color .25s cubic-bezier(.455, .03, .515, .955);
}

.button.secondary:hover, .button.secondary:focus {
  background-color: var(--black);
  color: var(--accent-yellow);
}

.button.primary {
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 6px 48px 6px 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.primary.primary-black {
  background-color: var(--black);
  color: var(--accent-yellow);
}

.button.primary.primary-accent {
  background-color: var(--accent-yellow);
  color: var(--black);
}

.hamburger-menu {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.hamburger-menu:hover, .hamburger-menu:focus {
  transform: scale(.95);
}

.hamburger-menu-line-one {
  z-index: 1;
  background-color: var(--white);
  width: 32px;
  height: 1.5px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 19.5px;
  bottom: auto;
  left: auto;
  right: auto;
}

.hamburger-menu-line-two {
  z-index: 1;
  background-color: var(--white);
  width: 32px;
  height: 1.5px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  bottom: 19.5px;
  left: auto;
  right: auto;
}

.hamburger-menu-dropdown {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: none;
  position: absolute;
  top: 56px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hamburger-menu-link {
  letter-spacing: .32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Anton, sans-serif;
  font-weight: 400;
  line-height: 98%;
  transition: color .25s cubic-bezier(.455, .03, .515, .955);
}

.hamburger-menu-link:hover, .hamburger-menu-link:focus {
  color: var(--accent-yellow);
}

.section {
  z-index: 5;
  position: relative;
}

.section.upcoming-events {
  margin-top: 104px;
  padding-top: 56px;
}

.section-padding {
  padding-top: 56px;
}

.section-margin-top {
  margin-top: 104px;
}

.section-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.max-width-328-tablet-280-mobile-232 {
  max-width: 328px;
}

.medium-l-uppercase.section-description {
  text-align: right;
  max-width: 400px;
}

.margin-bottom-48-mobile-32 {
  margin-bottom: 48px;
}

.container-wide {
  width: 100%;
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

.three-columns-grid-tablet-one {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.event-card {
  z-index: 1;
  flex-flow: column;
  height: 80vh;
  min-height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute-card-image-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-image {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-image-linear {
  z-index: 1;
  background-image: linear-gradient(rgba(21, 19, 4, .25), rgba(21, 19, 4, 0) 50%, rgba(21, 19, 4, .25));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.event-card-content {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  position: relative;
}

.event-card-main-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.event-card-author-and-date {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.regular-s-uppercase {
  letter-spacing: .12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 132%;
}

.semibold-m-uppercase {
  letter-spacing: .14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 132%;
}

.chips {
  border: .5px dashed var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.event-card-name {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.max-width-240-mobile-200 {
  max-width: 240px;
}

.absolute-block-icons-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
}

.absolute-block-icon {
  width: 32px;
  height: 32px;
  position: absolute;
}

.absolute-block-icon.second-icon {
  top: 32px;
  left: -32px;
}

.two-sections-wrapper {
  z-index: 5;
  background-color: var(--black);
  border-top-left-radius: 96px;
  border-top-right-radius: 96px;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.empty-section {
  pointer-events: none;
  height: 100vh;
  min-height: 744px;
}

.who-we-are-section-wrapper {
  background-color: var(--accent-yellow);
  border-bottom-right-radius: 96px;
  border-bottom-left-radius: 96px;
  margin-top: 8px;
  padding-top: 104px;
  padding-bottom: 280px;
  overflow: hidden;
}

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

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

.who-we-are-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.large-heding {
  letter-spacing: -1.6px;
  font-family: Anton, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 108%;
}

.medium-m-uppercase {
  letter-spacing: .14px;
  font-size: 14px;
  line-height: 132%;
}

.button-icon-wrapper {
  border-radius: 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: auto;
  right: 6px;
}

.button-icon-wrapper.primary-black-icon {
  background-color: var(--accent-yellow);
}

.button-icon-wrapper.primary-accent-icon {
  background-color: var(--black);
}

.icon-size-16 {
  width: 16px;
  height: 16px;
}

.who-we-are-shape-1 {
  width: 256px;
  height: 256px;
  position: absolute;
  top: -64px;
  bottom: auto;
  left: -324px;
  right: auto;
}

.who-we-are-shape-2 {
  width: 320px;
  height: 290px;
  position: absolute;
  top: auto;
  bottom: -316px;
  left: auto;
  right: -188px;
}

.who-we-are-ball-1 {
  background-image: radial-gradient(circle farthest-side, #ffdf77 30%, #e8bd2f);
  border-radius: 50%;
  width: 720px;
  min-width: 720px;
  height: 720px;
  min-height: 720px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: auto;
  bottom: -708px;
  left: -460px;
  right: auto;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.who-we-are-ball-2 {
  background-image: radial-gradient(circle farthest-side, #ffdf77 30%, #e8bd2f);
  border-radius: 50%;
  width: 280px;
  min-width: 280px;
  height: 280px;
  min-height: 280px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: -208px;
  bottom: auto;
  left: auto;
  right: -364px;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.sections-wrapper {
  z-index: 5;
  background-color: var(--black);
  padding-top: 104px;
  position: relative;
  overflow: hidden;
}

.three-columns-grid-tablet-two {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 600px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-240-mobile-216 {
  max-width: 240px;
}

.service-card-illustration-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.service-card-illustration {
  z-index: 1;
  width: 280px;
  height: 280px;
  position: relative;
}

.service-card-highlight-circle {
  z-index: 0;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  width: 224px;
  height: 224px;
  position: absolute;
}

.bg-color-coral {
  background-color: var(--colors--coral);
}

.bg-color-orange {
  background-color: var(--colors--orange);
}

.bg-color-light-purple {
  background-color: var(--colors--light-purple);
}

.bg-color-blue {
  background-color: var(--colors--blue);
}

.bg-color-magenta {
  background-color: var(--colors--magenta);
}

.bg-color-green {
  background-color: var(--colors--green);
}

.about-events-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 864px;
  display: flex;
  position: relative;
}

.heading-and-badge-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 328px;
  display: flex;
  position: relative;
}

.heading-badge {
  background-color: var(--accent-orange);
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: auto;
  right: auto;
  transform: rotate(-7deg);
}

.regular-xxl {
  letter-spacing: -.4px;
  font-family: Anton, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 108%;
}

.color-grey-60 {
  color: var(--grey--60);
}

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

.about-events-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-events-shape-1 {
  width: 104px;
  height: 157px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: -108px;
  right: auto;
}

.about-events-shape-3 {
  width: 117px;
  height: 127px;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: auto;
  right: -129px;
}

.video {
  border-radius: 96px;
  height: 100vh;
  min-height: 800px;
}

.three-columns-wide-grid-tablet-two {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.highlights-block {
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlights-block-content {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  border-radius: 31px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 31px;
  display: flex;
  position: relative;
}

.margin-bottom-64-mobile-48 {
  margin-bottom: 64px;
}

.highlights-block-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.color-blue {
  color: var(--colors--blue);
}

.highlights-icon {
  width: 40px;
  height: 40px;
  margin-top: 2px;
}

.highlights-glow {
  z-index: 1;
  width: 640px;
  min-width: 640px;
  height: 640px;
  min-height: 640px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.highlights-glow.blue-glow {
  background-image: linear-gradient(#478ed3 15%, rgba(71, 142, 211, .15) 25%, rgba(71, 142, 211, .15) 75%, #478ed3 85%);
}

.highlights-glow.magenta-glow {
  background-image: linear-gradient(#cc72e3 15%, rgba(204, 114, 227, .15) 25%, rgba(204, 114, 227, .15) 75%, #cc72e3 85%);
}

.highlights-glow.green-glow {
  background-image: linear-gradient(#37ba84 15%, rgba(55, 186, 132, .15) 25%, rgba(55, 186, 132, .15) 75%, #37ba84 85%);
}

.highlights-glow.light-purple-glow {
  background-image: linear-gradient(#9792e3 15%, rgba(151, 146, 227, .15) 25%, rgba(151, 146, 227, .15) 75%, #9792e3 85%);
}

.highlights-glow.orange-glow {
  background-image: linear-gradient(#e88427 15%, rgba(232, 132, 39, .15) 25%, rgba(232, 132, 39, .15) 75%, #e88427 85%);
}

.highlights-glow.coral-glow {
  background-image: linear-gradient(#d34d51 15%, rgba(211, 77, 81, .15) 25%, rgba(211, 77, 81, .15) 75%, #d34d51 85%);
}

.color-magenta {
  color: var(--colors--magenta);
}

.color-green {
  color: var(--colors--green);
}

.color-light-purple {
  color: var(--colors--light-purple);
}

.colors-orange {
  color: var(--colors--orange);
}

.color-coral {
  color: var(--colors--coral);
}

.person-block {
  flex-flow: column;
  height: 80vh;
  min-height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.person-block-content {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 32px;
  display: flex;
  position: relative;
}

.max-width-280-mobile-200 {
  max-width: 280px;
}

.colored-chips {
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.faq-section-wrapper {
  background-color: var(--accent-yellow);
  border-bottom-right-radius: 96px;
  border-bottom-left-radius: 96px;
  margin-top: 8px;
  padding-top: 104px;
  padding-bottom: 280px;
  overflow: hidden;
}

.faq-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 684px;
  display: flex;
  position: relative;
}

.margin-bottom-32-mobile-24 {
  margin-bottom: 32px;
}

.faq-items-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.faq-question {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--black);
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
}

.semibold-l-uppercase {
  font-weight: 600;
}

.faq-answer {
  background-color: var(--black-opacity--5);
  text-align: left;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.medium-m {
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 144%;
}

.medium-m.faq-answer-text {
  max-width: 600px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.faq-shape-1 {
  width: 294px;
  height: 266px;
  position: absolute;
  top: auto;
  bottom: -294px;
  left: -364px;
  right: auto;
}

.faq-shape-3 {
  width: 202px;
  height: 202px;
  position: absolute;
  top: -16px;
  bottom: auto;
  left: auto;
  right: -258px;
}

.overflow-hidden {
  overflow: hidden;
}

.faq-ball-1 {
  background-image: radial-gradient(circle farthest-side, #ffdf77 30%, #e8bd2f);
  border-radius: 50%;
  width: 280px;
  min-width: 280px;
  height: 280px;
  min-height: 280px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: -68px;
  bottom: auto;
  left: -440px;
  right: auto;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.faq-ball-2 {
  background-image: radial-gradient(circle farthest-side, #ffdf77 30%, #e8bd2f);
  border-radius: 50%;
  width: 720px;
  min-width: 720px;
  height: 720px;
  min-height: 720px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: auto;
  bottom: -680px;
  left: auto;
  right: -632px;
  box-shadow: inset 0 35px 40px #ffeba9;
}

.footer {
  background-color: var(--black);
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-content {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  display: flex;
}

.footer-text-and-button {
  position: relative;
}

.footer-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.footer-text {
  color: var(--accent-yellow);
  letter-spacing: -8.535px;
  font-family: Anton, sans-serif;
  font-size: 15.5vw;
  font-weight: 400;
  line-height: 96%;
}

.footer-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -48px;
  left: auto;
  right: 128px;
}

.footer-menu-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.footer-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid var(--accent-yellow);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 24px;
  display: flex;
}

.footer-menu-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-menu-item {
  color: var(--accent-yellow);
  letter-spacing: .32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Anton, sans-serif;
  font-weight: 400;
  line-height: 98%;
  transition: color .25s cubic-bezier(.455, .03, .515, .955);
}

.footer-menu-item:hover, .footer-menu-item:focus {
  color: var(--accent-orange);
}

.color-accent {
  color: var(--accent-yellow);
}

.black-overlay {
  z-index: 2;
  background-color: var(--black);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.all-sections-wrapper {
  overflow: hidden;
}

.nav-adaptation-menu {
  display: none;
}

.adaptation-menu-buttons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -4px;
    font-size: 200px;
  }

  h2 {
    letter-spacing: .96px;
    font-size: 48px;
  }

  .hero {
    min-height: 1080px;
    position: fixed;
    overflow: hidden;
  }

  .hero-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero-button {
    position: static;
  }

  .hero-shape-1 {
    top: -168px;
    bottom: auto;
    left: 32px;
    right: auto;
  }

  .hero-shape-3 {
    width: 160px;
    height: 160px;
    top: -208px;
    bottom: auto;
    left: auto;
    right: 40px;
  }

  .hero-shape-2 {
    width: 240px;
    height: 216px;
    top: auto;
    bottom: -237px;
    left: -144px;
    right: auto;
  }

  .hero-ball {
    top: auto;
    bottom: -508px;
  }

  .section.upcoming-events {
    overflow: hidden;
  }

  .max-width-328-tablet-280-mobile-232 {
    max-width: 280px;
  }

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

  .event-card {
    height: 100vh;
    min-height: 720px;
    max-height: 1200px;
  }

  .two-sections-wrapper {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }

  .empty-section {
    min-height: 1080px;
  }

  .who-we-are-section-wrapper {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }

  .who-we-are-content {
    max-width: 760px;
  }

  .large-heding {
    letter-spacing: -1.2px;
    font-size: 60px;
  }

  .who-we-are-shape-1 {
    width: 132px;
    height: 132px;
    top: -104px;
    bottom: auto;
    left: -40px;
    right: auto;
  }

  .who-we-are-shape-2 {
    width: 240px;
    height: 218px;
    top: auto;
    bottom: -292px;
    left: auto;
    right: -96px;
  }

  .who-we-are-ball-1 {
    width: 560px;
    min-width: 560px;
    height: 560px;
    min-height: 560px;
    top: auto;
    bottom: -600px;
    left: -328px;
    right: auto;
  }

  .who-we-are-ball-2 {
    top: -264px;
    right: -192px;
  }

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

  .service-card {
    height: 520px;
  }

  .service-card-illustration {
    width: 240px;
    height: 240px;
  }

  .service-card-highlight-circle {
    width: 184px;
    height: 184px;
  }

  .about-events-block {
    max-width: 680px;
  }

  .heading-and-badge-wrapper {
    max-width: 280px;
  }

  .regular-xxl {
    letter-spacing: -.32px;
    font-size: 32px;
  }

  .about-events-shape-1 {
    width: 72px;
    height: 109px;
    top: -8px;
    left: 24px;
  }

  .about-events-shape-3 {
    width: 89px;
    height: 97px;
    top: -24px;
    right: 16px;
  }

  .video {
    border-radius: 64px;
    height: 680px;
    min-height: auto;
  }

  .three-columns-wide-grid-tablet-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .person-block {
    height: 100vh;
    min-height: 720px;
    max-height: 1200px;
  }

  .faq-section-wrapper {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }

  .faq-shape-1 {
    width: 200px;
    height: 180px;
    bottom: -266px;
    left: -132px;
  }

  .faq-shape-3 {
    width: 168px;
    height: 168px;
    top: -56px;
    right: -108px;
  }

  .faq-ball-1 {
    width: 232px;
    min-width: 232px;
    height: 232px;
    min-height: 232px;
    top: -216px;
    left: -148px;
  }

  .faq-ball-2 {
    width: 480px;
    min-width: 480px;
    height: 480px;
    min-height: 480px;
    bottom: -540px;
    right: -300px;
  }

  .footer-text {
    letter-spacing: -4.76px;
    font-size: 15.4vw;
  }

  .footer-button {
    bottom: -56px;
    right: 40px;
  }

  .footer-menu-items {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    max-width: 360px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -2.12px;
    font-size: 106px;
  }

  h2 {
    letter-spacing: .8px;
    font-size: 40px;
  }

  h3 {
    letter-spacing: .56px;
    font-size: 28px;
  }

  .hero {
    min-height: 680px;
    position: fixed;
    overflow: hidden;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .medium-s-uppercase.hero-content-block-item.second-block-item, .medium-s-uppercase.hero-content-block-item.third-block-item {
    display: none;
  }

  .unique-button-text-wrapper {
    width: 96px;
    height: 96px;
  }

  .regular-xl {
    letter-spacing: .36px;
    font-size: 18px;
  }

  .unique-button-shape {
    width: 124px;
    min-width: 124px;
    height: 124px;
    min-height: 124px;
  }

  .hero-shape-1 {
    width: 64px;
    height: 33px;
    top: -112px;
    left: 8px;
  }

  .hero-shape-3 {
    width: 72px;
    height: 72px;
    top: -132px;
    right: -30px;
  }

  .hero-shape-2 {
    width: 89px;
    height: 80px;
    bottom: -32px;
    left: -40px;
  }

  .hero-ball {
    z-index: 0;
    display: none;
    bottom: -596px;
  }

  .hero-bottom-content {
    display: none;
  }

  .nav {
    z-index: 10;
  }

  .nav-content {
    z-index: 1;
    justify-content: space-between;
    align-items: center;
  }

  .nav-buttons-wrapper {
    display: none;
  }

  .hamburger-menu {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .section.upcoming-events, .section-margin-top {
    margin-top: 72px;
  }

  .section-heading {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .max-width-328-tablet-280-mobile-232 {
    max-width: 232px;
  }

  .medium-l-uppercase.section-description {
    text-align: left;
  }

  .margin-bottom-48-mobile-32 {
    margin-bottom: 32px;
  }

  .event-card {
    min-height: 600px;
    max-height: 800px;
  }

  .event-card-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-width-240-mobile-200 {
    max-width: 200px;
  }

  .two-sections-wrapper {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    padding-top: 0;
  }

  .empty-section {
    min-height: 680px;
    display: block;
  }

  .who-we-are-section-wrapper {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    padding-top: 72px;
  }

  .who-we-are-content {
    max-width: 480px;
  }

  .large-heding {
    letter-spacing: -.8px;
    font-size: 40px;
  }

  .who-we-are-shape-1 {
    display: none;
  }

  .who-we-are-shape-2 {
    width: 184px;
    height: 167px;
    bottom: -260px;
    right: -72px;
  }

  .who-we-are-ball-1 {
    width: 320px;
    min-width: 320px;
    height: 320px;
    min-height: 320px;
    bottom: -404px;
    left: -168px;
  }

  .who-we-are-ball-2 {
    display: none;
  }

  .sections-wrapper {
    padding-top: 72px;
  }

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

  .service-card {
    height: 480px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-width-240-mobile-216 {
    max-width: 216px;
  }

  .service-card-illustration {
    width: 216px;
    height: 216px;
  }

  .about-events-block {
    max-width: 480px;
  }

  .heading-and-badge-wrapper {
    max-width: 232px;
  }

  .about-events-shape-1, .about-events-shape-3 {
    display: none;
  }

  .video {
    border-radius: 48px;
  }

  .three-columns-wide-grid-tablet-two {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .three-columns-wide-grid-tablet-two.larger-gap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .highlights-block-content {
    padding-left: 23px;
    padding-right: 23px;
  }

  .margin-bottom-64-mobile-48 {
    margin-bottom: 48px;
  }

  .highlights-icon {
    width: 32px;
    height: 32px;
  }

  .highlights-glow {
    width: 760px;
    min-width: 760px;
    height: 760px;
    min-height: 760px;
  }

  .person-block {
    min-height: 600px;
    max-height: 800px;
  }

  .person-block-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-width-280-mobile-200 {
    max-width: 200px;
  }

  .faq-section-wrapper {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    padding-top: 72px;
  }

  .faq-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 100%;
  }

  .margin-bottom-32-mobile-24 {
    margin-bottom: 24px;
  }

  .faq-shape-1 {
    width: 184px;
    height: 166px;
    bottom: -274px;
    left: -72px;
  }

  .faq-shape-3, .faq-ball-1 {
    display: none;
  }

  .faq-ball-2 {
    width: 320px;
    min-width: 320px;
    height: 320px;
    min-height: 320px;
    bottom: -404px;
    right: -168px;
  }

  .footer-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .footer-text-and-button {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-text {
    letter-spacing: -3.8px;
    font-size: 28.5vw;
  }

  .footer-button {
    margin-left: 16px;
    position: static;
  }

  .footer-menu {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-adaptation-menu {
    z-index: 1;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--accent-yellow);
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 28px 24px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .nav-adaptation-links-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
    overflow: auto;
  }

  .nav-adaptation-link {
    border-bottom: 1px solid var(--black);
    color: var(--black);
    letter-spacing: -.28px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: Anton, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 108%;
  }

  .adaptation-menu-buttons {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-menu-and-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .h1.home-hero-text {
    font-size: 12vw;
  }

  .hero-shape-3 {
    top: -112px;
  }

  .hero-ball {
    display: block;
    bottom: -520px;
  

    
  }

  .hero-bottom-content {
    display: block;
  }

  .footer-text {
    letter-spacing: -2.12px;
    font-size: 12.5vw;
  }
}


/* =========================
   NAV / MENU STATES
   ========================= */

body.menu-open {
  overflow: hidden;
}

.hamburger-menu-dropdown.is-open {
  display: flex;
}

.nav-adaptation-menu.is-open {
  display: flex;
  opacity: 1;
}

.black-overlay.is-active {
  opacity: 0.72;
  pointer-events: auto;
  transition: opacity 0.25s ease;
}

/* =========================
   FAQ ACCORDION
   ========================= */

.faq-answer {
  max-height: 0;
  transition: max-height 0.35s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 500px; /* при необходимости увеличь, если текст длинный */
}

.faq-question img {
  transition: transform 0.25s ease;
}

.faq-item.is-open .faq-question img {
  transform: rotate(45deg);
}

/* =========================
   FADE-IN ANIMATION
   ========================= */

.is-animated {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.is-animated.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   CTA SECTION
   ========================= */

.cta-section {
  background-color: var(--black);
  border-top: 1px solid var(--accent-yellow);
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-inner {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.cta-text {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-description {
  max-width: 420px;
  text-transform: uppercase;
}

.cta-button {
  flex-shrink: 0;
}

/* адаптации CTA */

@media screen and (max-width: 767px) {
  .cta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 24px;
  }

  .cta-text {
    max-width: 100%;
  }
}
