@font-face {
  font-family: 'SpaceGrotesk-Regular';
  src: url("../2019/fonts/SpaceGrotesk-Regular.eot");
  src: url("../2019/fonts/SpaceGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../2019/fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("../2019/fonts/SpaceGrotesk-Regular.woff") format("woff"), url("../2019/fonts/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SpaceGrotesk-Light';
  src: url("../2019/fonts/SpaceGrotesk-Light.eot");
  src: url("../2019/fonts/SpaceGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../2019/fonts/SpaceGrotesk-Light.woff2") format("woff2"), url("../2019/fonts/SpaceGrotesk-Light.woff") format("woff"), url("../2019/fonts/SpaceGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SpaceGrotesk-SemiBold';
  src: url("../2019/fonts/SpaceGrotesk-SemiBold.eot");
  src: url("../2019/fonts/SpaceGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("../2019/fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../2019/fonts/SpaceGrotesk-SemiBold.woff") format("woff"), url("../2019/fonts/SpaceGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SpaceGrotesk-Bold';
  src: url("../2019/fonts/SpaceGrotesk-Bold.eot");
  src: url("../2019/fonts/SpaceGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../2019/fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("../2019/fonts/SpaceGrotesk-Bold.woff") format("woff"), url("../2019/fonts/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SpaceGrotesk-Medium';
  src: url("../2019/fonts/SpaceGrotesk-Medium.eot");
  src: url("../2019/fonts/SpaceGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../2019/fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("../2019/fonts/SpaceGrotesk-Medium.woff") format("woff"), url("../2019/fonts/SpaceGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

.letters span {
  color: #1a1a1a;
  font-family: "SpaceGrotesk-Medium", sans-serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 3px; }
  @media (max-width: 575px) {
    .letters span {
      font-size: 36px;
      letter-spacing: 1.5px; } }
  @media (max-width: 360px) {
    .letters span {
      font-size: 30px;
      letter-spacing: 1.25px; } }
  .letters span.space {
    opacity: 0;
    width: 6px; }

.iScrollIndicator {
  background: none !important; }

html {
  /* Optional: show position indicator in red */ }
  html ::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */ }
  html ::-webkit-scrollbar-thumb {
    background: transparent; }

body {
  transition: 1.5s;
  background-color: #b5f1ff; }
  body * {
    cursor: none !important;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 992px) {
      body * {
        cursor: auto!important; } }
    body * input, body * button, body * a, body * img:focus {
      outline: none; }

p {
  color: #1a1a1a;
  font-family: "SpaceGrotesk-Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 36px;
  text-align: center; }
  @media (max-width: 991px) {
    p {
      font-size: 21px;
      font-weight: 400;
      letter-spacing: 1.31px;
      line-height: 32px; } }

#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent; }

.cursor {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute; }
  @media (max-width: 991px) {
    .cursor {
      display: none; } }
  .cursor .dot {
    position: absolute;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    top: 50%;
    left: 50%;
    pointer-events: none;
    z-index: 999; }

@keyframes sectionChange {
  0% {
    transform: rotate -45deg; }
  20% {
    transform: rotate(90deg); }
  30% {
    transform: rotate(-45deg); }
  40% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  60% {
    transform: scale(0.8); }
  80% {
    transform: scale(1.4); }
  90% {
    transform: scale(0.7); } }

.header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  padding-top: 60px;
  z-index: 999; }
  @media (max-width: 575px) {
    .header {
      padding-top: 26px; } }
  .header header {
    margin: auto;
    max-width: 1180px;
    opacity: 0;
    transition: 1.5s; }
    @media (max-width: 1279px) {
      .header header {
        margin: 0 50px; } }
    @media (max-width: 991px) {
      .header header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
    @media (max-width: 575px) {
      .header header {
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0 25px; } }
    .header header .logo {
      position: absolute;
      -ms-flex-positive: 1;
          flex-grow: 1; }
      @media (max-width: 991px) {
        .header header .logo {
          position: relative;
          max-height: calc(100vh - 120px);
          height: 100%;
          max-width: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; } }
      .header header .logo a {
        position: relative; }
        @media (max-width: 400px) {
          .header header .logo a {
            width: 85%;
            margin: auto; } }
        .header header .logo a img {
          max-width: 50%;
          max-height: 50%;
          transform: translate(0, 25%);
          transition: 1s;
          z-index: 999; }
          @media (max-width: 991px) {
            .header header .logo a img {
              transform: translate(0, 0);
              max-width: 50vw;
              max-height: 50%; } }
          @media (max-width: 400px) {
            .header header .logo a img {
              max-width: 100%;
              width: 100%; } }
        .header header .logo a #logo-mini {
          position: absolute;
          min-width: 72px;
          min-height: 72px;
          transform: translate(0px, -25%);
          left: 0;
          visibility: hidden;
          transition: none; }
          @media (max-width: 991px) {
            .header header .logo a #logo-mini {
              transform: translate(0, 0); } }
          @media (max-width: 399px) {
            .header header .logo a #logo-mini {
              max-width: 72px; } }
    .header header nav {
      position: relative;
      -ms-flex-positive: 1;
          flex-grow: 1;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin-left: auto; }
      @media (max-width: 991px) {
        .header header nav {
          display: none;
          height: 0; } }
      .header header nav svg {
        display: none;
        position: absolute;
        width: 120px;
        top: -35%;
        left: 2%;
        transition: 1s; }
        .header header nav svg:hover path {
          animation: hover 400ms ease-in 0ms forwards; }

@keyframes hover {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 409; } }
      .header header nav a {
        text-decoration: none;
        color: #1a1a1a;
        margin-left: 48px;
        font-family: "SpaceGrotesk-Medium", sans-serif;
        font-size: 18px;
        letter-spacing: 1.13px; }
    .header header .mob-menu {
      border: 1px solid #1a1a1a;
      border-radius: 100%;
      max-width: 48px;
      width: 100%;
      height: 48px;
      opacity: 0;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-left: auto;
      position: relative;
      transition: .4s;
      z-index: 2; }
      @media (min-width: 992px) {
        .header header .mob-menu {
          display: none; } }
      .header header .mob-menu .open-mob {
        position: absolute;
        width: 48px;
        height: 48px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column;
        transform: scale(1);
        transition: .5s; }
        .header header .mob-menu .open-mob span {
          height: 1px;
          background: #1a1a1a;
          width: 22px;
          margin: 3.5px 0; }
      .header header .mob-menu .close-mob {
        position: absolute;
        width: 48px;
        height: 48px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column;
        transform: scale(0);
        transition: .5s; }
        .header header .mob-menu .close-mob span {
          height: 1.2px;
          background: #1a1a1a;
          width: 32px;
          position: absolute; }
          .header header .mob-menu .close-mob span:first-child {
            transform: rotate(45deg); }
          .header header .mob-menu .close-mob span:last-child {
            transform: rotate(-45deg); }
      .header header .mob-menu.active .open-mob {
        transform: scale(0); }
      .header header .mob-menu.active .close-mob {
        transform: scale(1); }

.mob-menu-full {
  position: fixed;
  width: 100%;
  max-height: 0;
  height: 0;
  top: 0;
  overflow: hidden;
  transition: 1s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1; }
  .mob-menu-full nav {
    padding-top: 105px;
    height: calc(100vh - 130px); }
  .mob-menu-full ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: calc(100vh - 130px);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 400px) {
      .mob-menu-full ul {
        height: 100%; } }
    .mob-menu-full ul li a {
      text-decoration: none;
      font-size: 36px;
      font-weight: 500;
      letter-spacing: 2.25px;
      color: #000;
      font-family: "SpaceGrotesk-Medium", sans-serif; }
      @media (max-width: 370px) {
        .mob-menu-full ul li a {
          font-size: 24px; } }
  .mob-menu-full.active {
    max-height: 100%;
    height: 100%; }

body .about, body .location, body .attendees, body .menu, body .sponsors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto; }

body .about-div, body .location-div, body .attendees-div, body .menu-div, body .sponsors-div {
  position: relative;
  display: none; }

body .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative; }

body section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 50px; }
  @media (max-width: 767px) {
    body section {
      padding: 0 25px; } }

body .home {
  transition: 1.5s;
  position: relative;
  overflow: hidden; }
  body .home .fp-tableCell {
    height: 100% !important; }
  body .home .image {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    z-index: -1; }
  body .home #head {
    height: 105vh;
    position: relative;
    overflow: visible;
    left: 8%; }
    @media (max-width: 1099px) {
      body .home #head {
        left: 29%; } }
    @media (max-width: 745px) {
      body .home #head {
        left: 51%; } }
    @media (max-width: 575px) {
      body .home #head {
        left: 90%;
        bottom: -26%; } }
  body .home nav {
    -ms-flex-direction: column;
        flex-direction: column;
    display: none;
    width: 40%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: auto;
    z-index: 999; }
    @media (max-width: 991px) {
      body .home nav {
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 575px) {
      body .home nav {
        bottom: -125px;
        position: relative;
        margin: auto; } }
    @media (max-width: 400px) {
      body .home nav {
        bottom: -57px; } }
    body .home nav a {
      text-decoration: none;
      color: #1a1a1a;
      font-family: "SpaceGrotesk-Medium", sans-serif;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 1.13px;
      margin-bottom: 35px; }
      @media (max-width: 575px) {
        body .home nav a {
          font-size: 18px;
          margin-bottom: 32px; } }
      @media (max-width: 400px) {
        body .home nav a {
          font-size: 18px;
          margin-bottom: 25px; } }

body .about {
  padding-top: 0;
  height: 710px;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0; }
  @media (max-width: 756px) {
    body .about {
      height: 810px; } }
  @media (max-width: 575px) {
    body .about {
      height: 880px; } }
  @media (max-width: 370px) {
    body .about {
      height: 915px; } }
  body .about img {
    margin-bottom: 25px; }
  body .about .letters {
    margin-bottom: 45px; }
  body .about p {
    max-width: 780px; }
  body .about .date {
    padding: 36px 66px;
    max-width: 620px;
    border: 1px solid #1a1a1a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 756px) {
      body .about .date {
        padding: 18px 33px; } }
    @media (max-width: 370px) {
      body .about .date {
        padding: 12px 25px; } }
    body .about .date img {
      margin-right: 24px;
      margin-bottom: 0;
      position: relative;
      width: 35px;
      height: 35px; }
      @media (max-width: 575px) {
        body .about .date img {
          margin-right: 18px; } }
    body .about .date p {
      margin-top: 0;
      margin-bottom: 24px;
      text-align: left;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 22px; }
      @media (max-width: 991px) {
        body .about .date p {
          font-size: 18px;
          margin-bottom: 12px; } }
      @media (max-width: 575px) {
        body .about .date p {
          line-height: normal;
          margin-bottom: 16px; } }
      body .about .date p:last-child {
        margin-bottom: 0; }

body .location {
  height: 1215px;
  opacity: 0; }
  body .location img.loc {
    padding-top: 150px;
    margin-bottom: 10px;
    position: relative; }
  body .location .letters {
    margin-bottom: 94px;
    position: relative; }
    @media (max-width: 575px) {
      body .location .letters {
        margin-bottom: 50px; } }
  body .location .gmap_canvas {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%; }
    body .location .gmap_canvas img {
      height: 575px;
      width: auto; }
  body .location .gmap_canvas {
    overflow: hidden;
    position: relative; }
    body .location .gmap_canvas::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      display: block;
      color: #333; }
    body .location .gmap_canvas.remove::after {
      content: none;
      z-index: 0; }
  body .location .address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 15px; }
    @media (max-width: 991px) {
      body .location .address {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } 
			}
    body .location .address p, body .location .address a {
      color: #1a1a1a;
      font-family: "SpaceGrotesk-Medium", sans-serif;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 1.13px;
      margin: 0 17px; }
    body .location .address a {
      text-decoration: none;
      border: 1px solid #1a1a1a;
      padding: 8px 18px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 991px) {
        body .location .address a {
          margin-top: 10px; } }

body .attendees {
  position: relative;
  height: 900px; }
  @media (max-width: 575px) {
    body .attendees {
      height: 700px; } }
  body .attendees img {
    margin-bottom: 10px; }
  body .attendees .search {
    position: relative;
    padding: 60px 0 50px; }
    @media (max-width: 575px) {
      body .attendees .search {
        margin: 48px 0 42px; } }
    body .attendees .search input {
      background: none;
      border-bottom: 1px solid #1a1a1a;
      min-height: 28px;
      overflow: auto;
      border-top: none;
      border-left: none;
      border-right: none;
      line-height: 29px;
      font-size: 24px;
      font-family: "SpaceGrotesk-Regular", sans-serif;
      border-radius: 0 !important; }
      body .attendees .search input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #1a1a1a;
        font-family: "SpaceGrotesk-Regular";
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 36px;
        max-height: 28px;
        height: 100%; }
      body .attendees .search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #1a1a1a;
        font-family: "SpaceGrotesk-Regular";
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 36px;
        max-height: 28px;
        height: 100%; }
      body .attendees .search input:-ms-input-placeholder {
        /* IE 10+ */
        color: #1a1a1a;
        font-family: "SpaceGrotesk-Regular";
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 36px;
        max-height: 28px;
        height: 100%; }
      body .attendees .search input:-moz-placeholder {
        /* Firefox 18- */
        color: #1a1a1a;
        font-family: "SpaceGrotesk-Regular";
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 36px;
        max-height: 28px;
        height: 100%; }
    body .attendees .search label {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      body .attendees .search label img {
        margin: 0; }
  body .attendees .attendees-slider {
    position: relative;
    width: 100vw;
    padding: 0 100px;
    height: 100%;
    z-index: 99;
    -ms-touch-action: none;
        touch-action: none;
    box-sizing: border-box !important;
    overflow: auto; }
    @media (max-width: 575px) {
      body .attendees .attendees-slider {
        padding: 0;
        width: 100%;
        height: 270px; } }
    body .attendees .attendees-slider #preloader {
      top: -35px;
      left: 113px;
      width: 147px;
      height: 260px;
      position: absolute;
      margin: 0;
      z-index: 1;
      display: none;
      opacity: 1;
	  pointer-events:none;
      transition: .6s; }
      @media (max-width: 575px) {
        body .attendees .attendees-slider #preloader {
          left: 14px; } }
    body .attendees .attendees-slider .slider-content {
      display: -ms-flexbox;
      display: flex;
      overflow: visible;
      opacity: 0;
      transition: 1s;
      width: 100%;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: 550px; }
      @media (max-width: 575px) {
        body .attendees .attendees-slider .slider-content {
			    overflow-x: auto;
				touch-action: auto!important;
    -webkit-overflow-scrolling: touch;
          height: 290px; } }
    body .attendees .attendees-slider .col {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative;
      overflow: visible;
      box-sizing: border-box !important;
      width: 160px;
      height: 260px;
      margin-bottom: 15px; }
    body .attendees .attendees-slider .item {
      position: relative;
      overflow: visible;
      box-sizing: border-box !important;
      margin-bottom: 0 !important;
      padding: 0 2px; }
      body .attendees .attendees-slider .item:first-of-type {
        margin-top: 3px;
        margin-bottom: 90px; }
        @media (max-width: 575px) {
          body .attendees .attendees-slider .item:first-of-type {
            margin-bottom: 40px; } }
      body .attendees .attendees-slider .item p {
        padding: 0;
        margin: 0; }
      body .attendees .attendees-slider .item .img {
        background: #d8d8d8;
        border: 1px solid #979797;
        border-radius: 100%;
        width: 110px;
        margin: auto;
        overflow: hidden; }
        body .attendees .attendees-slider .item .img img {
          width: 100%;
          height: auto;
          margin: 0; }
      body .attendees .attendees-slider .item .name {
        color: #1a1a1a;
        font-family: "SpaceGrotesk-Medium", sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 22px;
        font-size: 14px; }
      body .attendees .attendees-slider .item .company, body .attendees .attendees-slider .item .job {
        color: #1a1a1a;
        font-family: "SpaceGrotesk-Regular", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 22px;
        font-size: 14px; }

body .comment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  body .comment p {
    max-width: 720px;
    position: relative;
    min-height: 108px;
    font-size: 24px; }
    body .comment p:before {
      content: url("../img/points/small-text-point.svg");
      position: absolute;
      top: -35px;
      left: -35px; }
    body .comment p:after {
      content: url("../img/points/small-text-point.svg");
      position: absolute;
      bottom: -35px;
      right: -25px; }
    body .comment p img {
      position: relative; }
      @media (max-width: 767px) {
        body .comment p img {
          display: none; } }
      body .comment p img:first-child {
        top: -29px;
        left: 6px; }
      body .comment p img:last-child {
        bottom: -45px;
        right: 6px; }
  body .comment h4 {
    margin-top: 50px;
    color: #1a1a1a;
    font-family: "SpaceGrotesk-Medium", sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.75px; }
    @media (max-width: 575px) {
      body .comment h4 {
        font-size: 26px;
        letter-spacing: 1.63px;
        margin-top: 21px; } }
  body .comment button {
    border: 1px solid #1a1a1a;
    font-family: "SpaceGrotesk-Medium", sans-serif;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.13px;
    margin-top: 50px;
    padding: 10px 15px;
    outline: none; }
    @media (max-width: 575px) {
	
		  body .attendees .attendees-slider .col {
			width: 150px;
		}
      body .comment button {
        margin-top: 26px; } }

body .menu {
  text-align: center;
  height: 1700px; }
  @media (max-width: 625px) {
    body .menu {
      height: 2000px; } }
  body .menu img {
    margin-bottom: 10px; }
  body .menu .letters {
    margin-bottom: 72px; }
    @media (max-width: 625px) {
      body .menu .letters {
        margin-bottom: 47px; } }
  body .menu h3 {
    margin-top: 125px;
    margin-bottom: 52px;
    color: #1a1a1a;
    font-family: "SpaceGrotesk-Medium", sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.75px; }
    @media (max-width: 625px) {
      body .menu h3 {
        font-size: 26px;
        font-weight: 500;
        letter-spacing: 1.63px;
        margin: 125px 0 56px; }
        body .menu h3:first-of-type {
          margin-top: 80px; } }
  body .menu p {
    margin-bottom: 36px; }
    @media (max-width: 575px) {
      body .menu p {
        margin-top: 0;
        margin-bottom: 0; } }
    body .menu p.dotted {
      background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-size: 10px 1px;
      background-repeat: repeat-x; }
      @media (max-width: 575px) {
        body .menu p.dotted {
          margin-top: 0;
          margin-bottom: 37px !important; } }
  body .menu .item-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 625px) {
      body .menu .item-row {
        -ms-flex-direction: column;
            flex-direction: column; } }
    body .menu .item-row div {
      max-width: 370px;
      min-height: 195px;
      margin: 0 10px; }
      body .menu .item-row div:last-child p:last-child {
        margin-bottom: 0; }
      body .menu .item-row div p {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 35px;
        position: relative; }
        @media (max-width: 575px) {
          body .menu .item-row div p {
            margin-bottom: 56px; } }

body .sponsors {
  height: 100% !important; }
  body .sponsors img {
    margin-bottom: 25px; }
  body .sponsors .letters, body .sponsors p {
    margin-bottom: 72px;
    font-family: "SpaceGrotesk-Medium", sans-serif; }
    @media (max-width: 575px) {
      body .sponsors .letters, body .sponsors p {
        margin: 0 0 44px; } }
    @media (max-width: 400px) {
      body .sponsors .letters span.letter, body .sponsors p span.letter {
        letter-spacing: 0.25px; } }
  body .sponsors .item-row {
    display: -ms-flexbox;
    display: flex;
    max-width: 1180px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 170px;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 575px) {
      body .sponsors .item-row {
        margin-bottom: 100px; } }
    body .sponsors .item-row:last-child {
      margin-bottom: 113px; }
    @media (max-width: 684px) {
      body .sponsors .item-row.team {
        -ms-flex-direction: column;
            flex-direction: column; } }
    body .sponsors .item-row.team .item {
      max-width: 280px; }
      @media (max-width: 1093px) {
        body .sponsors .item-row.team .item {
          max-width: 340px;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
      @media (max-width: 508px) {
        body .sponsors .item-row.team .item {
          -ms-flex: none;
              flex: none; } }
    body .sponsors .item-row .item {
      max-width: 315px;
      width: 100%;
      height: auto;
      margin: 0 1px 45px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 574px) {
        body .sponsors .item-row .item {
          max-width: 260px;
          margin-bottom: 55px; } }
      body .sponsors .item-row .item img {
        max-height: 100%;
        max-width: 100%;
        margin: 0; }
        body .sponsors .item-row .item img[alt="Acc Digital"] {
          width: 375px; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="Acc Digital"] {
              width: 304px;
              max-width: none; } }
        body .sponsors .item-row .item img[alt="Drum"] {
          width: 173px; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="Drum"] {
              width: 142px; } }
        body .sponsors .item-row .item img[alt="IBM X"] {
          width: 230px; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="IBM X"] {
              width: 210px; } }
        body .sponsors .item-row .item img[alt="Propel"] {
          width: 260px; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="Propel"] {
              width: 224px; } }
        body .sponsors .item-row .item img[alt="Publicis"] {
          width: 220px;
          display: -ms-flexbox;
          display: flex;
          margin: auto; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="Publicis"] {
              width: 205px; } }
        body .sponsors .item-row .item img[alt="PWC"] {
          width: 183px; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="PWC"] {
              width: 150px; } }
        body .sponsors .item-row .item img[alt="Ingenuity"] {
          width: 240px; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="Ingenuity"] {
              width: 192px; } }
        body .sponsors .item-row .item img[alt="M&C"] {
          width: 116px; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="M&C"] {
              width: 93px; } }
        body .sponsors .item-row .item img[alt="Wirehive"] {
          width: 274px; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="Wirehive"] {
              width: 219px; } }
        body .sponsors .item-row .item img[alt="SharpEnd"] {
          width: 284px; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="SharpEnd"] {
              width: 220px; } }
        body .sponsors .item-row .item img[alt="Podge Events"] {
          width: 162px; }
          @media (max-width: 574px) {
            body .sponsors .item-row .item img[alt="Podge Events"] {
              width: 130px; } }

.nicescroll-rails {
  height: 14px !important;
  background: #d6a6ff !important;
  opacity: 1 !important;
  top: auto !important;
  border-radius: 5px;
  bottom: 0 !important; }

.nicescroll-rails .nicescroll-cursors {
  background: #af54fd !important;
  height: 14px !important;
  border: 0 !important; }

.hidden {
  display: none !important; }

.letter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  font-family: "SpaceGrotesk-Medium";
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  text-transform: none;
  color: #1a1a1a; }
  .letter:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    word-break: break-all;
    transition: 1.5s; }

.letters.about-div .letter:before {
  background-color: #fffc94; }

.letters.location-div .letter:before {
  background-color: #ffd2c2; }

.letters.attendees-div .letter:before {
  background-color: #e5c7ff; }

.letters.menu-div .letter:before {
  background-color: #b8ffd8; }

.letters.sponsors-div .letter:before {
  background-color: #f2f2f2; }

.letter:nth-child(1):before {
  content: "BFDAGJCEIH";
  margin-top: -144px;
  animation-name: letter1;
  animation-duration: 0.69s;
  animation-delay: 0.77s;
  animation-fill-mode: forwards; }

@keyframes letter1 {
  from {
    margin-top: -144px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(2):before {
  content: "IFCEGAHJBD";
  margin-top: -144px;
  animation-name: letter2;
  animation-duration: 1.98s;
  animation-delay: 0.34s;
  animation-fill-mode: forwards; }

@keyframes letter2 {
  from {
    margin-top: -144px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(3):before {
  content: "FAGHJEDIBC";
  margin-top: -48px;
  animation-name: letter3;
  animation-duration: 0.2s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards; }

@keyframes letter3 {
  from {
    margin-top: -48px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(4):before {
  content: "FBJAGDIHCE";
  margin-top: 0px;
  animation-name: letter4;
  animation-duration: 0s;
  animation-delay: 0.74s;
  animation-fill-mode: forwards; }

@keyframes letter4 {
  from {
    margin-top: 0px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(5):before {
  content: "IDGCEFHAJB";
  margin-top: 0px;
  animation-name: letter5;
  animation-duration: 0s;
  animation-delay: 0.01s;
  animation-fill-mode: forwards; }

@keyframes letter5 {
  from {
    margin-top: 0px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(6):before {
  content: "JBCEHGDFAI";
  margin-top: -48px;
  animation-name: letter6;
  animation-duration: 0.12s;
  animation-delay: 0.94s;
  animation-fill-mode: forwards; }

@keyframes letter6 {
  from {
    margin-top: -48px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(7):before {
  content: "IGHJBDAEFC";
  margin-top: -192px;
  animation-name: letter7;
  animation-duration: 0.928s;
  animation-delay: 0.71s;
  animation-fill-mode: forwards; }

@keyframes letter7 {
  from {
    margin-top: -192px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(8):before {
  content: "CEABGDFHJI";
  margin-top: -192px;
  animation-name: letter8;
  animation-duration: 1.664s;
  animation-delay: 0.48s;
  animation-fill-mode: forwards; }

@keyframes letter8 {
  from {
    margin-top: -192px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(9):before {
  content: "FACBEDGJHI";
  margin-top: -240px;
  animation-name: letter9;
  animation-duration: 2.93333s;
  animation-delay: 0.12s;
  animation-fill-mode: forwards; }

@keyframes letter9 {
  from {
    margin-top: -240px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(10):before {
  content: "FBAGCHIDJE";
  margin-top: -144px;
  animation-name: letter10;
  animation-duration: 1.35s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards; }

@keyframes letter10 {
  from {
    margin-top: -144px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(11):before {
  content: "JGBIHDCAFE";
  margin-top: -48px;
  animation-name: letter11;
  animation-duration: 1.44s;
  animation-delay: 0.28s;
  animation-fill-mode: forwards; }

@keyframes letter11 {
  from {
    margin-top: -48px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(12):before {
  content: "FCEIJGBDAH";
  margin-top: -240px;
  animation-name: letter12;
  animation-duration: 1.23333s;
  animation-delay: 0.63s;
  animation-fill-mode: forwards; }

@keyframes letter12 {
  from {
    margin-top: -240px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(13):before {
  content: "BAHFIGJEDC";
  margin-top: -432px;
  animation-name: letter13;
  animation-duration: 2.664s;
  animation-delay: 0.26s;
  animation-fill-mode: forwards; }

@keyframes letter13 {
  from {
    margin-top: -432px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(14):before {
  content: "GIECBDAHJF";
  margin-top: -240px;
  animation-name: letter14;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards; }

@keyframes letter14 {
  from {
    margin-top: -240px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(15):before {
  content: "ADBFIJGECH";
  margin-top: -96px;
  animation-name: letter15;
  animation-duration: 0.08s;
  animation-delay: 0.97s;
  animation-fill-mode: forwards; }

@keyframes letter15 {
  from {
    margin-top: -96px; }
  to {
    margin-top: 48px; } }

.letter:nth-child(16):before {
  content: "AHGBCJIFED";
  margin-top: -288px;
  animation-name: letter16;
  animation-duration: 2.09143s;
  animation-delay: 0.39s;
  animation-fill-mode: forwards; }

@keyframes letter16 {
  from {
    margin-top: -288px; }
  to {
    margin-top: 48px; } }

    @media (max-width: 991px) {
			.nicescroll-rails .nicescroll-cursors,
		.nicescroll-rails {
			height: 20px !important;
		}
		.nicescroll-rails {
			bottom: 10px !important;
		}
			}