/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }
.site-name {
  text-decoration: none; }

.container, .subscribe--wrapper, .footer--wrapper {
  max-width: 900px;
  margin: auto;
  padding: 0 20px; }

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.nav {
  grid-column: 2 / span 5; }
  .nav ul {
    margin: 0 -0.3rem;
    padding: 0;
    list-style: none; }

footer .nav {
  grid-column: 1 / span 5; }

.nav--break {
  margin-right: 2.4rem; }

.nav--row {
  display: inline; }

.nav--social {
  float: right; }

.nav--secondary {
  display: inherit; }

.nav--link {
  display: inline-block;
  font-size: smaller;
  text-transform: uppercase; }
  .nav--link a {
    display: inline-block;
    padding: 3px 7px;
    color: #6efbfd;
    text-decoration: none;
    border: 2px solid transparent;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .nav--link a:hover {
      color: rgba(255, 255, 255, 0.95);
      border-bottom-color: rgba(255, 255, 255, 0.35); }
  .nav--link_selected a:link,
  .nav--link_selected a:hover,
  .nav--link_selected a:visited,
  .nav--link_selected a:active {
    color: white;
    border-color: white;
    cursor: default; }

.subscribe--wrapper {
  padding-top: 2em !important;
  padding-bottom: 2em !important; }
  @media (max-width: 776px) {
    .subscribe--wrapper {
      display: block !important; } }

.subscribe--header {
  margin-top: 0;
  font-size: 1.25em;
  font-weight: normal; }
  @media (min-width: 776px) {
    .subscribe--header {
      grid-column: 2 / span 5; } }

.subscribe--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 776px) {
    .subscribe--form {
      grid-column: 2 / span 4;
      grid-row: 2; } }
  .subscribe--form:focus-within button {
    background-color: white; }
  .subscribe--form:focus-within input {
    border-color: white; }

.subscribe--input, .subscribe--button {
  font-family: "Finlandica", sans-serif; }

.subscribe--input {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding: 0.6rem 0.9rem;
  color: white;
  border-top-left-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem;
  border: 2px solid transparent;
  border-right-width: 0;
  background-color: rgba(255, 255, 255, 0.25);
  outline: none;
  -webkit-transition: border .25s;
  transition: border .25s; }
  .subscribe--input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .subscribe--input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .subscribe--input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .subscribe--input::placeholder {
    color: rgba(255, 255, 255, 0.5); }

.subscribe--button {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  padding: 0.6rem 0.9rem;
  font-weight: bold;
  color: #1863bd;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  border-top-right-radius: 1.8rem;
  border-bottom-right-radius: 1.8rem;
  -webkit-transition: background .25s;
  transition: background .25s; }

.subscribe--button:hover {
  cursor: pointer; }

.sponsors {
  margin-top: 2em;
  margin-bottom: 2em; }
  .sponsors--heading {
    margin: 0 0 1em 0;
    grid-column: 2 / span 5;
    font-size: 2em; }
    @media (max-width: 776px) {
      .sponsors--heading {
        margin-top: 1em;
        grid-column: 1 / span 6; } }
  .sponsors--list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column: 1 / span 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    @media (max-width: 776px) {
      .sponsors--list {
        grid-column: 1 / span 6; } }
  .sponsors--item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0.5rem; }
  .sponsors--logo {
    max-width: 100%;
    height: 180px; }
  .sponsors-contacts .session--speaker-header {
    visibility: hidden; }
  .sponsors_gold .sponsors--heading {
    color: #e79a00; }
  .sponsors_gold .sponsors--logo {
    max-height: 150px;
    max-width: 300px;
    width: auto; }
  .sponsors_silver .sponsors--heading {
    color: #8f8f8f; }
  .sponsors_silver .sponsors--logo {
    max-height: 100px;
    max-width: 250px;
    width: auto; }
  .sponsors_bronze .sponsors--heading {
    color: #942e00; }
  .sponsors_bronze .sponsors--logo {
    max-height: 60px;
    width: auto; }
  .sponsors_bronze .session--speaker-background::before {
    width: 150px;
    margin-left: -30px; }
  .sponsors_partners .sponsors--list {
    grid-column: 1 / span 6; }
  .sponsors_partners .sponsors--logo {
    max-height: 50px;
    width: auto; }
  .sponsors_partners .session--speaker-background::before {
    width: 120px;
    margin-left: -30px; }

.footer {
  font-size: small;
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: #2a7cce; }
  .footer--wrapper {
    grid-template-rows: 1fr 2fr;
    padding-top: 1em !important;
    padding-bottom: 1em !important; }
    @media (max-width: 776px) {
      .footer--wrapper {
        display: block !important; } }
  .footer--bottomLinks {
    grid-column: 1 / span 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 776px) {
      .footer--bottomLinks {
        margin-top: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .footer--bottomLinks > a {
      color: rgba(255, 255, 255, 0.5); }
  .footer--copyright {
    grid-column-start: 5;
    margin-top: auto;
    margin-bottom: auto; }
    @media (max-width: 776px) {
      .footer--copyright {
        margin-top: 1em; } }

.intro {
  grid-column: 1 / span 6;
  position: relative; }
  .intro p {
    margin: 2rem 0; }
  .intro::after {
    position: absolute;
    left: 85%;
    top: 2rem;
    width: 200px;
    height: 200px;
    content: "";
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 776px) {
      .intro::after {
        display: none; } }
  .intro_not_found::after {
    background-image: url(/843108e05c018a71ef8724784f374879.png); }
  .intro_imprint::after {
    background-image: url(/1b7e3aaaae766b01cbb8d151b8889109.png); }
  .intro_privacy::after {
    background-image: url(/1f5be11fb82aea9006a33529a7735014.png); }
  .intro_home::after {
    background-image: url(/5a27a1dab3618d6035bfd64b19044557.png); }
  .intro_about::after {
    background-image: url(/76e367d55647c3837ced5131799a8bca.png); }
  .intro_attendees::after {
    background-image: url(/652baf603ecb3dda5f470896c88a1850.png); }
  .intro_sponsors::after {
    background-image: url(/2f4349abfeb2a42d4d6e1693f78bbc29.png); }
  .intro_schedule::after {
    background-image: url(/1c881212379d98cd066ef9d01ac1808b.png); }
  .intro--main {
    grid-column: 2 / span 4;
    margin: 2rem 0 0;
    font-size: larger;
    line-height: 2rem; }
    @media (max-width: 776px) {
      .intro--main {
        grid-column: 2 / span 5; } }
  .intro--aside {
    grid-column: 6 / span 1;
    margin-top: 12rem;
    font-size: smaller;
    line-height: 2rem;
    color: #888; }
    @media (max-width: 776px) {
      .intro--aside {
        margin-top: 0;
        grid-column: 2 / span 5; } }

@font-face {
  font-family: "Finlandica";
  src: url(/408aeafd41896c17ee7d36b608d28b72.eot);
  src: url(/408aeafd41896c17ee7d36b608d28b72.eot?#iefix) format("embedded-opentype"), url(/82a77b425e85e5ee5e08ebdc80dbfbe1.woff2) format("woff2"), url(/9f2fb7e0a1a6b3804ee6d5db5614a33c.woff) format("woff"), url(/3baf3827b6d877ea4c6c8c73a2434afc.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Finlandica";
  src: url(/ccb9387382fa75035a17c3b24486d6fa.eot);
  src: url(/ccb9387382fa75035a17c3b24486d6fa.eot?#iefix) format("embedded-opentype"), url(/a5b1b721c1f132c4a4a1a5baec75beb3.woff2) format("woff2"), url(/9f60331123308c8e89f3c97943feda57.woff) format("woff"), url(/3017a57616fdcc672f009910e3a2a3e5.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@-webkit-keyframes waveX {
  0% {
    background-position-x: 100%, 0; }
  100% {
    background-position-x: 100%, 33rem; } }

@keyframes waveX {
  0% {
    background-position-x: 100%, 0; }
  100% {
    background-position-x: 100%, 33rem; } }

@-webkit-keyframes waveY {
  100% {
    background-position-y: 100%, 0; }
  0% {
    background-position-y: 100%, 33rem; } }

@keyframes waveY {
  100% {
    background-position-y: 100%, 0; }
  0% {
    background-position-y: 100%, 33rem; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font: 14pt/1.5 "Finlandica", sans-serif, sans-serif;
  background-color: white; }

main {
  overflow: hidden; }

a {
  color: #3b99f7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Finlandica", sans-serif;
  font-weight: normal;
  margin-top: 2.4rem;
  margin-bottom: 0.6rem;
  line-height: 1.25; }

h2 {
  font-size: 2em; }

h3 {
  margin-top: 1.8rem;
  font-size: 1.25em; }

h4 {
  font-weight: 600;
  margin-top: 1.2rem; }

.heading--anchor-select {
  visibility: hidden;
  padding-left: 0.3rem;
  text-decoration: none;
  color: #ccc;
  border-bottom: 0.3rem solid rgba(40, 40, 150, 0.25); }

.heading:hover .heading--anchor-select {
  visibility: visible; }

blockquote {
  padding: 0.6rem;
  margin: 0.9rem;
  border: 1px solid #dae4e9;
  font-size: smaller; }
  blockquote p:last-child {
    margin: 0; }
  blockquote.tip {
    color: #696969;
    background-color: #f5fffb; }
  blockquote.warning {
    color: #696969;
    font-size: medium;
    background-color: #fffffa; }

.photo {
  border-radius: 100%; }

.photo,
.sponsors--logo {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  .photo:hover,
  .sponsors--logo:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

figure {
  margin: 0; }

dl {
  position: relative; }

dt {
  margin-bottom: 0.5em;
  font-size: smaller; }
  @media (min-width: 776px) {
    dt {
      position: absolute;
      left: -130px;
      line-height: 2rem; }
      dt::after {
        position: absolute;
        top: 0.75em;
        left: 106px;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #ddd;
        -webkit-box-shadow: 0 0 0 2px #fff;
                box-shadow: 0 0 0 2px #fff;
        content: "";
        z-index: 1; } }

dd {
  position: relative;
  margin: 0; }
  @media (min-width: 776px) {
    dd::after {
      position: absolute;
      top: 0;
      left: -20px;
      height: 100%;
      width: 2px;
      background-color: #ddd;
      content: ""; } }

dd h3 {
  margin-top: 0;
  margin-bottom: 0; }

dd p {
  margin-top: 0;
  margin-bottom: 0.6rem; }

address {
  font-style: normal; }

.grid, .subscribe--wrapper, .sponsors, .footer--wrapper, .intro {
  display: grid;
  grid-gap: 20px;
  grid-row-gap: 0; }
  .grid_6col, .subscribe--wrapper, .sponsors, .footer--wrapper, .intro {
    grid-template-columns: repeat(6, 1fr); }
    @media (max-width: 776px) {
      .grid_6col, .subscribe--wrapper, .sponsors, .footer--wrapper, .intro {
        grid-auto-columns: 100%; } }
  .grid--full {
    grid-column: 1 / span 6; }
  .grid--5col, .heading {
    grid-column: 2 / span 5; }

.heading-anchor-select {
  display: none;
  margin-left: 0.25em; }

.heading:active .heading-anchor-select,
.heading:hover .heading-anchor-select {
  display: inline; }

.header, .subscribe {
  margin: 0;
  padding: 0;
  color: #6efbfd;
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002fa9), to(rgba(82, 151, 233, 0.09))), url(/f21f2a3778706de3724de09d1de2215f.jpg);
  background-image: linear-gradient(#002fa9, rgba(82, 151, 233, 0.09)), url(/f21f2a3778706de3724de09d1de2215f.jpg);
  font-family: "Finlandica", sans-serif; }
  .header:hover, .subscribe:hover {
    -webkit-animation-play-state: running;
            animation-play-state: running; }
  .header--container {
    padding-top: 0.9rem;
    padding-bottom: 2.4rem;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header--tagline {
    color: #6011a7;
    background-color: rgba(0, 255, 222, 0.46);
    text-align: right;
    grid-column: 3 / span 4;
    grid-row: 3;
    padding: 0.3rem;
    font-size: xx-large;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-left: auto; }
    @media (max-width: 776px) {
      .header--tagline {
        grid-column: 2 / span 5; } }
  .header--dates {
    text-align: right;
    font-size: xx-large;
    grid-column: 5 / span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 776px) {
      .header--dates {
        grid-column: 2 / span 5; } }
  .header--date {
    color: #6011a7;
    background-color: rgba(0, 255, 222, 0.46);
    padding: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: larger; }
  .header--location {
    color: #6011a7;
    background-color: rgba(0, 255, 222, 0.46);
    padding: 0.3rem; }
  .header--buy {
    grid-column: 5 / span 2; }
    @media (max-width: 776px) {
      .header--buy {
        grid-column: 2 / span 5; } }
  .header--pageTitle {
    grid-column: 2 / span 4;
    margin: 0;
    padding: 0;
    font-size: 3em; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }
  .logo--image {
    display: block;
    margin-right: 10px; }
  .logo--title {
    margin-top: 0.25em;
    font-size: 1.25em;
    line-height: 1.125; }
  .logo--text {
    display: block;
    color: #fff; }

.header--logo {
  grid-column: 1 / span 1;
  grid-row: 1;
  -ms-flex-item-align: start;
      align-self: start;
  justify-self: end; }

.header .logo--image, .subscribe .logo--image {
  margin: 0;
  width: 80px;
  height: 80px; }
  @media (max-width: 776px) {
    .header .logo--image, .subscribe .logo--image {
      width: 40px;
      height: 40px; } }

.header .logo--title, .subscribe .logo--title {
  display: none; }

.header_index .header--container {
  grid-row-gap: 20px;
  padding-top: 2.4rem; }

.header_index .header--logo {
  grid-column: span 4;
  grid-row: 2;
  justify-self: start; }

.header_index .logo--image {
  width: auto;
  height: 252px;
  margin-right: 12px; }

.header_index .logo--title {
  display: block; }

.react-image {
  margin: 0.3rem;
  width: 100px;
  height: 100px;
  float: right; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contact {
  position: relative;
  margin-bottom: 0.6rem; }
  .contact--photo {
    position: absolute;
    left: -120px; }
    @media (max-width: 776px) {
      .contact--photo {
        left: -60px;
        width: 50px;
        height: 50px; } }
  .contact--country {
    display: inline;
    margin-left: 0.6rem; }
    .contact--country span {
      width: 1.2rem !important;
      height: 1.2rem !important;
      border-radius: 100%;
      background-size: cover !important; }
  .contact .social a {
    margin-left: 0.5em;
    margin-right: 0.5em; }

.session {
  padding-bottom: 2.4rem; }

.speaker-name--photo {
  display: inline-block;
  margin-right: 0.3rem;
  vertical-align: bottom; }

.keywords {
  margin: 0;
  padding: 0;
  font-size: smaller;
  list-style: none; }

.keyword {
  display: inline;
  color: #999;
  margin-right: 0.9rem; }

.keyword:first-child {
  margin-left: 0; }

.contact-mini {
  width: 100px;
  margin: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: top; }

.speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .speakers .contact-mini {
    text-align: center;
    width: 150px;
    margin: 1.2rem; }

@media (max-width: 776px) {
  .nav--link,
  .nav__selected__link {
    letter-spacing: 0; } }

.buy {
  margin-top: 2.4rem; }

.buy-button {
  white-space: nowrap;
  padding: 0.9rem 1.5rem;
  border: solid 1px #0c3463;
  border-radius: 100px;
  background-color: white;
  color: #1863bd;
  text-decoration: none;
  font-weight: bold;
  font-size: larger; }
  .buy-button:hover {
    color: #0c3463;
    background-color: rgba(255, 255, 255, 0.85); }

.speaker-photos {
  display: inline; }

th,
td {
  padding: 0.6rem 0; }

/* https://codepen.io/AllThingsSmitty/pen/MyqmdM */
@media (max-width: 776px) {
  table {
    border: 0; }
  table caption {
    font-size: 1.3em; }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em; }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: left; }
  table td:before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  table td:last-child {
    border-bottom: 0; } }

table thead th:not(:first-child) {
  min-width: 100px;
  text-align: left; }

.organizers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.organizer {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
  margin-bottom: 1em;
  width: 140px; }
  .organizer--photo {
    display: block;
    margin: 0 auto 0.3rem auto;
    width: 140px;
    height: 140px;
    -webkit-filter: saturate(0);
            filter: saturate(0); }
  .organizer--name {
    font-weight: bold;
    font-size: large; }
  @media (max-width: 776px) {
    .organizer {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.venue--location {
  max-width: 100%; }

.countdown--container {
  grid-column: 5 / span 2; }
  .countdown--container .countdown--header {
    margin-top: 0; }
  .countdown--container .countdown--item {
    display: inline;
    margin-right: 0.5em; }
  @media (max-width: 776px) {
    .countdown--container {
      grid-column: 4 / span 3;
      margin-bottom: 1em; } }

#schedule .legend--label {
  margin-right: 1.5em;
  display: inline-block; }

#schedule .legend--title {
  white-space: nowrap; }

#schedule .icon-abbr {
  margin-right: 0.25em; }

.schedule {
  position: relative; }
  .schedule--title {
    margin-bottom: 0.5em;
    font-size: smaller; }
    @media (min-width: 776px) {
      .schedule--title {
        position: absolute;
        left: -130px;
        line-height: 2rem; }
        .schedule--title::after {
          position: absolute;
          top: 0.75em;
          left: 106px;
          height: 10px;
          width: 10px;
          border-radius: 50%;
          background-color: #ddd;
          -webkit-box-shadow: 0 0 0 2px #fff;
                  box-shadow: 0 0 0 2px #fff;
          content: "";
          z-index: 1; } }
    .schedule--title.workshop::after, .schedule--title.keynote::after, .schedule--title.panel::after, .schedule--title.talk::after {
      background-color: #3b99f7; }
    .schedule--title.breakfast::after, .schedule--title.lunch::after, .schedule--title.coffee_break::after {
      background-color: brown; }
    .schedule--title.lightning_talk::after {
      background-color: yellow; }
    .schedule--title.party::after, .schedule--title.organizational::after {
      background-color: blue; }
  .schedule--definition {
    position: relative;
    margin: 0; }
    .schedule--definition h3 {
      margin-top: 0;
      margin-bottom: 0.5em; }
    .schedule--definition h4 {
      margin-top: 0;
      margin-bottom: 0.5em; }
    .schedule--definition p {
      margin-top: 0;
      margin-bottom: 0.6rem; }
  .schedule abbr {
    margin-right: 0.5em; }

.buy-container {
  margin-top: 4em;
  grid-column: 3 / span 2;
  text-align: center; }

.image {
  max-width: 100%; }

figure {
  margin-top: 2em;
  margin-bottom: 2em; }

figcaption {
  font-weight: bold; }

.blog-page {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto; }
