.clip {
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px, 30px 0);
}

.borderangleinside {
  opacity: 0.9;
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px, 30px 0);
}
.borderangleinside span {
  background: #553e26;
  background-color: #111;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px, 30px 0);
}

.clip2 {
  clip-path: polygon(calc(100% - 40px) 0, 100% calc(0% + 20px), 100% 100%, 0 100%, 0 0);
}

.clip3 {
  clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
}

table {
  width: 100%;
  background-color: rgba(254, 144, 0, 0.1);
}
table td, table th {
  height: 30px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid rgba(254, 144, 0, 0.5);
  padding: 5px 5px;
  font-family: "Advent Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.8);
}
table th {
  font-weight: 700;
}
table td strong {
  font-weight: 600 !important;
  background-color: #fe9000;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.8);
  padding: 3px 10px;
}
table td strong.bk {
  background-color: #fe9000;
  border-radius: 5px;
  color: #111;
  padding: 3px 10px;
}
table td strong.orange2 {
  background-color: #FF8300;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.8);
  padding: 3px 10px;
}
table td:nth-child(1) {
  color: #fe9000;
}
table td:nth-child(2) {
  font-weight: 700;
}

.schedule .clip2 {
  clip-path: polygon(calc(100% - 30px) 0, 100% calc(0% + 15px), 100% 100%, 0 100%, 0 0);
}

.swiper-wrapper {
  display: flex;
  align-items: stretch !important; /* force equal height */
}

#conference_form label.error {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-family: "Inconsolata", monospace;
  letter-spacing: -0.5px;
  font-size: 0.9rem;
  line-height: 1;
  color: red;
  font-weight: 600;
}
@media (width <= 48rem) {
  #conference_form label.error {
    font-size: 11px !important;
    bottom: -14px !important;
  }
}
#conference_form #response_conference br {
  display: none;
}

.popup .clip {
  clip-path: polygon(100% 0, 100% calc(100% - 19px), calc(100% - 19px) 100%, 0 100%, 0 19px, 19px 0);
}
.popup .borderangleinside {
  opacity: 0.9;
  clip-path: polygon(100% 0, 100% calc(100% - 19px), calc(100% - 19px) 100%, 0 100%, 0 19px, 19px 0);
}
.popup .borderangleinside span {
  background: #553e26;
  background-color: #111;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  clip-path: polygon(100% 0, 100% calc(100% - 19px), calc(100% - 19px) 100%, 0 100%, 0 19px, 19px 0);
}

.close-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -15px;
  left: -15px;
  cursor: pointer;
  z-index: 3;
}
.close-btn::after, .close-btn::before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #fff !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup .inside {
  resize: none;
  overflow: auto;
}

.popup .inside::-webkit-scrollbar {
  width: 5px;
}

.popup .inside::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 144, 0, 0.5);
}

.popup .inside::-webkit-scrollbar-thumb {
  background-color: #ff9000;
}

.countdown {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 10px;
}
.countdown .unit {
  color: #fe9000 !important;
}
.countdown .unit .digit {
  background-color: white;
  width: 30px;
  border-radius: 5px;
  color: #fe9000 !important;
}/*# sourceMappingURL=conference.css.map */