html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 200;
  font-family: 'Circular Bold'; }

h1 {
  font-size: 4.2rem;
  line-height: 1.2; }

h2 {
  font-size: 4.2rem;
  line-height: 1.25; }

h3 {
  font-size: 3.0rem;
  line-height: 1.2; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35; }

h5 {
  font-size: 2.4rem;
  line-height: 1.5; }

h6 {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 6.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 2.4rem; }
  h4 {
    font-size: 2.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

@media (min-width: 1000px) {
  h1 {
    font-size: 8.4rem; }
  h2 {
    font-size: 5.6rem; }
  h3 {
    font-size: 3.2rem; }
  h4 {
    font-size: 3.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin-top: 0; }

.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; }

* {
  font-weight: 200;
  font-family: 'Circular Book';
  box-sizing: border-box; }

a {
  text-decoration: none; }

body {
  background: #fff; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272727;
  background: #1F2027; }

a {
  color: #7C6AAD; }
  a:hover {
    color: #1b9cc5; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

strong {
  font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Modules */
.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  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.66667%; }
  .two.columns {
    width: 13.33333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.66667%; }
  .five.columns {
    width: 39.33333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.66667%; }
  .eight.columns {
    width: 65.33333%; }
  .nine.columns {
    width: 74%; }
  .ten.columns {
    width: 82.66667%; }
  .eleven.columns {
    width: 91.33333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.66667%; }
  .two-thirds.column {
    width: 65.33333%; }
  .one-half.column {
    width: 48%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.button,
button {
  display: inline-block;
  height: 36px;
  padding: 0 48px;
  color: #555555;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  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: 30px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

@media (max-width: 999px) {
  .button.button-white,
  button.button-white {
    width: 100%;
    margin: auto; } }

.button.button-white,
button.button-white {
  color: #7C6AAD;
  background-color: #fff;
  border: none; }

@media (min-width: 999px) {
  margin-left: 0; }

.button.button-main,
button.button-main {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border: none; }

.button.big-button,
button.big-button {
  padding: 0 2em;
  margin: 0 0 2em;
  height: 64px;
  font-size: 2.1rem;
  line-height: 68px;
  width: 84%; }
  @media (min-width: 750px) {
    .button.big-button,
    button.big-button {
      margin-left: 0;
      width: inherit;
      font-size: 2.8rem; } }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

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: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  box-shadow: none;
  box-sizing: border-box; }

.close {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden; }

.close:hover::before, .close:hover::after {
  background: #7C6AAD; }

.close::before, .close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  background: #fff; }

.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.close.thick::before,
.close.thick::after {
  height: 2px;
  margin-top: -1px; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  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: none; }

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: 30px; }

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: 0; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

.g-container-center {
  max-width: 100%;
  overflow: hidden;
  padding: 1em;
  text-align: center; }
  @media (min-width: 1000px) {
    .g-container-center {
      padding: 36px; } }

.g-site-logo {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0; }
  .g-site-logo:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.g-site-logo a {
  color: #fff;
  height: 50px;
  display: inline-block; }
  .g-site-logo a .us-logo {
    width: 48px;
    height: 100%;
    vertical-align: middle; }
    .g-site-logo a .us-logo:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    @media (min-width: 750px) {
      .g-site-logo a .us-logo {
        width: 48px; } }

.g-menu-search-form {
  display: inline-block; }

.g-menu-search-form input {
  width: 140px;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 12px; }

.g-user-menu {
  float: right;
  margin-right: 15px; }

.g-trigger-menu-right {
  width: 210px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 4px;
  margin: 3px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none; }

.g-menu-user-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  float: left;
  margin-right: 10px; }

.g-menu-user-name {
  line-height: 28px;
  font-size: 12px;
  padding: 0 0px; }

.g-menu-right {
  display: none; }

.g-menu-right-open {
  float: right;
  line-height: 50px; }

.g-menu {
  background: #3c4a55;
  color: #b6e2ff;
  padding: 0; }
  @media (min-width: 750px) {
    .g-menu {
      margin: 0; } }

.g-menu ul {
  list-style: none;
  line-height: 38px;
  padding: 0 0px;
  margin: 0;
  font-size: 1.7rem; }

.g-menu ul li {
  float: left;
  margin: 0;
  content: '';
  display: inline-block;
  vertical-align: middle; }
  .g-menu ul li:last-child a {
    height: 36px;
    line-height: 40px;
    margin-top: 7px;
    margin-left: 1em; }

.g-menu a {
  color: #fff;
  font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  opacity: 1;
  display: block;
  padding: 0 15px;
  height: 50px;
  line-height: 54px; }

.g-menu a:hover {
  opacity: .61; }

.test-spacer {
  height: 1000px;
  background: #fff; }

@media (max-width: 1100px) {
  .g-container-center {
    margin: 0 15px;
    max-width: 1100px; }
  .g-header .g-container-center {
    max-width: 1100px;
    margin: 0 0px; } }

@media (min-width: 1000px) {
  .g-menu {
    background: none; } }

@media (min-width: 1000px) {
  .g-hidden-large {
    display: none; }
  .header-video {
    background: #BAA8DF; }
    .header-video img {
      display: none; }
  .g-mmenu-burger {
    display: block;
    float: right;
    height: 50px;
    width: 48px;
    line-height: 40px;
    cursor: pointer;
    vertical-align: top; }
  .burger {
    position: absolute;
    width: 37px;
    right: 46px;
    top: 46px;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
  .burger__patty {
    width: 37px;
    height: 3px;
    margin: 0 0 10px 0;
    background: #1F2027;
    border-radius: 2px;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
  .burger__patty:last-child {
    margin-bottom: 0; }
  .g-menu-right-opened .burger {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .g-menu-right-opened .burger__patty:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-5px, 1px);
    transform: rotate(-45deg) translate(-5px, 1px);
    width: 19px; }
  .g-menu-right-opened .burger__patty:nth-child(2) {
    width: 24px; }
  .g-menu-right-opened .burger__patty:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-4px, -1px);
    transform: rotate(45deg) translate(-4px, -1px);
    width: 18px; }
  .g-site-logo {
    display: inline-block;
    margin-left: 0px; }
  .g-menu {
    width: 210px;
    position: fixed;
    height: auto;
    top: 0;
    bottom: 0;
    overflow: auto; }
  .g-menu-right-open {
    border-top: none;
    -webkit-transform: translate(-250px, 0px);
    transform: translate(-250px, 0px); }
  .g-menu-right {
    -webkit-transform: translate(210px, 0px);
    transform: translate(210px, 0px);
    right: 0;
    display: block; }
  .g-menu ul {
    line-height: 30px;
    text-align: left; }
  .g-menu ul li {
    float: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
  .g-menu ul li hr {
    margin: 13px 15px;
    border: 0;
    height: 1px;
    background: #88959c;
    opacity: .5; }
  .g-menu-right-open ul li {
    -webkit-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0); }
  .g-menu-right ul li {
    -webkit-transform: translate3d(500px, 0, 0);
    transform: translate3d(500px, 0, 0); }
  .g-menu ul > li:nth-child(1) {
    transition-delay: 0.015s; }
  .g-menu ul > li:nth-child(2) {
    transition-delay: 0.03s; }
  .g-menu ul > li:nth-child(3) {
    transition-delay: 0.045s; }
  .g-menu ul > li:nth-child(4) {
    transition-delay: 0.06s; }
  .g-menu ul > li:nth-child(5) {
    transition-delay: 0.075s; }
  .g-menu ul > li:nth-child(6) {
    transition-delay: 0.09s; }
  .g-menu ul > li:nth-child(7) {
    transition-delay: 0.105s; }
  .g-menu ul > li:nth-child(8) {
    transition-delay: 0.12s; }
  .g-menu ul > li:nth-child(9) {
    transition-delay: 0.135s; }
  .g-menu ul > li:nth-child(10) {
    transition-delay: 0.15s; }
  .g-menu ul > li:nth-child(11) {
    transition-delay: 0.165s; }
  .g-menu ul > li:nth-child(12) {
    transition-delay: 0.18s; }
  .g-menu ul > li:nth-child(13) {
    transition-delay: 0.195s; }
  .g-menu ul > li:nth-child(14) {
    transition-delay: 0.21s; }
  .g-menu ul > li:nth-child(15) {
    transition-delay: 0.225s; }
  .g-menu ul > li:nth-child(16) {
    transition-delay: 0.24s; }
  .g-menu ul > li:nth-child(17) {
    transition-delay: 0.255s; }
  .g-menu ul > li:nth-child(18) {
    transition-delay: 0.27s; }
  .g-menu ul > li:nth-child(19) {
    transition-delay: 0.285s; }
  .g-menu ul > li:nth-child(20) {
    transition-delay: 0.3s; }
  .g-menu-right-open .g-active a {
    border-left: 3px solid #52b84d;
    background: #36434c;
    padding-left: 12px;
    opacity: 1; }
  .g-menu-right .g-active a {
    border-right: 3px solid #52b84d;
    background: #36434c;
    padding-right: 12px;
    opacity: 1; }
  .g-menu a:hover {
    opacity: 1;
    background: #36434c; }
  .no-smil .g-menu-right-opened .g-menu-right-open,
  .no-smil .g-menu-right-opened .g-menu-search-form {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  .g-menu-right-opened .g-menu ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .g-menu-right-opened {
    -webkit-transform: translate(210px, 0px);
    transform: translate(210px, 0px);
    overflow: hidden; }
  .g-menu-right-opened .g-menu ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .g-menu-right-opened {
    -webkit-transform: translate(-210px, 0px);
    transform: translate(-210px, 0px);
    overflow: hidden; } }

.container-menu-mobile {
  width: 210px; }
  .container-menu-mobile a {
    font-size: 2rem;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .container-menu-mobile li {
    width: 100%; }

@media (max-width: 520px) {
  .g-header .g-container-center {
    text-align: center; }
  .g-trigger-menu-right {
    width: 40px;
    height: 36px;
    padding: 2px;
    margin: 2px;
    background-color: transparent; }
  .g-menu-user-name {
    display: none; } }

.g-fullpage-slider-block {
  background: #404f59;
  height: 300px; }

.g-slider-holder {
  overflow: hidden;
  height: 300px;
  width: 100%;
  color: #fff;
  box-sizing: border-box; }

.g-slider-holder img {
  max-width: 100%; }

.g-widget-best-brokers {
  max-width: 300px; }

.g-best-brokers-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.g-best-brokers-list > li {
  border-bottom: 1px solid #ddd;
  padding: 2px 0; }

.g-bb-pic {
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }

.g-bb-pic img {
  max-width: 100%; }

.g-bb-title {
  display: inline-block;
  vertical-align: middle; }

.g-bb-feedback {
  float: right;
  line-height: 30px; }

header.g-header {
  color: #fff;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 99; }
  header.g-header.dark {
    background: #7C6AAD;
    position: relative !important;
    height: 80px; }
    header.g-header.dark .g-site-logo {
      margin: 20px 0 0;
      line-height: 32px; }
    header.g-header.dark .g-menu {
      margin: 24px 0 0; }

@media (max-width: 999px) {
  .g-site-logo {
    padding-left: 0; } }

.heroimage {
  height: 100vh;
  background: url("img/masthead.png") no-repeat center center fixed;
  background-size: cover; }
  .heroimage a span {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box; }
  .heroimage::before {
    content: '';
    background: linear-gradient( white, rgba(255, 255, 255, 0)) left repeat;
    height: 50vh;
    display: block; }
  .heroimage::after {
    content: '';
    background: linear-gradient( rgba(255, 255, 255, 0), #1F2027) left repeat;
    height: 50vh;
    display: block;
    bottom: 0;
    z-index: 999; }

.header {
  z-index: 10;
  position: absolute;
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
  left: 50%;
  top: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity .2s; }
  .header h1 {
    color: #fff;
    position: relative;
    display: table;
    margin: auto; }
    @media (min-width: 750px) {
      .header h1 {
        margin: 0 auto 1em; } }
  .header p {
    font-size: 2.8rem;
    color: white; }
    @media (min-width: 750px) {
      .header p {
        font-size: 4.2rem; } }

@media (min-width: 550px) {
  .header {
    z-index: 10;
    position: absolute;
    text-align: center;
    color: rgba(255, 255, 255, 0.64);
    text-decoration: none;
    left: 50%;
    top: 60%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity .2s; }
    .header h1 {
      color: #fff;
      position: relative;
      display: table;
      margin: auto; } }

html:not(.page-loaded) .header-video__close-trigger {
  display: none; }

header {
  z-index: 9999; }

.zebras {
  color: #fff;
  fill: #fff;
  background: #111;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-rendering: optimizeSpeed;
  transition: 0.15s; }

.zebra {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #303030;
  color: #fff;
  z-index: 10;
  overflow: hidden;
  /* visibility: hidden; */
  /* visibility: visible; */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

/* preloader */
.zebras .zebra.selected {
  opacity: 0.2 !important; }

html:not(.page-loaded) .zebras .zebra.selected {
  opacity: 1; }

.loadingIcon {
  position: fixed;
  z-index: 10000;
  text-align: center;
  top: 10px;
  right: 10px;
  opacity: 0; }

.page-ready .loadingIcon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: 0.5s 0.5s; }

.loadingIcon svg {
  width: 24px;
  height: 24px; }

.loadingIcon svg .dash {
  stroke: #fff; }

.page-loaded .loadingIcon {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
  transition: all 0.5s, visibility 0s 5s; }

.zebras .loadingIcon svg {
  -webkit-animation: loading 3s infinite cubic-bezier(0.64, 0.48, 0.55, 0.64);
  animation: loading 3s infinite cubic-bezier(0.64, 0.48, 0.55, 0.64); }

.loadingIcon svg .dash {
  transition: 0.3s linear; }

section.content-container {
  overflow: hidden;
  width: 100%;
  margin: 0;
  top: 0; }
  section.content-container article {
    max-width: 1170px;
    margin: 4em auto;
    font-size: 1.8rem; }
    section.content-container article .container {
      width: 100%; }
    section.content-container article .accordion {
      margin: 0 auto 3em; }
      section.content-container article .accordion a {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #272727; }
        section.content-container article .accordion a.heading {
          width: 100%;
          display: block; }
        section.content-container article .accordion a.active {
          color: #7C6AAD;
          font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      section.content-container article .accordion li {
        position: relative; }
        section.content-container article .accordion li li {
          list-style-type: disc;
          list-style-position: inside;
          margin: 0 0 0 1em;
          font-size: 1.6rem; }
        section.content-container article .accordion li div.answer {
          display: none;
          margin: 1em 0 2em;
          padding: 0 2em;
          border-left: 4px solid #7C6AAD; }
          section.content-container article .accordion li div.answer strong {
            font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          section.content-container article .accordion li div.answer a {
            font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          section.content-container article .accordion li div.answer p {
            margin: 0 0 1em; }
            section.content-container article .accordion li div.answer p:last-child {
              margin: 0; }
    section.content-container article li {
      list-style: none; }
    section.content-container article h2 {
      color: #7C6AAD;
      border-bottom: 2px solid #eee;
      padding-bottom: .5em;
      margin-bottom: 1em; }
    section.content-container article h3 {
      font-size: 2.7rem;
      font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

section.control-references {
  padding-top: 4em;
  min-height: 38em;
  text-align: center;
  position: relative;
  background: #1F2027;
  text-align: center; }
  @media (min-width: 750px) {
    section.control-references {
      padding: 8em 0 0; } }
  section.control-references .references ul {
    max-width: 1120px;
    margin: 8em auto; }
    section.control-references .references ul li {
      display: inline-block;
      margin: 0 0 0 2px; }
      section.control-references .references ul li a {
        display: inline-block;
        width: 198px;
        height: 100px;
        margin: 0; }
      section.control-references .references ul li:nth-child(1) a {
        background: url(img/rf/1.svg) no-repeat center center; }
      section.control-references .references ul li:nth-child(2) a {
        background: url(img/rf/2.svg) no-repeat center center; }
      section.control-references .references ul li:nth-child(3) a {
        background: url(img/rf/3.svg) no-repeat center center; }
      section.control-references .references ul li:nth-child(4) a {
        background: url(img/rf/4.svg) no-repeat center center; }
      section.control-references .references ul li:nth-child(5) a {
        background: url(img/rf/5.png) no-repeat center center;
        background-size: 86px; }
      section.control-references .references ul li:nth-child(6) a {
        background: url(img/rf/6.png) no-repeat center center;
        background-size: 58px; }
      section.control-references .references ul li:nth-child(7) a {
        background: url(img/rf/7.svg) no-repeat center center; }
      section.control-references .references ul li:nth-child(8) a {
        background: url(img/rf/8.png) no-repeat center center;
        background-size: 106px; }
      section.control-references .references ul li:nth-child(9) a {
        background: url(img/rf/9.png) no-repeat center center;
        background-size: 57px; }
      section.control-references .references ul li:nth-child(10) a {
        background: url(img/rf/10.svg) no-repeat center center; }
  section.control-references p.term {
    color: white;
    font-size: 3.2rem;
    line-height: 4.6rem;
    max-width: 772px;
    margin: auto;
    font-weight: 100; }

section.control-cases {
  padding-top: 0;
  min-height: 38em;
  text-align: center;
  position: relative;
  background: #1F2027;
  text-align: center; }
  @media (min-width: 750px) {
    section.control-cases {
      padding: 4em 0 0; } }
  section.control-cases h2 {
    margin: 0 0 1em;
    font-size: 5.6rem;
    line-height: 7.1rem;
    color: white;
    text-transform: uppercase; }
  section.control-cases p {
    opacity: .4;
    font-size: 2.4rem;
    line-height: 3rem;
    color: white;
    max-width: 772px;
    margin: auto;
    font-weight: 100; }
  section.control-cases p.term {
    opacity: 1;
    font-size: 3.2rem;
    line-height: 4.6rem;
    margin: 0; }
    @media (min-width: 750px) {
      section.control-cases p.term {
        margin: 4em auto .5em; } }
  section.control-cases .mock-one {
    position: relative;
    margin: 6em 0 0;
    height: 370px; }
    @media (min-width: 750px) {
      section.control-cases .mock-one {
        height: 610px; } }
    section.control-cases .mock-one img {
      width: 100%;
      max-width: 675px; }
  section.control-cases .mock-two {
    position: relative;
    margin: 6em 0 0;
    height: 510px; }
    @media (min-width: 750px) {
      section.control-cases .mock-two {
        height: 650px; } }
    section.control-cases .mock-two img {
      width: 100%;
      max-width: 264px; }
      @media (min-width: 750px) {
        section.control-cases .mock-two img {
          max-width: 404.5px; } }
  section.control-cases .mock-three {
    position: relative;
    margin: 6em 0 0;
    height: 440px; }
    @media (min-width: 750px) {
      section.control-cases .mock-three {
        height: 820px; } }
    section.control-cases .mock-three img {
      width: 100%;
      max-width: 677px; }
  section.control-cases .mock-four {
    position: relative;
    margin: 6em 0 0;
    height: 180px; }
    @media (min-width: 750px) {
      section.control-cases .mock-four {
        height: 610px; } }
    section.control-cases .mock-four img {
      width: 100%;
      max-width: 1120px; }

section.download-pdf {
  padding-top: 0;
  min-height: 10em;
  text-align: center;
  position: relative;
  background: #1F2027;
  text-align: center; }
  @media (min-width: 750px) {
    section.download-pdf {
      padding: 8em 0 0; } }

section.control-blog {
  padding-bottom: 5em;
  padding-top: 4em;
  min-height: 64em;
  text-align: center;
  position: relative; }
  section.control-blog .blogimage {
    position: relative;
    max-width: 770px;
    margin: auto;
    margin-bottom: 1em;
    line-height: 0; }
    section.control-blog .blogimage .mask {
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      z-index: 9;
      /*background-image: linear-gradient(160deg, rgba(31, 32, 39, 0.1) 0%, rgba(31, 32, 39, 0.81) 80%, rgba(31, 32, 39, 0.99) 100%);*/ }
  @media (min-width: 750px) {
    section.control-blog {
      padding-top: 8em; } }
  section.control-blog .card-holder {
    width: 100%;
    overflow: hidden;
    margin: 2em auto; }
    @media (min-width: 1000px) {
      section.control-blog .card-holder {
        width: 38em; } }
    section.control-blog .card-holder .blog {
      background: #F8F8F8;
      height: 30em;
      padding: 3em 1em 1em;
      position: relative;
      margin: 0 3em 1em; }
      @media (min-width: 750px) {
        section.control-blog .card-holder .blog {
          padding: 4em 1em;
          margin: 0; } }
      section.control-blog .card-holder .blog span {
        color: #F84E82;
        position: absolute;
        width: 100%;
        text-align: center;
        display: block;
        left: 0;
        top: 1em; }
        @media (min-width: 750px) {
          section.control-blog .card-holder .blog span {
            top: 1.5em; } }
  section.control-blog h2 {
    max-width: 600px;
    margin: 0 auto 1em;
    color: white; }
  section.control-blog h3 {
    color: white;
    font-size: 3.2rem;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 1em; }
  section.control-blog img {
    width: 100%; }
  section.control-blog p {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.4);
    max-width: 770px;
    margin: auto; }
  section.control-blog button {
    color: #3982C7;
    font-size: 2.2rem;
    padding: 1em 0 5em; }

section.features {
  padding: 4em 0;
  text-align: center; }
  section.features .fea-list {
    min-height: 500px; }
  section.features h2 {
    margin: 0 0 2em;
    font-size: 5.6rem;
    line-height: 7.1rem;
    color: white;
    text-transform: uppercase; }
  section.features h3 {
    color: white;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 46px; }
  section.features p {
    opacity: .4;
    font-size: 2.4rem;
    line-height: 3rem;
    color: white;
    max-width: 772px;
    margin: auto;
    font-weight: 100; }
  section.features p.term {
    opacity: 1;
    font-size: 3.2rem;
    line-height: 4.6rem;
    margin: 2em auto .5em; }
  section.features .columns {
    position: relative;
    text-align: center;
    color: #272727; }
    section.features .columns .fea-one,
    section.features .columns .fea-two,
    section.features .columns .fea-three,
    section.features .columns .fea-four {
      display: relative; }
      section.features .columns .fea-one::before,
      section.features .columns .fea-two::before,
      section.features .columns .fea-three::before,
      section.features .columns .fea-four::before {
        content: "";
        width: 120px;
        position: absolute;
        height: 100px;
        display: block;
        margin-left: -60px;
        left: 50%; }
    section.features .columns .fea-one::before {
      background: url(img/fea/1.svg) no-repeat center center; }
    section.features .columns .fea-two::before {
      background: url(img/fea/2.svg) no-repeat center center; }
    section.features .columns .fea-three::before {
      background: url(img/fea/3.svg) no-repeat center center; }
    section.features .columns .fea-four::before {
      background: url(img/fea/4.svg) no-repeat center center; }
    section.features .columns h3 {
      padding-top: 4em;
      max-width: 375px;
      margin-left: auto;
      margin-right: auto; }
    section.features .columns p {
      max-width: 375px;
      margin-left: auto;
      margin-right: auto; }
    section.features .columns strong {
      font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
      color: #272727; }

@media (min-width: 1000px) {
  section.features {
    padding: 12em 0 0; } }

section.control-contact {
  background: #16171B;
  padding-bottom: 8em;
  padding-top: 4em;
  text-align: center;
  position: relative; }
  section.control-contact ul {
    position: relative;
    margin-top: 3em; }
  section.control-contact h2 {
    margin: 0;
    font-size: 5.6rem;
    line-height: 7.1rem;
    color: white;
    text-transform: uppercase; }
  section.control-contact h3 {
    font-size: 3.2rem;
    color: white;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 100; }
  @media (min-width: 750px) {
    section.control-contact {
      padding-top: 8em; } }
  section.control-contact p {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.4);
    max-width: 770px;
    margin: auto; }
  section.control-contact button {
    color: #3982C7;
    font-size: 2.2rem;
    padding: 1em 0 5em; }

section.control-dribbble {
  padding-bottom: 4em;
  padding-top: 4em;
  text-align: center;
  position: relative; }
  section.control-dribbble .button.big-button {
    background: transparent;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    color: #3982C7; }
  section.control-dribbble ul {
    position: relative;
    margin-top: 3em;
    margin-left: 24px; }
  section.control-dribbble h2 {
    margin: 0;
    font-size: 5.6rem;
    line-height: 7.1rem;
    color: white;
    text-transform: uppercase; }
  section.control-dribbble h3 {
    font-size: 3.2rem;
    color: white;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 100; }
  @media (min-width: 750px) {
    section.control-dribbble {
      padding-top: 8em; } }
  section.control-dribbble p {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.4);
    max-width: 770px;
    margin: auto; }
  section.control-dribbble button {
    color: #3982C7;
    font-size: 2.2rem;
    padding: 1em 0 5em; }

section.control-social {
  padding-bottom: 8em;
  padding-top: 0;
  text-align: center;
  position: relative; }
  section.control-social .columns {
    margin-top: 4em; }
  section.control-social .button.big-button {
    background: transparent;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    color: #3982C7; }
  section.control-social h2 {
    margin: 0 0 .5em;
    font-size: 5.6rem;
    line-height: 7.1rem;
    color: white;
    text-transform: uppercase; }
  section.control-social h3 {
    font-size: 2.4rem;
    color: white;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 100; }
  @media (min-width: 750px) {
    section.control-social {
      padding-top: 0; } }
  section.control-social p {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.4);
    max-width: 770px;
    margin: auto; }
  section.control-social button {
    color: #3982C7;
    font-size: 2.2rem;
    padding: 1em 0 5em; }
  section.control-social .soci-i {
    height: 50px;
    display: block;
    margin: 2em auto 2em; }
  section.control-social .chadows {
    position: relative;
    background: transparent;
    box-shadow: 0 0 0 1px transparent;
    padding: 10px;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
    section.control-social .chadows:hover {
      z-index: 1;
      box-shadow: 0 8px 50px rgba(0, 0, 0, 0.3);
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

section.control-contact-us {
  padding-bottom: 8em;
  padding-top: 0;
  text-align: center;
  position: relative; }
  section.control-contact-us p.address {
    position: absolute;
    top: 4em;
    width: 1000px;
    z-index: 999;
    width: 215px;
    left: 50%;
    margin-left: -107.5px;
    color: white; }
  section.control-contact-us a {
    color: rgba(255, 255, 255, 0.4); }
  section.control-contact-us .columns {
    margin-top: 4em; }
  section.control-contact-us .button.big-button {
    background: transparent;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    color: #3982C7; }
  section.control-contact-us h2 {
    margin: 0 0 .5em;
    font-size: 5.6rem;
    line-height: 7.1rem;
    color: white;
    text-transform: capitalize; }
  section.control-contact-us h3 {
    font-size: 2.4rem;
    color: white;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 100; }
  @media (min-width: 750px) {
    section.control-contact-us {
      padding-top: 0; } }
  section.control-contact-us p {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.4);
    max-width: 770px;
    margin: auto; }
  section.control-contact-us button {
    color: #3982C7;
    font-size: 2.2rem;
    padding: 1em 0 5em; }

section.control-google-map {
  padding-top: 0;
  text-align: center;
  position: relative; }
  section.control-google-map p.address {
    position: absolute;
    top: 4em;
    width: 1000px;
    z-index: 999;
    width: 215px;
    left: 50%;
    margin-left: -107.5px;
    color: white; }
  section.control-google-map a {
    color: rgba(255, 255, 255, 0.4); }
  section.control-google-map .columns {
    margin-top: 4em; }
  section.control-google-map .button.big-button {
    background: transparent;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    color: #3982C7; }
  section.control-google-map h2 {
    margin: 0 0 .5em;
    font-size: 5.6rem;
    line-height: 7.1rem;
    color: white;
    text-transform: capitalize; }
  section.control-google-map h3 {
    font-size: 2.4rem;
    color: white;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 100; }
  @media (min-width: 750px) {
    section.control-google-map {
      padding-top: 0; } }
  section.control-google-map p {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.4);
    max-width: 770px;
    margin: auto; }
  section.control-google-map button {
    color: #3982C7;
    font-size: 2.2rem;
    padding: 1em 0 5em; }

section.features {
  padding: 4em 0;
  text-align: center; }
  section.features .fea-list {
    min-height: 500px; }
  section.features h2 {
    margin: 0 0 2em;
    font-size: 5.6rem;
    line-height: 7.1rem;
    color: white;
    text-transform: uppercase; }
  section.features h3 {
    color: white;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 46px; }
  section.features p {
    opacity: .4;
    font-size: 2.4rem;
    line-height: 3rem;
    color: white;
    max-width: 772px;
    margin: auto;
    font-weight: 100; }
  section.features p.term {
    opacity: 1;
    font-size: 3.2rem;
    line-height: 4.6rem;
    margin: 2em auto .5em; }
  section.features .columns {
    position: relative;
    text-align: center;
    color: #272727; }
    section.features .columns .fea-one,
    section.features .columns .fea-two,
    section.features .columns .fea-three,
    section.features .columns .fea-four {
      display: relative; }
      section.features .columns .fea-one::before,
      section.features .columns .fea-two::before,
      section.features .columns .fea-three::before,
      section.features .columns .fea-four::before {
        content: "";
        width: 120px;
        position: absolute;
        height: 100px;
        display: block;
        margin-left: -60px;
        left: 50%; }
    section.features .columns .fea-one::before {
      background: url(img/fea/1.svg) no-repeat center center; }
    section.features .columns .fea-two::before {
      background: url(img/fea/2.svg) no-repeat center center; }
    section.features .columns .fea-three::before {
      background: url(img/fea/3.svg) no-repeat center center; }
    section.features .columns .fea-four::before {
      background: url(img/fea/4.svg) no-repeat center center; }
    section.features .columns h3 {
      padding-top: 4em;
      max-width: 375px;
      margin-left: auto;
      margin-right: auto; }
    section.features .columns p {
      max-width: 375px;
      margin-left: auto;
      margin-right: auto; }
    section.features .columns strong {
      font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
      color: #272727; }

@media (min-width: 1000px) {
  section.features {
    padding: 12em 0 0; } }

section.team {
  background: url("img/team.png") no-repeat center center;
  background-size: cover;
  padding-top: 0;
  text-align: center;
  position: relative;
  min-height: 340px; }
  section.team h2 {
    margin: 0;
    font-size: 5.6rem;
    line-height: 7.1rem;
    color: white;
    text-transform: uppercase; }
  section.team h3 {
    font-size: 3.2rem;
    color: white;
    font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 100; }
  @media (min-width: 1000px) {
    section.team {
      padding-top: 24em;
      min-height: 64em; } }
  section.team .container {
    z-index: 99; }
  section.team .mask {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 98;
    background: rgba(31, 32, 39, 0.5);
    /*background-image: linear-gradient( rgba(31, 32, 39, 0) 0%, rgba(31, 32, 39, 0) 47%, #1f2027 100%); */}
  section.team::before {
    content: "";
    width: 100px;
    height: 100px;
    background-size: 100% auto;
    display: block;
    bottom: 0;
    position: absolute;
    width: 70%;
    left: 15%;
    height: 450px; }
  section.team h2 {
    max-width: 600px;
    margin: auto;
    color: #fff; }
  section.team h5 {
    color: #fff; }

section.static-page ul li {
  list-style-type: disc;
  font-size: 1.8rem;
  margin-left: 1em; }
  section.static-page ul li ul li {
    list-style-type: circle; }

section.static-page a {
  font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

footer {
  background: #F8F8F8;
  padding: 4em 1em 2em;
  text-align: center; }
  @media (min-width: 750px) {
    footer {
      padding: 4em 4em 2em;
      text-align: inherit; } }
  footer span.copyright {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.2rem;
    max-width: 200px;
    display: inline-block; }
    @media (min-width: 750px) {
      footer span.copyright {
        margin-top: 2em;
        max-width: 210px;
        float: right;
        display: block; } }
  footer ul {
    padding: 2em 0 0; }
    @media (min-width: 750px) {
      footer ul {
        padding: .84em 1em; } }
  footer li {
    width: 36%;
    font-size: 1.8rem;
    margin-right: 2em;
    text-align: left;
    display: inline-block; }
    @media (min-width: 750px) {
      footer li {
        width: inherit;
        display: inline-block;
        font-size: 1.8rem;
        margin-right: 2em; } }
    footer li:last-child a {
      display: none; }
      @media (min-width: 750px) {
        footer li:last-child a {
          color: #7C6AAD;
          display: inline-block; } }
    footer li a {
      color: #272727; }
  footer .zebralove {
    padding-top: 2em;
    font-size: 1.8rem;
    text-align: center; }
    footer .zebralove span::before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: -.7em .2em;
      background: url(img/hz-love.svg) no-repeat; }

#section-template {
  overflow: hidden;
  position: relative;
  width: 100%; }

.section-template_container_img_1 {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 70%;
  left: 0%;
  bottom: 0; }
  @media (min-width: 1000px) {
    .section-template_container_img_1 {
      top: 50%;
      width: 100%; } }

.section-template_background_img_1 {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 3em; }
  @media (min-width: 1000px) {
    .section-template_background_img_1 {
      display: inline-block;
      width: 50%;
      left: 20%;
      top: -20px; } }

.section-template_background_img_2 {
  position: absolute;
  z-index: 2;
  display: none; }
  @media (min-width: 1000px) {
    .section-template_background_img_2 {
      display: inline-block; } }

.section-template_container_img_2 {
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0%;
  display: none; }

.section-template_background_img_3 {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 44%;
  right: 36.4%;
  display: none; }
  @media (min-width: 1000px) {
    .section-template_background_img_3 {
      display: inline-block; } }

.section-template_background_img_4 {
  width: 70%;
  position: absolute;
  z-index: 1;
  right: -25%;
  top: -90%; }

html, body {
  height: 100%; }

.uslogo, .usnav-trigger {
  position: absolute;
  z-index: 3; }

.uslogo {
  width: 48px;
  margin: 36px 0 0 -24px;
  left: 50%;
  transition: opacity 0.3s, visibility 0.3s; }

.uslogo.project-open {
  opacity: 0;
  visibility: hidden; }

.usnav-trigger {
  top: 36px;
  right: 5%;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  transition: background 0.2s;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  color: transparent; }

.usnav-trigger .usicon,
.usnav-trigger .usicon::before,
.usnav-trigger .usicon::after {
  /* icon created in CSS */
  position: absolute;
  background-color: #1F2027;
  border-radius: 0px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.usnav-trigger .usicon {
  /* middle line of the menu icon */
  display: inline-block;
  width: 37px;
  height: 3px;
  margin-bottom: 10px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s; }

.usnav-trigger .usicon::before, .usnav-trigger .usicon::after {
  /* upper and lower lines of the menu icon */
  content: '';
  top: -7px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.usnav-trigger .usicon::after {
  /* upper and lower lines of the menu icon */
  content: '';
  top: 7px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.usnav-trigger .usicon::before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px); }

.usnav-trigger .usicon::after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px); }

.usnav-trigger.project-open .usicon {
  /* user selects a projects - transform the icon into a 'X' */
  background-color: rgba(255, 255, 255, 0); }

.usnav-trigger.project-open .usicon::before, .usnav-trigger.project-open .usicon::after {
  background-color: white; }

.usnav-trigger.project-open .usicon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.usnav-trigger.project-open .usicon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); }

.usnav-trigger.nav-open .usicon {
  background: transparent;
  /* user opens the navigation - transform the icon into an arrow */
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg); }

.usnav-trigger.nav-open .usicon::after {
  background: #3982C7;
  -webkit-transform: translateX(-5px) translateY(-3px) rotate(45deg) scaleX(1);
  transform: translateX(-5px) translateY(-3px) rotate(45deg) scaleX(1); }

.usnav-trigger.nav-open .usicon::before {
  background: #3982C7;
  -webkit-transform: translateX(-5px) translateY(10px) rotate(-45deg) scaleX(1);
  transform: translateX(-5px) translateY(10px) rotate(-45deg) scaleX(1); }

.thinner {
  opacity: .4; }

.usprimary-nav {
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 0;
  /* height = (100% - 9%) - 9% is the space taken by the projects when the navigation is open */
  height: 80%;
  width: 100%;
  overflow: auto;
  text-align: center;
  opacity: 0;
  transition: opacity 0s 0.2s;
  /* vertically align its content */
  display: table; }
  @media (min-width: 750px) {
    .usprimary-nav {
      top: 0; } }

.usprimary-nav ul {
  /* vertically align inside nav */
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s; }

.usprimary-nav a {
  display: inline-block;
  padding: 0 1em;
  border-radius: 4px;
  transition: background 0.2s;
  color: #FFFFFF;
  font-size: 4.2rem;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 750px) {
    .usprimary-nav a {
      padding: .4em 1em; } }

.no-touch .usprimary-nav a:hover {
  background-color: rgba(0, 0, 0, 0.6); }

.usprimary-nav.nav-open {
  opacity: 1;
  transition: opacity 0s; }

.usprimary-nav.nav-open ul {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media only screen and (min-width: 1170px) {
  .usprimary-nav a {
    font-size: 4.2rem; } }

.usprojects-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }

.usprojects-container .single-project {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  /* Force hardware acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.usprojects-container .single-project:nth-of-type(2) {
  -webkit-transform: translateY(33.33333%);
  transform: translateY(33.33333%); }

.usprojects-container .single-project:nth-of-type(3) {
  -webkit-transform: translateY(66.66667%);
  transform: translateY(66.66667%); }

.usprojects-container .single-project.selected {
  /* selected project */
  cursor: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.usprojects-container .single-project.selected ~ li {
  /* hide siblings projects */
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.usprojects-container.nav-open .single-project {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(91%);
  transform: translateY(91%); }

.usprojects-container.nav-open .single-project:nth-of-type(2) {
  -webkit-transform: translateY(94%);
  transform: translateY(94%); }

.usprojects-container.nav-open .single-project:nth-of-type(3) {
  -webkit-transform: translateY(97%);
  transform: translateY(97%); }

.usprojects-container.nav-open:hover .single-project {
  -webkit-transform: translateY(88%);
  transform: translateY(88%); }

.usprojects-container.nav-open:hover .single-project:nth-of-type(2) {
  -webkit-transform: translateY(92%);
  transform: translateY(92%); }

.usprojects-container.nav-open:hover .single-project:nth-of-type(3) {
  -webkit-transform: translateY(96%);
  transform: translateY(96%); }

.ustitle {
  position: relative;
  z-index: 1;
  height: 33.3333333333%;
  width: 100vw;
  text-align: center;
  /* vertical align its content */
  display: table; }

.ustitle::before {
  /* background image */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 300%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat; }

.ustitle::after {
  /* line below title -  visible on hover */
  content: '';
  position: absolute;
  left: 50%;
  top: calc(50% + 30px);
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0);
  transform: translateX(-50%) translateY(-50%) scaleX(0);
  height: 1px;
  width: 60px;
  background-color: #FFFFFF;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s; }

.single-project:nth-of-type(1) .ustitle {
  background-color: #2978A0; }

.single-project:nth-of-type(1) .ustitle::before {
  background-image: url(img/img-1.jpg); }

.single-project:nth-of-type(2) .ustitle {
  background-color: #315659; }

.single-project:nth-of-type(2) .ustitle::before {
  background-image: url(img/img-2.jpg); }

.single-project:nth-of-type(3) .ustitle {
  background-color: #BCAB79; }

.single-project:nth-of-type(3) .ustitle::before {
  background-image: url(img/img-3.jpg); }

.single-project:nth-of-type(1) .ustitle::before, .single-project:nth-of-type(2) .ustitle::before, .single-project:nth-of-type(3) .ustitle::before {
  background-size: cover; }

.ustitle h2 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  /* vertical align inside .ustitle */
  display: table-cell;
  vertical-align: middle;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  /* Force hardware acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.no-touch .ustitle:hover::after {
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(1);
  transform: translateX(-50%) translateY(-50%) scaleX(1); }

.no-touch .selected .ustitle:hover::after {
  transition: -webkit-transform 0s;
  transition: transform 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0);
  transform: translateX(-50%) translateY(-50%) scaleX(0); }

.selected .ustitle h2 {
  /* vertically center h2 in the full-height image*/
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

@media only screen and (min-width: 1170px) {
  .ustitle h2 {
    font-size: 3.6rem; } }

.usproject-info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s; }

.usproject-info::before {
  /* use to push the .content-wrapper below the intro project image */
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.usproject-info .content-wrapper {
  position: relative;
  z-index: 2;
  padding: 2em 0 3em;
  background-color: #FFFFFF; }

.usproject-info .content-wrapper > * {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  color: #253031; }

.usproject-info .content-wrapper p {
  margin-bottom: 2em;
  line-height: 2; }

.selected .usproject-info {
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  visibility: visible;
  transition: opacity 0s, visibility 0s; }

.usproject-info.has-boxshadow .content-wrapper {
  /* add a box-shadow while scrolling over the background image */
  box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2); }

@media only screen and (min-width: 1170px) {
  .usproject-info .content-wrapper {
    padding: 4em 0; }
  .usproject-info .content-wrapper p {
    font-size: 1.8rem; } }

.usscroll {
  /* scroll down arrow */
  position: fixed;
  z-index: 1;
  top: calc(100% - 100px);
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 48px;
  width: 48px;
  /* replace text with image */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  background: transparent url(img/usarrow.svg) no-repeat center center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s; }

.project-open .usscroll {
  opacity: 1;
  visibility: visible;
  -webkit-animation: ustranslate 1.2s 0.4s;
  animation: ustranslate 1.2s 0.4s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.project-open .has-boxshadow .usscroll {
  opacity: 0;
  visibility: hidden; }

@-webkit-keyframes ustranslate {
  0% {
    -webkit-transform: translateX(-50%); }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%); }
  100% {
    -webkit-transform: translateX(-50%); } }

@keyframes ustranslate {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

/* -------------------------------- -------------------------------- */
.no-js .usnav-trigger, .no-js .usscroll {
  display: none; }

.no-js .usprimary-nav {
  position: relative;
  height: auto;
  min-height: 94px;
  display: block;
  opacity: 1; }

.no-js .usprimary-nav::after {
  clear: both;
  content: "";
  display: table; }

.no-js .usprimary-nav ul {
  display: block;
  padding-left: calc(5% + 60px);
  float: right;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.no-js .usprimary-nav ul::after {
  clear: both;
  content: "";
  display: table; }

.no-js .usprimary-nav li {
  display: inline-block;
  float: left;
  margin-top: 1.4em; }

.no-js .usprimary-nav li.uslabel {
  display: none; }

.no-js .usprimary-nav a {
  font-size: 1.6em; }

.no-js .usprojects-container {
  height: auto; }

.no-js .usprojects-container .single-project {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  cursor: auto; }

.no-js .usprojects-container .ustitle {
  height: 300px; }

.no-js .usprojects-container .ustitle::before {
  height: 300px; }

.no-js .usprojects-container h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.no-js .usprojects-container h2::after {
  display: none; }

.no-js .usproject-info {
  position: relative;
  height: auto;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

.no-js .usproject-info .content-wrapper {
  margin-top: 0; }

/** Custom Select **/
form.download {
  width: 100%;
  max-width: 425px;
  position: relative;
  margin: auto; }

input.custom-input {
  background: transparent;
  height: 63px;
  margin: 0;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  font-size: 2.2rem;
  color: #fff;
  line-height: 60px;
  width: 100%;
  max-width: 425px;
  padding: 0 95px 0 0;
  margin-top: 1.5em; }
  @media (min-width: 750px) {
    input.custom-input {
      width: 425px; } }
  input.custom-input:focus {
    border: 0;
    border-bottom: 3px solid rgba(255, 255, 255, 0.4);
    outline: 0; }
  input.custom-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    left: 0;
    padding: 0; }
  input.custom-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    left: 0;
    padding: 0; }
  input.custom-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    left: 0;
    padding: 0; }
  input.custom-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    left: 0;
    padding: 0; }

input.custom-submit {
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: -1px;
  color: #3982C7;
  font-size: 2.2rem;
  text-transform: capitalize;
  font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
  padding: 0 0 0 20px;
  transition: all .3s ease-in-out; }
  input.custom-submit:hover {
    color: #4BA7FF; }

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }
  .custom-select-wrapper .custom-select-wrapper select {
    display: none; }
  .custom-select-wrapper .custom-select {
    position: relative;
    display: inline-block;
    width: 100%; }
    .custom-select-wrapper .custom-select .custom-select-trigger {
      position: relative;
      display: block;
      width: 100%;
      max-width: 425px;
      padding: 0 0;
      font-size: 2.2rem;
      color: #fff;
      line-height: 60px;
      background: transparent;
      border-radius: 0;
      border-bottom: 3px solid rgba(255, 255, 255, 0.4);
      cursor: pointer;
      text-align: left; }
      @media (min-width: 750px) {
        .custom-select-wrapper .custom-select .custom-select-trigger {
          width: 425px;
          max-width: 100%; } }
      .custom-select-wrapper .custom-select .custom-select-trigger::after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        transition: all .1s ease-in-out;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0; }
  .custom-select-wrapper .custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%); }
  .custom-select-wrapper .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    background: red;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
    background: #16171B;
    z-index: 999;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  .custom-select-wrapper .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .custom-select-wrapper .custom-select.opened .custom-options .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%;
      right: 25px;
      width: 7px;
      height: 7px;
      margin-bottom: -4px;
      background: transparent;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      transition: all .1s ease-in-out; }
    .custom-select-wrapper .custom-select.opened .custom-options .option-hover:before {
      background: #16171B; }
    .custom-select-wrapper .custom-select.opened .custom-options .custom-option {
      position: relative;
      display: block;
      padding: 10px 22px;
      font-size: 2.4rem;
      background: #16171B;
      font-family: "Circular Book", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #b5b5b5;
      line-height: 47px;
      cursor: pointer;
      transition: all .1s ease-in-out; }
    .custom-select-wrapper .custom-select.opened .custom-options .custom-option:hover,
    .custom-select-wrapper .custom-select.opened .custom-options .custom-option.selection {
      background: #1F2027; }

.dribbble {
  padding: 0; }
  .dribbble.visible ul li {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .dribbble.loading ul:before {
    opacity: 1;
    visibility: visible;
    -webkit-animation-play-state: running;
    animation-play-state: running; }
  .dribbble > h2 {
    margin: 60px 30px;
    letter-spacing: -0.05em;
    text-align: center; }
  .dribbble h2 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1; }
  .dribbble ul {
    min-height: 200px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
    margin: 0 0 2%; }
    .dribbble ul:before {
      display: block;
      content: '';
      width: 80px;
      height: 80px;
      margin: auto;
      background: url(img/spinner.png) no-repeat center;
      background-size: 50px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-animation: spin 600ms linear infinite;
      animation: spin 600ms linear infinite;
      -webkit-animation-play-state: paused;
      animation-play-state: paused;
      opacity: 0;
      visibility: hidden;
      transition: all 300ms; }
    .dribbble ul li {
      display: block;
      width: 90%;
      overflow: hidden;
      float: left;
      margin: 1.4%;
      position: relative;
      transition: -webkit-transform 600ms, opacity 600ms;
      transition: transform 600ms, opacity 600ms;
      opacity: 0;
      -webkit-transform: scale3d(0.6, 0.6, 1);
      transform: scale3d(0.6, 0.6, 1);
      border-bottom: none; }
      @media (min-width: 750px) {
        .dribbble ul li {
          width: 30%; } }
      .dribbble ul li .mask {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        z-index: 9;
        background: linear-gradient( rgba(31, 32, 39, 0), rgba(31, 32, 39, 0.66)) repeat; }
      .dribbble ul li img {
        width: 100%; }
      .dribbble ul li a {
        display: block;
        color: #fff; }
      .dribbble ul li .info {
        width: 100%;
        height: 100%;
        padding: 10px 15px;
        background: linear, to bottom, transparent 60%, rgba(0, 0, 0, 0.4) 100%;
        position: absolute;
        z-index: 2;
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0);
        transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0);
        -webkit-perspective: 1000px;
        perspective: 1000px;
        transition: all 300ms;
        box-sizing: border-box; }
      .dribbble ul li .info .details {
        width: 100%;
        line-height: 1; }
      .dribbble ul li .info .title {
        display: inline;
        color: inherit;
        margin: 10px;
        text-align: center;
        width: 100%;
        font-size: 1.3em;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
        letter-spacing: initial; }
      .dribbble ul li .info img {
        display: block;
        width: 100%;
        transition: all 300ms;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-filter: blur(0px); }

#map-canvas {
  max-width: 100%;
  height: 100vh;
  padding: 0px; }
  #map-canvas::before {
    content: '';
    background: linear-gradient( #1F2027, rgba(31, 32, 39, 0)) left repeat;
    height: 50vh;
    display: block;
    position: absolute;
    z-index: 9999;
    width: 100%; }

#map-canvas img {
  /* Prevent streetview buddy from getting squished by img max-width: 100% */
  max-width: none; }

#infowindow-content ul {
  list-style: none;
  padding: 0; }

#infowindow-content ul li {
  padding-bottom: 3px; }

@-webkit-keyframes loading {
  from { }
  -webkit-transform: rotate(-1080deg);
  transform: rotate(-1080deg); }

@keyframes loading {
  from { }
  -webkit-transform: rotate(-1080deg);
  transform: rotate(-1080deg); }
