@font-face {
  font-family: Materialicons;
  src: url('../fonts/MaterialIcons-Regular.woff2') format("woff2"), url('../fonts/MaterialIcons-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.woff2') format("woff2"), url('../fonts/Poppins-BoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.woff2') format("woff2"), url('../fonts/Poppins-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.woff2') format("woff2"), url('../fonts/Poppins-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Italic.woff2') format("woff2"), url('../fonts/Poppins-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Icomoon;
  src: url('../fonts/icomoon.woff') format("woff"), url('../fonts/icomoon.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --capetownorange: #fab44b;
  --black: black;
  --white-2: white;
  --bg: #05051f;
  --galoyblue: #3654ff;
  --white: white;
  --fontgrey: grey;
  --adopting-yellow: #eedb5f;
  --cptbg: #484139;
  --dark-red: #670e0e;
  --red: #ab1215;
  --sand-white: #eeece9;
  --neon-blue: #0400ff;
  --galoygrey: #1e1e1e;
  --warm-pink: #ff58a7;
  --sand: #f7e2b2;
  --bitcoinorange: #f68e1d;
  --border: 1px;
  --midnight-blue: #171742;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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(--capetownorange);
  color: var(--black);
  background-image: none;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44em;
  overflow-x: clip;
}

h1 {
  color: var(--white-2);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15em;
}

h2 {
  color: var(--bg);
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
}

a {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navbar-no-shadow {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-regular {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand {
  margin-top: 50px;
  position: absolute;
  top: 0;
  left: 40px;
}

.navbar-brand.w--current {
  position: absolute;
  top: 3px;
  left: 40px;
}

.nav-menu-wrapper {
  z-index: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #241313bd;
  width: 100%;
  position: fixed;
  inset: 0;
}

.nav-menu {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin: 100px auto 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--capetownorange);
  letter-spacing: .25px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 26px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 100px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--capetownorange);
  background-color: #ffffff0d;
  text-decoration: none;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #fff;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-link.nav-dropdown {
  padding-right: 20px;
}

.nav-dropdown {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--galoyblue);
  margin-right: 3px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition: all .2s;
}

.nav-dropdown-link:hover {
  color: var(--galoyblue);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  align-self: auto;
}

.header-social-icons {
  margin-left: 120px;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.menu-button {
  z-index: 1;
  background-color: var(--capetownorange);
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  padding: 0;
  transition: all .12s;
  position: fixed;
  top: 70px;
  right: 40px;
}

.menu-button:hover {
  border-color: var(--bg);
  background-color: #0000000d;
}

.menu-button.w--open {
  background-color: #0000;
  border-width: 2px;
  border-color: #fab44b33;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 0 solid #0000;
  padding: 80px 30px;
  position: relative;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.container-narrow {
  width: auto;
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.container-form {
  max-width: 620px;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.split-right {
  align-items: flex-end;
}

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

.shadow-two {
  flex: 0 auto;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.youtube {
  border-radius: 8px;
  flex: 0 auto;
  display: block;
  overflow: hidden;
  box-shadow: 0 19px 10px -12px #0006;
}

.footer {
  color: var(--black);
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: block;
}

.footer-social-link-three {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .7;
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  transition: all .2s;
  display: flex;
}

.footer-social-link-three:hover {
  opacity: 1;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  color: var(--capetownorange);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  font-size: 15px;
  display: block;
}

.footer-copyright {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--fontgrey);
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.link-block {
  background-color: #0000;
  border: 0 solid #0000;
  padding-bottom: 0;
}

.section {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 100px;
  overflow-x: hidden;
}

.section.tickets-section {
  background-color: var(--adopting-yellow);
  color: var(--black);
  margin-top: auto;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
}

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

.section.section-speaker {
  padding-top: 0;
}

.text-block {
  border: 0 solid #0000;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.button {
  border: 2px solid var(--dark-red);
  background-color: var(--red);
  color: var(--sand-white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .13s;
  display: inline-block;
  position: relative;
}

.button:hover {
  color: var(--sand-white);
  text-decoration: none;
  transform: scale(1.05);
  box-shadow: 0 10px 10px -8px #0003;
}

.button.button-secondary {
  border: 1px solid var(--neon-blue);
  background-color: var(--bg);
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.button.button-secondary:hover {
  background-color: var(--neon-blue);
  color: var(--white-2);
  text-decoration: none;
}

.button.button-secondary.button-more-speakers {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.book-now {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  background-color: #0000004d;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
}

.button.book-now:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.book-now.book-now-fixed {
  z-index: 3;
  border-color: var(--dark-red);
  background-color: var(--red);
  color: var(--sand-white);
  text-shadow: none;
  display: block;
  position: fixed;
  top: 86px;
  bottom: auto;
  right: 150px;
}

.button.book-now.book-now-fixed:hover {
  -webkit-text-stroke-color: var(--cptbg);
  transform: scale(1.05);
}

.button.book-now.book-now-ticket-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.button.button-primary {
  background-color: var(--capetownorange);
  color: var(--galoygrey);
  letter-spacing: 0;
  border-style: none;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.button.button-primary:hover {
  border-style: none;
  transform: scale(1.05);
}

.button.button-newsletter {
  color: #fff;
}

.button.button-newsletter:hover {
  background-color: var(--adopting-yellow);
  color: var(--black);
}

.button.newsletter-button {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
}

.button.button-ghost {
  color: var(--black);
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}

.button.button-ghost:hover {
  color: var(--cptbg);
}

.button.button-search {
  height: 52px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  width: 220px;
  transition: all .2s;
}

.logo:hover {
  transform: scale(1.02);
}

.logo.logo-normal {
  width: 130px;
}

.logo.logo-mobile {
  width: 50px;
  display: none;
}

.hero-section {
  background-color: var(--capetownorange);
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 20px;
  position: relative;
}

.hero-section.hero-subpage {
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section.hero-section-yellow {
  background-color: var(--adopting-yellow);
  height: auto;
  min-height: 100vh;
  padding-bottom: 20px;
}

.heading-white {
  color: var(--white);
  line-height: 1.1em;
}

.heading-white.hero-subtitle {
  font-weight: 300;
  position: absolute;
  right: 40px;
}

.heading-white.hero-subtitle.h4 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.5em;
  position: relative;
  right: 0;
}

.heading-white.hero-subtitle.h4:hover {
  text-decoration: underline;
}

.heading-white.speaker-heading {
  margin-top: 80px;
  font-size: 36px;
}

.header-icon {
  max-width: none;
  height: 18px;
}

.header-icon-link {
  text-align: center;
  border-radius: 5px;
  padding: 10px 8px;
  transition: all .2s;
}

.header-icon-link:hover {
  background-color: #ffffff1a;
}

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

.text-link:hover {
  color: var(--white-2);
  text-decoration: none;
}

.text-link.text-link-white {
  color: var(--white);
  text-transform: uppercase;
}

.material-icons {
  font-family: Materialicons, sans-serif;
  font-weight: 400;
}

.material-symbols {
  font-family: Materialicons, sans-serif;
}

.icon {
  pointer-events: none;
  color: var(--black);
  font-family: Icomoon, Arial, sans-serif;
  font-size: .55em;
  font-weight: 400;
}

.icon.icon-hero {
  color: var(--capetownorange);
}

.gradient-overlay {
  background-color: var(--bg);
  opacity: .8;
  pointer-events: none;
  display: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-gradient-tracker {
  pointer-events: none;
  background-image: radial-gradient(circle, #3654ff1a, #3654ff00 64%);
  width: 800px;
  height: 800px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
}

.list-item {
  width: 500px;
}

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

.made-by-container {
  color: var(--white);
  padding-bottom: 10px;
}

.materialicons {
  font-family: Materialicons, sans-serif;
}

.material-symbols-outlined {
  font-family: Materialicons, sans-serif;
  font-weight: 400;
}

.material-symbols-outlined.button-arrow {
  aspect-ratio: auto;
  position: absolute;
}

.footer-logo {
  width: 100px;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.footer-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.heart-icon {
  color: #ea3d3d;
}

.body {
  background-color: var(--capetownorange);
  background-image: none;
}

.h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}

.h3.heading-white {
  max-width: 370px;
}

.h3.heading-white.yellow-bg {
  background-color: var(--adopting-yellow);
  color: var(--black);
  text-align: right;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 0;
  padding: 5px;
}

.h3.hero-heading {
  max-width: 420px;
  color: var(--black);
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.3em;
}

.h3.yellow-color {
  color: var(--adopting-yellow);
}

.h3.warm-pink {
  color: var(--warm-pink);
}

.h3.neon-blue {
  color: var(--cptbg);
}

.h3.orange-color {
  color: var(--capetownorange);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #cc9036;
  text-shadow: 0 1px 2px #0006;
}

.h3.sand-color {
  color: var(--sand);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--galoygrey);
}

.h3.brown-color {
  background-color: var(--sand-white);
  color: var(--cptbg);
  display: inline-block;
}

.h3.red-text {
  color: var(--red);
}

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

.title-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  display: grid;
  position: relative;
  bottom: 0;
  overflow: hidden clip;
  transform: rotate(-4deg);
}

.title-container.offset-up {
  margin-top: -200px;
}

.title-container.offset-up.title-container-dark {
  z-index: 1;
}

.title-container.traslate-up {
  z-index: 1;
  position: absolute;
  top: 200px;
  bottom: auto;
  left: 50%;
  transform: translate(-50%)translate(0, 210px);
}

.title-container.titles-schedule {
  margin-bottom: 0;
}

.title-container.right-tilt {
  z-index: 1;
  transform: rotate(4deg);
}

.title-container.right-tilt.offset-top {
  transform: translate(0, -50%)rotate(4deg);
}

.title-container.title-cont-circular-econ {
  z-index: 2;
  transform: translate(0, 100%)rotate(-4deg);
}

.title-holder {
  z-index: 3;
  grid-column-gap: 40px;
  width: 200%;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 100px;
  line-height: 1em;
  display: flex;
}

.title-holder.right-tilt {
  transform: scale(.9)rotate(4deg);
}

.title-heading {
  color: var(--black);
  white-space: nowrap;
  margin-top: 0;
  font-size: 1em;
  line-height: 1em;
  display: block;
}

.title-heading.title-black {
  color: var(--black);
}

.title-heading.title-heading-dark {
  color: var(--black);
  font-size: 91px;
}

.title-heading.bolt-icon {
  color: var(--adopting-yellow);
  text-transform: none;
  font-family: Icomoon, Arial, sans-serif;
  font-weight: 400;
}

.title-heading.title-heading-hero {
  color: var(--capetownorange);
}

.button-circle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  width: 50px;
  height: 50px;
  color: var(--black);
  border-radius: 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  transition: all .13s;
  display: none;
  box-shadow: 0 2px 4px #0003;
}

.button-circle.button-circle-black {
  background-color: var(--black);
}

.button-text {
  text-shadow: none;
  white-space: nowrap;
  text-decoration: none;
}

.button-text.book-now-text-black {
  color: var(--black);
}

.menu-icon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  width: 80px;
  height: 80px;
  display: grid;
  position: relative;
}

.menu-bar {
  background-color: var(--black);
  width: 50px;
  height: 3px;
}

.menu-bar.menu-bar-dark {
  background-color: #000;
}

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

.grid._3-col {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.grid._3-col.sponsors {
  grid-template-columns: 1fr;
  place-items: center;
}

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

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

.grid._4-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

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

.subheading {
  color: var(--white);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.55em;
}

.speaker-img {
  opacity: .95;
  filter: none;
  width: 100%;
  transition: all .2s;
}

.speaker-name {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
}

.speaker-title {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3em;
}

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

.speaker-title.speaker-page {
  text-align: left;
  font-size: 20px;
}

.speaker-socials {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.speaker-socials.speaker-socials-subpage {
  justify-content: flex-start;
  align-items: center;
}

.speaker-socials.main-speakers-socials {
  display: none;
}

.speaker-socials-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: brightness(20%) grayscale(0%);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 50px;
  height: 50px;
  transition: all .1s;
  display: grid;
}

.speaker-socials-icon:hover {
  transform: scale(1.2);
}

.speaker-img-container {
  position: relative;
}

.speaker-img-overlay {
  z-index: 1;
  background-color: var(--capetownorange);
  opacity: .1;
  pointer-events: none;
  transition: opacity .13s;
  position: absolute;
  inset: 0;
}

.speakers-collection {
  background-image: url('../images/beadwork-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 280px;
}

.speakers-collection.advisors-collection {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.collection-item:hover {
  text-decoration: none;
}

.collection-item.speakers-item {
  text-align: center;
}

.grid-2 {
  grid-template-rows: auto;
}

.centered {
  text-align: center;
}

.centered.sponsor-logo-holder {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sponsor-desc {
  color: var(--fontgrey);
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
}

.es-20 {
  height: 20px;
}

.sponsor-logo {
  width: 80%;
  transition: all .1s;
}

.sponsor-logo:hover {
  transform: scale(1.06);
}

.sponsor-logo.main-sponsor {
  width: 160px;
}

.sponsor-logo.sponsor-logo-main {
  max-width: 80%;
}

.sponsor-logo.sponsor-footer {
  width: 120px;
}

.sponsor-logo.sponsor-footer.inverted, .sponsor-logo.sponsor-footer.logo-inverted {
  filter: invert();
}

.sponsor-logo.secondary-logo {
  width: auto;
  height: 45px;
}

.sponsor-logo.secondary-logo.secondary-bigger {
  height: 55px;
}

.sponsor-logo.secondary-logo.inverted {
  filter: invert();
}

.sponsor-logo.host-logos {
  width: 90px;
}

.sponsor-logo.inversed {
  filter: invert();
}

.sponsor-logo.tertiary-logo {
  width: auto;
  height: 70px;
}

.sponsor-logo.tertiary-logo.logo-bw {
  filter: saturate(11%);
}

.collection-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: start;
  display: grid;
}

.collection-list.speakers-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 60px;
  padding-bottom: 20px;
}

.collection-list.speakers-list.team-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collection-list.speakers-list.advisor-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.collection-list.main-speakers {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-square-mask {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.speaker-link {
  background-color: var(--capetownorange);
  border-radius: 50%;
  transition: all .12s;
  position: relative;
  overflow: hidden;
}

.speaker-link:hover {
  transform: scale(1.03);
}

.speaker-link.advisors-link {
  pointer-events: none;
}

.list-item-2 {
  width: 100%;
}

.menu-item {
  margin-bottom: 3px;
  position: relative;
}

.partners-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-2 {
  text-decoration: none;
}

.flash-icon-black {
  filter: brightness(0%) saturate(0%);
}

.ticket-circle {
  background-color: #272727;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(0, -50%)translate(-50%);
}

.ticket-circle.ticket-cirle-bottom {
  top: auto;
  bottom: 0;
  transform: translate(0, 50%)translate(-50%);
}

.h4 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
}

.invert {
  filter: invert();
}

.invert.invert-white {
  filter: saturate(0%) brightness(200%);
}

.footer-columns {
  width: 100%;
  margin-bottom: 100px;
}

.hosted-by {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  line-height: 1.4em;
  display: flex;
}

.footer-socials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.footer-social-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px dashed var(--black);
  background-color: var(--capetownorange);
  border-radius: 50%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 55px;
  height: 55px;
  transition: opacity .14s;
  display: grid;
}

.footer-social-item:hover {
  transform: scale(1.08);
}

.socials-icon {
  filter: brightness(0%);
  width: 22px;
  height: 22px;
}

.es-40 {
  height: 40px;
}

.es-60 {
  height: 60px;
}

.flash-icon.flash-icon-dark {
  filter: brightness(0%);
}

.tickets-info {
  font-weight: 300;
}

.social-modal-container {
  width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
}

.hero-img-container {
  z-index: 0;
  height: 670px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero-img-container.volcano-img-dark {
  z-index: 0;
  background-image: url('../images/vocalno-img.webp');
  background-position: 50% 100%;
  background-size: contain;
  width: 80%;
  padding-top: 45%;
  top: 53px;
  bottom: auto;
  left: auto;
}

.hero-img-container.africa-outline {
  z-index: 0;
  opacity: .3;
  width: 60%;
  top: 0;
  overflow: hidden;
}

.hero-img-container.hero-img-footer {
  z-index: 0;
  height: 640px;
}

.columns {
  display: flex;
}

.ticket-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.ticket-img {
  width: 90%;
  position: relative;
}

.ticket-img.ticket-unavailable {
  opacity: .2;
  pointer-events: none;
}

.ticket-img.ticket-available {
  opacity: 1;
}

.ticket-unavailable {
  opacity: .15;
  pointer-events: none;
}

.unavailable-text {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ticket-available {
  transition: all .13s;
}

.ticket-available:hover {
  transform: scale(1.05);
}

.columns-2 {
  display: flex;
}

.columns-speaker {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.host-logo-link {
  text-align: center;
  display: block;
}

.footer-venue-text {
  color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.venue-text {
  color: #ab1215;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

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

.venue-link {
  letter-spacing: 2px;
  line-height: 1.3em;
}

.venue-link:hover {
  color: var(--white-2);
  text-decoration: underline;
}

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

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

.venue-logo {
  width: 60px;
  transform: translate(-50%, -50%);
}

.footer-link {
  color: var(--capetownorange);
  text-shadow: 0 2px 2px #00000080;
  font-weight: 400;
}

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

.cfp-link {
  z-index: 7;
  color: var(--black);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  display: none;
  position: absolute;
  bottom: 12px;
  right: 140px;
}

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

.rounded-img {
  border-radius: 10px;
  overflow: hidden;
}

.accordion-element {
  width: 100%;
  overflow: hidden;
}

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

.dropdown-toggle {
  height: 80px;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--galoyblue);
  background-color: var(--bg);
  color: var(--galoyblue);
}

.dropdown-toggle.w--open {
  border-bottom-color: var(--galoyblue);
  color: var(--galoyblue);
  align-items: center;
}

.dropdown-toggle.w--open:hover {
  color: var(--galoyblue);
}

.dropdown-toggle.accordion-short {
  border-radius: 0;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-toggle.accordion-short:hover {
  border-width: 0 0 1px;
  border-color: black black var(--galoyblue);
  background-color: var(--bg);
  color: var(--galoyblue);
}

.dropdown-toggle.dropdown-more {
  justify-content: center;
}

.accordion-content {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
  position: static;
}

.accordion-content.w--open {
  position: relative;
}

.accordion-content.accordion-form {
  padding-left: 100px;
  padding-right: 100px;
}

.accordion-toggle {
  text-align: left;
  font-weight: 700;
  line-height: 1em;
}

.accordion-icon.icon-dark {
  color: var(--cptbg);
}

.newsletter-field {
  border-style: none;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  background-color: #fff0;
  width: 50%;
  height: 60px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.newsletter-field.border-bottom {
  border-bottom: 1px solid var(--fontgrey);
}

.newsletter-field.custom-field {
  border-bottom-style: solid;
  border-bottom-color: var(--white);
  width: 70%;
}

.newsletter-field.custom-field:hover {
  border-bottom-color: var(--galoyblue);
}

.form-newsletter {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 40px;
  display: flex;
}

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

.top-column {
  padding-right: 40px;
}

.columns-img {
  margin-bottom: 100px;
}

.bullets {
  font-size: 16px;
  line-height: 1.7em;
}

.h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.slider {
  height: 500px;
}

.blog-collection {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.blog-item {
  width: 30.5%;
  margin-bottom: 40px;
}

.blog-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.blog-date {
  color: var(--fontgrey);
  font-size: 14px;
  font-weight: 400;
}

.blog-read-link {
  color: var(--adopting-yellow);
  margin-top: 10px;
}

.blog-post-cover-img {
  margin-bottom: 100px;
  margin-left: 20px;
}

.heading-2 {
  font-weight: 300;
  line-height: 1.15em;
}

.es-100 {
  height: 10vw;
}

.empty-state-blog {
  background-color: var(--galoygrey);
}

.blog-image {
  transition: all .12s;
}

.blog-image:hover {
  transform: scale(1.05);
}

.footer-menu {
  text-align: center;
  margin-bottom: 0;
}

.footer-menu-list {
  text-align: center;
  border-radius: 0;
  padding: 10px 20px;
  list-style-type: none;
  display: inline-block;
}

.footer-menu-item {
  text-transform: none;
  padding-left: 5px;
  padding-right: 20px;
  font-weight: 300;
  display: inline-block;
}

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

.tab-element {
  color: var(--white);
  text-align: center;
  background-color: #ddd0;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-element.w--current {
  border-bottom: 3px solid var(--adopting-yellow);
  background-color: #c8c8c800;
}

.tab-text-small {
  font-size: 14px;
}

.tab-pane {
  min-height: 90vh;
}

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

.satelite-img.event-canceled {
  opacity: .5;
  filter: grayscale(94%);
}

.satelite-img.rounded {
  border-radius: 50%;
}

.schedule-column {
  text-align: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 40px;
}

.yellow-text {
  color: var(--adopting-yellow);
}

.countdown-container {
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  top: 10px;
  right: 40px;
}

.countdown-number {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.countdown-label {
  color: var(--fontgrey);
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.countdown-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1em;
}

.events-dates {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.partners-link {
  border-radius: 3px;
  transition: all .12s;
  position: relative;
  overflow: hidden;
}

.partners-link:hover {
  transform: scale(1.1);
}

.book-now-ticket-icon {
  display: none;
}

.new-window-icon {
  opacity: .4;
  pointer-events: none;
  width: 15px;
  position: absolute;
  top: 8px;
  right: 82px;
  transform: translate(0, -3px);
}

.menu-wrapper {
  height: 100vh;
}

.nav-link-text {
  position: relative;
}

.filter-bw {
  filter: grayscale();
}

.venue-plan-img.venue-plan-img-mobile {
  display: none;
}

.es-80 {
  height: 8vw;
}

.other-spekaers-wrapper {
  text-align: center;
  margin-top: 10px;
}

.more-speakers-content {
  display: block;
}

.free-label {
  background-color: var(--adopting-yellow);
  color: var(--black);
  border-radius: 5px;
  padding: 0 5px;
  font-weight: 500;
  display: inline-block;
}

.map-image-inverse {
  filter: invert();
}

.tweets-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 40px;
  display: block;
}

.twitter-tweet {
  background-color: #15202b;
  border-radius: 15px;
}

.tickets-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-socials-modal {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

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

.ticket-link {
  transition: all .2s;
  position: relative;
}

.ticket-link:hover {
  transform: translate(0, -8px);
}

.ticket-link.ticket-link-2 {
  margin-left: 40px;
}

.ticket-link.ticket-link-3 {
  margin-left: 100px;
}

.ticket-title {
  color: var(--red);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}

.ticket-title.ticket-intl {
  font-size: 20px;
}

.ticket-date {
  color: var(--bitcoinorange);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}

.ticket-price {
  margin-bottom: 0;
  font-weight: 700;
}

.ticket-price.scheme-pa {
  color: var(--black);
}

.ticket-price.ticket-price-pa {
  color: var(--cptbg);
}

.bitcoin-only {
  opacity: .6;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  display: block;
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
}

.speaker-name-link {
  width: 100%;
  margin-top: 20px;
}

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

.speaker-name-link.speaker-name {
  color: var(--black);
  text-transform: none;
  font-size: 18px;
}

.speaker-name-link.speaker-name:hover {
  color: var(--black);
  text-decoration: underline;
}

.hero-titles-wrap {
  z-index: 1;
  margin-top: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow-x: hidden;
}

.btc-price-feed {
  opacity: .6;
  font-size: 16px;
  font-weight: 300;
}

.ticket-price-sats {
  color: var(--black);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.first-word {
  color: var(--cptbg);
  text-align: justify;
  letter-spacing: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.85em;
}

.block-element {
  z-index: 1;
  width: 24px;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 5px;
}

.block-element.block-background {
  filter: blur(5px);
  width: 30px;
  top: 15%;
  right: 40%;
}

.block-element.block-foreground {
  filter: blur(10px);
  width: 100px;
  top: 30%;
  right: 13%;
}

.block-element.block-element-right {
  left: auto;
  right: 5px;
}

.select-field {
  outline-color: var(--fontgrey);
  outline-offset: -2px;
  height: 60px;
  color: var(--cptbg);
  cursor: pointer;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  outline-width: 2px;
  outline-style: dashed;
  margin-bottom: 40px;
  padding-left: 10px;
  font-weight: 400;
  overflow: hidden;
}

.select-field:hover {
  outline-color: var(--black);
  color: var(--capetownorange);
}

.select-field:focus {
  outline-color: var(--capetownorange);
  background-color: #0000001a;
}

.select-field.field-textarea {
  height: 90px;
}

.select-field.field-textarea:focus {
  outline-color: var(--capetownorange);
}

.field-label {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.success-msg {
  color: var(--cptbg);
  text-transform: uppercase;
  background-color: #0000;
  font-size: 23px;
  font-weight: 700;
}

.error-msg {
  color: var(--bitcoinorange);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 20px;
  font-weight: 400;
}

.blogpost-date {
  color: var(--adopting-yellow);
  font-size: 16px;
}

.venue-map-bg {
  position: relative;
}

.map-pin {
  border: 2px solid var(--bg);
  background-color: var(--capetownorange);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 8px #fff3;
}

.venue-map-pin-wrap {
  z-index: 1;
  position: absolute;
  top: 46%;
  left: 51%;
}

.venue-photo {
  width: 48%;
  position: absolute;
  inset: auto auto -20px -20px;
  box-shadow: 0 20px 20px -10px #0003;
}

.paragraph {
  letter-spacing: 0;
}

.speaker-img-bg {
  background-color: #727272;
  border-radius: 50%;
}

.map-pointer {
  position: absolute;
  top: 25%;
  left: 10%;
}

.map-popup {
  opacity: 0;
  pointer-events: none;
  text-align: center;
  width: 200px;
  transition: all .3s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -20px);
}

.custom-map-name {
  color: var(--white);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.image {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.custom-map-image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.circular-economies-map {
  display: none;
}

.btc-symbol-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

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

.author-link:hover {
  color: var(--capetownorange);
  text-decoration: underline;
}

.dropdown-toggle-2 {
  padding-top: 10px;
}

.dropdown-toggle-2.w--open {
  padding-bottom: 10px;
}

.dropdown-toggle {
  height: auto;
  color: var(--white);
  border: 1px solid #0000;
  border-radius: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-toggle:hover {
  border-width: 1px;
  border-color: var(--neon-blue);
  color: var(--white);
  background-color: #17174266;
}

.dropdown-toggle.w--open {
  border-width: 1px;
  border-color: var(--neon-blue);
  color: var(--white);
}

.dropdown-list {
  border: 1px solid var(--neon-blue);
  background-color: #0000;
  border-radius: 40px;
}

.locale-name {
  text-transform: uppercase;
  font-weight: 500;
}

.locales-container {
  display: block;
  position: fixed;
  top: 85px;
  right: 140px;
}

.dropdown-link {
  width: 100%;
  color: var(--white);
  text-align: center;
  border-radius: 40px;
  padding: 10px 20px 10px 14px;
  font-size: 16px;
  display: inline-block;
}

.dropdown-link:hover {
  background-color: var(--neon-blue);
  text-decoration: none;
}

.dropdown-link.w--current {
  display: none;
}

.locales-list {
  width: 100%;
}

.dropdown-icon {
  transform: scale(.7)translate(10px);
}

.youtube-video-container {
  text-align: center;
  background-image: url('../images/cape-town-stream-gif.gif');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56%;
  transition: all .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.youtube-video-container:hover {
  transform: scale(1.02);
}

.play-button {
  transition: all .12s;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.play-button:hover {
  transform: translate(-50%, -50%);
}

.play-btn {
  transform-origin: center;
  width: 55px;
}

.entry__field.custom-field {
  border-style: solid;
  border-width: 1px;
  border-color: black transparent var(--galoyblue) black;
  background-color: #0000;
  height: 50px;
}

.sib-form.input.custom-field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--galoyblue);
  background-color: #0000;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}

.sib-form.input.custom-field:hover {
  border-bottom-color: var(--warm-pink);
}

.sib-form.input.custom-field:focus {
  border-bottom-color: var(--white);
}

.email-field-wrap {
  position: relative;
}

.accordion-title {
  width: 100%;
  color: var(--sand);
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 2px solid #000;
  padding: 25px 0 25px 10px;
  font-weight: 500;
}

.accordion-title:hover {
  border-bottom-color: var(--cptbg);
}

.accordion-title.w--open {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--cptbg);
}

.accordion-title.accordion-short {
  border-bottom-color: var(--black);
  max-width: 540px;
  color: var(--black);
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordion-title.accordion-short:hover {
  background-color: #0000000d;
}

.accordion-title.accordion-short.w--open {
  border-bottom-color: var(--black);
}

.form-block {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.lineanimation {
  pointer-events: none;
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-graphic {
  z-index: 1;
  filter: brightness(60%);
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.hero-graphic.africa {
  transform: translate(-80%, -20%);
}

.hero-graphic.beadwork-pattern {
  transform: translate(-50%);
}

.hero-graphic.right-tilt {
  top: 0;
  transform: rotate(4deg)translate(-50%, 20px);
}

.hero-slider {
  z-index: 1;
  background-color: #0000;
  width: 300px;
  height: 450px;
  display: block;
  position: absolute;
  top: 0;
  right: 20%;
}

.slide-nav {
  display: none;
}

.body-dark {
  color: var(--sand-white);
  background-image: url('../images/bg01.webp');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: fixed;
}

.footer-bg {
  z-index: 0;
  background-color: var(--cptbg);
  background-image: url('../images/footer-bg.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 200px 0% 0%;
}

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

.hosted-by-text {
  color: var(--red);
  text-align: right;
  letter-spacing: 2px;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 300;
}

.hosted-by-text.centered {
  text-align: center;
  font-weight: 400;
}

.small-text {
  font-size: .85em;
}

.link-text {
  color: var(--black);
  margin-top: 0;
}

.video-overlay {
  background-image: linear-gradient(#000000e6, #0000);
  height: 130px;
  position: absolute;
  inset: 0% 0% auto;
}

.video-title {
  z-index: 1;
  color: var(--white);
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 2%;
}

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

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

.hero-subpage-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0;
}

.hero-subpage-img-wrapper {
  z-index: -1;
  height: 350px;
  position: absolute;
  inset: 0 0% auto;
}

.collection-list-wrapper {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.profile-pic {
  border-radius: 50%;
}

.logo-grid-roadtrip {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.alternating-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.column-text, .column-image {
  width: 50%;
}

.date-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.date-title-text {
  margin-top: 0;
}

.inverted {
  filter: invert();
}

.speaker-heading {
  margin-bottom: 0;
}

.speaker-bio {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.schedule-wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.schedule-iframe {
  height: 90vh;
}

.image-2 {
  width: 100%;
}

.wedge-element {
  z-index: 1;
  position: absolute;
  inset: auto 0% -1px;
}

.form-field {
  height: 52px;
  color: var(--black);
  background-color: #fff0;
  border: 2px solid #000;
}

.form-field:hover {
  background-color: #0000000d;
}

.form-field:focus {
  border-color: #00000080;
}

.form-field::placeholder {
  color: var(--black);
}

.form {
  text-align: center;
}

.top-wedge-element {
  z-index: 1;
  position: absolute;
  inset: -1px 0% auto;
}

.stitch-pattern {
  z-index: 2;
  position: absolute;
  bottom: -13px;
  right: -20%;
}

.countdown-text {
  font-size: 20px;
  display: inline-block;
}

.countdown-text.countdown-text-label {
  color: var(--red);
  text-transform: uppercase;
  font-size: 18px;
}

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

.search-bar {
  max-width: 600px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.ticket-outline {
  width: 420px;
}

.ticket-outline.ticket-outline-mobile {
  display: none;
}

.tickets-info-group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--bg);
  font-size: 12px;
  line-height: 1.3em;
  display: flex;
}

.bolt-icon {
  width: 5px;
}

.tickets-texts {
  position: absolute;
  top: 47%;
  left: 50px;
  transform: translate(0, -50%);
}

.text-span {
  margin-right: 5px;
}

.price-decimal {
  font-size: .9rem;
}

.coords-text {
  letter-spacing: 2px;
  text-shadow: 1px 2px 1px var(--capetownorange);
  margin-left: -40px;
  font-weight: 700;
}

.map-overlay {
  z-index: 0;
  background-image: linear-gradient(180deg, #fab44b00, var(--capetownorange));
  pointer-events: none;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.highlighted {
  background-color: var(--black);
  color: var(--capetownorange);
  padding-left: 3px;
  padding-right: 3px;
}

.social-template {
  border: 1px dashed #000;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 36px;
    line-height: 1.1em;
  }

  h3 {
    font-size: 36px;
  }

  .navbar-no-shadow {
    height: 170px;
  }

  .navbar-no-shadow-container {
    background-color: #1e1e1e00;
    padding-left: 0;
    padding-right: 0;
  }

  .container-regular {
    position: relative;
  }

  .navbar-wrapper {
    height: 100%;
  }

  .container {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.container-full, .container.container-tickets {
    max-width: 100%;
  }

  .hero-wrapper {
    padding-bottom: 20px;
  }

  .footer {
    padding-bottom: 140px;
  }

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

  .logo {
    width: 283px;
  }

  .hero-section {
    padding-top: 240px;
    overflow: hidden;
  }

  .hero-section.hero-subpage {
    padding-top: 60px;
  }

  .heading-white {
    line-height: 1.1em;
  }

  .heading-white.speaker-heading {
    font-size: 42px;
  }

  .title-container.traslate-up {
    width: 100%;
    top: 260px;
  }

  .title-heading {
    margin-top: 0;
  }

  .title-heading.icon {
    font-family: Icomoon, Arial, sans-serif;
    font-size: 55%;
    font-weight: 400;
  }

  .grid._3-col {
    place-items: center;
  }

  .speaker-img {
    width: 100%;
  }

  .speaker-title.speaker-page {
    font-size: 22px;
  }

  .speaker-socials.speaker-socials-subpage {
    justify-content: flex-start;
    align-items: center;
  }

  .speakers-collection.advisors-collection {
    width: 420px;
  }

  .sponsor-logo.main-sponsor {
    width: 180px;
  }

  .sponsor-logo.sponsor-footer {
    width: 120px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .collection-list.speakers-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .collection-list.speakers-list.team-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: start center;
  }

  .collection-list.main-speakers {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .partners-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .flash-icon {
    color: #0000;
  }

  .hero-img-container {
    background-image: none;
    height: 740px;
  }

  .hero-img-container.volcano-img-dark {
    width: 60%;
  }

  .hero-img-container.hero-img-footer {
    height: 630px;
  }

  .cfp-link {
    bottom: 19px;
  }

  .columns-img {
    margin-bottom: 140px;
  }

  .h2 {
    font-size: 36px;
  }

  .blog-item {
    width: 22.5%;
    margin-bottom: 40px;
  }

  .blog-post-cover-img {
    width: 100%;
  }

  .es-100 {
    height: 8vw;
  }

  .yellow-text {
    color: var(--capetownorange);
  }

  .countdown-container {
    width: 13%;
  }

  .countdown-title {
    font-size: 18px;
  }

  .tweets-container {
    column-count: 4;
  }

  .tickets-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ticket-link {
    transition: all .12s;
    position: relative;
  }

  .ticket-link:hover {
    transform: translate(0, -20px);
  }

  .ticket-link.ticket-link-2, .ticket-link.ticket-link-3 {
    margin-left: 0;
  }

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

  .ticket-title.ticket-intl {
    font-size: 32px;
  }

  .ticket-date {
    font-size: 16px;
    top: 48%;
  }

  .ticket-price {
    font-size: 32px;
  }

  .ticket-price.scheme-pa {
    color: var(--black);
  }

  .bitcoin-only {
    font-size: 14px;
  }

  .youtube-video-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .youtube-video-thumb {
    width: 100%;
  }

  .play-button:hover {
    transform: scale(1.05)translate(-50%, -50%);
  }

  .hero-graphic {
    width: 100%;
    height: auto;
    bottom: 0;
  }

  .hero-graphic.africa {
    transform: translate(-70%, -20%);
  }

  .hero-graphic.beadwork-pattern {
    width: 110%;
    bottom: 50%;
    transform: rotate(4deg)translate(-50%, 50%);
  }

  .hero-slider {
    right: 23%;
  }

  .footer-bg {
    background-size: contain;
  }

  .hero-subpage-img {
    width: 100%;
    height: auto;
  }

  .hide {
    display: none;
  }

  .countdown-time-group {
    display: block;
  }

  .ticket-outline {
    width: 580px;
  }

  .tickets-info-group {
    font-size: 14px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand {
    margin-top: 20px;
  }

  .navbar-brand.w--current {
    margin-top: 10px;
    margin-left: 0;
    top: 9px;
    left: 20px;
  }

  .nav-menu {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
  }

  .nav-link {
    font-size: 22px;
  }

  .nav-dropdown, .nav-dropdown-toggle {
    width: 100%;
  }

  .nav-dropdown-icon {
    font-size: 18px;
    right: 15px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    background-color: #f5f5f5;
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: 500;
  }

  .header-social-icons {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .menu-button {
    top: 20px;
    right: 20px;
  }

  .menu-button.w--open {
    color: #fff;
    position: fixed;
  }

  .container, .container.container-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .footer {
    padding-top: 120px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-copyright {
    font-size: 15px;
  }

  .section {
    padding-bottom: 100px;
  }

  .section.section-blog {
    padding-top: 0;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .button.button-secondary.button-more-speakers {
    display: inline-block;
  }

  .button.book-now {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .button.book-now.book-now-fixed {
    font-size: 14px;
    top: 35px;
    right: 120px;
  }

  .button.button-primary {
    padding: 15px 30px;
    font-size: 16px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .logo {
    width: 180px;
  }

  .logo.logo-normal {
    width: 110px;
  }

  .hero-section {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .hero-section.hero-subpage {
    padding-top: 100px;
  }

  .heading-white {
    font-size: 42px;
  }

  .heading-white.hero-subtitle.h4 {
    text-align: right;
    font-size: 18px;
  }

  .heading-white.speaker-heading {
    font-size: 36px;
  }

  .heading-white.sponsors-subheading {
    font-size: 20px;
  }

  .nav-menu-triangle {
    background-color: #fff;
    width: 15px;
    height: 15px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: -6px;
    right: 36px;
    transform: rotate(45deg);
  }

  .material-symbols-outlined.button-arrow {
    margin-left: 10px;
  }

  .footer-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    width: 100%;
    margin-top: 60px;
  }

  .h3.heading-white {
    text-align: left;
    font-size: 32px;
  }

  .h3.heading-white.yellow-bg {
    font-size: 26px;
  }

  .h3.hero-heading {
    max-width: 310px;
    margin-top: 0;
    font-size: 22px;
  }

  .title-container.offset-up {
    margin-top: -50px;
  }

  .title-container.offset-up.title-container-dark {
    padding-bottom: 60px;
  }

  .title-container.traslate-up {
    transform: translate(-50%)translate(0);
  }

  .title-container.title-cont-circular-econ {
    transform: rotate(-4deg);
  }

  .title-holder {
    grid-column-gap: 30px;
    justify-content: center;
    align-items: center;
    font-size: 60px;
  }

  .title-holder.right-tilt {
    grid-column-gap: 30px;
    align-items: baseline;
    width: 100%;
    transform: rotate(4deg);
  }

  .title-heading.title-heading-dark {
    font-size: 45px;
  }

  .button-circle.button-circle-black {
    width: 40px;
    height: 40px;
  }

  .menu-bar {
    width: 35px;
    height: 3px;
  }

  .grid._4-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .subheading {
    font-size: 20px;
  }

  .speaker-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .speaker-title.speaker-page {
    font-size: 18px;
  }

  .speaker-socials {
    margin-top: 0;
  }

  .sponsor-desc {
    font-size: 16px;
  }

  .sponsor-logo {
    width: 120px;
  }

  .sponsor-logo.sponsor-logo-main {
    width: 220px;
  }

  .sponsor-logo.sponsor-footer {
    width: 130px;
  }

  .sponsor-logo.secondary-logo {
    height: 32px;
  }

  .collection-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .collection-list.speakers-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .collection-list.main-speakers {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .partners-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flash-icon-black {
    width: 22px;
  }

  .ticket-circle {
    width: 30px;
    height: 30px;
  }

  .h4 {
    font-size: 22px;
  }

  .hosted-by {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center start;
    font-size: 16px;
  }

  .hosted-by.top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social-item {
    width: 45px;
    height: 45px;
  }

  .socials-icon.invert {
    width: 20px;
    height: 20px;
  }

  .flash-icon {
    width: 22px;
  }

  .hero-img-container {
    height: 600px;
    overflow: hidden;
  }

  .hero-img-container.volcano-img-dark {
    background-position: 50% 100%;
    width: 70%;
    top: 120px;
  }

  .hero-img-container.africa-outline {
    pointer-events: none;
  }

  .hero-img-container.hero-img-footer {
    height: 640px;
  }

  .columns-speaker {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .speaker-description, .footer-venue-text {
    font-size: 16px;
  }

  .venue-text {
    font-size: 15px;
  }

  .venue-logo {
    width: 60px;
  }

  .cfp-link {
    bottom: 8px;
    right: 100px;
  }

  .dropdown-toggle, .dropdown-toggle.accordion-short {
    width: 100%;
  }

  .top-column {
    padding-right: 30px;
  }

  .h2 {
    font-size: 28px;
  }

  .blog-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-item {
    width: 48.5%;
  }

  .countdown-container {
    top: 0;
  }

  .countdown-label {
    font-size: 15px;
  }

  .venue-plan-img {
    display: none;
  }

  .venue-plan-img.venue-plan-img-mobile {
    display: inline-block;
  }

  .tweets-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    column-count: 2;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }

  .tickets-container {
    padding-left: 0;
    padding-right: 0;
  }

  .ticket-title {
    font-size: 14px;
    left: 10px;
    right: 10px;
  }

  .ticket-title.ticket-intl {
    font-size: 24px;
  }

  .ticket-date {
    font-size: 14px;
  }

  .ticket-price {
    font-size: 32px;
  }

  .bitcoin-only {
    font-size: 14px;
  }

  .btc-price-feed.centered {
    font-size: 16px;
  }

  .first-word {
    font-size: 18px;
  }

  .venue-photo {
    width: 48%;
    left: 0;
  }

  .custom-map-list-wrapper {
    display: none;
  }

  .circular-economies-map {
    display: block;
    overflow: hidden;
  }

  .dropdown-toggle:hover {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #3654ff;
  }

  .locales-container {
    top: 38px;
    right: 130px;
  }

  .lineanimation {
    width: 100%;
    overflow: hidden;
  }

  .hero-slider {
    width: 250px;
    height: 376px;
  }

  .video-title {
    font-size: 18px;
  }

  .hero-subpage-img-wrapper {
    height: 320px;
  }

  .schedule-wrap {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .countdown-text {
    font-size: 18px;
  }

  .countdown-text.countdown-text-label {
    font-size: 14px;
  }

  .map-overlay {
    height: 140px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .navbar-no-shadow-container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    top: 6px;
    left: 20px;
  }

  .navbar-brand.w--current {
    margin-top: 15px;
  }

  .nav-menu {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }

  .nav-link {
    border-radius: 32px;
    padding: 17px 40px;
    font-size: 18px;
    font-style: normal;
    display: inline-block;
  }

  .nav-link.nav-dropdown {
    text-align: left;
    align-items: flex-start;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    top: 14px;
    right: 10px;
  }

  .menu-button.w--open {
    top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

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

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

  .hero-split.split-right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer {
    padding: 100px 0 200px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper {
    margin-bottom: 20px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

  .team-slider {
    padding: 60px 15px;
  }

  .button.book-now.book-now-fixed {
    text-shadow: none;
    top: 22px;
    right: 100px;
  }

  .hero-heading-right, .hero-without-image {
    padding: 60px 15px;
  }

  .logo {
    width: 160px;
  }

  .logo.logo-normal {
    display: none;
  }

  .logo.logo-mobile {
    width: 90px;
    display: block;
  }

  .hero-section {
    background-image: none;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .heading-white {
    font-size: 32px;
  }

  .heading-white.hero-subtitle.h4 {
    font-size: 16px;
  }

  .heading-white.speaker-heading {
    margin-top: 20px;
    font-size: 34px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin-bottom: 60px;
    display: grid;
  }

  .footer-heading {
    font-size: 20px;
  }

  .h3.heading-white {
    max-width: 70%;
    font-size: 26px;
  }

  .h3.hero-heading {
    text-align: left;
    max-width: 420px;
  }

  .title-container.offset-up {
    margin-top: -70px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-container.offset-up.title-container-dark {
    margin-top: -40px;
    padding-bottom: 40px;
  }

  .title-holder {
    grid-column-gap: 23px;
    font-size: 52px;
  }

  .title-holder.right-tilt {
    grid-column-gap: 20px;
  }

  .title-heading.title-heading-dark {
    font-size: 36px;
  }

  .button-text.fixed-button-text {
    font-size: 14px;
  }

  .menu-icon {
    width: 65px;
    height: 65px;
  }

  .grid._3-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .subheading {
    font-size: 18px;
  }

  .speaker-img {
    filter: none;
  }

  .speaker-name {
    font-size: 16px;
  }

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

  .speaker-socials-icon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .collection-item.speakers-item {
    margin-bottom: 20px;
  }

  .sponsor-logo.sponsor-footer {
    width: 100px;
  }

  .sponsor-logo.secondary-logo {
    height: 32px;
    margin-bottom: 20px;
  }

  .sponsor-logo.secondary-logo.secondary-bigger {
    height: 45px;
  }

  .sponsor-logo.tertiary-logo {
    width: auto;
    height: 65px;
  }

  .collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list.speakers-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 60px;
  }

  .collection-list.speakers-list.team-list, .collection-list.main-speakers {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .hosted-by {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 19px;
  }

  .flash-icon {
    width: 16px;
  }

  .social-modal-container {
    width: 90%;
    display: block;
  }

  .hero-img-container {
    height: 400px;
  }

  .hero-img-container.volcano-img-dark {
    top: 80px;
  }

  .hero-img-container.africa-outline {
    width: 70%;
    padding-top: 0%;
  }

  .ticket-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .unavailable-text {
    font-size: 24px;
  }

  .columns-speaker {
    flex-flow: wrap-reverse;
  }

  .venue-text {
    white-space: break-spaces;
  }

  .venue-link {
    text-align: left;
    font-size: 16px;
  }

  .cfp-link {
    bottom: 4px;
    right: 90px;
  }

  .accordion-content.accordion-form {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-icon.icon-dark {
    color: var(--cptbg);
  }

  .top-column {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-img {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .slider {
    background-color: var(--galoygrey);
    height: 320px;
  }

  .blog-item {
    width: 48%;
  }

  .blog-post-cover-img {
    margin-bottom: 0;
    margin-left: 0;
  }

  .es-100 {
    height: 15vw;
  }

  .footer-menu-list {
    text-align: center;
  }

  .schedule-column {
    padding-right: 0;
  }

  .countdown-container {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 60px;
  }

  .countdown-number {
    font-size: 46px;
  }

  .new-window-icon {
    width: 13px;
    top: 13px;
    right: 24px;
  }

  .tweets-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    column-gap: 20px;
  }

  .ticket-title.ticket-intl {
    font-size: 20px;
  }

  .ticket-date {
    font-size: 14px;
    top: 47%;
  }

  .bitcoin-only {
    font-size: 12px;
    left: 10px;
    right: 10px;
  }

  .hero-titles-wrap {
    padding-top: 80px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .ticket-price-sats {
    font-size: 14px;
  }

  .first-word {
    text-align: left;
    letter-spacing: 0;
  }

  .block-element {
    width: 20px;
    right: 10%;
  }

  .venue-photo {
    width: 43%;
    bottom: 0%;
    left: 0;
  }

  .speaker-img-bg {
    max-width: 30%;
    margin-bottom: 20px;
  }

  .locales-container {
    top: 24px;
    right: 110px;
  }

  .locales-switch.locales-switch-desktop {
    opacity: 0;
    pointer-events: none;
    display: block;
  }

  .play-btn {
    width: 40px;
  }

  .hero-slider {
    width: 41vw;
    height: 41vw;
    display: none;
    top: 14%;
    left: 16.4%;
  }

  .footer-bg {
    background-size: 750px;
  }

  .hosted-by-text {
    text-align: center;
    margin-top: 0;
    margin-right: 0;
  }

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

  .alternating-columns {
    flex-flow: column;
  }

  .column-text {
    width: 100%;
  }

  .column-image {
    order: -1;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    margin-top: 20px;
  }

  .navbar-brand {
    top: 9px;
  }

  .navbar-brand.w--current {
    margin-top: 15px;
    top: 8px;
  }

  .nav-menu-wrapper {
    overflow: visible;
  }

  .nav-menu {
    flex-direction: column;
    width: 100%;
    margin-top: 80px;
  }

  .header-social-icons {
    width: auto;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .menu-button {
    border-style: solid;
    border-width: 2px;
    top: 10px;
  }

  .container {
    max-width: none;
  }

  .container.container-form {
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-tickets {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper {
    flex-flow: column;
    height: auto;
  }

  .footer {
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 140px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.section-blog {
    padding-top: 60px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .button.book-now, .button.book-now:hover {
    transform: scale(.8);
  }

  .button.book-now.book-now-fixed {
    border-color: #0000;
    justify-content: center;
    align-items: center;
    padding: 8px 11px;
    font-size: 12px;
    display: inline-block;
    top: 23px;
    right: 90px;
    transform: none;
  }

  .button.book-now.book-now-fixed:hover {
    transform: scale(1);
  }

  .button.book-now.book-now-ticket-section {
    transform: none;
  }

  .logo {
    width: 140px;
  }

  .logo.logo-normal {
    display: none;
  }

  .logo.logo-mobile {
    width: 80px;
    display: block;
  }

  .hero-section.hero-subpage {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-white.sponsors-subheading {
    font-size: 16px;
  }

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

  .h3.heading-white {
    font-size: 24px;
  }

  .h3.heading-white.yellow-bg {
    font-size: 15px;
    line-height: 1.15em;
  }

  .h3.hero-heading {
    text-align: left;
    max-width: 70%;
    font-size: 21px;
  }

  .title-container {
    transform: rotate(-5deg);
  }

  .title-container.offset-up.title-container-dark {
    margin-top: -70px;
    margin-bottom: 0;
  }

  .title-container.right-tilt {
    transform: rotate(5deg);
  }

  .title-holder {
    grid-column-gap: 20px;
    font-size: 38px;
  }

  .title-holder.right-tilt {
    transform: rotate(5deg);
  }

  .button-text, .button-text.fixed-button-text {
    display: none;
  }

  .grid._4-col {
    grid-template-rows: auto auto;
  }

  .speaker-name {
    text-align: center;
    font-size: 13px;
  }

  .speaker-title {
    text-align: center;
    font-size: 11px;
  }

  .speaker-title.speaker-page {
    text-align: center;
    width: 100%;
    font-size: 16px;
    display: block;
  }

  .speaker-socials {
    justify-content: center;
    align-items: center;
  }

  .speaker-socials.speaker-socials-subpage {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .speaker-socials-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .speakers-collection.advisors-collection {
    width: 100%;
  }

  .sponsor-desc {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .sponsor-logo.main-sponsor {
    width: 130px;
  }

  .sponsor-logo.sponsor-footer {
    width: 80px;
  }

  .sponsor-logo.secondary-logo {
    height: 25px;
  }

  .sponsor-logo.secondary-logo.secondary-bigger {
    height: 32px;
  }

  .sponsor-logo.host-logos {
    width: 80px;
  }

  .sponsor-logo.tertiary-logo {
    height: 58px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list.speakers-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
  }

  .collection-list.speakers-list.team-list, .collection-list.main-speakers {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-columns {
    margin-bottom: 0;
  }

  .footer-socials {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .es-60 {
    height: 10vw;
  }

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

  .hero-img-container {
    height: 320px;
    bottom: 0;
    right: 0;
  }

  .hero-img-container.volcano-img-dark {
    background-position: 0 100%;
    background-size: cover;
    width: 100%;
    padding-top: 58%;
    top: 270px;
  }

  .hero-img-container.hero-img-footer {
    height: 480px;
  }

  .ticket-columns {
    display: block;
  }

  .ticket-img.mid-ticket {
    margin-left: 30px;
  }

  .speaker-description {
    font-size: 14px;
  }

  .venue-text {
    text-align: left;
    font-size: 13px;
    line-height: 1.3em;
  }

  .venue-link {
    font-size: 15px;
  }

  .venue-logo {
    width: 40px;
  }

  .cfp-link {
    display: none;
  }

  .dropdown-toggle.accordion-short {
    padding-left: 0;
    padding-right: 20px;
  }

  .dropdown-toggle.dropdown-more {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .accordion-content {
    padding-left: 0;
    font-size: 16px;
  }

  .accordion-toggle {
    font-size: 14px;
  }

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

  .h2 {
    font-size: 24px;
  }

  .slider {
    height: 300px;
  }

  .blog-item {
    width: 100%;
  }

  .es-100 {
    height: 20vw;
  }

  .footer-menu-list {
    line-height: 2em;
  }

  .footer-menu-item {
    font-size: 16px;
  }

  .countdown-container {
    max-width: 25%;
    line-height: 1.05em;
  }

  .countdown-number {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 30px;
  }

  .countdown-label, .countdown-title {
    font-size: 12px;
  }

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

  .book-now-ticket-icon {
    display: inline-block;
  }

  .new-window-icon {
    width: 11px;
    top: 16px;
  }

  .es-80 {
    height: 12vw;
  }

  .tweets-container {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .tickets-container {
    padding-left: 0;
    padding-right: 0;
  }

  .ticket-link {
    overflow: hidden;
  }

  .ticket-link.ticket-link-2, .ticket-link.ticket-link-3 {
    margin-left: 0;
  }

  .ticket-title {
    font-size: 14px;
  }

  .ticket-title.ticket-intl {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .ticket-date {
    font-size: 10px;
  }

  .ticket-price {
    font-size: 24px;
    bottom: 47px;
  }

  .ticket-price.ticket-price-pa {
    font-size: 22px;
  }

  .bitcoin-only {
    font-size: 10px;
    left: 5px;
    right: 5px;
  }

  .hero-titles-wrap {
    padding-top: 60px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .btc-price-feed {
    font-size: 12px;
  }

  .btc-price-feed.centered {
    font-size: 14px;
  }

  .ticket-price-sats {
    font-size: 12px;
  }

  .first-word {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .block-element.block-background {
    width: 20px;
    right: 25%;
  }

  .block-element.block-foreground {
    width: 60px;
    top: 37%;
  }

  .venue-photo {
    width: 56%;
    position: absolute;
    top: 0%;
    bottom: auto;
    transform: translate(0, 90%);
  }

  .speaker-img-bg {
    max-width: 50%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle {
    border-color: #0000;
    padding: 8px 20px 8px 10px;
    font-size: 14px;
  }

  .locales-container {
    right: 84px;
  }

  .dropdown-icon {
    transform: scale(.7)translate(25px);
  }

  .play-btn {
    width: 30px;
  }

  .accordion-title {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .accordion-title.accordion-short {
    border-radius: 2px;
  }

  .accordion-title.accordion-short.w--open {
    border-bottom-color: var(--black);
  }

  .lineanimation {
    width: 100%;
    left: 0%;
    right: auto;
  }

  .hero-graphic, .hero-graphic.beadwork-pattern {
    width: auto;
    height: 100%;
  }

  .hero-slider {
    width: 42vw;
    height: 42vw;
    top: 14%;
    left: 15.7vw;
  }

  .footer-bg {
    background-size: 860px;
  }

  .hosted-by-text {
    font-size: 14px;
  }

  .small-text {
    font-size: .8em;
    line-height: 1.2em;
  }

  .video-overlay {
    height: 60px;
  }

  .video-title {
    font-size: 12px;
    top: 7%;
  }

  .hero-subpage-img {
    height: 100%;
  }

  .hero-subpage-img-wrapper {
    height: 240px;
    overflow: hidden;
  }

  .date-title {
    display: block;
  }

  .speaker-heading {
    color: var(--galoygrey);
    text-align: center;
    margin-bottom: 0;
  }

  .speaker-bio {
    text-align: left;
    font-size: 13px;
  }

  .ticket-outline {
    display: none;
  }

  .ticket-outline.ticket-outline-mobile {
    display: block;
  }

  .tickets-texts {
    left: 35px;
  }

  .coords-text {
    font-size: 10px;
  }

  .map-overlay {
    height: 70px;
  }
}

#w-node-_3ed2f00a-2ddb-07a0-f485-ba033a5e38c6-03d2ee59, #w-node-cce58c8a-f4fd-d3f5-f5a2-906986c5ccc6-03d2ee59, #w-node-ba604a13-8ee2-e8ed-562c-04559af7b1db-03d2ee59, #w-node-_5a43cc75-b8d7-d20a-8b06-6edbf6a9a54c-03d2ee59, #w-node-_5a43cc75-b8d7-d20a-8b06-6edbf6a9a54f-03d2ee59, #w-node-bce405b7-d6f7-6530-a0da-71981b06fe00-03d2ee59, #w-node-_2c75b7a8-59b8-ff4e-cd63-77aa9e9fcd56-03d2ee59, #w-node-_5701955b-4140-c1eb-47a5-5cac780485c1-03d2ee59, #w-node-_1872c3c4-4eb0-009d-c949-0e70d282a21e-03d2ee59, #w-node-_99c9f371-1f8c-ce89-7a1d-023dfd01e42c-03d2ee59, #w-node-_1d977851-5c6b-f5fc-f770-7a103c97e611-03d2ee59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}