 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

/*  Fonts */
@font-face {
  font-family: 'synthese-ultra';
  src: url("../fonts/syntheseweb-ultra.eot");
  src: url("../fonts/syntheseweb-ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/syntheseweb-ultra.woff") format("woff"); }
@font-face {
  font-family: 'synthese-regular';
  src: url("../fonts/syntheseweb-regular.eot");
  src: url("../fonts/syntheseweb-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/syntheseweb-regular.woff") format("woff"); }
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

h1, h2 {
  font-family: "synthese-ultra";
  text-transform: uppercase; }

a, p {
  font-family: "synthese-regular"; }

h1 {
  font-size: 120px;
  letter-spacing: -3px; }

h2 {
  font-size: 40px;
  letter-spacing: -1px; }
  h2 a, h2 p {
    font-family: "synthese-ultra"; }
  @media screen and (max-width: 740px) {
    h2 {
      font-size: 28px; } }

a {
  text-decoration: none; }
  a:hover {
    color: #002882; }

header {
  color: #fff; }
  header a, header p {
    font-size: 20px;
    line-height: 24px;
    color: #fff; }

#list {
  color: #fff; }
  #list a {
    color: #fff;
    font-size: 120px;
    font-family: "synthese-ultra";
    text-transform: uppercase;
    letter-spacing: -3px; }
    #list a:hover {
      color: #002882; }
    @media screen and (max-width: 1320px) {
      #list a {
        font-size: 80px;
        letter-spacing: -1px; } }
    @media screen and (max-width: 740px) {
      #list a {
        font-size: 28px;
        letter-spacing: -1px; } }

/* Styles */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.site-wrapper {
  width: 100%;
  height: 100%; }

.site-background {
  height: 100%;
  width: 100%;
  background-image: url("../images/LOGOT-TEST-1_V.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed; }

.site-blender {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #1299c1;
  mix-blend-mode: difference;
  padding: 20px; }
  @media screen and (max-width: 1320px) {
    .site-blender {
      padding: 10px; } }

header {
  width: 100%; }
  header .header-left {
    float: left;
    width: 50%;
    cursor: pointer; }
  header .header-right {
    width: 50%;
    float: left;
    white-space: nowrap; }
    @media screen and (max-width: 1320px) {
      header .header-right {
        width: 100%; }
        header .header-right > div.contact {
          display: none; }
        header .header-right > div a {
          margin-left: -8px;
          white-space: nowrap; } }
    @media screen and (max-width: 740px) {
      header .header-right > div a {
        font-size: 15px;
        line-height: 19px; } }
    header .header-right div {
      display: inline-block;
      padding: 0 10px;
      width: 25%;
      vertical-align: top; }
      header .header-right div a {
        display: block; }

#list {
  margin-top: 40px; }
  @media screen and (max-width: 1320px) {
    #list {
      margin-top: 32px; } }
  @media screen and (max-width: 740px) {
    #list {
      margin-top: 24px; } }
  #list ul h2 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 5px; }
  @media screen and (max-width: 1320px) {
    #list ul h2 {
      font-size: 40px;
      margin-left: 4px; } }
  @media screen and (max-width: 740px) {
    #list ul h2 {
      font-size: 15px;
      margin-bottom: 5px;
      margin-top: 10px;
      margin-left: 0; } }

.shield {
  position: relative;
  width: 100%;
  height: 100%; }
  .shield a {
    color: #fff; }
    .shield a:hover {
      color: #fbd47f; }

.shield-title > * {
  width: 50%;
  float: left; }
.shield-title .close {
  position: fixed;
  right: calc(-50% + 54px);
  z-index: 999; }
  .shield-title .close a {
    color: #fff; }
    .shield-title .close a:hover {
      color: #fbd47f; }
  @media screen and (max-width: 1320px) {
    .shield-title .close {
      top: 6px;
      right: calc(-50% + 45px); } }
  @media screen and (max-width: 740px) {
    .shield-title .close {
      right: calc(-50% + 35px);
      top: 10px; } }
  .shield-title .close a {
    font-size: 40px; }
    @media screen and (max-width: 740px) {
      .shield-title .close a {
        font-size: 28px; } }
.shield-title .overlay-social {
  padding: 0 10px; }
  .shield-title .overlay-social a {
    display: inline-block;
    font-size: 20px;
    line-height: 24px; }
  @media screen and (max-width: 740px) {
    .shield-title .overlay-social {
      width: 100%; }
      .shield-title .overlay-social a {
        font-size: 15px;
        line-height: 15px;
        margin-left: -8px;
        white-space: nowrap; } }

.blend {
  mix-blend-mode: difference;
  color: #fff; }

.shield-content {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  /*
      &::-webkit-scrollbar {
              width: 12px;
              }
  
      &::-webkit-scrollbar-thumb {
              background-color: yellow;
              }
  */ }
  @media screen and (max-width: 1320px) {
    .shield-content {
      padding: 10px; } }
  .shield-content img {
    margin: 20px 0;
    width: 50%; }
    @media screen and (max-width: 1320px) {
      .shield-content img {
        width: 100%; } }
  .shield-content h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0px;
    padding-right: 20px;
    text-transform: none;
    padding-top: 8px;
    margin-top: -8px; }
    @media screen and (max-width: 1320px) {
      .shield-content h2 {
        font-size: 28px;
        line-height: 32px; } }
    @media screen and (max-width: 740px) {
      .shield-content h2 {
        font-size: 17px;
        line-height: 19px; } }
  .shield-content h2:first-child {
    text-transform: uppercase; }
    @media screen and (max-width: 1320px) {
      .shield-content h2:first-child {
        font-size: 40px;
        line-height: 44px; } }
    @media screen and (max-width: 740px) {
      .shield-content h2:first-child {
        font-size: 28px;
        line-height: 32px; } }
  .shield-content::-webkit-scrollbar {
    display: none; }

.intro-wrapper {
  position: relative;
  display: none;
  z-index: 99; }

.intro-content {
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed; }

.intro-content::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: difference; }

.mobile-wrapper {
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  display: none; }

.mobile {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: auto; }

.about a {
  font-family: "synthese-ultra"; }

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