/*.mf-cursor {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 250;*/
/*  direction: ltr;*/
/*  contain: layout style size;*/
/*  pointer-events: none;*/
/*  transition: opacity .3s, color .4s*/
/*}*/

/*.mf-cursor:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -24px;*/
/*  left: -24px;*/
/*  display: block;*/
/*  width: 48px;*/
/*  height: 48px;*/
/*  transform: scale(0.2);*/
/*  background: currentColor;*/
/*  border-radius: 50%;*/
/*  transition: transform .25s ease-in-out, opacity .1s*/
/*}*/

/*.mf-cursor.-inverse {*/
/*  color: #fff*/
/*}*/

/*@supports(mix-blend-mode: exclusion) {*/
/*  .mf-cursor.-exclusion {*/
/*    mix-blend-mode: exclusion*/
/*  }*/

/*  .mf-cursor.-exclusion:before {*/
/*    background: #fff*/
/*  }*/
/*}*/

/*.mf-cursor.-pointer:before {*/
/*  transform: scale(0.15)*/
/*}*/

/*.mf-cursor.-text:before {*/
/*  opacity: .85;*/
/*  transform: scale(1.7)*/
/*}*/

/*.mf-cursor.-text.-active:before {*/
/*  transform: scale(1.6);*/
/*  transition-duration: .2s*/
/*}*/

/*.mf-cursor.-icon:before {*/
/*  transform: scale(1.5)*/
/*}*/

/*.mf-cursor.-icon.-active:before {*/
/*  transform: scale(1.4)*/
/*}*/

/*.mf-cursor.-hidden:before {*/
/*  transform: scale(0)*/
/*}*/

/*.mf-cursor-text {*/
/*  position: absolute;*/
/*  top: -18px;*/
/*  left: -18px;*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  transform: scale(0) rotate(10deg);*/
/*  opacity: 0;*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*  line-height: 20px;*/
/*  text-align: center;*/
/*  transition: opacity .4s, transform .3s*/
/*}*/

/*.mf-cursor.-text .mf-cursor-text,*/
/*.mf-cursor.-icon .mf-cursor-text {*/
/*  opacity: 1;*/
/*  transform: scale(1)*/
/*}*/

/*.mf-cursor-media {*/
/*  position: absolute;*/
/*  width: 400px;*/
/*  height: 400px;*/
/*  margin: -200px 0 0 -200px*/
/*}*/

/*.mf-cursor-media img,*/
/*.mf-cursor-media video {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  border-radius: 50%*/
/*}*/

/*@supports(object-fit: cover) {*/

/*  .mf-cursor-media img,*/
/*  .mf-cursor-media video {*/
/*    position: static;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    transform: translateZ(0)*/
/*  }*/
/*}*/

/*.mf-cursor-media-box {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  overflow: hidden;*/
/*  transform: scale(0) translateZ(0);*/
/*  padding: 1px;*/
/*  opacity: 0;*/
/*  border-radius: 50%;*/
/*  transition: transform .35s, opacity .2s .2s*/
/*}*/

/*.mf-cursor.-media .mf-cursor-media-box {*/
/*  opacity: 1;*/
/*  transform: scale(0.696);*/
/*  transition-duration: .4s, .4s;*/
/*  transition-delay: 0s, 0s*/
/*}*/


.fc-hover-cursor-effect {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    background: #000;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    z-index: 999;
}

.fc-image-hover {
    transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    width: 300px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: -50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}

[data-fc-wrapper-link] {
    cursor: pointer;
}

.fc-cursor {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #0B091B;
    z-index: 999;
    transition: 0.15s;
}

.fc-cursor-follower {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 8px;
    height: 8px;
    background-color: #0B091B;
    border-radius: 50%;
    transition: 0.2s;
    z-index: 999;
}