@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; }
  .modal-reg .modal-body {
    position: relative;
    padding-top: 2rem; }
    .modal-reg .modal-body .close {
      position: absolute;
      right: 8px;
      top: 12px;
      z-index: 999;
      font-size: 2.5rem;
      font-weight: normal;
      color: #cbcbcb;
      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: 820px;
    font-family: "PN", "Roboto", sans-serif;
    color: #2b2b2b; }
    @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;
      border: none; }
    .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: #2b2b2b;
      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: #0186cd;
        border: 1px solid #0186cd;
        color: #fff;
        max-width: 250px; }
      .modal-reg .modal-dialog .btn:hover {
        background: transparent;
        color: #0186cd;
        background-color: rgba(204, 204, 204, 0.2);
        border: 1px solid rgba(204, 204, 204, 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, 43, 43, 0.25);
      text-align: center; }
    .modal-reg .modal-dialog .reg__result {
      text-align: left;
      margin-bottom: 1rem;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.3;
      padding-left: 1.75rem;
      position: relative;
      color: #cccccc; }
      .modal-reg .modal-dialog .reg__result span {
        font-weight: 400;
        font-size: .875rem;
        color: #cccccc;
        margin-top: .125rem;
        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: 3px;
        left: 0; }
      .modal-reg .modal-dialog .reg__result--yes {
        color: rgba(43, 43, 43, 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: #cbcbcb;
      font-weight: 400; }
    @media (max-width: 768px) {
      .modal-reg .modal-dialog .reg__result {
        margin-left: 1rem;
        margin-right: 1rem; }
      .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); }
  .btn:link, .btn:visited, .btn {
    background-color: #0186cd;
    border: 1px solid #0186cd;
    color: #fff;
    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: .8125rem;
    letter-spacing: .5px;
    max-width: 250px;
    width: 100%;
    margin-top: .75rem; }
    @media (max-width: 768px) {
      .btn:link, .btn:visited, .btn {
        padding: .8625rem 1rem;
        max-width: 100%; } }
  .btn:hover {
    background: transparent;
    color: #0186cd; }
  .btn:active {
    background-color: #0186cd;
    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: #0186cd; }
  @media (max-width: 768px) {
    .btn {
      width: 100%; } }

footer {
  padding: 2rem 0;
  background-color: #1c1f24;
  font-size: .8125rem;
  letter-spacing: .25px;
  color: rgba(79, 207, 246, 0.35);
  margin-bottom: 0; }
  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: #4fcff6;
    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: #0186cd; }
  @media (max-width: 768px) {
    footer .footer-sales {
      margin-top: .25rem;
      text-align: left; } }

section {
  color: #d0d3d7;
  padding-bottom: 2rem;
  padding-top: 1rem;
  background-size: cover;
  background: rgba(35, 40, 46, 0.96); }

header {
  color: #fff;
  padding-bottom: 6rem;
  padding-top: 4rem;
  background-size: cover;
  background-position: fixed;
  background-repeat: none;
  background: rgba(35, 40, 46, 0.95); }
  header p {
    color: #fff; }
  @media (max-width: 576px) {
    header {
      padding: 0 0 3rem; } }
  header::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    list-style: none;
    background-size: cover;
    background-image: url("../img/bg1.jpg"); }
  header .header__container {
    position: relative;
    border-radius: 0;
    background: -webkit-linear-gradient(150deg, #1bacea, #006fb9);
    background: -o-linear-gradient(150deg, #1bacea, #006fb9);
    background: linear-gradient(-60deg, #1bacea, #006fb9);
    overflow: hidden; }
    header .header__container--img {
      position: absolute;
      bottom: -35%;
      right: -25%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      opacity: .1; }
  @media (min-width: 1024px) {
    header .header__container {
      max-width: 1268px !important;
      padding-left: 5rem;
      padding-right: 5rem;
      padding-top: 4rem;
      padding-bottom: 4rem;
      border-radius: .5rem; } }
  header .header_info {
    padding-right: 4rem; }
  header img.event__logo {
    max-width: 220px;
    margin-bottom: 1rem; }
    @media (max-width: 768px) {
      header img.event__logo {
        margin-top: 3rem;
        margin-bottom: 2rem; } }
  header h1 {
    color: #fff;
    font-weight: 600;
    font-size: 2.5rem;
    margin-top: 1rem; }
  header h4 {
    color: #82f4ff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.375rem;
    letter-spacing: 1px;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem; }
  header .hpanels {
    color: #ffbb01;
    background-color: #fff;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    border-radius: .5rem;
    padding: 1rem 1.75rem .75rem;
    text-align: left; }
  header .sponsors {
    margin-top: 2rem;
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .5px; }
    header .sponsors img {
      max-height: 38px; }
  @media (max-width: 576px) {
    header .hpanels {
      padding: 2rem 1.5rem;
      border-radius: 0; }
      header .hpanels .schedule {
        padding: 0 0 1rem; }
    header .header_info {
      padding: 0 1.5rem 2rem; }
    header .sponsors { }
      header .sponsors img {
        max-height: 28px;
        margin-bottom: 1.25rem; } }

.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: 1rem .5rem 1rem;
  text-align: center;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }
  .registration_form h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: .5px;
    margin-bottom: 1.25rem; }
  .registration_form textarea {
    text-align: left;
    background-color: rgba(43, 43, 43, 0.025);
    border-radius: 4px;
    padding: 0 1rem; }
    .registration_form textarea:focus {
      border-color: #0186cd; }
  .registration_form input,
  .registration_form select {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.02);
    color: #0186cd;
    font-size: .875rem;
    border: none;
    height: 2.5rem;
    border-radius: 2px;
    padding: 0 1rem;
    border: 1px solid #D6DBE0; }
    .registration_form input:focus,
    .registration_form select:focus {
      border-color: #0186cd; }
  @media (max-width: 576px) {
    .registration_form {
      padding: .75rem 0 1.5rem; } }
  .registration_form label {
    float: left;
    font-size: .75rem;
    color: #2b2b2b;
    font-weight: 500;
    margin-bottom: 0.25rem;
    margin-top: .25rem; }
  .registration_form textarea {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .registration_form__disclaimer {
    font-size: 0.875rem;
    margin-top: 1.75rem; }
    .registration_form__disclaimer p {
      font-size: .6875rem;
      color: #cbcbcb;
      margin-bottom: 0; }

.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, 43, 43, 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: #0186cd;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(1, 134, 205, 0.5);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(1, 134, 205, 0.5); }
  @media (max-width: 576px) {
    .signup_form {
      padding: 0; } }
  .signup_form label {
    float: left;
    font-size: 1rem;
    color: rgba(43, 43, 43, 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: #0186cd; }
      .signup_form button:disabled:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-shadow: none;
                box-shadow: none; }

.reg-choices {
  margin-top: 1rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }
  .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: .25rem; }
    .reg-choices-card:not(:last-child) {
      border-bottom: 1px dotted #d0d3d7; }
  .reg-choices .custom-control,
  .reg-choices .custom-switch {
    display: inline-block;
    width: 100%;
    padding-bottom: .125rem;
    padding-top: .25rem; }
    .reg-choices .custom-control .custom-control-input:checked ~ .custom-control-label::before, .reg-choices .custom-control .pg-node-id-684, .reg-choices .custom-control .pg-main-cs-23,
    .reg-choices .custom-switch .custom-control-input:checked ~ .custom-control-label::before,
    .reg-choices .custom-switch .pg-node-id-684,
    .reg-choices .custom-switch .pg-main-cs-23 {
      color: #fff;
      border-color: #0186cd;
      background-color: #0186cd; }
    .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.8;
      color: #2b2b2b;
      letter-spacing: 0;
      font-size: .875rem;
      text-transform: none;
      cursor: pointer;
      margin-bottom: 0; }
    .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: #0186cd; }

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

.panel {
  margin-bottom: 0; }
  .panel__regular {
    border-left: 1px solid rgba(208, 211, 215, 0.15); }
  .panel__fireside {
    border-right: 1px solid rgba(208, 211, 215, 0.15); }
  .panel__time {
    color: #4fcff6;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: .25rem; }
    .panel__time span {
      margin-top: .2125rem;
      font-size: .875rem;
      font-weight: 400;
      margin-left: .25rem;
      color: rgba(208, 211, 215, 0.75); }
  .panel h2 {
    color: #fff;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 1rem; }
  .panel__header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .panel__sponsor {
    height: 100%;
    color: #d0d3d7;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
    text-align: right; }
    .panel__sponsor img {
      max-width: 140px;
      max-height: 40px;
      display: inline-block;
      margin-left: .25rem; }
    @media (max-width: 576px) {
      .panel__sponsor {
        text-align: left;
        border: none;
        padding-left: 0;
        margin-top: 1rem;
        margin-bottom: .25rem; }
        .panel__sponsor img {
          display: block;
          max-height: 40px;
          margin-left: 0;
          margin-top: .5rem; } }
  .panel .panelists {
    margin-top: 2rem; }
  .panel .single-panelist {
    margin-bottom: 2rem; }
    .panel .single-panelist .card {
      border-radius: .25rem;
      border: none;
      background-color: transparent;
      height: 100%;
      text-align: center; }
      .panel .single-panelist .card::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0); }
      .panel .single-panelist .card__fireside {
        max-width: 100%;
        height: auto; }
      .panel .single-panelist .card img {
        border-radius: 0;
        max-width: 144px; }
      .panel .single-panelist .card-body {
        height: 100%;
        padding-bottom: .75rem;
        padding-left: 0;
        padding-right: 0;
        padding-top: .75rem; }
      .panel .single-panelist .card-name {
        font-family: "PN", "Roboto", sans-serif;
        color: #4fcff6;
        line-height: 1.25;
        font-weight: 600;
        font-size: 1.125rem;
        margin-bottom: .25rem; }
      .panel .single-panelist .card-position, .panel .single-panelist .card-company {
        font-size: .875rem;
        line-height: 1.35;
        font-weight: 400;
        margin-bottom: .375rem;
        color: #8b9b9e; }
      .panel .single-panelist .card-company {
        font-weight: 500;
        color: #d0d3d7; }
      .panel .single-panelist .card-moderator {
        display: inline-block;
        font-size: .625rem;
        letter-spacing: .5px;
        text-transform: uppercase;
        font-weight: 500;
        color: #4fcff6;
        background-color: rgba(1, 134, 205, 0.1);
        padding: .3125rem .5rem;
        border-radius: .25rem;
        line-height: 1; }
    @media (max-width: 576px) {
      .panel .single-panelist {
        margin-bottom: 1rem; }
        .panel .single-panelist .card {
          max-width: 100%;
          text-align: left; }
          .panel .single-panelist .card img {
            max-width: 144px; }
          .panel .single-panelist .card-body {
            padding: .5rem 1rem 0; }
          .panel .single-panelist .card-name {
            font-size: 1rem; }
          .panel .single-panelist .card-position, .panel .single-panelist .card-company {
            font-size: .8125rem; } }

@media (max-width: 576px) {
  .panel {
    padding: 2rem .5rem;
    border-radius: 0; }
    .panel__regular, .panel__fireside {
      border: none; }
      .panel__regular:last-child, .panel__fireside:last-child {
        margin-top: 4rem; }
    .panel__time {
      font-size: 1.25rem; }
      .panel__time span {
        display: block;
        margin-left: 0;
        font-size: 1rem;
        margin-top: .375rem;
        margin-bottom: .25rem;
        letter-spacing: 0; }
  .pad-mob {
    padding-left: 0;
    padding-right: 0; } }

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

p {
  color: #d0d3d7;
  line-height: 1.7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2b2b; }
