@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,900&display=swap");
@font-face {
  font-family: 'PN';
  src: url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'PN';
  src: url("../fonts/ProximaNova-RegularIt.woff") format("woff"), url("../fonts/ProximaNova-RegularIt.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'PN';
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.otf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: 'PN';
  src: url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: bold; }

@font-face {
  font-family: 'PN';
  src: url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.otf") format("opentype");
  font-weight: 700;
  font-style: bolder; }

.main-content {
  opacity: 1;
  position: absolute;
  font-size: 3rem;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF; }

/* BG SLIDESHOW CSS */
.slideshow,
.slideshow::after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  list-style: none; }

.slideshow::after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#131d31));
  background: -webkit-linear-gradient(top, transparent, #131d31);
  background: -o-linear-gradient(top, transparent, #131d31);
  background: linear-gradient(180deg, transparent, #131d31);
  background-image: -webkit-radial-gradient(rgba(19, 29, 49, 0.2) 1px, transparent 1px);
  background-image: -o-radial-gradient(rgba(19, 29, 49, 0.2) 1px, transparent 1px);
  background-image: radial-gradient(rgba(19, 29, 49, 0.2) 1px, transparent 1px);
  background-size: 2px 2px; }

.img-bg-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  /* hides span's text */
  background-size: cover;
  /* covers whole viewport */
  background-position: center top;
  background-repeat: none;
  opacity: 0;
  z-index: -2;
  -webkit-animation: backgroundSlideshow 21s linear infinite 0s;
          animation: backgroundSlideshow 21s linear infinite 0s; }

.slideshow li:nth-child(1) .img-bg-slide {
  background-image: url("../img/bg1.jpg"); }

.slideshow li:nth-child(2) .img-bg-slide {
  background-image: url("../img/bg2.jpg");
  -webkit-animation-delay: 7s;
          animation-delay: 7s; }

.slideshow li:nth-child(3) .img-bg-slide {
  background-image: url("../img/bg3.jpg");
  -webkit-animation-delay: 14s;
          animation-delay: 14s; }

.slideshow li:nth-child(4) .img-bg-slide {
  background-image: url("../img/bg4.jpg");
  -webkit-animation-delay: 21s;
          animation-delay: 21s; }

@-webkit-keyframes backgroundSlideshow {
  0% {
    opacity: 0; }
  12.5% {
    opacity: .8; }
  25% {
    opacity: .8; }
  37.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes backgroundSlideshow {
  0% {
    opacity: 0; }
  12.5% {
    opacity: .8; }
  25% {
    opacity: .8; }
  37.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* End of BG SLIDESHOW */
  .modal-reg .modal-body {
    position: relative; }
    .modal-reg .modal-body .close {
      position: absolute;
      right: 8px;
      top: 12px;
      z-index: 999;
      font-size: 2.5rem;
      font-weight: normal;
      color: #aab8bb;
      background-color: transparent;
      opacity: 1;
      padding: 0 .625rem .25rem; }
      @media (max-width: 768px) {
        .modal-reg .modal-body .close {
          right: 0;
          top: 0;
          padding: .25rem .825rem .375rem; } }
  .modal-reg .modal-dialog {
    text-align: center;
    max-width: 1080px;
    font-family: "PN", "Roboto", sans-serif;
    color: #2b323f; }
    @media (max-width: 768px) {
      .modal-reg .modal-dialog {
        min-width: 200px;
        margin-bottom: 6rem; } }
    .modal-reg .modal-dialog .modal-content {
      background-color: #fff;
      border-radius: .5rem; }
    .modal-reg .modal-dialog .modal-container {
      padding: 1rem 3rem .5rem; }
      @media (max-width: 768px) {
        .modal-reg .modal-dialog .modal-container {
          padding: .75rem 1rem 0; } }
    .modal-reg .modal-dialog .logo-modal {
      width: 15rem;
      margin: 1.5rem 0 0; }
    .modal-reg .modal-dialog h2 {
      font-family: "PN", "Roboto", sans-serif;
      font-size: 2.25rem;
      font-weight: 900;
      margin-top: 1.5rem; }
    .modal-reg .modal-dialog h5 {
      font-weight: 500;
      font-size: 1rem;
      color: #2b323f;
      letter-spacing: .5px;
      text-transform: uppercase;
      margin-top: 1rem;
      margin-bottom: 2.5rem; }
      .modal-reg .modal-dialog .btn:link, .modal-reg .modal-dialog .btn:visited, .modal-reg .modal-dialog .btn {
        background-color: #334EE2;
        border: 1px solid #334EE2;
        color: #fff;
        max-width: 250px; }
      .modal-reg .modal-dialog .btn:hover {
        background: transparent;
        color: #2b323f;
        background-color: rgba(187, 191, 193, 0.2);
        border: 1px solid rgba(187, 191, 193, 0.2); }
    .modal-reg .modal-dialog .divider {
      width: 12rem;
      padding: auto;
      margin: auto;
      margin-top: 2rem;
      margin-bottom: 2rem;
      height: 0;
      border-bottom: 2px solid rgba(43, 50, 63, 0.25);
      text-align: center; }
    .modal-reg .modal-dialog .reg__result {
      text-align: left;
      margin-bottom: 1rem;
      font-weight: 500;
      color: rgba(43, 50, 63, 0.75);
      font-size: 1rem;
      line-height: 1.4;
      padding-left: 1.75rem;
      position: relative;
      color: #bbbfc1; }
      .modal-reg .modal-dialog .reg__result span {
        font-weight: 400;
        font-size: .875rem;
        color: #bbbfc1;
        margin-bottom: 0;
        line-height: 1.4;
        display: block; }
      .modal-reg .modal-dialog .reg__result::before {
        content: '';
        background-size: cover;
        background-position: 100% 100%;
        background-repeat: none;
        background-image: url("../img/svg/icon-no.svg");
        position: absolute;
        width: 14px;
        height: 14px;
        top: 2px;
        left: 0; }
      .modal-reg .modal-dialog .reg__result--yes {
        color: rgba(43, 50, 63, 0.75); }
        .modal-reg .modal-dialog .reg__result--yes::before {
          background-image: url("../img/svg/icon-yes.svg"); }
        .modal-reg .modal-dialog .reg__result--yes span {
          color: green; }
      .modal-reg .modal-dialog .reg__result--error {
        color: #cc0000; }
        .modal-reg .modal-dialog .reg__result--error::before {
          background-image: url("../img/svg/icon-error.svg"); }
        .modal-reg .modal-dialog .reg__result--error span {
          color: rgba(204, 0, 0, 0.5); }
    .modal-reg .modal-dialog p.disclaimer {
      font-size: 0.875rem;
      margin-top: 2rem;
      color: #aab8bb;
      font-weight: 400; }
    @media (max-width: 768px) {
      .modal-reg .modal-dialog .logo-modal {
        width: 18rem;
        margin: 1.75rem 0 .75rem; }
      .modal-reg .modal-dialog p {
        font-size: 1rem;
        margin-bottom: 1rem; } }
  @media (max-width: 768px) {
    .modal-reg {
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; } }

.fade {
  background-color: rgba(0, 0, 0, 0.8); }

/* #panel-video {
    .modal-dialog {
        max-width: 1080px;
        margin: auto;

        @media (max-width: 768px){
            padding: 0 .5rem;
        }
    }

    .modal-content {
        background-color: transparent;
        border: none;
    }

    .modal-body {
        position: relative;
        padding: 0px;
    }

    .close {
        position: absolute;
        right: -1px;
        top: -1px;
        z-index: 999;
        font-size: 2rem;
        font-weight: normal;
        opacity: 1;
        padding: 0 .625rem .25rem;

        @media (max-width: 768px){
            right: 0;
            top: 0;
            padding: .25rem .825rem .375rem;
        }
    }

    .close {
        position: absolute;
        right: -40px;
        top: 0;
        z-index: 999;
        font-size: 2.25rem;
        font-weight: normal;
        color: rgba($color-white, .5);
        opacity: 1;
        text-shadow: none;
        transition: all .3s;

        &:hover {
            color: $color-white;
            background-color: $color-primary;
            opacity: 1;
            text-shadow: none;
        }

        @media (max-width: 768px){
            right: 2px;
            top: -42px;
            font-size: 2.5rem;
        }
    }
} */
  .btn:link, .btn:visited, .btn {
    background-color: #ffbb01;
    border: 1px solid #ffbb01;
    color: #000;
    padding: .75rem 2rem;
    border-radius: .5rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9375rem;
    letter-spacing: .5px;
    max-width: 350px;
    width: 100%;
    margin-top: 1rem; }
    @media (max-width: 768px) {
      .btn:link, .btn:visited, .btn {
        padding: .8625rem 1rem;
        max-width: 100%; } }
  .btn:hover {
    background: transparent;
    color: #ffbb01; }
  .btn:active {
    background-color: #334EE2;
    color: #fff; }
  .btn#updates_form_disabled {
    opacity: 1;
    background-color: #f7f7f7;
    border: 1px solid #ced4da; }
  .btn:disabled, .btn[disabled] {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #334EE2; }
  @media (max-width: 768px) {
    .btn {
      width: 100%; } }

footer {
  padding: 2rem 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: .8125rem;
  letter-spacing: .25px;
  color: rgba(218, 238, 255, 0.35);
  margin-bottom: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
  footer .footer-title {
    display: inline-block;
    margin-right: 1rem; }
  footer .footer-sales {
    text-align: right; }
  footer a,
  footer a:active,
  footer a:link,
  footer a:visited {
    color: #daeeff;
    font-weight: 400;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    position: relative; }
    footer a:not(:last-child),
    footer a:active:not(:last-child),
    footer a:link:not(:last-child),
    footer a:visited:not(:last-child) {
      padding-right: .75rem;
      margin-right: .5rem; }
      footer a:not(:last-child)::after,
      footer a:active:not(:last-child)::after,
      footer a:link:not(:last-child)::after,
      footer a:visited:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 2px;
        width: 1px;
        height: 11px;
        background-color: rgba(255, 255, 255, 0.25); }
    footer a:hover,
    footer a:active:hover,
    footer a:link:hover,
    footer a:visited:hover {
      text-decoration: none;
      color: #ffbb01; }
  @media (max-width: 768px) {
    footer .footer-sales {
      margin-top: .25rem;
      text-align: left; } }

header {
  color: #aac0d4;
  padding-bottom: 7rem;
  padding-top: 1rem;
  /* background-size: cover;
    background-position: 100% 100%;
    background-repeat: none;
    background-image: url('../img/bg1.jpg');
    overflow: hidden;

    &::after {
      content: '';
      position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0px;
    list-style: none;
    background: linear-gradient(-70deg, rgba(0,0,0,0), rgba(0,0,0,1));
     background-image: radial-gradient(rgba(0,0,0, .2) 1px, transparent 1px);
     background-size: 2px 2px;
     
    } */ }
  header img.bio22_logo {
    max-width: 200px;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media (max-width: 768px) {
      header img.bio22_logo {
        margin-top: 1rem;
        margin-bottom: 3rem; } }
  header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2.375rem;
    margin-top: 1rem; }
  header h4 {
    color: #ffbb01;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    header h4 span {
      text-transform: none;
      font-weight: 400;
      font-style: italic;
      color: #aac0d4;
      letter-spacing: .25px; }
  header .hpanels {
    color: #ffbb01;
    background-color: rgba(51, 78, 226, 0.8);
    border-radius: .5rem;
    padding: 2rem 1.625rem 1.5rem;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.2; }
    header .hpanels__number {
      color: #ffbb01;
      font-size: 6.5rem;
      font-weight: 600;
      text-align: center;
      line-height: 1;
      /* color: transparent;
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: $color-secondary; 
          -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); */ }
    header .hpanels__info {
      color: #fff;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.3;
      margin-top: .25rem; }
    header .hpanels__address {
      border-top: 1px dotted rgba(255, 255, 255, 0.35);
      font-size: .8125rem;
      letter-spacing: 1px;
      font-weight: 400;
      line-height: 1.4;
      padding-top: 1.25rem;
      margin-top: .25rem;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      header .hpanels__address a,
      header .hpanels__address a:link,
      header .hpanels__address a:visited,
      header .hpanels__address a:active {
        color: rgba(255, 255, 255, 0.65); }
        header .hpanels__address a:hover,
        header .hpanels__address a:link:hover,
        header .hpanels__address a:visited:hover,
        header .hpanels__address a:active:hover {
          text-decoration: none;
          color: #fff; }
      header .hpanels__address img.gmaps {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        opacity: .5;
        mix-blend-mode: luminosity;
        width: 50px;
        height: 50px;
        margin: auto; }
        header .hpanels__address:hover img.gmaps {
          opacity: 1;
          mix-blend-mode: normal; }
    header .hpanels__wifi {
      border-top: 1px dotted rgba(255, 255, 255, 0.35);
      padding-top: 1.25rem;
      text-transform: none;
      letter-spacing: 0; }
        header .hpanels__wifi h6 span {
          text-transform: uppercase;
          font-size: .75rem;
          color: rgba(255, 255, 255, 0.6);
          display: block;
          font-weight: 400;
          letter-spacing: .5px;
          margin-bottom: .125rem; }
      header .hpanels__wifi p {
        margin-top: .5rem;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 300;
        margin-bottom: 0; }
        header .hpanels__wifi p a {
          color: #ffbb01; }

#schedule {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
  #schedule .schedule {
    padding: 5rem 0;
    color: #fff;
    border-radius: .5rem; }
    @media (max-width: 576px) {
      #schedule .schedule {
        padding: 4rem 0 2rem; } }
    #schedule .schedule__card {
      padding-bottom: .875rem;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.4;
      cursor: pointer;
      -webkit-transition: all .15s ease-in-out;
      -o-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out; }
      #schedule .schedule__card:not(:last-child) {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
        margin-bottom: .875rem; }
      #schedule .schedule__card--time {
        font-weight: 400;
        color: rgba(170, 192, 212, 0.7);
        font-size: .875rem;
        margin-bottom: .125rem;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out; }
      #schedule .schedule__card:hover {
        color: #ffbb01; }
            #schedule .schedule__card:hover .type__v::after {
              color: #fff;
              background-color: #334EE2; }
            #schedule .schedule__card:hover .type__l::after {
              color: #2b323f;
              background-color: #ffbb01; }
  #schedule h3 {
    display: inline-block;
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: #ffbb01;
    letter-spacing: 1px; }

.type {
  position: relative; }
  .type::after {
    position: absolute;
    top: 1px;
    line-height: 1;
    font-size: .5625rem;
    font-weight: 300;
    padding: 5px 10px 4px 10px;
    margin-left: .5rem;
    border-radius: 50px;
    letter-spacing: .5px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    .type__v::after {
      content: 'VIRTUAL';
      color: #aac0d4; }
    .type__l::after {
      content: 'LIVE';
      color: #ffbb01; }

#register-section {
  position: relative;
  background-color: #fff; }
  #register-section .container {
    position: relative; }
  #register-section nav {
    position: absolute;
    width: 100%;
    top: -5rem;
    left: 0; }
  #register-section .tickets-box {
    padding: 1rem 0 2rem;
    text-align: center; }
    #register-section .tickets-box p {
      margin-bottom: .25rem; }
  #register-section .tab-content {
    padding-top: 3rem; }
    #register-section .nav-tabs {
      border-bottom: none; }
      #register-section .nav-tabs .nav-link {
        padding: 1.5rem 1rem;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        width: 50%;
        text-align: center;
        font-size: 1.25rem;
        letter-spacing: .5px;
        text-transform: uppercase;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.65); }
      #register-section .nav-tabs .nav-link.active {
        color: #2b323f;
        background-color: #fff;
        border: none;
        /* &#register-tab {
                    &::before {
                        content: '';
                        position: absolute;
                        left: -99%;
                        top: 0;
                        background-color: $color-white;
                        height: 100%;
                        width: 100%;
                    }
                }

                &#tickets-tab {
                    &::before {
                        content: '';
                        position: absolute;
                        right: -99%;
                        top: 0;
                        background-color: $color-white;
                        height: 100%;
                        width: 100%;
                    }
                } */ }
        #register-section .nav-tabs .nav-item.show .nav-link {
          color: #5af700;
          background-color: #fff;
          border-color: #dee2e6 #dee2e6 #fff; }
      @media (max-width: 991px) {
        #register-section .nav-tabs .nav-link {
          font-size: 1rem;
          line-height: 2; } }
      @media (max-width: 576px) {
        #register-section .nav-tabs .nav-link {
          font-size: .875rem;
          line-height: 1.35; } }

.register-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin: auto; }

.tooltip {
  font-family: "PN", "Roboto", sans-serif !important; }
  .tooltip-inner {
    background-color: red !important; }
  .tooltip .arrow::before {
    border-top-color: red;
    margin-left: 8px; }

.fade {
  background-color: transparent; }

.registration_form {
  padding: 2rem 0 4rem;
  text-align: center;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }
  .registration_form textarea {
    text-align: left;
    background-color: rgba(43, 50, 63, 0.025);
    border-radius: 4px;
    padding: 0 1rem; }
    .registration_form textarea:focus {
      border-color: #334EE2; }
  .registration_form input,
  .registration_form select {
    text-align: left;
    background-color: rgba(19, 52, 118, 0.075);
    color: #133476;
    border: none;
    height: 3rem;
    border-radius: 4px;
    padding: 0 1rem; }
    .registration_form input:focus,
    .registration_form select:focus {
      border-color: #334EE2; }
  @media (max-width: 576px) {
    .registration_form {
      padding: .75rem 0 1.5rem; } }
  .registration_form label {
    float: left;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #aac0d4;
    margin-bottom: 0.5rem; }
  .registration_form textarea {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .registration_form__disclaimer {
    font-size: 0.875rem;
    margin-top: 2.5rem;
    color: rgba(255, 255, 255, 0.55); }
    .registration_form__disclaimer p {
      margin-bottom: 0.25rem; }

.signup_form {
  border-radius: 12px;
  padding: 0 .375rem 1rem;
  text-align: center; }
    .signup_form .form-row [class^='col-'] {
      padding: 0; }
  .signup_form h6 {
    font-size: 1rem;
    text-transform: uppercase;
    padding-bottom: 1.25rem;
    letter-spacing: 0;
    font-weight: 600;
    letter-spacing: .5px;
    color: #8b9b9e; }
  .signup_form input,
  .signup_form select {
    text-align: left;
    background-color: rgba(43, 50, 63, 0.025);
    height: 3rem;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 1rem; }
    .signup_form input:focus,
    .signup_form select:focus {
      border-color: #334EE2;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 78, 226, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 78, 226, 0.5); }
  @media (max-width: 576px) {
    .signup_form {
      padding: 0; } }
  .signup_form label {
    float: left;
    font-size: 1rem;
    color: rgba(43, 50, 63, 0.7);
    margin-bottom: 0.25rem; }
  .signup_form button {
    padding: .5rem .25rem;
    color: #fff;
    width: 100%;
    height: 3rem;
    margin: 0;
    border-radius: 0; }
    @media (max-width: 576px) {
      .signup_form button {
        margin: 1rem 0; } }
    .signup_form button:disabled {
      background-color: #fff;
      color: #334EE2; }
      .signup_form button:disabled:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none; }

.reg-choices {
  margin-top: 2.5rem;
  text-align: left; }
  .reg-choices h5 {
    text-align: center;
    font-weight: 700;
    font-size: 1.375rem;
    font-family: "PN", "Roboto", sans-serif;
    margin-bottom: 1rem; }
  .reg-choices-card {
    background-color: #fff;
    padding: 0;
    margin-bottom: .5rem; }
    .reg-choices-card:not(:last-child) {
      border-bottom: 1px dotted #aac0d4; }
  .reg-choices .custom-control,
  .reg-choices .custom-switch {
    display: inline-block;
    width: 100%;
    padding-bottom: .5rem;
    padding-top: .6125rem; }
    .reg-choices .custom-control:last-child,
    .reg-choices .custom-switch:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .reg-choices .custom-control .custom-control-label,
    .reg-choices .custom-switch .custom-control-label {
      display: block;
      padding-left: .5rem;
      font-weight: 500;
      line-height: 1.4;
      color: #133476;
      letter-spacing: 0;
      font-size: .9375rem;
      text-transform: none;
      cursor: pointer; }
      .reg-choices .custom-control .custom-control-label-time,
      .reg-choices .custom-switch .custom-control-label-time {
        display: block;
        font-weight: 400;
        margin-top: .25rem;
        color: #8c9fb1;
        text-transform: none;
        line-height: 1;
        margin-bottom: 4px;
        font-size: .875rem; }
        .reg-choices .custom-control .custom-control-label-time .-date,
        .reg-choices .custom-switch .custom-control-label-time .-date {
          font-weight: 600;
          margin-right: .5rem; }
        .reg-choices .custom-control .custom-control-label-time:not(:first-child),
        .reg-choices .custom-switch .custom-control-label-time:not(:first-child) {
          margin-top: .125rem;
          padding-top: 1rem; }
    .reg-choices .custom-control .custom-control-input,
    .reg-choices .custom-switch .custom-control-input {
      width: 20rem !important;
      height: 100px; }

.ui_loader_spinner {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 1rem;
  margin-left: 0rem; }

.ui_loader_spinner div {
  display: inline-block;
  position: absolute;
  left: 2px;
  width: 8px;
  -webkit-animation: ui_loader_spinner_anim 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: ui_loader_spinner_anim 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  background-color: #334EE2; }

.ui_loader_spinner div:nth-child(1) {
  left: 2px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s; }

.ui_loader_spinner div:nth-child(2) {
  left: 14px;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s; }

.ui_loader_spinner div:nth-child(3) {
  left: 26px;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes ui_loader_spinner_anim {
  0% {
    top: 0px;
    height: 20px; }
  50%,
  100% {
    top: 7px;
    height: 8px; } }

@keyframes ui_loader_spinner_anim {
  0% {
    top: 0px;
    height: 20px; }
  50%,
  100% {
    top: 7px;
    height: 8px; } }

#panels {
  padding: 6rem 0 8rem; }
  #panels.livepanels {
    padding-bottom: 0; }
            @media (max-width: 576px) {
              #panels.livepanels .panel .single-panelist .card-body {
                padding-left: .5rem; } }
  #panels #j-13,
  #panels #j-14 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 5rem; }
  #panels .panel {
    margin-bottom: 4rem;
    padding-bottom: 0; }
    #panels .panel:not(:last-child) {
      margin-bottom: 4rem;
      padding-bottom: 2.5rem;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }
    #panels .panel__time {
      color: #ffbb01;
      font-size: 1.375rem;
      line-height: 1.2;
      font-weight: 600;
      margin-bottom: 1.25rem;
      letter-spacing: .5px; }
      #panels .panel__time span {
        font-size: 1.0625rem;
        margin-left: .25rem;
        font-weight: 400;
        color: rgba(170, 192, 212, 0.75); }
      #panels .panel__time .badge-bio {
        border-radius: 50px;
        font-size: .6875rem;
        font-weight: 500;
        text-transform: uppercase;
        padding: 7px 18px 6px 18px;
        letter-spacing: .5px;
        color: #fff;
        margin-left: .5rem;
        background-color: #334EE2; }
        #panels .panel__time .badge-bio-live {
          background-color: #ffbb01;
          color: #000; }
    #panels .panel h2 {
      font-weight: 600;
      font-size: 2rem; }
    #panels .panel__sponsor {
      padding-left: 2rem;
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      height: 100%;
      color: #aac0d4;
      font-size: .75rem;
      text-transform: uppercase;
      letter-spacing: .5px;
      font-weight: 400; }
      #panels .panel__sponsor img {
        max-width: 200px;
        max-height: 50px;
        display: block;
        margin-top: .5rem; }
      #panels .panel__sponsor img.bayer {
        display: inline-block;
        max-height: 64px;
        margin-left: .625rem;
        margin-top: 0; }
      @media (max-width: 767px) {
        #panels .panel__sponsor {
          text-align: left;
          border: none;
          padding-left: 0;
          margin-top: 1.5rem;
          margin-bottom: .25rem; }
          #panels .panel__sponsor img {
            display: block;
            max-height: 40px;
            margin-left: 0;
            margin-top: .25rem; } }
    #panels .panel .panelists {
      margin-top: 2rem; }
    #panels .panel .single-panelist {
      margin-bottom: 2rem; }
      #panels .panel .single-panelist .card {
        max-width: 230px;
        border: none;
        background-color: #334EE2;
        height: 100%; }
        #panels .panel .single-panelist .card__fireside {
          max-width: 100%;
          height: auto; }
        #panels .panel .single-panelist .card img {
          border-radius: 0;
          max-width: 230px; }
        #panels .panel .single-panelist .card-body {
          height: 100%;
          padding-bottom: .75rem; }
        #panels .panel .single-panelist .card-name {
          font-family: "PN", "Roboto", sans-serif;
          line-height: 1.25;
          font-weight: 600;
          font-size: 1.125rem;
          margin-bottom: .375rem; }
        #panels .panel .single-panelist .card-position, #panels .panel .single-panelist .card-company {
          font-size: .875rem;
          line-height: 1.35;
          font-weight: 400;
          margin-bottom: .5rem;
          color: #74c4e9; }
        #panels .panel .single-panelist .card-company {
          font-weight: 500;
          color: #fff; }
        #panels .panel .single-panelist .card-moderator {
          display: inline-block;
          font-size: .625rem;
          letter-spacing: .5px;
          text-transform: uppercase;
          font-weight: 500;
          color: #fff;
          background-color: rgba(255, 255, 255, 0.15);
          padding: .3125rem .5rem;
          border-radius: .25rem;
          line-height: 1;
          margin-bottom: .25rem; }
      @media (max-width: 576px) {
        #panels .panel .single-panelist {
          margin-bottom: 1rem; }
          #panels .panel .single-panelist .card {
            max-width: 100%; }
            #panels .panel .single-panelist .card img {
              max-width: 136px; }
            #panels .panel .single-panelist .card-body {
              padding: .5rem 1rem 0; }
            #panels .panel .single-panelist .card-name {
              font-size: 1rem; }
            #panels .panel .single-panelist .card-position, #panels .panel .single-panelist .card-company {
              font-size: .8125rem; } }
  #panels .sticky-top {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 3.875rem;
    font-weight: 700;
    line-height: .75;
    top: 100px;
    /* -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: $color-secondary; */
    color: #ffbb01;
    padding-bottom: 4rem; }
    #panels .sticky-top a {
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      font-size: .85rem;
      font-weight: 400; }
      #panels .sticky-top a img {
        margin-left: 3px; }
  @media (max-width: 576px) {
    #panels .panel__time {
      font-size: 1.25rem; }
      #panels .panel__time span {
        display: block;
        margin-left: 0;
        margin-top: .25rem;
        margin-bottom: .25rem; }
      #panels .panel__time .badge-bio {
        margin-left: 0;
        margin-right: .25rem; }
    #panels .col-2 {
      -webkit-box-flex: 0;
              flex: 0 0 10.666667%;
      -ms-flex: 0 0 10.666667%;
      max-width: 10.666667%; }
    #panels .col-10 {
      -webkit-box-flex: 0;
              flex: 0 0 89.333333%;
      -ms-flex: 0 0 89.333333%;
      max-width: 89.333333%; }
    #panels .sticky-top {
      font-size: 1.75rem; } }

.navbar-brand {
  margin-right: 2rem;
  padding: 0;
  cursor: pointer; }
  .navbar-brand img {
    width: 150px; }
  @media (max-width: 576px) {
    .navbar-brand {
      padding: 0 .25rem; }
      .navbar-brand img {
        width: 10rem; } }

.navbar {
  background: #334EE2;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .navbar .nav.menu-nav {
      width: 100%;
      padding-top: .5rem;
      padding-bottom: .5rem; }
    .navbar .nav .nav-item {
      margin-right: 2rem; }
      .navbar .nav .nav-item .nav-link {
        font-family: "PN", "Roboto", sans-serif;
        font-size: .8125rem;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
        display: inline-block;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        .navbar .nav .nav-item .nav-link:after {
          display: none; }
        .navbar .nav .nav-item .nav-link.btn {
          margin: 0;
          padding: .5rem 1.5rem;
          color: #000; }
        .navbar .nav .nav-item:hover .nav-link, .navbar .nav .nav-item.active .nav-link {
          color: #ffbb01; }
      .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
      @media (max-width: 992px) {
        .navbar .nav .nav-item {
          margin-right: 0;
          margin-bottom: .25rem;
          text-align: center; } }
    @media (max-width: 576px) {
      .navbar .nav {
        padding-left: 1.375rem;
        padding-right: 1.375rem; } }

.navbar-toggler {
  border: none;
  border-radius: 0px;
  padding: 0px;
  cursor: pointer;
  margin-top: 27px;
  margin-bottom: 23px; }

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1; }

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0; }

.navbar-toggler[aria-expanded="true"] span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 7.5px; }

.navbar-toggler[aria-expanded="true"] span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 6px;
  position: relative; }

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  margin-bottom: 4px;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  cursor: pointer; }

#sponsors {
  background-color: #fff;
  padding: 1rem 0; }

.sponsor {
  margin-top: 1.5rem;
  margin-bottom: 1rem; }
  .sponsor__label {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .25px;
    text-transform: uppercase;
    color: #bbbfc1;
    margin-bottom: .375rem; }
  .sponsor img {
    max-height: 44px;
    max-width: 200px;
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .sponsor img.sponsor--pwc {
      max-height: 70px; }
  .sponsor a, .sponsor a:active, .sponsor a:visited, .sponsor a:link {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .sponsor a:not(:last-child), .sponsor a:active:not(:last-child), .sponsor a:visited:not(:last-child), .sponsor a:link:not(:last-child) {
      margin-right: 1rem; }
    .sponsor a:hover, .sponsor a:active:hover, .sponsor a:visited:hover, .sponsor a:link:hover {
      text-decoration: none; }
  .sponsor__top {
    margin-top: 1rem; }
    .sponsor__top img {
      max-height: 28px;
      max-width: 180px; }
      .sponsor__top--title a, .sponsor__top--title a:active, .sponsor__top--title a:visited, .sponsor__top--title a:link {
        -webkit-filter: none;
                filter: none;
        opacity: 1; }
      .sponsor__top--title img {
        max-height: 50px; }
      .sponsor__top--featured img {
        max-height: 46px;
        margin-right: .5rem; }
        .sponsor__top--featured img.bayer {
          max-height: 60px; }
  @media (max-width: 768px) {
    .sponsor {
      text-align: center; }
      .sponsor__label {
        margin-top: 1.5rem; } }

body {
  font-family: "PN", "Roboto", sans-serif;
  color: #fff;
  background-color: #0a1a3a;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  background-attachment: fixed;
  z-index: 1; }

p, ul {
  color: #aac0d4;
  line-height: 1.7; }
