/* IMPORTS */
/* BOOTSTRAP */
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; } }
@media (min-width: 1200px) {
  .container {
    padding-left: 100px;
    padding-right: 100px; } }
/* Colors */
.sec--dark {
  background: #291546; }

/* Typography */
h1, h2, h3, h4 {
  font-family: bebas-neue, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 30px; }

.highlight {
  color: #d5a8ff; }

.font-weight-bold {
  font-weight: 500; }

.btn {
  font-size: 13px;
  text-transform: uppercase;
  color: #140926;
  font-weight: 600;
  align-self: center;
  border-radius: 50px;
  padding: 7px 15px 5px;
  border: 0px;
  position: relative; }
  .btn:focus, .btn:active, .btn:active:focus {
    box-shadow: none; }
  .btn.btn-primary {
    background: #d5a8ff; }
    .btn.btn-primary:hover {
      background: #140926;
      color: #ffffff; }

@media (min-width: 768px) {
  h1, h2, h3, h4 {
    font-size: 38px;
    margin-bottom: 40px;
    letter-spacing: 2.5px; } }
@media (min-width: 1200px) {
  h1, h2, h3, h4 {
    font-size: 45px;
    margin-bottom: 60px;
    letter-spacing: 3px;
    text-shadow: 0px 3px 20px rgba(20, 9, 38, 0.25); }

  p {
    font-size: 18px;
    font-weight: 200; }

  .btn {
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 20px 8px; } }
/* PIXELS */
.pixel--area {
  display: none;
  pointer-events: none; }

@media (min-width: 1200px) {
  .pixel--area {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden; }
    .pixel--area .pixel-area--inner {
      position: relative;
      width: 100%;
      max-width: 1320px;
      margin-left: auto;
      margin-right: auto;
      height: 100%; }
    .pixel--area.area--news .pixel-large--01 {
      top: 25%;
      right: 330px; }
    .pixel--area.area--news .pixel-large--02 {
      bottom: 21%;
      right: 110px; }
    .pixel--area.area--news .pixel-large--03 {
      bottom: 21%;
      left: 20px; }
    .pixel--area.area--news .pixel-medium--01 {
      top: 27%;
      right: 400px; }
    .pixel--area.area--news .pixel-medium--02 {
      bottom: 26%;
      right: 80px; }
    .pixel--area.area--news .pixel-medium--03 {
      bottom: 33%;
      left: 30px; }
    .pixel--area.area--news .pixel-small--01 {
      top: 28%;
      right: 200px; }
    .pixel--area.area--news .pixel-small--02 {
      bottom: 26%;
      left: 5px; }
    .pixel--area.area--news .pixel-small--03 {
      opacity: 0; }
    .pixel--area.area--about .pixel-large--01 {
      top: 13%;
      right: 380px; }
    .pixel--area.area--about .pixel-large--02 {
      bottom: 28%;
      right: 30px; }
    .pixel--area.area--about .pixel-large--03 {
      top: 28%;
      right: 680px; }
    .pixel--area.area--about .pixel-medium--01 {
      top: 15%;
      right: 480px; }
    .pixel--area.area--about .pixel-medium--02 {
      bottom: 50%;
      right: 45px; }
    .pixel--area.area--about .pixel-small--01 {
      top: 3%;
      right: 370px; }
    .pixel--area.area--about .pixel-small--02 {
      top: 20%;
      right: 85px; }
    .pixel--area.area--about .pixel-small--03 {
      top: 42%;
      right: 660px; }
    .pixel--area.area--about .pixel-small--04 {
      bottom: 35%;
      right: 10px; }
    .pixel--area.area--about .pixel-small--05 {
      bottom: 9%;
      right: 210px; }
    .pixel--area.area--about .pixel-small--06 {
      bottom: 16%;
      right: 630px; }
    .pixel--area.area--contact .pixel-large--01 {
      top: 11%;
      right: 340px; }
    .pixel--area.area--contact .pixel-large--02 {
      top: 29%;
      right: 670px; }
    .pixel--area.area--contact .pixel-large--03 {
      bottom: 25%;
      right: 480px; }
    .pixel--area.area--contact .pixel-medium--01 {
      top: 16%;
      right: 400px; }
    .pixel--area.area--contact .pixel-medium--02 {
      top: 42%;
      right: 100px; }
    .pixel--area.area--contact .pixel-medium--03 {
      bottom: 19%;
      right: 320px; }
    .pixel--area.area--contact .pixel-small--01 {
      bottom: 13%;
      right: 420px; }
    .pixel--area.area--contact .pixel-small--02 {
      bottom: 63%;
      right: 640px; }
    .pixel--area.area--contact .pixel-small--03 {
      bottom: 23%;
      right: 130px; }

  .single-pixel--large,
  .single-pixel--medium,
  .single-pixel--small {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: rgba(213, 168, 255, 0.7); }

  .single-pixel--medium {
    width: 13px;
    height: 13px;
    border-radius: 4px;
    background: rgba(153, 119, 180, 0.5);
    filter: blur(0.25px); }

  .single-pixel--small {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: rgba(213, 168, 255, 0.2);
    filter: blur(0.5px); } }
/* Sections */
section {
  padding: 40px 10px;
  position: relative; }
  section.sec--start {
    margin: 0;
    padding: 0;
    position: relative; }
    section.sec--start .start--caption {
      padding-top: 30px;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 10;
      -webkit-animation: 2s ease 0s normal forwards 1 fadein;
      animation: 2s ease 0s normal forwards 1 fadein; }
@keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      section.sec--start .start--caption h1 {
        margin: 0;
        font-size: 35px;
        text-shadow: 0px 5px 15px #140926; }
      section.sec--start .start--caption h2 {
        margin: 0 0 25px;
        font-size: 18px;
        text-shadow: 0px 5px 8px #140926; }
      section.sec--start .start--caption .btn-primary {
        font-weight: 700;
        padding: 10px 17px 8px;
        position: relative; }
    section.sec--start .owl-start {
      opacity: 0.6; }
    section.sec--start:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(45deg, #1a144a 0%, #854e96 100%);
      z-index: 5;
      opacity: 0.5; }
  section.sec--news {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    background-image: url("../img/bg_news.jpg");
    background-size: cover; }
    section.sec--news .news--single .news-single--image {
      position: relative; }
      section.sec--news .news--single .news-single--image img {
        border-radius: 10px;
        z-index: 100; }
      section.sec--news .news--single .news-single--image:after {
        content: "";
        display: block;
        position: absolute;
        margin-top: auto;
        margin-left: 20px;
        margin-right: 20px;
        left: 0;
        right: 0;
        bottom: -2px;
        height: 50px;
        background: #140926;
        opacity: 0.7;
        z-index: -1;
        filter: blur(14px); }
    section.sec--news .news--single .news-single--text {
      margin-top: 20px; }
      section.sec--news .news--single .news-single--text h3 {
        margin-bottom: 2px;
        font-size: 18px;
        line-height: 1.1;
        font-family: fieldwork-hum, sans-serif;
        font-weight: 300;
        letter-spacing: 0;
        text-shadow: none; }
      section.sec--news .news--single .news-single--text p {
        font-size: 14px;
        line-height: 1.1;
        color: #d5a8ff; }
  section.sec--partner, section.sec--contact {
    background: none; }
  section.sec--partner {
    border-bottom: 1px solid rgba(153, 119, 180, 0.2); }
    section.sec--partner .partner--logo {
      margin-bottom: 20px;
      height: 65px;
      position: relative; }
      section.sec--partner .partner--logo .partner-logo--inner {
        background: #291546;
        border-radius: 10px;
        z-index: 10;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute; }
      section.sec--partner .partner--logo .partner-logo--link {
        position: absolute;
        padding-left: 20px;
        padding-right: 20px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
      section.sec--partner .partner--logo .img-svg {
        width: 100%;
        height: auto; }
      section.sec--partner .partner--logo.logo-just-legends .partner-logo--link .img-svg {
      	width: auto;
    	height: 60%;
    	max-width: 100%;
    	max-height: 48px; }
      section.sec--partner .partner--logo:after {
        content: "";
        display: block;
        position: absolute;
        margin-top: auto;
        margin-left: 20px;
        margin-right: 20px;
        left: 0;
        right: 0;
        bottom: -2px;
        height: 50px;
        background: #140926;
        opacity: 0.7;
        z-index: 5;
        filter: blur(14px); }
  section.sec--contact {
    padding-bottom: 60px; }

.collaboration-outer {
  background-color: #3f2367;
  background-image: url("../img/bg_partner.jpg");
  background-size: cover; }

@media (min-width: 768px) {
  section {
    padding: 80px 10px; }
    section.sec--start .start--caption h1 {
      margin: 0;
      font-size: 55px;
      text-shadow: 0px 5px 20px #140926;
      letter-spacing: 3px; }
    section.sec--start .start--caption h2 {
      margin: 0 0 25px;
      font-size: 25px;
      letter-spacing: 2px;
      text-shadow: 0px 5px 15px #140926; }
    section.sec--start .start--caption .btn-primary {
      font-weight: 700;
      padding: 10px 17px 8px;
      position: relative; }
    section.sec--news {
      background-size: cover; }
      section.sec--news .news--single .news-single--image:after {
        content: "";
        margin-left: 30px;
        margin-right: 30px;
        bottom: -20px;
        height: 70px;
        opacity: 0.6;
        filter: blur(25px); }
      section.sec--news .news--single .news-single--text {
        margin: 20px 10px 0; }
    section.sec--about {
      padding-bottom: 40px; }
    section.sec--partner .row--partner-logos {
      padding-left: 100px;
      padding-right: 100px; }
    section.sec--partner .partner--logo {
      margin-bottom: 25px;
      height: 90px; }
      section.sec--partner .partner--logo .partner-logo--link {
        padding-left: 30px;
        padding-right: 30px; }
      section.sec--partner .partner--logo.logo-kaspersky .partner-logo--link, section.sec--partner .partner--logo.logo-lootchest .partner-logo--link {
        padding-left: 40px;
        padding-right: 40px; }
      section.sec--partner .partner--logo:after {
        margin-left: 25px;
        margin-right: 25px;
        bottom: -10px;
        height: 50px;
        opacity: 0.6;
        filter: blur(20px); } }
@media (min-width: 992px) {
  section.sec--start {
    margin-top: -69px; }
    section.sec--start .start--caption {
      padding-top: 70px; }
  section.sec--about {
    padding-top: 0px;
    padding-bottom: 20px; }
    section.sec--about .img-fluid {
      max-width: initial;
      width: calc(100% + 30px);
      margin-right: -30px; }
  section.sec--partner .row--partner-logos {
    padding-left: 0;
    padding-right: 0; }
  section.sec--contact {
    padding-bottom: 20px; }
    section.sec--contact .img-fluid {
      max-width: initial;
      width: calc(100% + 30px);
      margin-right: -30px; } }
@media (min-width: 1200px) {
  section {
    padding: 120px 20px 130px; }
    section.sec--start .start--caption h1 {
      text-shadow: 0px 8px 20px rgba(20, 9, 38, 0.5); }
    section.sec--start .start--caption h2 {
      margin: 0 0 35px;
      font-size: 25px;
      letter-spacing: 2px;
      text-shadow: 0px 4px 15px rgba(20, 9, 38, 0.5); }
    section.sec--start .start--caption .btn-primary {
      font-weight: 700;
      padding: 10px 17px 8px;
      position: relative; }
    section.sec--news {
      padding-bottom: 140px; }
      section.sec--news .news--single .news-single--image:after {
        content: "";
        margin-left: 50px;
        margin-right: 50px;
        bottom: -25px;
        height: 70px;
        opacity: 0.6;
        filter: blur(25px); }
      section.sec--news .news--single .news-single--text {
        margin: 25px 10px 0; }
        section.sec--news .news--single .news-single--text h3 {
          margin-bottom: 7px;
          font-size: 19px;
          font-weight: 300;
          letter-spacing: 0; }
        section.sec--news .news--single .news-single--text p {
          font-size: 15px;
          font-weight: 200; }
    section.sec--partner .partner--logo {
      margin-bottom: 0px;
      height: 120px; }
      section.sec--partner .partner--logo .partner-logo--link {
        padding-left: 50px;
        padding-right: 50px; }
      section.sec--partner .partner--logo.logo-kaspersky .partner-logo--link, section.sec--partner .partner--logo.logo-lootchest .partner-logo--link {
        padding-left: 60px;
        padding-right: 60px; }
      section.sec--partner .partner--logo:after {
        margin-left: 25px;
        margin-right: 25px;
        bottom: -10px;
        height: 50px;
        opacity: 0.7;
        filter: blur(20px); }
    section.sec--contact {
      padding-top: 35px;
      padding-bottom: 30px; }
      section.sec--contact .col--about-text {
        padding-top: 50px; } }
@media (min-width: 1200px) {
  section.sec--start .start--caption {
    padding-top: 0px; }
    section.sec--start .start--caption h1 {
      font-size: 80px;
      text-shadow: 0px 11px 30px rgba(20, 9, 38, 0.45); }
    section.sec--start .start--caption h2 {
      margin: 0 0 35px;
      font-size: 35px;
      letter-spacing: 2px;
      text-shadow: 0px 7px 20px rgba(20, 9, 38, 0.45); }
    section.sec--start .start--caption .btn-primary {
      font-weight: 700;
      padding: 13px 30px 11px;
      position: relative; } }
/* MODAL */
.modal {
  top: 0;
  bottom: 0; }
  .modal .btn-close {
    box-shadow: none !important; }
    .modal .btn-close:hover {
      color: #3f2367; }
  .modal.show {
    display: flex !important;
    justify-content: center;
    align-items: flex-end; }
  .modal .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100vw;
    height: calc(100vh - 100px);
    top: inherit;
    bottom: 0;
    border: 0px; }
  .modal .modal-header {
    border-bottom: 0; }
  .modal .modal-title {
    font-family: bebas-neue, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 2px; }
  .modal .modal-content {
    border: 0px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #140926;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    box-shadow: 0px -37px 39px -22px rgba(20, 9, 38, 0.95); }
    .modal .modal-content .modal-body {
      overflow-y: scroll; }
    .modal .modal-content h1, .modal .modal-content h2, .modal .modal-content h3, .modal .modal-content h4 {
      font-family: fieldwork-hum, sans-serif;
      font-weight: 600;
      letter-spacing: 0px;
      font-size: 17px;
      margin-bottom: 15px; }
    .modal .modal-content h3 {
      font-size: 15px; }
    .modal .modal-content p {
      font-size: 14px;
      line-height: 1.2;
      font-weight: 200;
      color: rgba(20, 9, 38, 0.85); }
    .modal .modal-content ul {
      margin: 0 0 20px 15px;
      padding: 0; }
      .modal .modal-content ul li {
        font-size: 14px;
        line-height: 1.2;
        color: rgba(20, 9, 38, 0.85); }
    .modal .modal-content a {
      color: #9977b4;
      text-decoration: none; }
      .modal .modal-content a:hover {
        color: #3f2367; }
    .modal .modal-content:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      backdrop-filter: blur(5px);
      width: 100%;
      height: 100%;
      z-index: -1; }

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear; }

.fade-scale.in {
  opacity: 1;
  transform: scale(1); }

.modal.fade .modal-dialog {
  transform: translate3d(0, 0, 0); }

.modal.in .modal-dialog {
  transform: translate3d(0, 500px, 0); }

@media (min-width: 992px) {
  .modal.show {
    align-items: center; }
  .modal .modal-dialog {
    width: calc(100vw - 150px);
    height: calc(100vh - 150px);
    max-width: 900px; }
  .modal .modal-content {
    border-radius: 20px;
    padding: 20px; } }
/* CAROUSEL */
.owl-news {
  margin-left: -70px;
  margin-right: -70px;
  width: calc(100% + 140px); }
  .owl-news .owl-item {
    transition: all .2s ease-in-out;
    transform: scale(0.9);
    opacity: 0.5; }
    .owl-news .owl-item.center {
      transform: scale(1);
      opacity: 1; }

@media (min-width: 768px) {
  .owl-news {
    margin-left: -70px;
    margin-right: -70px;
    width: calc(100% + 140px); }
    .owl-news .owl-item {
      transition: all .2s ease-in-out;
      transform: scale(1); } }
@media (min-width: 992px) {
  .owl-news {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .owl-news .owl-item {
      opacity: 1; } }
/* NAVIGATION */
.main--navigation {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  left: 0;
  right: 0;
  height: 70px;
  background: rgba(20, 9, 38, 0.95);
  color: #ffffff;
  box-shadow: 0px 30px 60px 30px #140926;
  border-top: 1px solid rgba(213, 168, 255, 0); }
  .main--navigation .navigation--wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .main--navigation .navigation--wrapper:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: none;
      backdrop-filter: blur(5px);
      z-index: -1; }
  .main--navigation .main-navigation--links {
    margin: 0;
    padding: 5px 30px 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 350px;
    position: relative; }
    .main--navigation .main-navigation--links .link--single {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-decoration: none; }
      .main--navigation .main-navigation--links .link--single .single--text {
        margin-top: 5px;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: 0.75px;
        text-transform: uppercase;
        color: #ffffff; }
      .main--navigation .main-navigation--links .link--single .single--icon {
        height: 20px;
        width: auto;
        fill: #ffffff; }
      .main--navigation .main-navigation--links .link--single.active .single--text {
        color: #d5a8ff !important; }
      .main--navigation .main-navigation--links .link--single.active .single--icon {
        fill: #d5a8ff !important; }

@media (min-width: 768px) {
  .main--navigation .main-navigation--links {
    max-width: 450px; } }
@media (min-width: 992px) {
  .main--navigation {
    width: 100%;
    top: 0;
    bottom: initial;
    height: 70px;
    background: rgba(20, 9, 38, 0.95);
    color: #ffffff;
    box-shadow: 0px -25px 40px 30px rgba(20, 9, 38, 0.6);
    border-top: 2px solid rgba(213, 168, 255, 0); }
    .main--navigation .navigation--wrapper {
      max-width: 940px;
      margin-left: auto;
      margin-right: auto;
      justify-content: space-between; }
    .main--navigation .main-navigation--logo {
      display: flex;
      flex-direction: row; }
      .main--navigation .main-navigation--logo .logo--img {
        width: auto;
        height: 50px;
        border-radius: 100px;
        border: 3px solid rgba(213, 168, 255, 0.15); }
      .main--navigation .main-navigation--logo .logo--title {
        margin-left: 20px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        display: block;
        line-height: 1; }
        .main--navigation .main-navigation--logo .logo--title small {
          font-size: 9px;
          letter-spacing: 0px;
          color: #d5a8ff;
          font-weight: 300; }
    .main--navigation .main-navigation--links {
      max-width: 300px;
      padding: 2px 0 0; } }
@media (min-width: 1400px) {
  .main--navigation .navigation--wrapper {
    max-width: 1120px; }
  .main--navigation .main-navigation--links {
    max-width: 330px; } }
/* HEADER */
/* FOOTER */
footer {
  background: #291546;
  padding: 30px 15px 85px;
  text-align: center; }
  footer .footer-main--legal-info p {
    font-size: 12px;
    font-weight: 200; }
  footer .legal-nav--link-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none; }
    footer .legal-nav--link-list li {
      padding-left: 5px;
      padding-right: 5px;
      display: inline-block;
      line-height: 1.2; }
      footer .legal-nav--link-list li:first-child {
        display: block; }
    footer .legal-nav--link-list .link-list--single {
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      color: #ffffff;
      padding: 0;
      background: none;
      border: none;
      box-shadow: none;
      transition: color ease-in-out .25s; }
      footer .legal-nav--link-list .link-list--single .highlight {
        transition: color ease-in-out .25s; }
      footer .legal-nav--link-list .link-list--single:hover {
        color: #d5a8ff; }
        footer .legal-nav--link-list .link-list--single:hover .highlight {
          color: #a442ff; }

@media (min-width: 768px) {
  footer {
    background: #291546;
    padding: 35px 0 90px;
    text-align: left; }
    footer .footer-main--legal-info p {
      font-size: 13px;
      font-weight: 200;
      letter-spacing: 0.5; }
    footer .legal-nav--link-list {
      margin: -3px 0 0 0;
      padding: 0;
      list-style: none; }
      footer .legal-nav--link-list li {
        padding-left: 5px;
        padding-right: 5px;
        display: inline-block;
        line-height: 1.2; }
        footer .legal-nav--link-list li:first-child {
          display: inline-block; }
        footer .legal-nav--link-list li:last-child {
          padding-right: 0px; }
      footer .legal-nav--link-list .link-list--single {
        font-size: 13px;
        font-weight: 200;
        text-decoration: none;
        color: #ffffff;
        padding: 0;
        background: none;
        border: none;
        box-shadow: none; } }
@media (min-width: 992px) {
  footer {
    padding-bottom: 20px; }
    footer .legal-nav--link-list li {
      padding-left: 10px;
      padding-right: 10px;
      display: inline-block;
      line-height: 1.2; }
      footer .legal-nav--link-list li:last-child {
        padding-right: 0px; } }
body {
  background: #3f2367;
  color: #ffffff;
  font-size: 16px;
  font-family: fieldwork-hum, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative; }
  body ::selection {
    background: #d5a8ff;
    color: #140926; }
  body ::-moz-selection {
    background: #d5a8ff;
    color: #140926; }

@media (min-width: 1200px) {
  body {
    padding-top: 69px;
    cursor: url("../img/wyrd-cursor.png") 0 0, default !important;
    cursor: -webkit-image-set(url("../img/wyrd-cursor.png") 1x, url("../img/wyrd-cursor.png") 2x) 0 0, default !important; }
    body a {
      cursor: url("../img/wyrd-cursor-pointer.png") 0 0, pointer !important;
      cursor: -webkit-image-set(url("../img/wyrd-cursor.png") 1x, url("../img/wyrd-cursor-pointer.png") 2x) 0 0, pointer !important; } }

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