:root {
  color-scheme: light dark;
}

/* SCSS HEX */
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #8000b2;
  text-decoration: none;
}
a:visited {
  color: #490065;
}
a:hover {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #cfcfcf;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1280px - (30px * 2));
  max-width: calc(1280px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 830px) {
  .wrapper {
    max-width: -webkit-calc(1280px - (30px));
    max-width: calc(1280px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.speaker-container:after, .footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #cfcfcf;
  min-height: 56px;
  z-index: 99999;
  position: relative;
}

.archive-banner {
  font-weight: 600;
  display: flex;
  flex-direction: column;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.site-title, .site-title:visited {
  color: #424242;
}

.site-nav {
  float: right;
  line-height: 56px;
}
.site-nav .menu-icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 60px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 6px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: #424242;
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 830px) {
  * {
    box-sizing: border-box;
  }
  .dropdown__title {
    background-color: transparent;
    border: none;
    font-family: inherit;
  }
  nav {
    background-color: #fdfdfd;
    padding: 0 1rem;
    position: sticky;
    top: 0;
    display: grid;
    place-items: end;
  }
  nav > ul {
    grid-auto-flow: column;
  }
  nav > ul > li {
    margin: 0 0.5rem;
  }
  nav > ul > li a,
  nav > ul > li .dropdown__title {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #8000b2;
    font-size: 1.125rem;
  }
  nav > ul > li a:focus,
  nav > ul > li .dropdown__title:focus {
    outline: none;
  }
  nav > ul > li a:visited,
  nav > ul > li .dropdown__title:visited {
    color: #8000b2;
  }
  nav > ul > li > a,
  nav > ul > li .dropdown__title {
    padding: 1rem 0.5rem;
    border-top: 3px solid transparent;
    transition: 150ms all 75ms ease-out;
  }
}
@media screen and (min-width: 830px) and (prefers-reduced-motion: reduce) {
  nav > ul > li > a,
  nav > ul > li .dropdown__title {
    transition: none;
  }
}
@media screen and (min-width: 830px) {
  nav > ul > li > a:hover, nav > ul > li > a:focus,
  nav > ul > li .dropdown__title:hover,
  nav > ul > li .dropdown__title:focus {
    border-top-color: #490065;
    color: #490065;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
  }
  nav ul li {
    padding: 0;
  }
  nav ul .single-menu-item {
    line-height: normal;
  }
  .dropdown {
    position: relative;
  }
  .dropdown .dropdown__title {
    display: inline-flex;
    align-items: center;
  }
  .dropdown .dropdown__title:after {
    content: "";
    border: 0.35rem solid transparent;
    border-top-color: #8000b2;
    margin-left: 0.25em;
    transform: translateY(0.15em);
  }
  .dropdown .dropdown__title:hover:after, .dropdown .dropdown__title:focus:after {
    content: "";
    border: 0.35rem solid transparent;
    border-top-color: #490065;
    margin-left: 0.25em;
    transform: translateY(0.15em);
  }
  .dropdown .dropdown__menu {
    position: absolute;
    min-width: 20ch;
    left: 50%;
    top: calc(100% - 0.25rem);
    transition: 150ms all 75ms ease-out;
    transform: rotateX(-90deg) translateX(-50%);
    transform-origin: top center;
    visibility: hidden;
    opacity: 0.3;
    padding: 0.25em 0;
    background-color: #fdfdfd;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 830px) and (prefers-reduced-motion: reduce) {
  .dropdown .dropdown__menu {
    transition: none;
  }
}
@media screen and (min-width: 830px) {
  .dropdown .dropdown__menu a {
    color: #8000b2;
    display: block;
    padding: 0.5em;
    opacity: 0;
    transition: 150ms all 75ms ease-out;
  }
}
@media screen and (min-width: 830px) and (prefers-reduced-motion: reduce) {
  .dropdown .dropdown__menu a {
    transition: none;
  }
}
@media screen and (min-width: 830px) {
  .dropdown .dropdown__menu a:hover {
    background-color: #f8e6ff;
    color: #490065;
  }
  .dropdown .dropdown__menu a:focus {
    outline: none;
    background-color: #f8e6ff;
    color: #490065;
  }
  .dropdown:after {
    content: "";
    border: 0.5rem solid transparent;
    border-bottom-color: #490065;
    position: absolute;
    top: calc(100% - 1.25rem);
    left: 50%;
    transform: translateX(-50%);
    transition: 150ms all 75ms ease-out;
    opacity: 0;
    will-change: opacity;
  }
}
@media screen and (min-width: 830px) and (prefers-reduced-motion: reduce) {
  .dropdown:after {
    transition: none;
  }
}
@media screen and (min-width: 830px) {
  .dropdown:hover .dropdown__title, .dropdown:focus-within .dropdown__title {
    border-top-color: #490065;
  }
  .dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu {
    opacity: 1;
    transform: rotateX(0) translateX(-50%);
    visibility: visible;
  }
  .dropdown:hover .dropdown__menu a, .dropdown:focus-within .dropdown__menu a {
    opacity: 1;
  }
  .dropdown:hover:after, .dropdown:focus-within:after {
    opacity: 1;
  }
}
@media screen and (max-width: 830px) {
  .site-nav {
    position: absolute;
    top: 60px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: none;
  }
  .site-nav .menu-icon + label {
    display: block;
    float: right;
    margin: 0 -19px;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 6px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("/images/icon-menu.svg");
    background-size: 18px 15px;
    transition: background-image 1s ease-in-out;
  }
}
@media screen and (max-width: 830px) and (prefers-reduced-motion: reduce) {
  .site-nav .menu-icon + label {
    transition: none;
  }
}
@media screen and (max-width: 830px) {
  .site-nav .menu-icon:checked + label {
    background-image: url("/images/icon-close.svg");
    transition: background-image 1s ease-in-out;
  }
}
@media screen and (max-width: 830px) and (prefers-reduced-motion: reduce) {
  .site-nav .menu-icon:checked + label {
    transition: none;
  }
}
@media screen and (max-width: 830px) {
  .site-nav .menu-icon + label > svg path {
    fill: #424242;
  }
  .site-nav .menu-icon ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav .menu-icon:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  * {
    box-sizing: border-box;
  }
  .dropdown__title {
    background-color: transparent;
    border: none;
    font-family: inherit;
  }
  nav {
    background-color: #fdfdfd;
    padding: 0 1rem;
    position: sticky;
    top: 0;
    display: grid;
    place-items: end;
  }
  nav > ul {
    grid-auto-flow: row;
  }
  nav > ul > li {
    margin: 0.5rem 0;
  }
  nav > ul > li a,
  nav > ul > li .dropdown__title {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #8000b2;
    font-size: 1.125rem;
  }
  nav > ul > li a:focus,
  nav > ul > li .dropdown__title:focus {
    outline: none;
  }
  nav > ul > li a:visited,
  nav > ul > li .dropdown__title:visited {
    color: #8000b2;
  }
  nav > ul > li > a,
  nav > ul > li .dropdown__title {
    padding: 0.5rem 1rem;
    border-right: 3px solid transparent;
    transition: 150ms all 75ms ease-out;
  }
}
@media screen and (max-width: 830px) and (prefers-reduced-motion: reduce) {
  nav > ul > li > a,
  nav > ul > li .dropdown__title {
    transition: none;
  }
}
@media screen and (max-width: 830px) {
  nav > ul > li > a:hover, nav > ul > li > a:focus,
  nav > ul > li .dropdown__title:hover,
  nav > ul > li .dropdown__title:focus {
    border-right-color: #490065;
    color: #490065;
  }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
  }
  nav ul li {
    padding: 0;
  }
  nav ul .single-menu-item {
    margin-right: -1rem;
    line-height: normal;
  }
  .dropdown {
    position: relative;
    margin-right: -1rem;
  }
  .dropdown .dropdown__title {
    display: inline-flex;
    align-items: center;
  }
  .dropdown .dropdown__title:after {
    content: "";
    border: 0.35rem solid transparent;
    border-top-color: #8000b2;
    margin-left: 0.25em;
    transform: translateY(0.15em);
  }
  .dropdown .dropdown__title:hover:after, .dropdown .dropdown__title:focus:after {
    content: "";
    border: 0.35rem solid transparent;
    border-top-color: #490065;
    margin-left: 0.25em;
    transform: translateY(0.15em);
  }
  .dropdown .dropdown__menu {
    position: absolute;
    min-width: 20ch;
    right: calc(100% + 1rem);
    top: calc(-0.5em - 4px);
    transition: 150ms all 75ms ease-out;
    transform: rotateY(-90deg) translateY(0%);
    transform-origin: center right;
    visibility: hidden;
    opacity: 0.3;
    padding: 0.25em 0;
    background-color: #fdfdfd;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 830px) and (prefers-reduced-motion: reduce) {
  .dropdown .dropdown__menu {
    transition: none;
  }
}
@media screen and (max-width: 830px) {
  .dropdown .dropdown__menu a {
    color: #8000b2;
    display: block;
    padding: 0.5em;
    opacity: 0;
    transition: 150ms all 75ms ease-out;
  }
}
@media screen and (max-width: 830px) and (prefers-reduced-motion: reduce) {
  .dropdown .dropdown__menu a {
    transition: none;
  }
}
@media screen and (max-width: 830px) {
  .dropdown .dropdown__menu a:hover {
    background-color: #f8e6ff;
    color: #490065;
  }
  .dropdown .dropdown__menu a:focus {
    outline: none;
    background-color: #f8e6ff;
    color: #490065;
  }
  .dropdown:after {
    content: "";
    border: 0.5rem solid transparent;
    border-bottom-color: #490065;
    position: absolute;
    top: calc(50% - 0.5rem);
    left: -1rem;
    transform: rotate(90deg);
    transition: 150ms all 75ms ease-out;
    opacity: 0;
    will-change: opacity;
  }
}
@media screen and (max-width: 830px) and (prefers-reduced-motion: reduce) {
  .dropdown:after {
    transition: none;
  }
}
@media screen and (max-width: 830px) {
  .dropdown:hover .dropdown__title, .dropdown:focus-within .dropdown__title {
    border-top-color: #490065;
  }
  .dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu {
    opacity: 1;
    transform: rotateY(0) translateY(0);
    visibility: visible;
  }
  .dropdown:hover .dropdown__menu a, .dropdown:focus-within .dropdown__menu a {
    opacity: 1;
  }
  .dropdown:hover:after, .dropdown:focus-within:after {
    opacity: 1;
  }
}
@media screen and (max-width: 400px) {
  .site-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .site-title {
    font-size: 18px;
  }
}
/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #cfcfcf;
  padding: 30px 0;
  margin: auto;
}
.site-footer .wrapper {
  text-align: center;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
}
.contact-list li,
.social-media-list li {
  display: inline;
}
.contact-list li + li::before,
.social-media-list li + li::before {
  content: "|";
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
  border: solid;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 830px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 830px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 830px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 830px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 830px) {
  .post-content h4 {
    font-size: 18px;
  }
}

h2 {
  background-color: #f8e6ff;
}

a.img:hover {
  text-decoration: none;
}

.site-header .logo {
  position: relative;
  top: -0.4em;
  display: inline-block;
  width: 2em;
  height: 2em;
}

.banner {
  background-color: #f8e6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom: 2rem;
  border: solid #6e0098 5px;
  border-style: groove;
}
.banner img {
  vertical-align: middle;
  max-width: 100%;
  min-width: 50px;
  height: auto;
}
.banner .logo {
  flex-basis: 20%;
  flex-shrink: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 600px) {
  .banner .logo {
    display: none;
  }
}
@media screen and (max-width: 830px) {
  .banner .logo {
    flex-basis: 15%;
    margin-right: 0.5rem;
  }
}
.banner .text {
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}
.banner .text p {
  margin: 0;
  line-height: 1.3;
}
.banner .text .title {
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.banner .text .date {
  font-size: clamp(1.2rem, 3.5vw, 2.25rem);
  margin-bottom: 0.3rem;
}
.banner .text .location {
  font-size: clamp(1rem, 3vw, 2.25rem);
  margin-bottom: 0.5rem;
}
.banner .text .information {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
}
.banner .text .information strong {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .banner {
    padding: 0.75rem;
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
  .banner .text .title {
    margin-bottom: 0.3rem;
  }
  .banner .text .date,
  .banner .text .location {
    margin-bottom: 0.2rem;
  }
  .banner .text .information {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 830px) {
  .banner {
    padding: 0.875rem;
  }
  .banner .text .title {
    margin-bottom: 0.4rem;
  }
}

.site-header {
  position: sticky;
  top: 0px;
  background-color: #fdfdfd;
}

nav.site-nav .active {
  color: #37004c;
  cursor: default;
}

.schedule {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2em;
}
.schedule tr {
  border: solid 1px;
}
.schedule tr.long {
  height: 4em;
}
.schedule .time {
  width: 8em;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 3em;
  padding-right: 3em;
}
.schedule .break {
  background-color: #e398ff;
}

.speaker-container .speaker-image {
  float: right;
  width: 200px;
  margin-left: 8px;
  margin-bottom: 8px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
}
.gallery .image-container {
  box-sizing: border-box;
}
.gallery .image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ddd;
}

@media screen and (min-width: 830px) {
  .gallery .image-container {
    flex: 1 1 calc(33.333% - 20px);
  }
}
@media screen and (max-width: 830px) {
  .gallery .image-container {
    flex: 1 1 calc(100% - 10px);
  }
}
/* Cards */
.container {
  margin: 16px auto;
  width: 100%;
  border: none;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.pricing-table {
  display: flex;
  flex-direction: column;
}

.pricing-table * {
  text-align: center;
}

.pricing-plan {
  border-radius: 4px;
  border: 1px solid #6e0098;
  padding: 0 25px 25px 25px;
  margin: 0 0 25px 0;
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
}

.pricing-plan:last-child {
  border-bottom: none;
  margin: 0;
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 150px;
}

.pricing-header {
  font-weight: 600;
  letter-spacing: 1px;
  background: none;
  font-size: 2em;
  margin-bottom: 0;
}

.pricing-features {
  color: #6e0098;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
  list-style-type: none;
}

.pricing-features-item {
  border-top: 1px solid #eef;
  line-height: 1.5;
  padding: 15px 0;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #eef;
}

.pricing-price {
  color: #6e0098;
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.pricing-button {
  border: 1px solid #6e0098;
  border-radius: 10px;
  color: #6e0098;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

td > .pricing-button {
  margin: 0;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #f8e6ff;
}

.pricing-button.is-featured {
  background-color: #6e0098;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #a500e5;
}

@media (min-width: 750px) {
  .container {
    margin: 16px auto;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #6e0098;
  }
  .pricing-table {
    flex-direction: row;
  }
  .pricing-plan {
    border: none;
    border-bottom: none;
    border-radius: 0;
    border-right: 1px solid #eef;
    flex-basis: 100%;
    padding: 0 25px 50px 25px;
    margin: 0;
    box-shadow: none;
  }
  .pricing-plan:last-child {
    border-right: none;
  }
  .pricing-img {
    margin-bottom: 25px;
    max-width: 100%;
  }
}
/* Table in general */
table.sponsoring {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-radius: 4px;
  border: 1px solid #6e0098;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  /* Table description */
  /* Tablehead */
  /* Tablebody */
  /* Tablefooter */
}
table.sponsoring caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}
table.sponsoring th, table.sponsoring td {
  font-family: inherit;
  font-size: 0.875em;
  line-height: 1.45;
  color: #444;
  vertical-align: middle;
  padding: 1em;
}
table.sponsoring th {
  font-weight: 600;
}
table.sponsoring colgroup:nth-child(1) {
  max-width: 34%;
  border: 1px solid #ccc;
}
table.sponsoring colgroup:nth-child(2) {
  width: 16.5%;
  border: 1px solid #ccc;
}
table.sponsoring colgroup:nth-child(3) {
  width: 16.5%;
  border: 1px solid #ccc;
}
table.sponsoring colgroup:nth-child(4) {
  width: 16.5%;
  border: 1px solid #ccc;
}
table.sponsoring colgroup:nth-child(5) {
  width: 16.5%;
  border: 1px solid #ccc;
}
table.sponsoring #featureTableDescription {
  display: none;
}
table.sponsoring thead th {
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 3em 0 2em;
  font-weight: 400;
  color: #000000;
}
table.sponsoring thead th.bronze {
  background: -moz-linear-gradient(top, #ffffff 0%, #cd7f32 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #cd7f32 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #cd7f32 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cd7f32 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cd7f32 100%);
}
table.sponsoring thead th.silver {
  background: -moz-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #c0c0c0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #c0c0c0 100%);
}
table.sponsoring thead th.gold {
  background: -moz-linear-gradient(top, #ffffff 0%, #d4af37 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #d4af37 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #d4af37 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #d4af37 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d4af37 100%);
}
table.sponsoring thead th.platinum {
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e4e2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e4e2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e5e4e2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e4e2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e4e2 100%);
}
table.sponsoring thead th h2 {
  font-weight: 600;
  font-size: 2.8em;
  line-height: 1.2;
  color: #000000;
  background-color: transparent;
}
table.sponsoring thead th h2 + p {
  font-size: 1.25em;
  line-height: 1.4;
}
table.sponsoring thead th p.promo {
  font-size: 1em;
  color: #fff;
  position: absolute;
  top: 9em;
  left: -7px;
  z-index: 1000;
  width: calc(100% + 14px);
  margin: 0;
  padding: 0.625em 7px 0.75em;
  background: #8000b2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #490065;
}
table.sponsoring thead th p.promo:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 0;
  border-color: transparent #490065 transparent transparent;
  bottom: -7px;
  left: 0;
}
table.sponsoring thead th p.promo:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 0;
  border-color: #490065 transparent transparent transparent;
  bottom: -7px;
  right: 0;
}
table.sponsoring thead th:nth-child(1) {
  background: transparent;
}
table.sponsoring tbody th {
  background: #fff;
  border-left: 1px solid #ccc;
}
table.sponsoring tbody th span {
  font-weight: normal;
  font-size: 87.5%;
  color: #999;
  display: block;
}
table.sponsoring tbody td {
  background: #fff;
  text-align: center;
}
table.sponsoring tbody td svg {
  display: block;
  margin: auto;
  height: 24px;
}
table.sponsoring tbody td.yes svg path {
  fill: green;
}
table.sponsoring tbody td.no path {
  fill: red;
}
table.sponsoring tbody tr:nth-child(even) th, table.sponsoring tbody tr:nth-child(even) td {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 1px;
}
table.sponsoring tbody tr:last-child td {
  border-bottom: 0 none;
}
table.sponsoring tfoot th {
  padding: 2em 1em;
  border-top: 1px solid #ccc;
}
table.sponsoring tfoot td {
  text-align: center;
  padding: 2em 1em;
  border-top: 1px solid #ccc;
}

.sponsor {
  display: flex;
  flex-direction: column;
  padding: 0.75em 0.5em 0.5em 0.5em;
  margin-bottom: 1em;
}
.sponsor > img {
  margin: 0 auto 1.5em auto;
}
.sponsor.platinum {
  box-shadow: #e5e4e2 0 4px 8px -2px, #c1beba 0px 0px 0px 2px;
}
.sponsor.platinum > img {
  width: 20em;
}
.sponsor.gold {
  box-shadow: #d4af37 0 4px 8px -2px, #9d8022 0px 0px 0px 2px;
}
.sponsor.gold > img {
  width: 18em;
}
.sponsor.silver {
  box-shadow: #c0c0c0 0 4px 8px -2px, #9a9a9a 0px 0px 0px 2px;
}
.sponsor.silver > img {
  width: 16em;
}
.sponsor.bronze {
  box-shadow: #cd7f32 0 4px 8px -2px, #905923 0px 0px 0px 2px;
}
.sponsor.bronze > img {
  width: 14em;
}
.sponsor.community {
  box-shadow: #6e0098 0 4px 8px -2px, #37004c 0px 0px 0px 2px;
}
.sponsor.community > img {
  width: 14em;
}

ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.75rem;
}
ul.cloud li {
  padding: 0.5rem;
}
ul.cloud .community {
  --size: 2;
}
ul.cloud .community img {
  height: 2rem;
  margin: 1rem;
}
ul.cloud .bronze {
  --size: 2;
}
ul.cloud .bronze img {
  height: 2rem;
  margin: 1rem;
}
ul.cloud .silver {
  --size: 4;
}
ul.cloud .silver img {
  height: 4rem;
  margin: 1rem;
}
ul.cloud .gold {
  --size: 6;
}
ul.cloud .gold img {
  height: 6rem;
  margin: 1rem;
}
ul.cloud .platinum {
  --size: 8;
}
ul.cloud .platinum img {
  height: 8rem;
  margin: 1rem;
}

@media screen and (max-width: 750px) {
  table .pricing-button {
    border: none;
    display: inline-block;
    padding: 4px;
  }
  table .pricing-button.is-featured {
    background-color: #fff;
  }
  table .pricing-button.is-featured:active, table .pricing-button.is-featured:hover {
    background-color: #f8e6ff;
  }
  table .pricing-button .button-text {
    display: none;
  }
  table .pricing-button .button-logo {
    display: inline-block;
  }
  table .pricing-button .button-logo svg {
    height: 2em;
  }
  table thead th {
    padding: 1em 0 2em;
  }
  table thead th h2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.4;
    margin: 0 auto;
  }
  table thead th h2 + p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 1.2em;
    line-height: 1.1;
    display: none;
  }
  table thead th p.promo {
    font-size: 1em;
    top: 7.5em;
    padding: 0.325em 7px 0.45em;
  }
}
@media screen and (min-width: 751px) {
  table .pricing-button .button-text {
    display: inline-block;
  }
  table .pricing-button .button-logo {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */