@charset "UTF-8";
/**
 * @author:     Vincent V. Toscano
 * @version:    2.7
 * @date:       9/01/12
 * @time:       1:59 PM
 * reset --- CSS3 reset template.
 */
::after, ::before, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent;
  pointer-events: inherit;
  -webkit-opacity: inherit;
  -khtml-opacity: inherit;
  -moz-opacity: inherit;
  opacity: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

:focus {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

html, body {
  font: normal normal normal 10pt/normal Arial, Helvetica, sans-serif;
  color: #9e9e9e; }

p, span, div, * {
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a img, textarea {
  border: 0 none;
  outline: none;
  background: transparent; }

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:hover {
  cursor: pointer;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

input[type="button"] {
  width: 100px;
  font-weight: bold; }

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

caption, th, td {
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

article, aside, button, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

@font-face {
  font-family: 'Monument Extended';
  src: url("../assets/fonts/MonumentExtended-Regular.eot");
  src: url("../assets/fonts/MonumentExtended-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MonumentExtended-Regular.woff") format("woff"), local(Monument Extended), url("../assets/fonts/MonumentExtended-Regular.ttf") format("truetype"), url("../assets/fonts/MonumentExtended-Regular.svg#MonumentExtended-Regular") format("svg");
  font-weight: normal !important;
  font-style: normal !important; }
/*
<single-animation>#
where
<single-animation> = <time> || <timing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]

where
<timing-function> = linear | <cubic-bezier-timing-function> | <step-timing-function>
<single-animation-iteration-count> = infinite | <number>
<single-animation-direction> = normal | reverse | alternate | alternate-reverse
<single-animation-fill-mode> = none | forwards | backwards | both
<single-animation-play-state> = running | paused
<keyframes-name> = <custom-ident> | <string>

                    where
<cubic-bezier-timing-function> = ease | ease-in | ease-out | ease-in-out | cubic-bezier(<number>, <number>, <number>, <number>)
<step-timing-function> = step-start | step-end | steps(<integer>[, <step-position>]?)

where
<step-position> = jump-start | jump-end | jump-none | jump-both | start | end
 */
* {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.hero-chevron {
  position: absolute;
  height: 38px;
  width: 71px;
  left: 50%;
  bottom: 3%;
  margin: 0 -35.5px 0 0;
  background-image: url("../images/down_arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1.65s;
  -webkit-animation-name: ani-chevron-bounce;
  -webkit-animation-fill-mode: both;
  -webkit-animation-direction: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-delay: 0;
  -moz-animation-duration: 1.65s;
  -moz-animation-name: ani-chevron-bounce;
  -moz-animation-fill-mode: both;
  -moz-animation-direction: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-delay: 0;
  animation-duration: 1.65s;
  animation-name: ani-chevron-bounce;
  animation-fill-mode: both;
  animation-direction: ease;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.tile-hero {
  width: 100%;
  height: 600px;
  min-height: 1px;
  background: rebeccapurple;
  background-image: url("../images/santa_monica_n_las_palmas.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0; }

@-webkit-keyframes ani-chevron-bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); } }
@-moz-keyframes ani-chevron-bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); } }
@-o-keyframes ani-chevron-bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); } }
@keyframes ani-chevron-bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); } }
main {
  display: block;
  position: relative; }
  main .MonumentExtended-Regular {
    font-family: Monument Extended;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7da2ba; }

.global-nav-wipe-1 {
  position: relative;
  display: block;
  height: 48px;
  width: 100%; }
  .global-nav-wipe-1 .wipe {
    position: absolute;
    display: block;
    height: 48px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: skew(-30deg) translateX(-100%);
    -moz-transform: skew(-30deg) translateX(-100%);
    -ms-transform: skew(-30deg) translateX(-100%);
    -o-transform: skew(-30deg) translateX(-100%);
    transform: skew(-30deg) translateX(-100%); }
    .global-nav-wipe-1 .wipe.one {
      background: #0a154b; }
    .global-nav-wipe-1 .wipe.two {
      background: #0e2178; }
    .global-nav-wipe-1 .wipe.three {
      background: #1c49f9; }

.parallelograms-and-masking-1 .parallelogram {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  left: 12px;
  overflow: hidden;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg); }
  .parallelograms-and-masking-1 .parallelogram ._standardRatio {
    width: auto;
    height: 100%;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  .parallelograms-and-masking-1 .parallelogram.--mod {
    background: #0e2178; }
.parallelograms-and-masking-1 parallelograms-and-masking-1-svg:not(:root) {
  overflow: hidden; }
.parallelograms-and-masking-1 parallelograms-and-masking-1-svg {
  display: inline-block;
  position: relative;
  width: auto;
  height: 48px; }
  .parallelograms-and-masking-1 parallelograms-and-masking-1-svg pattern {
    background: #70a40b; }
  .parallelograms-and-masking-1 parallelograms-and-masking-1-svg polygon {
    background: #1c49f9; }

.column-example {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: nowrap column;
  flex-flow: nowrap column;
  height: 100vh; }
  .column-example .column-example-main {
    width: 100%;
    padding: 0 5% 5% 5%;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .column-example .column-example-main:after {
      content: ""; }
    .column-example .column-example-main .column-example-cont {
      position: relative;
      -webkit-columns: 2 auto;
      -moz-columns: 2 auto;
      -o-columns: 2 auto;
      columns: 2 auto;
      -webkit-column-gap: 20px 2;
      -moz-column-gap: 20px 2;
      -o-column-gap: 20px 2;
      column-gap: 20px 2;
      overflow: auto; }
      .column-example .column-example-main .column-example-cont .column-img {
        width: 100%; }
  .column-example .column-example-sub-main {
    position: relative;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
    height: 50px;
    background: #7da2ba;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .column-example footer {
    width: 100%;
    height: 75px;
    display: block;
    background: #262626;
    -webkit-flex: 1;
    flex: 1;
    padding: 75px;
    overflow: hidden;
    text-align: center; }

.sprite-sheet-1 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: nowrap column;
  flex-flow: nowrap column;
  height: 100vh; }
  .sprite-sheet-1 .sprite-sheet-1-main {
    width: 100%;
    padding: 0 5% 5% 5%;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .sprite-sheet-1 .sprite-sheet-1-main:after {
      content: ""; }
    .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell {
      display: inline-block;
      position: relative;
      float: left;
      margin: 0 5px 0 0;
      width: 24px;
      height: 24px;
      background-image: url(../assets/imgs/509Construction_icons.svg?ase);
      background-repeat: no-repeat;
      background-size: 504px;
      background-color: transparent; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="drop-down-arrow"] {
        background-position: 0 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="avatar-admin"] {
        background-position: -24px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="avatar-manager"] {
        background-position: -48px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="avatar-laborer"] {
        background-position: -72px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="item-add"] {
        background-position: -96px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="item-subtract"] {
        background-position: -120px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="location-marker-blue"] {
        background-position: -144px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="error-exclamation-point"] {
        background-position: -168px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="magnifying-glass"] {
        background-position: -192px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="timer-play"] {
        background-position: -216px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="timer-stop"] {
        background-position: -240px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="close-blue"] {
        background-position: -264px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="close-white"] {
        background-position: -288px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="timer-clock"] {
        background-position: -312px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="trash"] {
        background-position: -336px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="turkey-hamburger"] {
        background-position: -360px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="chevron-button"] {
        background-position: -384px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="location-marker-yellow"] {
        background-position: -408px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="arrow-right"] {
        background-position: -432px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="checkmark-white"] {
        background-position: -456px 0; }
      .sprite-sheet-1 .sprite-sheet-1-main .sprite-sheet-1-cell[data-my-icon="checkmark-blue"] {
        background-position: -480px 0; }
  .sprite-sheet-1 .sprite-sheet-1-sub-main {
    position: relative;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
    height: 50px;
    background: #7da2ba;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .sprite-sheet-1 footer {
    width: 100%;
    height: 75px;
    display: block;
    background: #262626;
    -webkit-flex: 1;
    flex: 1;
    padding: 75px;
    overflow: hidden;
    text-align: center; }

@namespace svg url(http://www.w3.org/2000/svg);
/* Necessary to select only SVG <a> elemnents, and not also HTML’s.
   See warning below */
.set-text-on-a-circle-1 {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row; }
  .set-text-on-a-circle-1 .set-text-on-a-circle-1-main {
    width: 100%;
    min-height: 80vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    padding: 100px 10% 0 10%;
    background: #3A646E;
    /*
        Circle 1
     */ }
    .set-text-on-a-circle-1 .set-text-on-a-circle-1-main:after {
      content: ""; }
    .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-cont {
      position: relative;
      overflow: auto; }
    .set-text-on-a-circle-1 .set-text-on-a-circle-1-main svg|a:link, .set-text-on-a-circle-1 .set-text-on-a-circle-1-main svg|a:visited {
      cursor: n-resize; }
    .set-text-on-a-circle-1 .set-text-on-a-circle-1-main svg|a text,
    .set-text-on-a-circle-1 .set-text-on-a-circle-1-main text svg|a {
      /* Even for text, SVG uses fill over color */
      text-decoration: underline; }
    .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 {
      display: inline-block;
      position: relative;
      width: 150px;
      height: 150px;
      overflow: visible;
      margin: 10px 10px 10px 10px;
      -webkit-animation-delay: 0.5;
      -webkit-animation-duration: 60s;
      -webkit-animation-name: ani-set-text-on-a-circle-1;
      -webkit-animation-fill-mode: both;
      -webkit-animation-direction: ease;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-delay: 0.5;
      -moz-animation-duration: 60s;
      -moz-animation-name: ani-set-text-on-a-circle-1;
      -moz-animation-fill-mode: both;
      -moz-animation-direction: ease;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      animation-delay: 0.5;
      animation-duration: 60s;
      animation-name: ani-set-text-on-a-circle-1;
      animation-fill-mode: both;
      animation-direction: ease;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
      .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1:hover {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused; }
      .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link {
        background: #F79DA4;
        -webkit-transition: fill 0.3s ease-in-out, color 0.5s linear;
        -moz-transition: fill 0.3s ease-in-out, color 0.5s linear;
        -ms-transition: fill 0.3s ease-in-out, color 0.5s linear;
        -o-transition: fill 0.3s ease-in-out, color 0.5s linear;
        transition: fill 0.3s ease-in-out, color 0.5s linear; }
        .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link.style1 {
          fill: #A5F4ED; }
        .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link.style2 {
          fill: #E0FCF9; }
        .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link.style3 {
          fill: #FFD9DB; }
        .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link.style4 {
          fill: #FFB6BC; }
        .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link.style5 {
          fill: #F79DA4; }
        .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link:visited {
          background: lightcoral; }
        .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link:focus, .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link.disabled, .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link[disabled] {
          fill: lightcoral;
          background: lightcoral; }
        .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 .set-text-on-a-circle-1-link:hover {
          fill: #81b1aa; }
      .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ1 path {
        background: transparent; }
    .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-colorway {
      display: block;
      width: 100px;
      height: 100px;
      background: #A5F4ED; }
      .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-colorway:nth-of-type(2) {
        background: #E0FCF9; }
      .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-colorway:nth-of-type(3) {
        background: #FFD9DB; }
      .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-colorway:nth-of-type(4) {
        background: #FFB6BC; }
      .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-colorway:nth-of-type(5) {
        background: #F79DA4; }
    .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-circ2 circle {
      fill: #A5F4ED;
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      -webkit-transform: scale(1);
      -webkit-animation-delay: 0;
      -webkit-animation-duration: 3s;
      -webkit-animation-name: ani-set-text-on-a-circle-2;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-direction: ease;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-delay: 0;
      -moz-animation-duration: 3s;
      -moz-animation-name: ani-set-text-on-a-circle-2;
      -moz-animation-fill-mode: forwards;
      -moz-animation-direction: ease;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      animation-delay: 0;
      animation-duration: 3s;
      animation-name: ani-set-text-on-a-circle-2;
      animation-fill-mode: forwards;
      animation-direction: ease;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
    .set-text-on-a-circle-1 .set-text-on-a-circle-1-main .set-text-on-a-circle-1-experiment {
      filter: hue-rotate(180deg) invert(100%);
      -webkit-filter: hue-rotate(180deg) invert(100%);
      -moz-filter: hue-rotate(180deg) invert(100%);
      -o-filter: hue-rotate(180deg) invert(100%);
      -ms-filter: hue-rotate(180deg) invert(100%); }
  .set-text-on-a-circle-1 footer {
    width: 100%;
    display: block;
    background: #4c828f;
    color: #E0FCF9;
    padding: 75px;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 1px 1px 10px 3px #365e67;
    -moz-box-shadow: 1px 1px 10px 3px #365e67;
    box-shadow: 1px 1px 10px 3px #365e67; }

@-webkit-keyframes ani-set-text-on-a-circle-1 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes ani-set-text-on-a-circle-1 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-o-keyframes ani-set-text-on-a-circle-1 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes ani-set-text-on-a-circle-1 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes ani-set-text-on-a-circle-2 {
  0% {
    fill: #A5F4ED; }
  15% {
    fill: #E0FCF9; }
  50% {
    fill: #FFD9DB; }
  75% {
    fill: #FFB6BC; }
  99% {
    fill: #F79DA4; } }
@-moz-keyframes ani-set-text-on-a-circle-2 {
  0% {
    fill: #A5F4ED; }
  15% {
    fill: #E0FCF9; }
  50% {
    fill: #FFD9DB; }
  75% {
    fill: #FFB6BC; }
  99% {
    fill: #F79DA4; } }
@-o-keyframes ani-set-text-on-a-circle-2 {
  0% {
    fill: #A5F4ED; }
  15% {
    fill: #E0FCF9; }
  50% {
    fill: #FFD9DB; }
  75% {
    fill: #FFB6BC; }
  99% {
    fill: #F79DA4; } }
@keyframes ani-set-text-on-a-circle-2 {
  0% {
    fill: #A5F4ED; }
  15% {
    fill: #E0FCF9; }
  50% {
    fill: #FFD9DB; }
  75% {
    fill: #FFB6BC; }
  99% {
    fill: #F79DA4; } }
.diagonal-lines-1 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: nowrap column;
  flex-flow: nowrap column;
  height: 100vh; }
  .diagonal-lines-1 .diagonal-lines-1-main {
    width: 100%;
    height: 80vh;
    padding: 0 5% 5% 5%;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .diagonal-lines-1 .diagonal-lines-1-hatch {
    width: 100%;
    height: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  .diagonal-lines-1 .diagonal-lines-1-hatch--progess02 {
    background: lightsteelblue;
    overflow: hidden; }
    .diagonal-lines-1 .diagonal-lines-1-hatch--progess02:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 400%;
      /*we keep 0deg in the gradient*/
      background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, black 20px, black 40px);
      animation: loading-slide 20s linear infinite;
      transform: translateX(-60%); }
@keyframes loading-slide {
  to {
    transform: translateX(0); } }
  .diagonal-lines-1 li {
    margin: 30px 0 30px 0;
    display: inline-block;
    background-color: lightseagreen;
    position: relative;
    z-index: 0;
    overflow: hidden; }
  .diagonal-lines-1 li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 400%;
    /*we keep 0deg in the gradient*/
    background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, black 10px, black 20px);
    transform: skewX(-30deg) translateX(-60%);
    transform-origin: bottom left;
    animation: loading-slide2 80s linear infinite; }
@keyframes loading-slide2 {
  to {
    transform: translateX(0) skewX(-30deg); } }
  .diagonal-lines-1 .alt li {
    background: lightslategrey;
    background-image: repeating-linear-gradient(30deg, transparent, transparent 10px, dimgray 10px, dimgray 20px); }
    .diagonal-lines-1 .alt li:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 400%;
      background-image: repeating-linear-gradient(60deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px);
      transform-origin: bottom right;
      animation: loading-slide3 80s linear infinite; }
@keyframes loading-slide3 {
  to {
    transform: translateX(-20%); } }
  .diagonal-lines-1 footer {
    width: 100%;
    height: 75px;
    display: block;
    background: #262626;
    -webkit-flex: 1;
    flex: 1;
    padding: 75px;
    overflow: hidden;
    text-align: center; }

.animate-text-fill-color {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c649f+0,009c7f+56,00660f+75,3b4166+101 */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-flex-flow: nowrap column;
  flex-flow: nowrap column; }
  .animate-text-fill-color .animate-text-fill-color-main {
    width: 100%;
    height: 80vh;
    padding: 0 5% 5% 5%;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    background: linear-gradient(rgba(92, 100, 159, 0.8) -71.43%, rgba(92, 100, 159, 0.1) 60%);
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto; }
  .animate-text-fill-color .text-gradient {
    font-family: Inter-Light, Arial, Helvetica, "Helvetica Neue";
    font-size: 32px;
    -webkit-text-fill-color: transparent;
    color: #3c4054;
    /* Fallback */
    background: #5c649f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #5c649f 0%, #009c7f 56%, #008f72 75%, #3b4166 101%);
    background: -webkit-linear-gradient(left, #5c649f 0%, #009c7f 56%, #008f72 75%, #3b4166 101%);
    background: linear-gradient(to right, #5c649f 0%, #009c7f 56%, #008f72 75%, #3b4166 101%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c649f', endColorstr='#009c7f',GradientType=1 );
    background-position-x: initial;
    background-position-y: initial;
    background-size: 400% 400%;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: ani-text-bkgd;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-direction: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-delay: 0;
    -moz-animation-duration: 10s;
    -moz-animation-name: ani-text-bkgd;
    -moz-animation-fill-mode: forwards;
    -moz-animation-direction: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-delay: 0;
    animation-duration: 10s;
    animation-name: ani-text-bkgd;
    animation-fill-mode: forwards;
    animation-direction: ease;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
@-webkit-keyframes ani-text-bkgd {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }
@-moz-keyframes ani-text-bkgd {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }
@-o-keyframes ani-text-bkgd {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }
@keyframes ani-text-bkgd {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }
  .animate-text-fill-color footer {
    display: block;
    width: 100%;
    height: 75px;
    padding: 75px;
    -webkit-flex: 1;
    flex: 1;
    background: transparent;
    overflow: hidden;
    text-align: center; }

.animate-progress-arc-1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c649f+0,009c7f+56,00660f+75,3b4166+101 */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-flex-flow: nowrap column;
  flex-flow: nowrap column; }
  .animate-progress-arc-1 .animate-progress-arc-1-main {
    background: #009c7f;
    width: 100%;
    height: 80vh;
    padding: 0 5% 5% 5%;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto; }
  .animate-progress-arc-1 .progressArc {
    max-height: 24px;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: ani-progress-spin;
    -webkit-animation-fill-mode: none;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-delay: 0;
    -moz-animation-duration: 5s;
    -moz-animation-name: ani-progress-spin;
    -moz-animation-fill-mode: none;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-delay: 0;
    animation-duration: 5s;
    animation-name: ani-progress-spin;
    animation-fill-mode: none;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
    .animate-progress-arc-1 .progressArc .progressArc__path {
      fill: none;
      stroke: #FFFFFF;
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-miterlimit: 10;
      stroke-dasharray: 282.743343;
      stroke-dashoffset: 280;
      transform-origin: 50% 50%; }
      .animate-progress-arc-1 .progressArc .progressArc__path:nth-child(1) {
        -webkit-animation-delay: 0.25s;
        -webkit-animation-duration: 5s;
        -webkit-animation-name: circle__svg-circle;
        -webkit-animation-fill-mode: both;
        -webkit-animation-direction: normal;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-delay: 0.25s;
        -moz-animation-duration: 5s;
        -moz-animation-name: circle__svg-circle;
        -moz-animation-fill-mode: both;
        -moz-animation-direction: normal;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;
        animation-delay: 0.25s;
        animation-duration: 5s;
        animation-name: circle__svg-circle;
        animation-fill-mode: both;
        animation-direction: normal;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        -webkit-opacity: 0.33;
        -khtml-opacity: 0.33;
        -moz-opacity: 0.33;
        opacity: 0.33; }
      .animate-progress-arc-1 .progressArc .progressArc__path:nth-child(2) {
        -webkit-animation-delay: 0.5s;
        -webkit-animation-duration: 5s;
        -webkit-animation-name: circle__svg-circle;
        -webkit-animation-fill-mode: both;
        -webkit-animation-direction: normal;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-delay: 0.5s;
        -moz-animation-duration: 5s;
        -moz-animation-name: circle__svg-circle;
        -moz-animation-fill-mode: both;
        -moz-animation-direction: normal;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;
        animation-delay: 0.5s;
        animation-duration: 5s;
        animation-name: circle__svg-circle;
        animation-fill-mode: both;
        animation-direction: normal;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        -webkit-opacity: 0.66;
        -khtml-opacity: 0.66;
        -moz-opacity: 0.66;
        opacity: 0.66; }
      .animate-progress-arc-1 .progressArc .progressArc__path:nth-child(3) {
        -webkit-animation-delay: 0.75s;
        -webkit-animation-duration: 5s;
        -webkit-animation-name: circle__svg-circle;
        -webkit-animation-fill-mode: both;
        -webkit-animation-direction: normal;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-delay: 0.75s;
        -moz-animation-duration: 5s;
        -moz-animation-name: circle__svg-circle;
        -moz-animation-fill-mode: both;
        -moz-animation-direction: normal;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;
        animation-delay: 0.75s;
        animation-duration: 5s;
        animation-name: circle__svg-circle;
        animation-fill-mode: both;
        animation-direction: normal;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        -webkit-opacity: 0.99;
        -khtml-opacity: 0.99;
        -moz-opacity: 0.99;
        opacity: 0.99; }
@-webkit-keyframes ani-progress-arc {
  0%,
	25% {
    stroke-dashoffset: 280; }
  50%,
	75% {
    stroke-dashoffset: 75; }
  100% {
    stroke-dashoffset: 280; } }
@-moz-keyframes ani-progress-arc {
  0%,
	25% {
    stroke-dashoffset: 280; }
  50%,
	75% {
    stroke-dashoffset: 75; }
  100% {
    stroke-dashoffset: 280; } }
@-o-keyframes ani-progress-arc {
  0%,
	25% {
    stroke-dashoffset: 280; }
  50%,
	75% {
    stroke-dashoffset: 75; }
  100% {
    stroke-dashoffset: 280; } }
@keyframes ani-progress-arc {
  0%,
	25% {
    stroke-dashoffset: 280; }
  50%,
	75% {
    stroke-dashoffset: 75; }
  100% {
    stroke-dashoffset: 280; } }
@-webkit-keyframes ani-progress-spin {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
@-moz-keyframes ani-progress-spin {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
@-o-keyframes ani-progress-spin {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
@keyframes ani-progress-spin {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
  .animate-progress-arc-1 .text-gradient {
    font-family: Inter-Light, Arial, Helvetica, "Helvetica Neue";
    font-size: 32px;
    -webkit-text-fill-color: transparent;
    color: #3c4054;
    /* Fallback */
    background: #5c649f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #5c649f 0%, #009c7f 56%, #008f72 75%, #3b4166 101%);
    background: -webkit-linear-gradient(left, #5c649f 0%, #009c7f 56%, #008f72 75%, #3b4166 101%);
    background: linear-gradient(to right, #5c649f 0%, #009c7f 56%, #008f72 75%, #3b4166 101%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c649f', endColorstr='#009c7f',GradientType=1 );
    background-position-x: initial;
    background-position-y: initial;
    background-size: 400% 400%;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: text;
    -webkit-background-clip: text; }
@-webkit-keyframes circle__svg-circle {
  0%, 25% {
    stroke-dashoffset: 274.26104271;
    transform: rotate(0); }
  50%, 75% {
    stroke-dashoffset: 70.68583575;
    transform: rotate(45deg); }
  100% {
    stroke-dashoffset: 274.26104271;
    transform: rotate(360deg); } }
@-moz-keyframes circle__svg-circle {
  0%, 25% {
    stroke-dashoffset: 274.26104271;
    transform: rotate(0); }
  50%, 75% {
    stroke-dashoffset: 70.68583575;
    transform: rotate(45deg); }
  100% {
    stroke-dashoffset: 274.26104271;
    transform: rotate(360deg); } }
@-o-keyframes circle__svg-circle {
  0%, 25% {
    stroke-dashoffset: 274.26104271;
    transform: rotate(0); }
  50%, 75% {
    stroke-dashoffset: 70.68583575;
    transform: rotate(45deg); }
  100% {
    stroke-dashoffset: 274.26104271;
    transform: rotate(360deg); } }
@keyframes circle__svg-circle {
  0%, 25% {
    stroke-dashoffset: 274.26104271;
    transform: rotate(0); }
  50%, 75% {
    stroke-dashoffset: 70.68583575;
    transform: rotate(45deg); }
  100% {
    stroke-dashoffset: 274.26104271;
    transform: rotate(360deg); } }
  .animate-progress-arc-1 footer {
    display: block;
    width: 100%;
    height: 75px;
    padding: 75px;
    -webkit-flex: 1;
    flex: 1;
    background: transparent;
    overflow: hidden;
    text-align: center; }

.animate-progress-arc-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-flex-flow: nowrap column;
  flex-flow: nowrap column;
  overflow: hidden; }
  .animate-progress-arc-2 .animate-progress-arc-2-main {
    background: #009c7f;
    width: 100%;
    height: 80vh;
    padding: 0 5% 5% 5%;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto; }
  .animate-progress-arc-2 .progressArc {
    overflow: hidden;
    max-height: 240px;
    width: auto;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: ani-progress-spin;
    -webkit-animation-fill-mode: none;
    -webkit-animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-delay: 0;
    -moz-animation-duration: 5s;
    -moz-animation-name: ani-progress-spin;
    -moz-animation-fill-mode: none;
    -moz-animation-direction: normal;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-delay: 0;
    animation-duration: 5s;
    animation-name: ani-progress-spin;
    animation-fill-mode: none;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
    .animate-progress-arc-2 .progressArc .progressArc__path {
      max-height: 240px;
      fill: none;
      stroke: #FFFFFF;
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-miterlimit: 10;
      stroke-dasharray: 63.0759, 63.0759;
      stroke-dashoffset: 63.0759;
      transform-origin: 50% 50%; }
      .animate-progress-arc-2 .progressArc .progressArc__path:nth-child(1) {
        -webkit-animation-delay: 0;
        -webkit-animation-duration: 4s;
        -webkit-animation-name: ani-progress-arc-2-path;
        -webkit-animation-fill-mode: both;
        -webkit-animation-direction: normal;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-delay: 0;
        -moz-animation-duration: 4s;
        -moz-animation-name: ani-progress-arc-2-path;
        -moz-animation-fill-mode: both;
        -moz-animation-direction: normal;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;
        animation-delay: 0;
        animation-duration: 4s;
        animation-name: ani-progress-arc-2-path;
        animation-fill-mode: both;
        animation-direction: normal;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        -webkit-opacity: 0.33;
        -khtml-opacity: 0.33;
        -moz-opacity: 0.33;
        opacity: 0.33; }
      .animate-progress-arc-2 .progressArc .progressArc__path:nth-child(2) {
        -webkit-animation-delay: 0.64s;
        -webkit-animation-duration: 4s;
        -webkit-animation-name: ani-progress-arc-2-path;
        -webkit-animation-fill-mode: both;
        -webkit-animation-direction: normal;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-delay: 0.64s;
        -moz-animation-duration: 4s;
        -moz-animation-name: ani-progress-arc-2-path;
        -moz-animation-fill-mode: both;
        -moz-animation-direction: normal;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;
        animation-delay: 0.64s;
        animation-duration: 4s;
        animation-name: ani-progress-arc-2-path;
        animation-fill-mode: both;
        animation-direction: normal;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        -webkit-opacity: 0.66;
        -khtml-opacity: 0.66;
        -moz-opacity: 0.66;
        opacity: 0.66; }
      .animate-progress-arc-2 .progressArc .progressArc__path:nth-child(3) {
        -webkit-animation-delay: 0.96s;
        -webkit-animation-duration: 4s;
        -webkit-animation-name: ani-progress-arc-2-path;
        -webkit-animation-fill-mode: both;
        -webkit-animation-direction: normal;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-delay: 0.96s;
        -moz-animation-duration: 4s;
        -moz-animation-name: ani-progress-arc-2-path;
        -moz-animation-fill-mode: both;
        -moz-animation-direction: normal;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;
        animation-delay: 0.96s;
        animation-duration: 4s;
        animation-name: ani-progress-arc-2-path;
        animation-fill-mode: both;
        animation-direction: normal;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        -webkit-opacity: 0.99;
        -khtml-opacity: 0.99;
        -moz-opacity: 0.99;
        opacity: 0.99; }
@keyframes ani-progress-arc-2-path {
  50% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -62.9241; } }
@-webkit-keyframes ani-progress-spin {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
@-moz-keyframes ani-progress-spin {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
@-o-keyframes ani-progress-spin {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
@keyframes ani-progress-spin {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }
  .animate-progress-arc-2 footer {
    display: block;
    width: 100%;
    height: 75px;
    padding: 75px;
    -webkit-flex: 1;
    flex: 1;
    background: transparent;
    overflow: hidden;
    text-align: center; }

.graphics {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: nowrap column;
  flex-flow: nowrap column;
  height: 100vh; }
  .graphics .graphics-main {
    padding: 1%;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .graphics .graphics-main svg {
      width: 100%;
      height: auto; }
  .graphics footer {
    display: block;
    width: 100%;
    height: 75px;
    padding: 75px;
    -webkit-flex: 1;
    flex: 1;
    background: transparent;
    overflow: hidden;
    text-align: center; }

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