html {
  background: #221e1f;
}

body {
  font-family: "Proxima Nova", Georgia, sans-serif;
  position: relative;
  color: #333333;
  font-size: 14px;
  background: #221e1f;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content--wrapper {
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  flex: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.underline {
  text-decoration: underline;
}

.collapse {
  display: none;
  overflow: hidden;
}

.show {
  display: inline-block !important;
}

.uppercase {
  text-transform: uppercase;
}

.no-margin {
  margin: 0;
}

.no-margin--top {
  margin-top: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

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

.normal-padding {
  padding: 20px 20px;
}

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

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

.margin-left-10 {
  margin-left: 10px;
}

.no-overflow {
  overflow: hidden;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

p {
  font-weight: 300;
  font-size: 18px;
}
p strong {
  font-weight: 600;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 strong {
  font-weight: 600;
}

h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h2.primary {
  color: #5364ae;
}

h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3 strong {
  font-weight: 600;
}

a {
  color: #5364ae;
  text-decoration: none;
}
a.btn {
  background: #1e959d;
  color: #ffffff;
}
a.btn:hover {
  background: #702573;
  color: #ffffff;
}
a:hover {
  color: #1e959d;
}
a.white {
  color: #FFFFFF;
}
a.white:hover {
  color: #FFFFFF;
}

.btn {
  border-radius: 0;
}
.btn.white {
  background: #ffffff;
  color: #5364ae;
}
.btn.white:hover {
  cursor: pointer !important;
}
.btn.btn-register {
  background: #1e959d;
  color: #ffffff;
  padding: 10px 30px;
}
.btn.btn-register.big {
  padding: 10px 20px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}
.btn.btn-register.big.discover {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.btn.btn-register.big.discover:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn.btn-register.btn-register-header {
  width: 49%;
  padding: 10px 20px;
  border-radius: 5px;
}
.btn.btn-register:hover {
  color: #ffffff;
  background: #702573;
}
.btn.btn-register:focus {
  color: #ffffff;
  background: #702573;
}
.btn.btn-register:disabled {
  background: #333333 !important;
  color: #ffffff !important;
}

input {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 5px;
  height: 40px;
  margin: 10px 0;
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
input:focus {
  outline: none;
}

select {
  margin-bottom: 10px;
}

input[type=checkbox] {
  width: auto;
  height: auto;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:checked {
  color: #fff;
}
input[type=checkbox]:checked:after {
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #fff;
}

.align-checkbox {
  margin-top: 4px;
  margin-left: 40px;
}

/* Navigation Header Styles */
.navbar-conference {
  background: #f7f7f7;
  color: #333333;
  box-shadow: 2px 0px 5px #221e1f;
  border: 0 none;
  height: 80px;
}

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

.navbar-date {
  color: #333333;
  text-align: right;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 768px) {
  .navbar-date {
    display: none;
  }
}
@media (max-width: 510px) {
  .header-logo {
    height: 32px;
  }
  .btn.btn-register {
    padding: 6px 20px;
  }
}
@media (max-width: 375px) {
  .header-logo {
    height: 24px;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 350px;
  }
  .cover .overlay-wrapper .overlay img {
    height: 50px;
  }
  .content--wrapper {
    padding-bottom: 585px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) {
  .header-logo {
    height: 24px;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 350px;
  }
  .cover .overlay-wrapper .overlay img {
    height: 50px;
  }
  .content--wrapper {
    padding-bottom: 585px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .header-logo {
    height: 24px;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 350px;
  }
  .cover .overlay-wrapper .overlay img {
    height: 50px;
  }
  .content--wrapper {
    padding-bottom: 585px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .header-logo {
    height: 24px;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 350px;
  }
  .cover .overlay-wrapper .overlay img {
    height: 50px;
  }
  .content--wrapper {
    padding-bottom: 585px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .header-logo {
    height: 24px;
  }
  .cover .overlay-wrapper .overlay {
    max-width: 350px;
  }
  .cover .overlay-wrapper .overlay img {
    height: 50px;
  }
  .content--wrapper {
    padding-bottom: 585px;
  }
}
@media (max-width: 570px) {
  .cover .overlay-wrapper .overlay {
    left: 15px !important;
    right: 15px !important;
    top: 40px !important;
    margin-left: 0 !important;
  }
  .cover .overlay-wrapper .overlay.left {
    margin-left: 0;
    left: 15px;
    right: 15px;
  }
  .cover .overlay-wrapper .overlay .logo-wrapper {
    width: auto;
  }
  .cover .overlay-wrapper .overlay img {
    max-width: 80%;
  }
}
.btn-menu {
  padding: 0;
  margin-left: 10px;
}
.btn-menu:focus {
  outline: none;
}
.btn-menu .hamburger-box {
  margin-top: 6px;
  width: 34px;
}
.btn-menu .hamburger-inner {
  width: 34px;
}
.btn-menu .hamburger-inner::before {
  width: 34px;
}
.btn-menu .hamburger-inner::after {
  width: 34px;
}

/* Menu Styles */
.main-menu--wrapper {
  position: fixed;
  color: #ffffff;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(83, 100, 174, 0.95);
  visibility: hidden;
  overflow-y: auto;
}
.main-menu--wrapper .info-menu {
  color: rgba(255, 255, 255, 0.7);
}
.main-menu--wrapper .info-menu a {
  color: rgba(255, 255, 255, 0.7);
}
.main-menu--wrapper h4 {
  font-weight: 300;
}
.main-menu--wrapper h4 strong {
  font-weight: 600;
}
.main-menu--wrapper .menu-margin {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.main-menu--wrapper.show {
  visibility: visible;
}
.main-menu--wrapper ul.menu-items {
  list-style: none;
  padding: 0;
}
.main-menu--wrapper ul.menu-items.small a {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.main-menu--wrapper a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
.main-menu--wrapper a.no-animation:hover {
  padding-left: 0;
}
.main-menu--wrapper a.animate-right:hover {
  padding-right: 5px;
}
.main-menu--wrapper a:hover {
  text-decoration: none;
  color: #ffffff;
  padding-left: 5px;
}
.main-menu--wrapper .social a {
  font-size: 30px;
  fill: #ffffff;
  margin-right: 10px;
  opacity: 0.7;
}
.main-menu--wrapper .social a:hover {
  padding-left: 0;
  fill: #ffffff;
  opacity: 1;
}

.section {
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section a.inline {
  font-size: 16px;
}
.section a.inline::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 600;
  margin-left: 5px;
}
.section.no-padding {
  padding: 0;
}
.section.primary {
  background: #5364ae;
  color: #ffffff;
}
.section.primary .btn {
  background: #1e959d;
  color: #ffffff;
}
.section.primary .btn:hover {
  background: #742774;
}
.section.primary-gradient {
  background: linear-gradient(135deg, #702573, #5364AE, #1E959D);
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.section.primary-gradient a.btn {
  color: #fff !important;
  text-decoration: none;
}
.section.primary-gradient a.btn:hover {
  color: #fff !important;
  text-decoration: none;
}
.section.primary-gradient a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.section.primary-gradient a:hover {
  color: #fff;
  cursor: pointer;
}
.section.secondary {
  background: #1e959d;
  color: #ffffff;
}
.section.news {
  box-shadow: 0px 5px 12px rgba(34, 30, 31, 0.3);
}
.section.news .bordered {
  border-right: 1px solid rgba(34, 30, 31, 0.5);
}
.section.news h3 {
  font-weight: 600;
}
.section.news a {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.section.news a::after {
  content: ">";
  margin-left: 5px;
}
.section.news a:hover {
  text-decoration: none;
  border-bottom: 2px solid #333333;
}
.section.accent {
  background: #742774;
  color: #ffffff;
}
.section.accent a {
  color: #ffffff;
}
.section.accent a:hover {
  color: #ffffff;
}
.section.dark {
  background: #221e1f;
  color: #ffffff;
}
.section.dark h1 {
  color: #1e959d;
}
.section.dark h1 span.white {
  color: #fff;
}
.section.dark h2 {
  color: #1e959d;
}
.section.dark h2.white {
  color: #fff;
}
.section.dark h3 {
  color: #1e959d;
}
.section.dark h3.white {
  color: #fff;
}
.section.dark a {
  color: #ffffff;
}
.section.dark a:hover {
  color: #ffffff;
}
.section.dark .btn {
  background: #1e959d;
  color: #ffffff;
}
.section.dark .btn:hover {
  background: #702573;
  color: #ffffff;
}
.section.dark table {
  color: #ffffff;
}
.section.light {
  background: #f7f7f7;
}
.section.light .btn {
  background: #5364ae;
  color: #ffffff;
}
.section.light .btn:hover {
  background: #1e959d !important;
  color: #ffffff;
}
.section.white {
  background: #fff;
}
.section.white .btn {
  background: #5364ae;
  color: #ffffff;
}
.section.white .btn:hover {
  background: #1e959d !important;
  color: #ffffff;
  cursor: pointer !important;
}
.section.white input {
  color: #000000;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.section.white ::placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.cover {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-image: url("../../images/M365ConfStill.jpg");
  background-size: cover;
  background-position: top center;
}
.cover video {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top center;
  -o-object-position: top center;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-width: 100%;
  height: 100%;
}
.cover .cover-banner {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(20px);
  color: #ffffff;
  padding: 20px 20px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 50% 50%;
}
.cover .cover-banner .M365cc-logo-cover {
  grid-column: 1/span 2;
  grid-row: 1;
}
.cover .cover-banner .event-dates {
  grid-column: 1/span 2;
  grid-row: 2;
}
.cover .cover-banner .event-location {
  grid-column: 1/span 2;
  grid-row: 3;
  font-size: 18px;
}
.cover .cover-banner .event-sponsor-1 {
  grid-column: 1;
  grid-row: 4;
}
.cover .cover-banner .event-sponsor-2 {
  grid-column: 2;
  grid-row: 4;
}
.cover .cover-banner .button-left {
  grid-column: 1;
  grid-row: 5;
  padding-left: 10px;
  padding-right: 10px;
}
.cover .cover-banner .button-left .btn {
  width: 100%;
}
.cover .cover-banner .button-right {
  grid-column: 2;
  grid-row: 5;
  padding-left: 10px;
  padding-right: 10px;
}
.cover .cover-banner .button-right .btn {
  width: 100%;
}
.cover .cover-banner p {
  font-size: 22px;
}
.cover .cover-banner .date-year {
  font-size: 26px;
}
.cover .cover-banner .hash-tag {
  font-size: 30px;
}
.cover .overlay-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.cover .overlay-wrapper .alert {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cover .overlay-wrapper .overlay {
  position: absolute;
  top: 40px;
  left: 15px;
  color: #fff;
  max-width: 450px;
}
.cover .overlay-wrapper .overlay .overlay-section {
  background: rgba(83, 100, 174, 0.9);
  padding: 10px 30px;
  width: 415px;
  margin-bottom: 2px;
}
.cover .overlay-wrapper .overlay .overlay-section .date {
  background: rgba(116, 39, 116, 0.9);
  color: #ffffff;
  display: table;
  float: left;
  margin-right: 20px;
  padding: 5px 5px;
  font-size: 20px;
  font-weight: 600;
  width: 75px;
  text-align: center;
}
.cover .overlay-wrapper .overlay .overlay-section .date .days {
  display: block;
  text-align: center;
  font-weight: 400;
  border-top: 1px solid #ffffff;
}
.cover .overlay-wrapper .overlay .overlay-section p.location {
  vertical-align: top;
  text-align: left;
}
.cover .overlay-wrapper .overlay .overlay-section p.conf-workshops {
  text-align: left;
}
.cover .overlay-wrapper .overlay .overlay-section img {
  vertical-align: top;
}
.cover .overlay-wrapper .overlay .overlay-section .year {
  font-size: 25px;
  font-weight: 400;
  float: right;
}
.cover .overlay-wrapper .overlay p {
  font-size: 20px;
  font-weight: 300;
}
.cover .btn-room {
  padding: 10px 20px;
  background: #742774;
  margin-left: 10px;
}
.cover .btn-room:hover {
  background: #1e959d;
}

.indicator-row h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 20px;
}
.indicator-row div.indicator {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.indicator-row div.indicator div.indicator-overlay {
  position: absolute;
  top: 0;
  bottom: 200px;
  left: 0;
  right: 0;
  background: #a938a9;
  color: #ffffff;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
  overflow: hidden;
}
.indicator-row div.indicator div.indicator-overlay a {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
.indicator-row div.indicator div.indicator-overlay a:hover {
  text-decoration: none;
  color: #ffffff;
}
.indicator-row div.indicator:hover div.indicator-overlay {
  bottom: 0;
}
.indicator-row p.indicator {
  font-size: 44px;
  line-height: 40px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
}

#jssor_1 {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 25px;
  overflow: hidden;
  visibility: hidden;
}

#jssor_1 #jssor-slide--container {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

#jssor_1 #jssor-slide--container div {
  font-size: 18px;
  line-height: 22px;
}

#jssor_1 #jssor-slide--container div strong {
  font-size: 24px;
  font-weight: 600;
}

.speaker--wrapper {
  margin-bottom: 10px;
}
.speaker--wrapper a {
  color: #333333;
}
.speaker--wrapper a p {
  margin-bottom: 0px;
}
.speaker--wrapper a img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
}
.speaker--wrapper a .speaker-name {
  font-size: 16px;
  font-weight: 600;
  color: #1e959d;
}
.speaker--wrapper a .speaker-title {
  font-size: 14px;
}
.speaker--wrapper a .speaker-title::after {
  content: "";
  margin-left: 0;
}
.speaker--wrapper a .speaker-company {
  font-size: 16px;
  font-weight: 600;
  color: #1e959d;
}
.speaker--wrapper a:hover {
  text-decoration: none;
  color: #333333;
}

.session--wrapper {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  display: table;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 20px;
  height: 100%;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
.session--wrapper .learn-more {
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.session--wrapper:hover {
  text-decoration: none;
  color: #333333;
  background: rgba(30, 149, 157, 0.3);
}
.session--wrapper:hover .header {
  color: #ffffff;
}
.session--wrapper:hover .speaker {
  color: rgba(255, 255, 255, 0.5);
}
.session--wrapper:hover .abstract {
  color: rgba(255, 255, 255, 0.5);
}
.session--wrapper:hover .track-wrapper .track {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
}
.session--wrapper:hover .track-wrapper .track:hover {
  border: 1px solid rgba(83, 100, 174, 0.8);
  color: #333333;
}
.session--wrapper:hover .track-wrapper .track:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.session--wrapper:hover .learn-more {
  color: rgba(255, 255, 255, 0.5);
}
.session--wrapper:hover .learn-more:hover {
  color: rgba(255, 255, 255, 0.8);
}
.session--wrapper .track-wrapper {
  margin-bottom: 0;
}
.session--wrapper .track-wrapper .track {
  font-size: 14px;
  border: 1px solid rgba(83, 100, 174, 0.4);
  color: rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
}
.session--wrapper:focus {
  text-decoration: none;
}
.session--wrapper .header {
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}
.session--wrapper .speaker {
  font-size: 16px;
  font-weight: 600;
}
.session--wrapper .abstract {
  font-size: 14px;
}
.session--wrapper .learn-more {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.session--wrapper .learn-more i.fa {
  font-weight: 600;
  margin-left: 5px;
}

.speaker-panel {
  margin-top: 20px;
  background: #1e959d;
  color: #ffffff;
  padding: 20px;
}
.speaker-panel h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.speaker-panel .speaker-listing--wrapper {
  display: table;
  width: 100%;
}
.speaker-panel a.profile-photo-wrapper {
  float: left;
}
.speaker-panel .profile-photo {
  width: 80px;
  margin-right: 10px;
}
.speaker-panel .speaker-short-name {
  font-weight: 600;
}
.speaker-panel .speaker-short-name a {
  color: #ffffff;
}
.speaker-panel .speaker-short-name a:hover {
  color: #ffffff;
}
.speaker-panel .speaker-short-title {
  color: rgba(255, 255, 255, 0.7);
}
.speaker-panel .speaker-short-company {
  color: rgba(255, 255, 255, 0.5);
}

.session-style h1 {
  font-weight: 300;
}
.session-style h1 strong {
  font-weight: 600;
}
.session-style h3 {
  font-weight: 300;
  font-size: 18px;
  margin-top: 0;
}
.session-style .speaker-company {
  font-weight: 600;
}
.session-style .session-abstract {
  margin-top: 20px;
}
.session-style .speaker-info-text .speaker--photo {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
}

.session-detail-panel {
  background: rgba(30, 149, 157, 0.9);
  color: #ffffff;
  margin-bottom: 40px;
  padding: 20px;
}
.session-detail-panel label {
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 700;
}
.session-detail-panel span {
  display: block;
  font-weight: 300;
  font-size: 20px;
}

div.track--wrapper {
  margin-bottom: 20px;
}
div.track--wrapper span.track {
  display: inline-block;
  font-size: 14px;
  border: 1px solid rgba(83, 100, 174, 0.4);
  color: rgba(51, 51, 51, 0.5);
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
  margin-left: 0;
  margin-top: 10px;
}
div.track--wrapper span.track:hover {
  cursor: pointer;
  color: #333333;
  background: rgba(83, 100, 174, 0.05);
}
div.track--wrapper span.track.selected {
  background: rgba(30, 149, 157, 0.7);
  color: #ffffff;
  border-color: #1e959d;
}

.img-earlybird {
  max-height: 150px;
}

.header-earlybird {
  margin: 20px 0;
  font-size: 18px;
}

.field-item label {
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
}
.field-item label input[type=checkbox] {
  margin-top: 8px;
  margin-bottom: 0;
}

.hotel {
  background-image: url("../../images/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hotel div.container {
  padding-bottom: 150px;
  padding-top: 150px;
}
.hotel .hotel-info {
  color: #fff;
  background: rgba(30, 149, 157, 0.64);
  padding: 30px;
  display: inline-block;
  min-width: 350px;
  width: 40%;
}
.hotel .hotel-info .btn {
  background: #742774;
  color: #ffffff;
}
.hotel .hotel-info .btn:hover {
  background: #a938a9;
}

.toggle-dropdown {
  border: 1px solid rgba(51, 51, 51, 0.3);
  font-size: 14px;
  border-radius: 3px;
  margin-left: 10px;
}
.toggle-dropdown:hover {
  background: rgba(51, 51, 51, 0.05);
}

.dropdown.show {
  display: inline-block !important;
}

.dropdown-menu {
  padding: 10px 20px;
  width: 300px;
  line-height: auto;
}
.dropdown-menu .track--wrapper {
  line-height: 18px;
}
.dropdown-menu .track--wrapper .track {
  line-height: 18px;
}
.dropdown-menu.big {
  width: 600px;
  left: -70px !important;
}
.dropdown-menu div.column {
  width: 260px;
  margin-right: 20px;
  float: left;
}
.dropdown-menu div.column:last-child {
  margin-right: 0;
}
.dropdown-menu label {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}
.dropdown-menu input {
  height: auto;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 18px;
}
.dropdown-menu select {
  height: auto;
  padding: 5px 5px;
  font-size: 14px;
  line-height: 18px;
}

.search-input {
  margin-top: 10px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333333;
}
.search-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

table {
  margin-top: 30px;
}

.thead-default {
  background-color: #1e959d;
  color: #ffffff;
}

.thead-default th {
  border-bottom: 2px solid #1e959d !important;
}

tr:nth-child(odd) {
  background: rgba(30, 149, 157, 0.1);
}

.registration-form .btn {
  border-radius: 0;
}
.registration-form input {
  color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.registration-form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.registration-form label {
  font-weight: 400;
}
.registration-form h4 {
  color: #1e959d;
  font-weight: 300;
  font-size: 1.2rem;
}
.registration-form .form-control {
  background: transparent;
  margin-top: 0;
}
.registration-form .form-control:focus {
  color: #fff;
}

footer {
  background: #221e1f;
}
footer h3 {
  font-size: 20px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
}
footer h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 3px;
}
footer ul li.animated {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer ul li.animated:hover {
  padding-left: 5px;
}
footer p {
  color: #ffffff;
}
footer p.copyright {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
footer p a {
  color: #5364ae;
  font-size: 12px;
  margin-bottom: 0;
}
footer p.social {
  height: 28px;
  line-height: 28px;
}
footer p.social a {
  font-size: 24px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}
footer p.social a:hover {
  color: #ffffff;
  fill: #ffffff;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 3px;
}
footer a:hover {
  text-decoration: none;
  color: #ffffff;
}
footer a:focus {
  text-decoration: none;
  color: #ffffff;
}

.virtual-link:hover {
  text-decoration: none;
}

.virtual-logo {
  color: #ffffff;
  margin-left: 5px;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.virtual-dates {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
}
.virtual-dates i {
  margin-right: 10px;
}

.text-upper {
  text-transform: uppercase;
  font-size: 24px;
}

.sponsorship-block {
  margin-bottom: 40px;
}

.sponsorship-info {
  font-size: medium;
  font-weight: bold;
  color: #ffffff;
}

.sponsor--wrapper {
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  background: #FEFEFE;
}
.sponsor--wrapper img {
  margin-bottom: 20px;
}
.sponsor--wrapper div.inside {
  margin-left: 20px;
}

.sponsor-section h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}

.modal-style {
  background: rgba(23, 23, 23, 0.5);
}
.modal-style .modal-content {
  border-radius: 0;
  border: 0 none;
  color: #ffffff;
  background: #5364ae;
}
.modal-style .btn-primary {
  background: #1e959d;
}

.badge-register {
  padding: 2px 10px;
  border: 1px solid #fff;
  background: rgba(30, 149, 157, 0.05);
}
.badge-register input[type=checkbox] {
  margin: 5px 0;
}
.badge-register label {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 4px;
  margin-left: 10px;
}

.news-cover {
  height: 400px;
  width: 100%;
  background: url("../../images/news-cover.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100px;
}
.news-cover .container {
  padding: 40px 0;
}
.news-cover .container h1 {
  font-size: 62px;
  font-weight: 600;
  color: #ffffff;
}
.news-cover .container hr {
  width: 250px;
  height: 4px;
  background: #1e959d;
}
.news-cover .container p {
  font-size: 20px;
  color: #ffffff;
}

.news-featured--cover {
  margin-top: -100px;
}
.news-featured--cover .news-featured--item {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.news-featured--cover .news-featured--item::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.news-featured--cover .news-featured--item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-featured--cover .news-featured--item div.title {
  color: #ffffff;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.news-featured--cover .news-featured--item div.tags {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
.news-featured--cover .news-featured--item div.tags .tag {
  color: #FFFFFF;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  padding: 3px 5px;
  border: 1px solid #5364ae;
  background: #5364ae;
}
.news-featured--cover .news-featured--item div.tags .tag.featured {
  border: 1px solid #1e959d;
  background: #1e959d;
}

.news-list {
  padding: 0;
}
.news-list .news-item {
  padding: 20px;
}
.news-list .news-item .news-container {
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 20px;
  color: #221e1f;
}
.news-list .news-item .news-container h3 {
  margin-top: 0;
  font-size: 28px;
}
.news-list .news-item .news-container a {
  color: #1e959d;
}

.viva-label {
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

ul.normal {
  font-size: 18px;
}

.hotel-list {
  list-style-type: none;
  padding: 0;
}
.hotel-list li {
  margin-bottom: 20px;
}
.hotel-list li .name {
  font-size: 22px;
  font-weight: 400;
}
.hotel-list li .address {
  font-size: 16px;
}
.hotel-list li .address::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}
.hotel-list li .phone {
  font-size: 16px;
}
.hotel-list li .phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}
.hotel-list li .distance {
  font-size: 16px;
}
.hotel-list li .distance::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f554";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}
.hotel-list li .website {
  font-size: 16px;
}
.hotel-list li .website::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  margin-right: 5px;
  display: inline-block;
  width: 20px;
}

.session-source {
  border: 1px solid #5364ae;
  border-radius: 4px;
  background: #5364ae;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 6px;
}

.keynote--slider h3 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 20px;
}
.keynote--slider img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  border: 4px solid #ffffff;
  vertical-align: top;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}
.keynote--slider .name {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.keynote--slider .role {
  font-size: 14px;
}

#jssor_2 {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 125px;
  overflow: hidden;
  visibility: hidden;
}
#jssor_2 #jssor-slide--container {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
#jssor_2 #jssor-slide--container div {
  font-size: 18px;
  line-height: 22px;
}
#jssor_2 #jssor-slide--container div strong {
  font-size: 24px;
  font-weight: 600;
}

.mppc-invitation a {
  color: #742774;
}
.mppc-invitation img.Charles {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
  border-radius: 80px;
  border: 4px solid #5364ae;
}
.mppc-invitation h5 {
  margin-top: 20px;
}

.mppc-logo {
  height: 60px;
}

@media (max-width: 576px) {
  .mppc-logo {
    display: block;
    margin: 0 auto;
  }
}
ul.normal li {
  font-size: 18px;
}

ul.no-spacing {
  list-style-position: inside;
  padding-left: 0;
}

ul.unmarked {
  list-style: none;
  padding-left: 0;
}

.accordion-item {
  margin-bottom: 20px;
  border-top: 1px solid rgba(34, 30, 31, 0.5);
  padding-top: 20px;
}
.accordion-item:last-child {
  border-bottom: 1px solid rgba(34, 30, 31, 0.5);
  padding-bottom: 20px;
}
.accordion-item strong {
  font-size: 20px;
}
.accordion-item span {
  color: #5364ae;
  font-size: 18px;
  margin-left: 20px;
}
.accordion-item span i {
  font-size: 14px;
}
.accordion-item span:hover {
  font-weight: 600;
}

.vjs-poster {
  background-size: cover !important;
}
.vjs-poster img {
  max-width: 100%;
  max-height: 100%;
}

.embed-responsive div.vjs-video-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cover-presents {
  font-size: 18px !important;
  vertical-align: -36px;
}

.M365cc-logo-cover {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

p.sponsor {
  font-size: 16px !important;
  margin-bottom: 8px;
}

.main-menu ul {
  margin-bottom: 0;
  line-height: 45px;
  list-style-type: none;
}
.main-menu ul li {
  font-size: 18px;
  margin-right: 15px;
}
.main-menu ul li a {
  color: #333333;
}
.main-menu ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #742774;
}
.main-menu .priority-nav__dropdown-toggle {
  border: none;
  background: transparent;
  font-size: 18px;
  text-transform: capitalize;
  color: #333333;
  margin-right: 20px;
}
.main-menu .priority-nav__dropdown-toggle:hover {
  text-decoration: underline;
  text-decoration-color: #742774;
}
.main-menu .priority-nav__dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: 600;
  margin-left: 5px;
  font-size: 14px;
}
.main-menu .priority-nav__dropdown {
  background: #f7f7f7;
  padding: 20px 32px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  position: absolute;
  left: 0;
  top: 25px;
}
.main-menu.is-empty {
  order: -1 !important;
  flex: none !important;
}
.main-menu.is-empty .menu--top-list {
  display: none;
}
.main-menu.is-empty .priority-nav__dropdown-toggle {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 28px;
  margin-right: 10px;
}
.main-menu.is-empty .priority-nav__dropdown-toggle:hover {
  text-decoration: none;
  color: #742774;
}
.main-menu.is-empty .priority-nav__dropdown-toggle::after {
  content: "";
}
.main-menu.is-empty .priority-nav__dropdown {
  position: fixed;
  background-color: #f7f7f7;
  top: 80px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  overflow-y: auto;
}
.main-menu.is-empty .priority-nav__dropdown li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.main-menu.is-empty .priority-nav__dropdown li a {
  display: block;
  width: 100%;
}

.header-bold {
  font-size: 148px;
  line-height: 100px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Kanit", serif;
  font-weight: 800;
  font-style: normal;
  color: #FFF;
}

.gradient-overlay {
  background: linear-gradient(90deg, #1f959e, #5364ae);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-overlay-wrapper {
  position: relative;
  padding: 0;
}

.image-slider {
  display: grid;
  grid-template-areas: "image";
  position: relative;
}
.image-slider .news-item {
  display: none;
  transition: opacity 0.5s linear;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: auto;
  grid-area: image;
  position: relative;
}
.image-slider .news-item h2 {
  margin-top: 0;
  cursor: pointer;
}
.image-slider .news-item img {
  width: 100%;
  cursor: pointer;
}
.image-slider .news-item.active {
  display: flex;
}
.image-slider .image-slider-bullets {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 8px;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  cursor: pointer;
}
.image-slider .image-slider-bullets .image-slider-bullet {
  width: 8px;
  height: 8px;
  border-radius: 24px;
  background-color: #ffffff;
  transition: width 0.5s linear;
}
.image-slider .image-slider-bullets .image-slider-bullet.active {
  width: 24px;
}

.featured-news {
  background: linear-gradient(180deg, #1f959e, #5364ae);
  padding: 20px;
}

.news-item h2 {
  color: #fff;
}

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

.page-header {
  padding-top: 0;
  padding-left: 0;
}
.page-header .gradient-left {
  background: linear-gradient(136deg, #1f959e, #742774);
  padding: 50px 60px;
}
.page-header .gradient-left img {
  border: 4px solid #ffffff;
}

@media (max-width: 768px) {
  .featured-speaker--container:nth-child(n+9) {
    display: none;
  }
}
@media (max-width: 576px) {
  .featured-speaker--container:nth-child(n+7) {
    display: none;
  }
}
.card--wrapper {
  background: #f7f7f7;
  padding-bottom: 20px;
  min-height: 100%;
}
.card--wrapper img {
  width: 100%;
}
.card--wrapper h3 {
  color: #5364ae;
  padding-left: 20px;
  padding-right: 20px;
}
.card--wrapper p {
  padding-left: 20px;
  padding-right: 20px;
}

#main-navigation.is-open {
  display: contents !important;
}

.minor-padding {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.img-frame {
  padding-left: 10px;
  padding-top: 10px;
  position: relative;
}
.img-frame.speaker {
  max-width: 210px;
}
.img-frame .img-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 10px;
  right: 10px;
  background: rgba(30, 149, 157, 0.73);
}
.img-frame img {
  width: 100%;
  position: relative;
}

.form-required {
  color: red;
  margin-left: 5px;
}

.form-check-input {
  padding: 0;
  margin-right: 0 !important;
}

.form-check-label {
  padding-top: 4px;
  padding-left: 5px;
}

.pricing-box {
  border: 1px solid #ffffff;
  padding: 20px;
  height: 100%;
  opacity: 0.8;
}
.pricing-box.active {
  background: rgba(30, 149, 157, 0.05);
  opacity: 1;
}
.pricing-box h3 {
  color: #ffffff !important;
  background: rgba(30, 149, 157, 0.1);
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 20px;
}
.pricing-box h4 {
  font-size: 20px;
  font-weight: 300;
}
.pricing-box .package {
  font-size: 16px;
}
.pricing-box .price {
  font-size: 22px;
  font-weight: 300;
}

.ticket {
  position: relative;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 20px;
}
.ticket img {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

.inline-block {
  display: inline-block;
}

.rect-auto, .c100.p100 .slice, .c100.p99 .slice, .c100.p98 .slice, .c100.p97 .slice, .c100.p96 .slice, .c100.p95 .slice, .c100.p94 .slice, .c100.p93 .slice, .c100.p92 .slice, .c100.p91 .slice, .c100.p90 .slice, .c100.p89 .slice, .c100.p88 .slice, .c100.p87 .slice, .c100.p86 .slice, .c100.p85 .slice, .c100.p84 .slice, .c100.p83 .slice, .c100.p82 .slice, .c100.p81 .slice, .c100.p80 .slice, .c100.p79 .slice, .c100.p78 .slice, .c100.p77 .slice, .c100.p76 .slice, .c100.p75 .slice, .c100.p74 .slice, .c100.p73 .slice, .c100.p72 .slice, .c100.p71 .slice, .c100.p70 .slice, .c100.p69 .slice, .c100.p68 .slice, .c100.p67 .slice, .c100.p66 .slice, .c100.p65 .slice, .c100.p64 .slice, .c100.p63 .slice, .c100.p62 .slice, .c100.p61 .slice, .c100.p60 .slice, .c100.p59 .slice, .c100.p58 .slice, .c100.p57 .slice, .c100.p56 .slice, .c100.p55 .slice, .c100.p54 .slice, .c100.p53 .slice, .c100.p52 .slice, .c100.p51 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100.p100 .fill, .c100.p99 .fill, .c100.p98 .fill, .c100.p97 .fill, .c100.p96 .fill, .c100.p95 .fill, .c100.p94 .fill, .c100.p93 .fill, .c100.p92 .fill, .c100.p91 .fill, .c100.p90 .fill, .c100.p89 .fill, .c100.p88 .fill, .c100.p87 .fill, .c100.p86 .fill, .c100.p85 .fill, .c100.p84 .fill, .c100.p83 .fill, .c100.p82 .fill, .c100.p81 .fill, .c100.p80 .fill, .c100.p79 .fill, .c100.p78 .fill, .c100.p77 .fill, .c100.p76 .fill, .c100.p75 .fill, .c100.p74 .fill, .c100.p73 .fill, .c100.p72 .fill, .c100.p71 .fill, .c100.p70 .fill, .c100.p69 .fill, .c100.p68 .fill, .c100.p67 .fill, .c100.p66 .fill, .c100.p65 .fill, .c100.p64 .fill, .c100.p63 .fill, .c100.p62 .fill, .c100.p61 .fill, .c100.p60 .fill, .c100.p59 .fill, .c100.p58 .fill, .c100.p57 .fill, .c100.p56 .fill, .c100.p55 .fill, .c100.p54 .fill, .c100.p53 .fill, .c100.p52 .fill, .c100.p51 .fill, .c100 .bar {
  position: absolute;
  border: 0.09em solid #000000;
  width: 0.82em;
  height: 0.82em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  rotate: 0deg;
}

.pie-fill, .c100.p100 .fill, .c100.p100 .bar:after, .c100.p99 .fill, .c100.p99 .bar:after, .c100.p98 .fill, .c100.p98 .bar:after, .c100.p97 .fill, .c100.p97 .bar:after, .c100.p96 .fill, .c100.p96 .bar:after, .c100.p95 .fill, .c100.p95 .bar:after, .c100.p94 .fill, .c100.p94 .bar:after, .c100.p93 .fill, .c100.p93 .bar:after, .c100.p92 .fill, .c100.p92 .bar:after, .c100.p91 .fill, .c100.p91 .bar:after, .c100.p90 .fill, .c100.p90 .bar:after, .c100.p89 .fill, .c100.p89 .bar:after, .c100.p88 .fill, .c100.p88 .bar:after, .c100.p87 .fill, .c100.p87 .bar:after, .c100.p86 .fill, .c100.p86 .bar:after, .c100.p85 .fill, .c100.p85 .bar:after, .c100.p84 .fill, .c100.p84 .bar:after, .c100.p83 .fill, .c100.p83 .bar:after, .c100.p82 .fill, .c100.p82 .bar:after, .c100.p81 .fill, .c100.p81 .bar:after, .c100.p80 .fill, .c100.p80 .bar:after, .c100.p79 .fill, .c100.p79 .bar:after, .c100.p78 .fill, .c100.p78 .bar:after, .c100.p77 .fill, .c100.p77 .bar:after, .c100.p76 .fill, .c100.p76 .bar:after, .c100.p75 .fill, .c100.p75 .bar:after, .c100.p74 .fill, .c100.p74 .bar:after, .c100.p73 .fill, .c100.p73 .bar:after, .c100.p72 .fill, .c100.p72 .bar:after, .c100.p71 .fill, .c100.p71 .bar:after, .c100.p70 .fill, .c100.p70 .bar:after, .c100.p69 .fill, .c100.p69 .bar:after, .c100.p68 .fill, .c100.p68 .bar:after, .c100.p67 .fill, .c100.p67 .bar:after, .c100.p66 .fill, .c100.p66 .bar:after, .c100.p65 .fill, .c100.p65 .bar:after, .c100.p64 .fill, .c100.p64 .bar:after, .c100.p63 .fill, .c100.p63 .bar:after, .c100.p62 .fill, .c100.p62 .bar:after, .c100.p61 .fill, .c100.p61 .bar:after, .c100.p60 .fill, .c100.p60 .bar:after, .c100.p59 .fill, .c100.p59 .bar:after, .c100.p58 .fill, .c100.p58 .bar:after, .c100.p57 .fill, .c100.p57 .bar:after, .c100.p56 .fill, .c100.p56 .bar:after, .c100.p55 .fill, .c100.p55 .bar:after, .c100.p54 .fill, .c100.p54 .bar:after, .c100.p53 .fill, .c100.p53 .bar:after, .c100.p52 .fill, .c100.p52 .bar:after, .c100.p51 .fill, .c100.p51 .bar:after {
  rotate: 180deg;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.c100-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.c100 *, .c100 *:before, .c100 *:after {
  box-sizing: content-box;
}
.c100 {
  position: relative;
  font-size: 160px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  background-color: #ffffff;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #ffffff;
  display: block;
  text-align: center;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.09em;
  left: 0.09em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #221e1f;
  width: 0.82em;
  height: 0.82em;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  rotate: 3.6deg;
}
.c100.p2 .bar {
  rotate: 7.2deg;
}
.c100.p3 .bar {
  rotate: 10.8deg;
}
.c100.p4 .bar {
  rotate: 14.4deg;
}
.c100.p5 .bar {
  rotate: 18deg;
}
.c100.p6 .bar {
  rotate: 21.6deg;
}
.c100.p7 .bar {
  rotate: 25.2deg;
}
.c100.p8 .bar {
  rotate: 28.8deg;
}
.c100.p9 .bar {
  rotate: 32.4deg;
}
.c100.p10 .bar {
  rotate: 36deg;
}
.c100.p11 .bar {
  rotate: 39.6deg;
}
.c100.p12 .bar {
  rotate: 43.2deg;
}
.c100.p13 .bar {
  rotate: 46.8deg;
}
.c100.p14 .bar {
  rotate: 50.4deg;
}
.c100.p15 .bar {
  rotate: 54deg;
}
.c100.p16 .bar {
  rotate: 57.6deg;
}
.c100.p17 .bar {
  rotate: 61.2deg;
}
.c100.p18 .bar {
  rotate: 64.8deg;
}
.c100.p19 .bar {
  rotate: 68.4deg;
}
.c100.p20 .bar {
  rotate: 72deg;
}
.c100.p21 .bar {
  rotate: 75.6deg;
}
.c100.p22 .bar {
  rotate: 79.2deg;
}
.c100.p23 .bar {
  rotate: 82.8deg;
}
.c100.p24 .bar {
  rotate: 86.4deg;
}
.c100.p25 .bar {
  rotate: 90deg;
}
.c100.p26 .bar {
  rotate: 93.6deg;
}
.c100.p27 .bar {
  rotate: 97.2deg;
}
.c100.p28 .bar {
  rotate: 100.8deg;
}
.c100.p29 .bar {
  rotate: 104.4deg;
}
.c100.p30 .bar {
  rotate: 108deg;
}
.c100.p31 .bar {
  rotate: 111.6deg;
}
.c100.p32 .bar {
  rotate: 115.2deg;
}
.c100.p33 .bar {
  rotate: 118.8deg;
}
.c100.p34 .bar {
  rotate: 122.4deg;
}
.c100.p35 .bar {
  rotate: 126deg;
}
.c100.p36 .bar {
  rotate: 129.6deg;
}
.c100.p37 .bar {
  rotate: 133.2deg;
}
.c100.p38 .bar {
  rotate: 136.8deg;
}
.c100.p39 .bar {
  rotate: 140.4deg;
}
.c100.p40 .bar {
  rotate: 144deg;
}
.c100.p41 .bar {
  rotate: 147.6deg;
}
.c100.p42 .bar {
  rotate: 151.2deg;
}
.c100.p43 .bar {
  rotate: 154.8deg;
}
.c100.p44 .bar {
  rotate: 158.4deg;
}
.c100.p45 .bar {
  rotate: 162deg;
}
.c100.p46 .bar {
  rotate: 165.6deg;
}
.c100.p47 .bar {
  rotate: 169.2deg;
}
.c100.p48 .bar {
  rotate: 172.8deg;
}
.c100.p49 .bar {
  rotate: 176.4deg;
}
.c100.p50 .bar {
  rotate: 180deg;
}
.c100.p51 .bar {
  rotate: 183.6deg;
}
.c100.p52 .bar {
  rotate: 187.2deg;
}
.c100.p53 .bar {
  rotate: 190.8deg;
}
.c100.p54 .bar {
  rotate: 194.4deg;
}
.c100.p55 .bar {
  rotate: 198deg;
}
.c100.p56 .bar {
  rotate: 201.6deg;
}
.c100.p57 .bar {
  rotate: 205.2deg;
}
.c100.p58 .bar {
  rotate: 208.8deg;
}
.c100.p59 .bar {
  rotate: 212.4deg;
}
.c100.p60 .bar {
  rotate: 216deg;
}
.c100.p61 .bar {
  rotate: 219.6deg;
}
.c100.p62 .bar {
  rotate: 223.2deg;
}
.c100.p63 .bar {
  rotate: 226.8deg;
}
.c100.p64 .bar {
  rotate: 230.4deg;
}
.c100.p65 .bar {
  rotate: 234deg;
}
.c100.p66 .bar {
  rotate: 237.6deg;
}
.c100.p67 .bar {
  rotate: 241.2deg;
}
.c100.p68 .bar {
  rotate: 244.8deg;
}
.c100.p69 .bar {
  rotate: 248.4deg;
}
.c100.p70 .bar {
  rotate: 252deg;
}
.c100.p71 .bar {
  rotate: 255.6deg;
}
.c100.p72 .bar {
  rotate: 259.2deg;
}
.c100.p73 .bar {
  rotate: 262.8deg;
}
.c100.p74 .bar {
  rotate: 266.4deg;
}
.c100.p75 .bar {
  rotate: 270deg;
}
.c100.p76 .bar {
  rotate: 273.6deg;
}
.c100.p77 .bar {
  rotate: 277.2deg;
}
.c100.p78 .bar {
  rotate: 280.8deg;
}
.c100.p79 .bar {
  rotate: 284.4deg;
}
.c100.p80 .bar {
  rotate: 288deg;
}
.c100.p81 .bar {
  rotate: 291.6deg;
}
.c100.p82 .bar {
  rotate: 295.2deg;
}
.c100.p83 .bar {
  rotate: 298.8deg;
}
.c100.p84 .bar {
  rotate: 302.4deg;
}
.c100.p85 .bar {
  rotate: 306deg;
}
.c100.p86 .bar {
  rotate: 309.6deg;
}
.c100.p87 .bar {
  rotate: 313.2deg;
}
.c100.p88 .bar {
  rotate: 316.8deg;
}
.c100.p89 .bar {
  rotate: 320.4deg;
}
.c100.p90 .bar {
  rotate: 324deg;
}
.c100.p91 .bar {
  rotate: 327.6deg;
}
.c100.p92 .bar {
  rotate: 331.2deg;
}
.c100.p93 .bar {
  rotate: 334.8deg;
}
.c100.p94 .bar {
  rotate: 338.4deg;
}
.c100.p95 .bar {
  rotate: 342deg;
}
.c100.p96 .bar {
  rotate: 345.6deg;
}
.c100.p97 .bar {
  rotate: 349.2deg;
}
.c100.p98 .bar {
  rotate: 352.8deg;
}
.c100.p99 .bar {
  rotate: 356.4deg;
}
.c100.p100 .bar {
  rotate: 360deg;
}
.c100.blue .bar, .c100.blue .fill {
  border-color: #1e959d !important;
}
.c100.blue:hover > span {
  color: #ffffff;
}