:root {
  --dark: #1a1725;
  --red: #ff2f5b;
  --main: #6233ef;
  --grey-1: #e0dee9;
  --haze: #f7f6fa;
  --grey-5: #706b81;
  --grey-2: #c7c8cf;
  --grey-3: #a5a6af;
  --white: white;
  --grey-4: #80818c;
  --orange: #ff913b;
  --green: #86ce2b;
}

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

body {
  color: var(--dark);
  font-family: Archivo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

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

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-weight: 600;
}

li {
  padding-left: 4px;
}

blockquote {
  border-left: 3px solid var(--red);
  max-width: 770px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 12px 0 12px 28px;
  font-size: 20px;
  line-height: 28px;
}

.body {
  color: var(--dark);
  font-family: Archivo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 80px;
  display: flex;
  position: relative;
}

.section.dark.no-vertical-paddings {
  background-color: var(--dark);
}

.section.page-header {
  background-color: var(--main);
  color: #fff;
  padding-top: 192px;
  padding-bottom: 96px;
  overflow: hidden;
}

.section.page-header.big-header {
  padding-bottom: 184px;
}

.section.hero-section {
  background-color: var(--main);
  color: #fff;
  height: 100vh;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.bg-image-section {
  background-color: var(--main);
  color: #fff;
  overflow: hidden;
}

.section.media-grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
}

.wrapper {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapper.hero-wrapper {
  z-index: 1;
  align-items: flex-start;
  height: 100%;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.left {
  align-items: flex-start;
}

.wrapper.video-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.button {
  box-shadow: inset 0 0 0 2px var(--dark), 2px 2px 0 0 var(--dark);
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: box-shadow .2s, transform .2s;
}

.button:hover {
  box-shadow: inset 0 0 0 2px var(--dark), 3px 3px 0 0 var(--dark);
  text-decoration: none;
  transform: translate(-1px, -1px);
}

.button:active {
  box-shadow: inset 0 0 0 2px var(--dark), 0 0 0 0 var(--dark);
  transform: translate(2px, 2px);
}

.button.color-button:hover {
  box-shadow: inset 0 0 0 2px #fff, 3px 3px #fff;
}

.button.color-button:active {
  box-shadow: inset 0 0 0 2px #fff, 0 0 #fff;
}

.button.color-button.subscribe-button {
  flex: 1;
  margin-left: 12px;
  margin-right: 12px;
}

.button.full-width {
  width: 100%;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  font-size: 13px;
  line-height: 20px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 50%;
  padding: 48px 15px;
}

.button-style-wrapper.dark-bg {
  background-color: var(--main);
  background-image: linear-gradient(rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('../images/mcdobbie-hu-424584.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.color-button {
  background-color: var(--red);
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff, 2px 2px #fff;
}

.nav-bar {
  z-index: 100;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  justify-content: center;
  width: 100%;
  height: 96px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 20px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.w--current, .text-white {
  color: #fff;
}

.text-link {
  color: var(--red);
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.bg {
  color: #fff;
  background-image: linear-gradient(rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('../images/al-nik-383735.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 370px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tooltip {
  border: 1px solid var(--grey-1);
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding: 6px 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  bottom: 34px;
  box-shadow: 1px 1px 6px rgba(17, 17, 17, .1);
}

.tooltip.change-tooltip {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  bottom: 50px;
}

.tooltip-text {
  display: block;
}

.tooltip-arrow {
  border-right: 1px solid var(--grey-1);
  border-bottom: 1px solid var(--grey-1);
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.haze {
  background-color: var(--haze);
}

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

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: flex;
}

.section-intro.margin {
  margin-bottom: 64px;
}

.dark {
  background-color: var(--dark);
}

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

.title {
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}

.title.big {
  font-size: 16px;
}

.no-vertical-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  width: 16.66%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-link {
  color: rgba(255, 255, 255, .7);
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.text-white-faded {
  color: rgba(255, 255, 255, .5);
}

.text-white-faded.margin-left {
  margin-left: 20px;
}

.brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.brand:hover {
  text-decoration: none;
}

.brand.w--current {
  margin-bottom: -1px;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 80px;
  display: flex;
}

.change {
  border-top: 1px solid var(--grey-1);
  border-bottom: 1px solid var(--grey-1);
  align-items: center;
  margin-bottom: -1px;
  padding: 32px;
  display: flex;
}

.change-icon {
  background-color: var(--dark);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change-icon.release {
  background-color: var(--main);
}

.change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.nav-menu {
  align-items: center;
  margin-bottom: -1px;
  margin-right: -20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.radio-button {
  border: 2px solid var(--grey-1);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px 12px 32px;
  display: flex;
  position: relative;
}

.radio-bullet {
  opacity: 1;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

.radio-text {
  z-index: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.radio-buttons {
  flex: 80%;
  margin: 4px -8px 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.hero-intro {
  text-align: left;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 136px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-photo-wrapper {
  z-index: 1;
  flex: 1;
  margin-left: 15px;
  margin-right: 8.66%;
  position: relative;
}

.about-info {
  z-index: 1;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: 58.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.about-photo {
  width: 100%;
}

.about-photo-info {
  color: #fff;
  background-color: rgba(98, 51, 239, .8);
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-icon {
  opacity: .7;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.dark-icon {
  opacity: .4;
}

.social-icon.dark-icon:hover {
  opacity: 1;
}

.divider {
  background-color: var(--red);
  width: 70px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.divider.numbers-divider {
  background-color: #fff;
  margin-top: 12px;
  margin-bottom: 24px;
}

.divider.margins {
  margin-top: 20px;
  margin-bottom: 24px;
}

.divider.hero-divider {
  background-color: #fff;
  margin-top: 4px;
  margin-bottom: 20px;
}

.about-text {
  color: var(--grey-5);
  column-count: 2;
  column-gap: 2em;
}

.about-bg-text {
  color: rgba(224, 222, 233, .5);
  text-transform: uppercase;
  font-size: 136px;
  font-weight: 600;
  line-height: 120px;
  position: absolute;
  top: 144px;
  left: 29%;
}

.arrow-link {
  color: var(--dark);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/arrow-red-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  padding: 10px 8px 8px 22px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.arrow-link:hover {
  text-decoration: underline;
}

.arrow-link.footer-link {
  color: rgba(255, 255, 255, .7);
  transition: color .2s;
}

.arrow-link.footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.arrow-link.event-schedule-link {
  margin-top: 16px;
  margin-bottom: 32px;
}

.about-photo-text {
  flex: 1;
}

.tab-link {
  color: var(--grey-2);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 28px;
  margin-right: 28px;
  padding: 4px 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  transition: color .4s;
}

.tab-link:hover {
  color: var(--dark);
  text-decoration: none;
}

.tab-link.w--current {
  box-shadow: inset 0 -3px 0 0 var(--red);
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
}

.schedule-tabs {
  width: 83.33%;
  margin-bottom: 80px;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.schedule-tabs-menu {
  justify-content: center;
  margin-top: -8px;
  margin-bottom: 72px;
  display: flex;
}

.schedule-event {
  border-top: 1px solid var(--grey-1);
  border-bottom: 1px solid var(--grey-1);
  color: var(--dark);
  align-items: center;
  margin-bottom: -1px;
  padding: 24px;
  transition: background-color .1s, border .1s, color .2s;
  display: flex;
}

.schedule-event:hover {
  background-color: var(--haze);
  text-decoration: none;
}

.schedule-event-info {
  flex: 1;
}

.schedule-event-time {
  width: 16%;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.schedule-speaker {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.schedule-speaker:hover {
  z-index: 1;
  position: relative;
}

.tabs-content {
  padding-bottom: 1px;
  overflow: visible;
}

.schedule-speaker-image {
  border-radius: 50%;
}

.numbers {
  perspective: 1000px;
  justify-content: center;
  width: 100%;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.numbers-info {
  flex-wrap: wrap;
  flex: 1;
  padding-right: 8.33%;
  display: flex;
}

.numbers-info.right-side {
  padding-left: 8.33%;
  padding-right: 0%;
}

.numbers-info-block {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 4px;
  padding-left: 15px;
  padding-right: 40px;
}

.big-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.numbers-card {
  background-color: var(--red);
  border: 6px solid #fff;
  align-items: center;
  width: 270px;
  padding: 80px 32px 104px;
  display: flex;
  position: relative;
}

.numbers-date {
  margin-left: -8px;
  font-size: 150px;
  font-weight: 700;
  line-height: 144px;
}

.numbers-month {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: 24px;
  left: 26px;
}

.numbers-year {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: 24px;
  right: 26px;
}

.numbers-card-text {
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  bottom: 24px;
  left: 26px;
  right: 26px;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.speakers {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.speakers.no-margin-bottom {
  margin-bottom: 0;
}

.speaker-item {
  width: 20%;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.speaker-item.big {
  width: 25%;
}

.speaker-card {
  color: var(--dark);
  flex-direction: column;
  width: 100%;
}

.speaker-card:hover {
  text-decoration: none;
}

.speaker-card-bio {
  color: var(--grey-5);
  margin-top: -4px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
}

.speaker-card-avatar {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.cta {
  color: #fff;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cta-price {
  text-align: center;
  border-right: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-right: 8%;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.cta-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 4% 24px 15px;
  display: flex;
}

.cta-price-tag {
  margin-bottom: 12px;
  font-size: 80px;
  font-weight: 700;
  line-height: 72px;
}

.cta-heading {
  margin-top: 16px;
  margin-bottom: 28px;
}

.footer-about {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 6%;
  display: flex;
}

.footer-heading {
  margin-top: 6px;
  margin-bottom: 22px;
}

.footer-logo {
  margin-bottom: 28px;
}

.footer-instagram {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-bottom-text {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-bottom-social {
  align-items: center;
  padding-right: 24px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

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

.footer-social-line {
  opacity: .3;
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: 16px;
  margin-right: 8px;
}

.heart-icon {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/heart-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 13px;
  display: inline-block;
}

.footer-instagram-photos {
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 8px -6px 24px;
  display: flex;
}

.instagram-photo {
  flex: 0 auto;
  width: 33.33%;
  padding: 6px;
  position: relative;
  overflow: hidden;
}

.photo-hover {
  background-color: rgba(98, 51, 239, .8);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
}

.no-padding {
  padding: 0;
}

.media-video {
  background-color: var(--main);
  text-align: center;
  background-image: linear-gradient(rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('../images/video-preview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 40px 32px;
  text-decoration: none;
  display: flex;
}

.media-video:hover {
  text-decoration: none;
}

.play-button {
  background-color: var(--red);
  background-image: url('../images/play-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  width: 56px;
  height: 40px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: inset 0 0 0 2px #fff, 3px 3px #fff;
}

.play-button:hover {
  transform: translate(-1px, -1px);
}

.play-button:active {
  transform: translate(2px, 2px);
  box-shadow: inset 0 0 0 2px #fff, 0 0 #fff;
}

.play-button.big {
  background-size: auto 16px;
  width: 72px;
  height: 56px;
}

.play-button.center {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.madia-video-heading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}

.gallery-image {
  width: 100%;
  height: 100%;
  transition: opacity .2s;
}

.gallery-block {
  perspective: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
  position: relative;
}

.gallery-block.big {
  width: 33.33%;
}

.media-testimonials {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 16px 8% 16px 14%;
  display: flex;
}

.media-review {
  max-width: 470px;
  position: relative;
}

.media-review-text {
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
}

.media-review-icon {
  position: absolute;
  top: 0;
  left: -25%;
}

.media-review-author {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.tickets-button {
  border-bottom: 3px solid var(--red);
  color: var(--dark);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  transition: border-width .2s;
  display: flex;
}

.tickets-button:hover {
  background-image: url('../images/tickets-icon-white.png');
  background-size: 72px;
  border-bottom-width: 16px;
  text-decoration: none;
}

.subscribe {
  background-color: var(--main);
  color: #fff;
  width: 100%;
  padding: 72px 8.33% 64px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 36px;
  display: flex;
}

.input {
  background-color: var(--haze);
  box-shadow: inset 0 -2px 0 0 var(--grey-1);
  border-style: none;
  height: 48px;
  margin-bottom: 24px;
  padding: 13px 20px 12px;
}

.input::placeholder {
  color: var(--grey-3);
}

.input.subscribe-input {
  box-shadow: none;
  background-color: #fff;
  flex: 1;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
}

.input.text-area {
  height: auto;
  min-height: 120px;
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
}

.form-success.contact-success {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.form-error {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.featured-events-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.featured-events {
  width: 50%;
  padding-left: 6%;
  padding-right: 6%;
}

.featured-events.padding-top {
  padding-top: 40px;
}

.event-card {
  width: 100%;
  position: relative;
}

.page-header-intro {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.event-card-image {
  width: 100%;
  display: block;
}

.event-card-description {
  color: var(--grey-5);
  margin-bottom: 16px;
}

.pricing {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pricing-card {
  border: 1px solid var(--grey-1);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 4% 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-ticket {
  color: var(--grey-5);
  letter-spacing: 1px;
  margin-top: 8px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.pricing-tag {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.pricing-features {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.pricing-feature {
  border-top: 1px solid var(--grey-1);
  border-bottom: 1px solid var(--grey-1);
  color: var(--grey-5);
  background-image: url('../images/check-icon-color.svg');
  background-position: 0 20px;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
}

.pricing-feature.no {
  background-image: url('../images/close-icon-color.svg');
  background-position: 0 20px;
  background-size: auto;
  text-decoration: line-through;
}

.video-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}

.slide-nav {
  margin-top: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 9px;
}

.arrow {
  color: var(--grey-3);
  width: 64px;
  margin-bottom: 152px;
  font-size: 24px;
  transition: color .2s;
}

.arrow:hover {
  color: var(--dark);
}

.arrow.left {
  left: -64px;
}

.arrow.right {
  right: -64px;
}

.video {
  color: var(--dark);
  padding-bottom: 24px;
  text-decoration: none;
}

.video:hover {
  text-decoration: none;
}

.video-slide {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.video-preview {
  margin-bottom: 20px;
  position: relative;
}

.popup-window {
  z-index: 1;
  background-color: #fff;
  width: 570px;
  padding: 56px 64px 64px;
  position: relative;
}

.popup {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.buy-form {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.form-label {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.checkbox {
  align-items: center;
  margin-bottom: 32px;
  padding-left: 0;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.checkbox-field {
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  font-size: 24px;
}

.buy-input-wrapper {
  width: 50%;
}

.buy-input-wrapper.padding-right {
  padding-right: 8px;
}

.buy-input-wrapper.padding-left {
  padding-left: 8px;
}

.popup-close {
  background-color: var(--dark);
  background-image: url('../images/close-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.popup-close:hover {
  background-color: var(--red);
}

.popup-overlay {
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-date-card {
  border: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  display: flex;
}

.hero-date {
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 38px;
  font-weight: 700;
  line-height: 32px;
}

.hero-info {
  border-left: 2px solid #fff;
  flex: 1;
  max-width: 770px;
  margin-left: 32px;
  padding-bottom: 3px;
  padding-left: 48px;
}

.hero-heading {
  margin-top: -12px;
}

.hero-month {
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 700;
}

.hero-year {
  text-align: center;
  letter-spacing: 3px;
  border-top: 2px solid #fff;
  width: 100%;
  margin-top: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  font-size: 12px;
  font-weight: 700;
}

.hero-scroll-link {
  color: #fff;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 3px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  bottom: 60px;
  right: -110px;
  transform: rotate(90deg);
}

.hero-scroll-link:hover {
  background-color: rgba(255, 255, 255, .05);
  text-decoration: none;
}

.hero-scroll-link.w--current {
  color: #fff;
}

.speaker {
  z-index: 1;
  border: 1px solid var(--grey-1);
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  margin-top: -112px;
  padding: 64px 64px 56px;
  display: flex;
  position: relative;
}

.speaker-media {
  flex-direction: column;
  width: 270px;
  margin-right: 64px;
  display: flex;
}

.speaker-avatar {
  width: 100%;
  margin-bottom: 40px;
}

.speaker-info {
  flex: 1;
  padding-top: 24px;
}

.speaker-social {
  border-top: 1px solid var(--grey-1);
  border-bottom: 1px solid var(--grey-1);
  align-items: center;
  margin-top: 40px;
  margin-bottom: 44px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.speaker-social-link {
  opacity: .6;
  color: var(--grey-5);
  align-items: center;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.speaker-social-link:hover {
  opacity: 1;
}

.speaker-social-icon {
  opacity: .5;
  width: 16px;
  margin-top: -2px;
  margin-right: 10px;
}

.text-block {
  color: var(--dark);
}

.speaker-about-heading {
  margin-bottom: 24px;
}

.events {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.events.no-margin-bottom {
  margin-bottom: 0;
}

.event-item {
  width: 33.33%;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.event-item.big {
  width: 50%;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.licence-item {
  border-top: 1px solid var(--grey-1);
  border-bottom: 1px solid var(--grey-1);
  background-color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.licence-item-image {
  width: 170px;
}

.licence-item-info {
  flex: 1;
  padding-bottom: 8px;
  padding-left: 40px;
}

.licence-item-dot {
  background-color: var(--grey-1);
  border-radius: 50px;
  width: 3px;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
}

.featured-event {
  padding-bottom: 64px;
}

.schedule {
  width: 83.33%;
  margin-bottom: 80px;
}

.card-info {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(98, 51, 239, .8);
  justify-content: flex-start;
  align-items: center;
  padding: 16px 60px 16px 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.event-card-preview {
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.event {
  width: 100%;
}

.event-info {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.event-about {
  flex: 0 auto;
  width: 50%;
  padding-bottom: 8px;
  padding-right: 80px;
}

.event-image {
  flex: 0 auto;
  width: 50%;
  max-width: 570px;
}

.event-more {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.event-description {
  flex: 1;
  padding-left: 15px;
  padding-right: 64px;
}

.event-more-info {
  flex-direction: column;
  width: 300px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.event-speaker {
  color: var(--dark);
  align-items: flex-start;
  width: 75%;
  margin-top: 32px;
  display: flex;
}

.event-speaker:hover {
  text-decoration: none;
}

.event-speaker-avatar {
  border-radius: 50%;
  width: 48px;
  margin-right: 20px;
}

.event-speaker-name {
  margin-top: 4px;
  margin-bottom: 4px;
}

.event-info-cell {
  border: 1px solid var(--grey-1);
  align-items: center;
  margin-bottom: -1px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.event-info-cell-icon {
  border-right: 1px solid var(--grey-1);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  padding-right: 1px;
  display: flex;
}

.event-more-heading {
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.event-more-divider {
  background-color: var(--grey-1);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.schedule-event-description {
  opacity: .7;
  margin-bottom: -4px;
}

.map {
  height: 480px;
}

.text-block-2 {
  font-weight: 700;
}

.contact {
  z-index: 1;
  border: 1px solid var(--grey-1);
  background-color: #fff;
  align-items: stretch;
  width: 100%;
  margin-top: -112px;
  padding: 64px 64px 56px;
  display: flex;
  position: relative;
}

.contact-map {
  width: 50%;
  max-width: 506px;
  height: auto;
}

.contact-form-wrapper {
  width: 50%;
  margin-bottom: 0;
  padding: 24px 80px 32px 16px;
}

.contact-cards {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.contact-card {
  border: 1px solid var(--grey-1);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 4% 64px;
  display: flex;
}

.big-icon {
  margin-bottom: 16px;
}

.full-width {
  width: 100%;
  display: block;
}

.scroll-down-icon {
  margin-bottom: 0;
  margin-left: 12px;
}

.password-window {
  color: var(--dark);
  background-color: #fff;
  width: 470px;
  padding: 48px;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, .15);
}

.checkbox-text {
  margin-top: 1px;
  margin-bottom: 0;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.pricing-ribbon {
  z-index: 1;
  background-color: var(--red);
  color: #fff;
  text-align: center;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  position: absolute;
  top: 20px;
  right: -50px;
  transform: rotate(45deg);
}

.hero-contacts-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-contact {
  color: var(--dark);
  align-items: flex-start;
  width: 33.33%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 31px;
  display: flex;
}

.hero-contact-icon {
  width: 48px;
  margin-right: 20px;
}

.hero-contacts {
  z-index: 1;
  background-color: #fff;
  width: 75%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-contacts-bg {
  background-color: #fff;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.link-color {
  color: var(--main);
  transition: color .1s;
}

.hero-social {
  text-align: left;
  border: 1px solid rgba(255, 255, 255, .3);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.hero-social-link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  align-items: center;
  min-width: 136px;
  height: 40px;
  padding-left: 16px;
  padding-right: 24px;
  font-size: 13px;
  line-height: 20px;
  transition: background-color .1s;
  display: flex;
}

.hero-social-link:hover {
  background-color: rgba(255, 255, 255, .08);
  text-decoration: none;
}

.hero-social-link.no-border {
  border-width: 0;
}

.hero-social-icon {
  width: 12px;
  margin-right: 16px;
}

.hero-bg-text {
  z-index: 1;
  color: rgba(255, 255, 255, .15);
  font-size: 11vw;
  font-weight: 600;
  line-height: 120px;
  position: absolute;
  top: 18%;
  right: -32px;
}

.nav-underline {
  background-color: #fff;
  width: 32px;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.enlarge-icon {
  z-index: 1;
  background-color: rgba(98, 51, 239, .8);
  background-image: url('../images/enlarge-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.gallery-lightbox {
  flex: 1;
  width: 100%;
  position: relative;
}

.subscribe-wrapper {
  background-color: var(--main);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tickets-icon {
  width: 72px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.top-button {
  z-index: 100;
  background-color: rgba(26, 23, 37, .8);
  background-image: url('../images/arrow-up-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: background-color .3s;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.top-button:hover {
  background-color: var(--red);
}

.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150%;
  position: absolute;
}

.bg-image.hero-slide-1 {
  background-image: linear-gradient(rgba(98, 51, 239, .7), rgba(98, 51, 239, .7)), url('../images/alex-kotliarskyi-361099.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 125%;
  top: 0;
}

.bg-image.hero-slide-3 {
  background-image: linear-gradient(rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('../images/al-nik-383735.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 125%;
  top: 0;
}

.bg-image.hero-slide-2 {
  background-image: linear-gradient(rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('../images/kai-oberhauser-167204.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 125%;
  top: 0;
}

.bg-image.header-image {
  background-image: linear-gradient(rgba(98, 51, 239, .85), rgba(98, 51, 239, .85)), url('../images/al-nik-383735.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.cta-image {
  background-image: linear-gradient(rgba(98, 51, 239, .7), rgba(98, 51, 239, .7)), url('../images/mcdobbie-hu-424584.jpg');
  background-position: 0 0, 50% -140px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.hero-image {
  background-image: linear-gradient(#61c0cc, #61c0cc), url('../images/kai-oberhauser-167204.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.counters-image {
  background-image: linear-gradient(rgba(98, 51, 239, .8), rgba(98, 51, 239, .8)), url('../images/sergey-zolkin-192937.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sponsor-logotype {
  opacity: 1;
  max-height: 36px;
}

.sponsor {
  border: 1px solid var(--grey-1);
  background-color: #fff;
  flex: 30%;
  justify-content: center;
  align-items: center;
  margin: 6px;
  padding: 56px 32px;
  transition: border-color .3s;
  display: flex;
}

.sponsor:hover {
  border-color: var(--grey-3);
}

.sponsors-info {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  max-width: 400px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 5%;
  display: flex;
}

.sponsors {
  display: flex;
}

.sponsors-logotypes {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.heading {
  color: #1a1725;
}

.card-info-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.link-dark {
  color: var(--dark);
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.event-card-speaker-info {
  border-top: 1px solid var(--grey-1);
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.event-card-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  display: flex;
}

.hero-slide {
  text-align: center;
  background-color: #525b73;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
}

.slider-arrow-button {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  transition: border .3s, transform .3s;
  display: flex;
}

.slider-arrow-button.left {
  padding-left: 8px;
  transform: translate(-8px);
}

.slider-arrow-button.left:hover {
  transform: translate(0);
}

.slider-arrow-button.right {
  padding-right: 8px;
  transform: translate(8px);
}

.slider-arrow-button.right:hover {
  transform: translate(0);
}

.hero-slider-nav {
  justify-content: center;
  align-items: center;
  height: 96px;
  font-size: 9px;
  display: flex;
}

.hero-slider {
  color: #fff;
  height: 100vh;
}

.slide-info {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 970px;
  display: flex;
}

.schedule-speaker-name {
  display: none;
}

.preloader {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loading-icon {
  width: 28px;
  position: relative;
}

.loading-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.notice-box {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #430f66;
  flex-flow: column;
  padding: 1rem;
}

.stream-embed {
  z-index: 10000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 23px;
    line-height: 28px;
  }

  .section {
    padding: 80px 2%;
  }

  .section.page-header {
    padding-top: 144px;
    padding-bottom: 64px;
  }

  .section.page-header.big-header {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.hero-section, .wrapper.hero-wrapper {
    height: auto;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.video-wrapper {
    height: auto;
  }

  .button.color-button.subscribe-button {
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-bar {
    background-color: #fff;
    border-bottom-color: rgba(26, 23, 37, .12);
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .nav-link {
    border-top: 1px solid var(--grey-1);
    color: var(--dark);
    align-items: flex-start;
    height: auto;
    padding: 16px 24px;
    font-size: 14px;
  }

  .nav-link.w--current {
    color: var(--main);
  }

  .section-intro.margin {
    margin-bottom: 48px;
  }

  .no-vertical-paddings {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-links {
    width: 25%;
    padding-left: 8px;
    padding-right: 16px;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .brand {
    color: var(--dark);
    margin-left: 0;
    font-size: 18px;
  }

  .brand.w--current {
    color: var(--dark);
  }

  .changelog {
    width: 83.33%;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-intro {
    margin-bottom: 16px;
    padding: 64px 8px;
  }

  .about {
    align-items: flex-start;
  }

  .about-photo-wrapper {
    margin-left: 8px;
    margin-right: 4%;
  }

  .about-info {
    width: 50%;
    padding-left: 8px;
    padding-right: 4%;
  }

  .about-text {
    column-count: 1;
  }

  .about-bg-text {
    font-size: 104px;
    line-height: 56px;
    left: 43%;
  }

  .schedule-tabs {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .schedule-event {
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
  }

  .schedule-event:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .schedule-event-time {
    width: 120px;
  }

  .schedule-speaker {
    justify-content: flex-start;
    width: 100%;
    margin-top: 16px;
    margin-left: 120px;
    font-size: 13px;
  }

  .schedule-speaker-image {
    width: 32px;
    margin-right: 12px;
  }

  .numbers-info {
    padding-right: 0%;
  }

  .numbers-info-block {
    padding-left: 8px;
    padding-right: 32px;
  }

  .big-number {
    font-size: 56px;
    line-height: 64px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .speaker-item {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cta-price {
    width: 33.33%;
    margin-right: 4%;
  }

  .footer-about {
    padding-left: 8px;
  }

  .footer-instagram {
    width: 100%;
    margin-left: 0%;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .instagram-photo {
    width: 16.66%;
    max-width: 176px;
  }

  .no-padding {
    padding: 0;
  }

  .media-video {
    width: 100%;
    padding-top: 184px;
    padding-bottom: 176px;
  }

  .gallery-block {
    width: 50%;
  }

  .gallery-block.big {
    order: 1;
    width: 50%;
  }

  .media-testimonials {
    width: 100%;
    padding: 80px 12% 80px 20%;
  }

  .media-review-icon {
    left: -20%;
  }

  .tickets-button {
    border-bottom-style: none;
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .subscribe {
    padding-left: 4%;
    padding-right: 4%;
  }

  .input.subscribe-input {
    margin-left: 8px;
    margin-right: 8px;
  }

  .featured-events {
    padding-left: 4%;
    padding-right: 4%;
  }

  .pricing {
    flex-direction: column;
    width: 58.33%;
    margin-bottom: -40px;
  }

  .pricing-card {
    margin-bottom: 40px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .pricing-tag {
    font-size: 56px;
    line-height: 64px;
  }

  .video-slider {
    width: 100%;
  }

  .arrow {
    display: none;
  }

  .video-slide {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .popup-window {
    overflow: scroll;
  }

  .hero-info {
    padding-left: 32px;
  }

  .hero-scroll-link {
    display: none;
  }

  .speaker {
    margin-top: -80px;
    padding: 40px;
  }

  .speaker-media {
    width: 33.33%;
    margin-right: 40px;
  }

  .speaker-social {
    flex-wrap: wrap;
  }

  .event-item {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .licence-items {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .featured-event {
    padding-bottom: 40px;
  }

  .event-info {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-left: 8%;
    padding-right: 8%;
  }

  .event-about {
    width: 100%;
    padding-top: 40px;
    padding-right: 0;
  }

  .event-image {
    width: 100%;
    max-width: none;
  }

  .event-more {
    flex-direction: column;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
  }

  .event-description {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .event-more-info {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .event-more-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .contact {
    flex-direction: column-reverse;
    margin-top: -80px;
  }

  .contact-map {
    width: 100%;
    max-width: none;
    height: 320px;
  }

  .contact-form-wrapper {
    width: 100%;
    padding: 40px 0 16px;
  }

  .contact-cards {
    margin-bottom: 64px;
  }

  .contact-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .hero-contacts-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .hero-contact {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-contact-icon {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .hero-contacts {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: 81px 0 #fff, -81px 0 #fff;
  }

  .hero-contacts-bg {
    display: none;
  }

  .hero-social {
    flex-direction: row;
    margin-bottom: 40px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .hero-social-link {
    border-bottom-style: none;
    border-right: 1px solid rgba(255, 255, 255, .3);
    flex: 1;
    justify-content: center;
    min-width: 0;
    height: 48px;
    font-size: 15px;
  }

  .hero-social-icon {
    width: 16px;
  }

  .hero-bg-text {
    font-size: 100px;
    top: 72px;
    right: -24px;
  }

  .nav-underline {
    display: none;
  }

  .menu-button {
    z-index: 100;
    color: var(--dark);
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: rgba(0, 0, 0, 0);
  }

  .top-button {
    display: none;
  }

  .bg-image {
    height: 150%;
  }

  .bg-image.cta-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/mcdobbie-hu-424584.jpg');
    background-position: 0 0, 50%;
  }

  .sponsors-info {
    width: 100%;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sponsors {
    flex-direction: column;
  }

  .sponsors-logotypes {
    width: 100%;
    margin-top: 40px;
  }

  .slider-arrow {
    width: 64px;
  }

  .hero-slide {
    min-height: 640px;
  }

  .slider-arrow-button {
    height: 56px;
  }

  .hero-slider {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .schedule-speaker-name {
    display: block;
  }

  .div-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.page-header {
    padding-top: 128px;
    padding-bottom: 48px;
  }

  .section.page-header.big-header {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .button.color-button.subscribe-button {
    margin-left: 0;
    margin-right: 0;
  }

  .section-intro.margin {
    margin-bottom: 40px;
  }

  .no-vertical-paddings {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-white-faded.margin-left {
    margin-left: 0;
    margin-right: 20px;
  }

  .changelog {
    width: 100%;
  }

  .radio-button {
    border-width: 1px;
    padding-top: 4px;
    padding-bottom: 24px;
  }

  .radio-bullet {
    margin-top: 6px;
    bottom: 12px;
  }

  .radio-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .radio-buttons {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .hero-intro {
    margin-bottom: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about {
    flex-direction: column;
    align-items: stretch;
  }

  .about-photo-wrapper {
    width: 50%;
    margin-right: 8px;
  }

  .about-info {
    width: auto;
    padding-top: 40px;
  }

  .about-bg-text {
    display: none;
  }

  .tab-link {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .schedule-tabs-menu {
    margin-bottom: 40px;
  }

  .schedule-event-time {
    width: 96px;
    font-size: 17px;
  }

  .schedule-speaker {
    margin-left: 96px;
  }

  .numbers {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .numbers-info.right-side {
    order: -1;
    padding-left: 0%;
  }

  .numbers-card {
    width: 50%;
    height: 360px;
    margin-bottom: 48px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .speaker-item {
    width: 33.33%;
    padding-bottom: 24px;
  }

  .speaker-item.big {
    width: 33.33%;
  }

  .cta {
    flex-direction: column;
  }

  .cta-price {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    width: 100%;
    padding-bottom: 24px;
  }

  .cta-info {
    text-align: center;
    align-items: center;
    padding-top: 48px;
  }

  .footer-bottom-text {
    justify-content: flex-start;
  }

  .footer-bottom-social {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .no-padding {
    padding: 0;
  }

  .media-video {
    padding-top: 144px;
    padding-bottom: 136px;
  }

  .subscribe {
    padding-left: 12%;
    padding-right: 12%;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .input.subscribe-input {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .input.popup-input {
    box-shadow: inset 0 -1px 0 0 var(--grey-1);
    height: 40px;
    margin-bottom: 12px;
    font-size: 13px;
  }

  .featured-events {
    padding-left: 3%;
    padding-right: 3%;
  }

  .pricing {
    width: 75%;
  }

  .video-slider {
    padding-bottom: 64px;
  }

  .slide-nav {
    font-size: 8px;
  }

  .video-slide {
    width: 50%;
  }

  .popup-window {
    width: 91.66%;
    padding: 16px 24px 8px;
  }

  .popup {
    display: none;
  }

  .checkbox {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .hero-heading {
    margin-top: -8px;
  }

  .speaker {
    padding: 24px 24px 24px 23px;
  }

  .speaker-media {
    margin-right: 24px;
  }

  .speaker-social-link {
    margin-right: 16px;
  }

  .licence-items {
    width: 100%;
  }

  .schedule {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .event-more-info {
    width: 66.66%;
  }

  .contact {
    padding: 40px;
  }

  .contact-cards {
    flex-direction: column;
    width: 66.66%;
    margin-bottom: 24px;
  }

  .contact-card {
    margin-bottom: 40px;
  }

  .hero-contact {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    line-height: 20px;
  }

  .hero-contact-icon {
    width: 40px;
  }

  .hero-contacts {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-bg-text {
    font-size: 88px;
    line-height: 88px;
  }

  .sponsor {
    width: 50%;
  }

  .hero-slider {
    min-height: 400px;
  }

  .popup-heading {
    text-transform: uppercase;
    padding-right: 12px;
    font-size: 16px;
  }

  .radio-icon {
    display: none;
  }
}

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

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .section-intro.margin {
    margin-bottom: 24px;
  }

  .no-vertical-paddings {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .footer-links {
    width: 50%;
  }

  .change {
    padding-left: 0;
  }

  .change-text {
    margin-left: 16px;
  }

  .radio-button {
    margin-left: -1px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .radio-text {
    font-size: 11px;
  }

  .radio-buttons {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-intro {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 16px;
  }

  .about-photo-wrapper {
    width: auto;
  }

  .tab-link {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 20px;
    line-height: 24px;
  }

  .schedule-event {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0;
  }

  .schedule-event-time {
    margin-bottom: 24px;
  }

  .schedule-speaker {
    margin-left: 0;
  }

  .numbers-info-block {
    width: 100%;
    padding-right: 0;
  }

  .numbers-card, .speaker-item, .speaker-item.big {
    width: 100%;
  }

  .footer-about {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 8px;
  }

  .footer-bottom-text {
    flex-wrap: wrap;
  }

  .footer-bottom-social {
    width: 100%;
  }

  .footer-social-line {
    flex: 1;
    width: 24px;
    margin-left: 12px;
    margin-right: 4px;
  }

  .instagram-photo {
    width: 33.33%;
  }

  .no-padding {
    padding: 0;
  }

  .gallery-block, .gallery-block.big {
    width: 100%;
  }

  .media-testimonials {
    padding-left: 25%;
    padding-right: 8%;
  }

  .media-review-icon {
    left: -27%;
  }

  .subscribe {
    padding: 48px 8%;
  }

  .subscribe-form {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .featured-events-wrapper {
    flex-direction: column;
  }

  .featured-events {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .featured-events.padding-top {
    padding-top: 0;
  }

  .pricing {
    width: 100%;
  }

  .pricing-card {
    padding-left: 8%;
    padding-right: 8%;
  }

  .video-slide {
    width: 100%;
  }

  .popup-window {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .buy-input-wrapper {
    width: 100%;
  }

  .buy-input-wrapper.padding-right {
    padding-right: 0;
  }

  .buy-input-wrapper.padding-left {
    padding-left: 0;
  }

  .hero-date-card {
    width: 96px;
  }

  .hero-info {
    border-left-style: none;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 0;
  }

  .hero-heading {
    width: 100%;
  }

  .speaker {
    flex-direction: column;
  }

  .speaker-media, .event-item, .event-item.big {
    width: 100%;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 40px;
  }

  .licence-item-image {
    margin-bottom: 32px;
  }

  .licence-item-info {
    text-align: center;
    padding-left: 0;
  }

  .event-info, .event-more {
    padding-left: 4%;
    padding-right: 4%;
  }

  .event-more-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .event-speaker {
    width: 100%;
  }

  .contact {
    padding: 24px;
  }

  .contact-cards {
    width: 100%;
  }

  .password-window {
    width: 90%;
    padding: 32px 8% 40px;
  }

  .hero-contacts-wrapper {
    align-items: flex-start;
  }

  .hero-contact {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-contact-icon {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .hero-contacts {
    flex-wrap: wrap;
    padding: 16px;
  }

  .hero-social {
    margin-bottom: 48px;
  }

  .hero-social-link {
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-social-icon {
    margin-right: 0;
  }

  .hero-bg-text {
    font-size: 72px;
    line-height: 72px;
    top: 96px;
    right: -16px;
  }

  .sponsor {
    width: 100%;
    padding: 24px 10%;
  }

  .sponsors-info {
    max-width: none;
  }

  .slider-arrow {
    display: none;
  }

  .hero-slide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-social-text {
    display: none;
  }

  .popup-heading {
    font-size: 15px;
  }
}


