/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}

/* line 103, ../../../../.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  background-color: #ececec;
}

* {
  box-sizing: border-box;
}

h1, h2, h3 {
  font-family: Helvetica, arial, sans-serif;
}

p {
  font-family: "IBM Plex Sans", arial, helvetica, sans-serif;
}
p.center {
  text-align: center !important;
}

#titleContainer {
  left: 0px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 30%;
}
@media (max-width: 768px) {
  #titleContainer {
    top: 10%;
  }
}
#titleContainer h1 {
  text-indent: -99999px;
  width: 100%;
  height: 10vw;
  background-image: url("../logo.png");
  background-size: cover;
  filter: blur(1px);
}
@media (max-width: 768px) {
  #titleContainer h1 {
    height: 50vw;
    background-image: url("../logo_mobile.png");
  }
}
#titleContainer .copy {
  position: absolute;
  top: 0px;
}
#titleContainer .slantedLeft, #titleContainer .slantedRight {
  position: absolute;
  z-index: 999;
  height: 5px;
  width: 100%;
  overflow: hidden;
  background-image: url("../logo.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #titleContainer .slantedLeft, #titleContainer .slantedRight {
    background-image: url("../logo_mobile.png");
  }
}
#titleContainer .slantedLeft {
  transform: skew(30deg);
  -webkit-animation: down 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
#titleContainer .slantedRight {
  transform: skew(-40deg);
  margin-top: 5px;
  -webkit-animation: down 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

section {
  min-height: 100vh;
  padding: 10vh 0px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.border {
  background-image: url("../border.png");
  background-position: left center;
  background-repeat: repeat-y;
  background-size: 50px auto;
}
section.border.border-right {
  background-image: url("../border_right.png");
  background-position: right center;
}
@media (max-width: 768px) {
  section.border.border-right {
    background-image: url("../border-up.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto 50px;
  }
}
@media (max-width: 768px) {
  section {
    padding: 5vh 0px;
    min-height: 50vh;
  }
}
section.dark {
  background-color: #181818;
  color: #EEEFEE;
}
section.bg {
  background: linear-gradient(#0122AB, #0127c5);
  color: #FFD163;
  text-shadow: 1px 1px 1px #000;
  position: relative;
  /*
  &:after {
    content: '';
    background-image: url('../world.png');
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
  }
  */
}
section.bg a {
  color: #FFD163;
}
section.bg .content {
  z-index: 9;
}

.flex {
  display: flex;
}

.line-through p {
  position: relative;
}
.line-through p span {
  position: relative;
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 30px;
  line-height: 1.4em;
  background-color: #FFF;
  position: relative;
  z-index: 9;
  border: 5px solid #D2C85E;
}
.line-through p:after {
  content: "";
  width: 100vw;
  z-index: -1;
  height: 50px;
  background-image: url("../border-up.png");
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

#grid {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: -10vw;
  left: 0%;
}
@media screen and (min-width: 1200px) {
  #grid {
    bottom: -20vw;
  }
}
#grid canvas {
  width: 100% !important;
  height: auto !important;
}

.clients.clients {
  text-align: center;
}

.clients img {
  height: 50px;
  margin: 20px;
  filter: grayscale(1);
}

.content {
  max-width: 1000px;
  margin: 30px auto;
  text-align: center;
  width: 90%;
  position: relative;
  z-index: 9;
}
.content em {
  font-style: italic;
}
.content strong {
  font-weight: bold;
}
.content h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.content h1 {
  font-size: 70px;
  margin-bottom: 0.8em;
  font-family: "IBM Plex Serif";
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .content h1 {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .content h1 {
    font-size: 40px;
  }
}
.content h2 {
  font-size: 30px;
  margin-bottom: 60px;
  font-family: Helvetica, arial, sans-serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .content h2 {
    font-size: 20px;
  }
}
.content p {
  font-family: "IBM Plex Sans", arial, helvetica, sans-serif;
  font-size: 18px;
  text-align: left;
  margin-bottom: 1.3em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
}

.intro {
  display: block;
  min-height: 100vh;
}

.icon {
  width: 100px;
  margin: 0 auto;
}

.icon-small {
  width: 30px;
  margin: 0 auto 20px;
}

footer {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
}

.intro footer {
  text-transform: none;
  display: block;
  width: 100%;
  letter-spacing: -1px;
}
.intro footer p {
  font-size: 17px;
  margin-bottom: 20px;
}
.intro footer h3 {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bold;
}

@-webkit-keyframes down {
  from {
    top: -10px;
    background-position: 0% 0%;
  }
  to {
    top: 10vw;
    background-position: 0% -10vw;
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes down {
    from {
      top: -10px;
      background-position: 0% 0%;
    }
    to {
      top: 50vw;
      background-position: 0% -50vw;
    }
  }
}
section.end p {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999999999;
  filter: blur(1px);
  pointer-events: none;
}
.overlay:after {
  content: "";
  position: absolute;
  width: 200vw;
  height: 200vh;
  left: -50%;
  top: -50%;
  background-image: url("../noise.jpg");
  animation: grain 1.5s steps(6) infinite;
  opacity: 0.2;
  z-index: 1;
}
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  30% {
    transform: translate(3%, -15%);
  }
  50% {
    transform: translate(12%, 9%);
  }
  70% {
    transform: translate(9%, 4%);
  }
  90% {
    transform: translate(-1%, 7%);
  }
}
.overlay .border {
  position: fixed;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  z-index: 2;
  border: 60px solid #202020;
  border-radius: 120px;
}

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