@font-face {
    font-family: 'SometypeMono';
    src: url('fonts/SometypeMono-Regular.eot');
    src: url('fonts/SometypeMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SometypeMono-Regular.woff2') format('woff2'),
        url('fonts/SometypeMono-Regular.woff') format('woff'),
        url('fonts/SometypeMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SometypeMono';
    src: url('fonts/SometypeMono-Medium.eot');
    src: url('fonts/SometypeMono-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/SometypeMono-Medium.woff2') format('woff2'),
        url('fonts/SometypeMono-Medium.woff') format('woff'),
        url('fonts/SometypeMono-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;
  /*overflow-x: hidden;*/
}
body {
    margin: 0;
    font-family: 'SometypeMono', Helvetica, Arial, sans-serif;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
}
a,
a:visited {
    color: inherit;
    text-decoration: none;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;

    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}
::selection {
    background-color: #aaa;
    text-shadow: none;
    color: #000;
}
.wrap {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media (max-width: 767px) {
    .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.header {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.logo {
    width: 200px;
    height: auto;
    padding: 50px;
    margin-bottom: 10vh;
}

#logo {}
#logo path {
    fill: #FFF;
    opacity: 0;
}
#logo g#brand path {
    transform: translateX(0px);
    animation: 0s blur forwards;
}
#logo g#brand path:nth-child(1) { animation-delay: .6s; }
#logo g#brand path:nth-child(2) { animation-delay: 1.2s; }
#logo g#brand path:nth-child(3) { animation-delay: 1.6s; }
#logo g#brand path:nth-child(4) { animation-delay: 1.8s; }

#logo g#claim path {
    transform: translateX(0px);
    animation: 2s blur forwards;
}
#logo g#claim path:nth-child(1) { animation-delay: 2.1s; }
#logo g#claim path:nth-child(2) { animation-delay: 2.2s; }
#logo g#claim path:nth-child(3) { animation-delay: 2.3s; }
#logo g#claim path:nth-child(4) { animation-delay: 2.4s; }
#logo g#claim path:nth-child(5) { animation-delay: 2.5s; }
#logo g#claim path:nth-child(6) { animation-delay: 2.6s; }
#logo g#claim path:nth-child(7) { animation-delay: 2.7s; }
#logo g#claim path:nth-child(8) { animation-delay: 2.8s; }
#logo g#claim path:nth-child(9) { animation-delay: 2.9s; }
#logo g#claim path:nth-child(10) { animation-delay: 3.0s; }
#logo g#claim path:nth-child(11) { animation-delay: 3.1s; }
#logo g#claim path:nth-child(12) { animation-delay: 3.2s; }
#logo g#claim path:nth-child(13) { animation-delay: 3.3s; }

@keyframes blur {
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}


.wrap-bio {
    margin-bottom: 1rem;
}
.uline span {
    display: inline-block;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    font-size: 1.2rem;
    padding: 2px 6px;
    margin-bottom: 4px;
}
@media (max-width: 767px) {
    .uline {
        margin: .5rem 0;
    }
    .uline span {
        display: inline;
        padding: 1px 0px;
        margin: 0px;
        font-size: 1rem;
    }
}

.wrap-cta {
    font-size: 1.2rem;
    margin-bottom: 8rem;
}
.wrap-cta a {
    display: inline-block;
}
.wrap-service {
    margin-bottom: 8rem;
}
@media (max-width: 767px) {
    .wrap-cta {
        font-size: 1rem;
    }
}

.wrap-footer {
    font-size: .8rem;
    opacity: .8;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.wrap-footer br {
    display: none;
}
@media (max-width: 767px) {
    .wrap-cta {
        font-size: 1rem;
    }
    .wrap-footer br {
        display: block;
    }
}


/* CURSOR */
@media (min-width: 767px) {
    a {
      cursor: none !important;
    }
    #magicMouseCursor {
      position: fixed;
      width: 35px;
      height: 35px;
      border: 1px solid #FFF;
      border-radius: 50%;
      z-index: 9999;
      left: 0;
      top: 0;
      transition: transform 0.07s, width 0.3s, height 0.3s;
      pointer-events: none;
    }
    #magicMouseCursor.cursor-square {
      border-radius: 0;
    }
    #magicPointer {
      height: 5px;
      width: 5px;
      top: 0;
      left: 0;
      position: fixed;
      background: #FFF;
      border-radius: 50%;
      pointer-events: none;
      transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s;
    }
    #magicPointer.is-hover {
      background: red;
    }
    #magicPointer.pointer-blur {
      height: 50px;
      width: 50px;
      background: none;
      border: 1px solid #FFF;
      box-shadow: 0px 0px 15px -5px black;
    }
    #magicPointer.pointer-overlay {
      height: 50px;
      width: 50px;
      mix-blend-mode: difference;
      box-shadow: 0px 0px 15px -5px black;
    }
    .magic-hover {
      transition: all 0.2s;
    }
    .magic-hover:hover {
      cursor: none;
    }
}
