body {
  overflow: scroll;
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('/static/fonts/ubuntu-v20-latin-300.eot');
  src: local(''), url('/static/fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), url('/static/fonts/ubuntu-v20-latin-300.woff2') format('woff2'), url('/static/fonts/ubuntu-v20-latin-300.woff') format('woff'), url('/static/fonts/ubuntu-v20-latin-300.ttf') format('truetype'), url('/static/fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/ubuntu-v20-latin-regular.eot');
  src: local(''), url('/static/fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('/static/fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), url('/static/fonts/ubuntu-v20-latin-regular.woff') format('woff'), url('/static/fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), url('/static/fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('/static/fonts/ubuntu-v20-latin-500.eot');
  src: local(''), url('/static/fonts/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), url('/static/fonts/ubuntu-v20-latin-500.woff2') format('woff2'), url('/static/fonts/ubuntu-v20-latin-500.woff') format('woff'), url('/static/fonts/ubuntu-v20-latin-500.ttf') format('truetype'), url('/static/fonts/ubuntu-v20-latin-500.svg#Ubuntu') format('svg');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/ubuntu-v20-latin-700.eot');
  src: local(''), url('/static/fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('/static/fonts/ubuntu-v20-latin-700.woff2') format('woff2'), url('/static/fonts/ubuntu-v20-latin-700.woff') format('woff'), url('/static/fonts/ubuntu-v20-latin-700.ttf') format('truetype'), url('/static/fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg');
}
.container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width:400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width:550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.666666666666668%;
  }
  .two.columns {
    width: 13.333333333333334%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.666666666666668%;
  }
  .five.columns {
    width: 39.333333333333336%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66666666666667%;
  }
  .eight.columns {
    width: 65.33333333333334%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66666666666667%;
  }
  .eleven.columns {
    width: 91.33333333333334%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.666666666666668%;
  }
  .two-thirds.column {
    width: 65.33333333333334%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.666666666666668%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.333333333333336%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66666666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.333333333333336%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66666666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333333333334%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66666666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333333333334%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66666666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333333333334%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}
h1 {
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}
h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}
h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
p {
  margin-top: 0;
}
a {
  text-decoration: none;
  color: #7c98b7;
}
a:hover {
  color: #5b7ea5;
}
.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  cursor: pointer;
  box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover {
  color: #333333;
  border-color: #888888;
  outline: 0;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #333333;
  border-color: #888888;
  outline: 0;
}
.button:focus,
button:focus {
  color: #333333;
  border-color: #888888;
  outline: 0;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333333;
  border-color: #888888;
  outline: 0;
}
.button.button-primary,
button.button-primary {
  color: #ffffff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #ffffff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
.button.button-primary:hover,
button.button-primary:hover {
  color: #ffffff;
  background-color: #7c98b7;
  border-color: #7c98b7;
}
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover {
  color: #ffffff;
  background-color: #7c98b7;
  border-color: #7c98b7;
}
.button.button-primary:focus,
button.button-primary:focus {
  color: #ffffff;
  background-color: #7c98b7;
  border-color: #7c98b7;
}
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #ffffff;
  background-color: #7c98b7;
  border-color: #7c98b7;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.header {
  margin-top: 2rem;
  text-align: center;
}
.section {
  padding: 2rem 0 0;
  margin-bottom: 0;
}
.quote {
  margin: 2em 2em;
}
.quote p {
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0px;
}
.quote footer {
  margin-top: 1rem;
}
p.small {
  font-size: 1.20rem;
}
h1 span.header-logo img {
  height: 48px;
  vertical-align: top;
}
img.header-logo-large {
  height: 96px;
}
p.block {
  text-align: justify;
}
img.i24 {
  max-width: 24px;
  max-height: 24px;
  margin-right: 12px;
  vertical-align: middle;
}
img.flyer {
  border: 1px solid #333333;
}
ul.list-unstyled,
ol.list-unstyled {
  list-style-type: none;
}
ul.list-float,
ol.list-float li {
  list-style-type: none;
  clear: both;
}
ul.list-float li,
ol.list-float li li {
  float: left;
  margin-right: 10px;
}
a.social-media {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
a.social-media#facebook {
  background-image: url('/static/img/icons/facebook-light.png');
}
a.social-media#facebook:hover {
  background-image: url('/static/img/icons/facebook.png');
}
a.social-media#telegram {
  background-image: url('/static/img/icons/telegram-light.png');
}
a.social-media#telegram:hover {
  background-image: url('/static/img/icons/telegram.png');
}
a.social-media#twitter {
  background-image: url('/static/img/icons/twitter-light.png');
}
a.social-media#twitter:hover {
  background-image: url('/static/img/icons/twitter.png');
}
a.social-media#soundcloud {
  background-image: url('/static/img/icons/soundcloud-light.png');
}
a.social-media#soundcloud:hover {
  background-image: url('/static/img/icons/soundcloud.png');
}
a.social-media#instagram {
  background-image: url('/static/img/icons/instagram-light.png');
}
a.social-media#instagram:hover {
  background-image: url('/static/img/icons/instagram.png');
}
a.social-media#mixcloud {
  background-image: url('/static/img/icons/mixcloud-light.png');
}
a.social-media#mixcloud:hover {
  background-image: url('/static/img/icons/mixcloud.png');
}
a.social-media#hearthis {
  background-image: url('/static/img/icons/hearthis-light.png');
}
a.social-media#hearthis:hover {
  background-image: url('/static/img/icons/hearthis.png');
}
.row-modulith {
  margin-bottom: 20px;
}
@media (max-width:750px) {
  .event-row {
    margin-bottom: 10px;
  }
  .row-modulith {
    margin-bottom: 0px;
  }
  .row-icons > .four.columns > p {
    text-align: center;
  }
  .navbar-item {
    margin: 0.5em 0;
    padding: 0 1em 0.5em;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
  }
  .navbar-list {
    list-style-type: none;
  }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2rem;
    text-decoration: none;
    color: #222222;
  }
  .navbar-link.active {
    color: #33c3f0;
  }
}
@media (min-width:550px) {
  .event-row {
    margin-bottom: 15px;
  }
  .row-modulith {
    margin-bottom: 15px;
  }
  .header {
    margin-top: 4rem;
  }
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem;
  }
  .value-img {
    margin-bottom: 1rem;
  }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem;
  }
  .docs-section {
    padding: 4rem 0;
  }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px;
  }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none;
  }
}
@media (min-width:750px) {
  .event-row {
    margin-bottom: 20px;
  }
  .row-modulith {
    margin-bottom: 20px;
  }
  .quote {
    margin: 2em 4em;
  }
  .navbar + .docs-section {
    border-top-width: 0;
  }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #ffffff;
    z-index: 99;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .navbar-spacer {
    display: none;
  }
  .navbar > .container {
    width: 100%;
  }
  .navbar-list {
    list-style: none;
    width: 670px;
    margin: 0 auto;
  }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0;
  }
  .navbar-link {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2rem;
    margin-right: 20px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222222;
  }
  .navbar-item:last-child > a.navbar-link {
    margin-right: 0px;
  }
  .navbar-link.active {
    color: #33c3f0;
  }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0;
  }
  .has-docked-nav .navbar-spacer {
    display: block;
  }
  .has-docked-nav .navbar > .container {
    width: 80%;
  }
  .popover.open {
    display: block;
  }
  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
    -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
    filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
  }
  .popover-item:first-child .popover-link:after,
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(ff,ff,ff,0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
  }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(ee,ee,ee,0);
    border-bottom-color: #eeeeee;
    border-width: 11px;
    margin-left: -11px;
  }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .popover-item {
    padding: 0;
    margin: 0;
  }
  .popover-link {
    position: relative;
    color: #222222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eeeeee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem;
  }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0;
  }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0;
  }
  .popover-link:hover {
    color: #ffffff;
    background: #33c3f0;
  }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #33c3f0;
  }
}
.ug-gallery-wrapper {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.ug-lightbox .ug-textpanel-title {
  font-weight: bold !important;
  font-size: 12pt !important;
  color: white !important;
}
.ug-textpanel-title a,
.ug-textpanel-description a {
  text-decoration: underline !important;
  color: white;
  font-weight: bold;
}
img.ug-bw-effect {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
  -webkit-filter: #010101 !important;
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  filter: gray !important;
  filter: grayscale(100%) !important;
}
#clan .row {
  margin-bottom: 1em;
}
#clan .row h4 {
  margin-top: 5px;
  margin-bottom: 0;
}
#clan .row p {
  margin-bottom: 0.75em;
}
#clan .row p:after {
  content: "";
  display: inline-block;
  width: 0px;
}