/* CURSOR STYLE */
.bricks-is-frontend {
  /* CUSTOM CURSOR */
}
.bricks-is-frontend .mf-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
  /*mix-blend-mode: difference;*/
}
.bricks-is-frontend .mf-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  opacity: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: var(--primary-hover);
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out, opacity 0.1s;
  transition: transform 0.25s ease-in-out, opacity 0.1s;
  transition: transform 0.25s ease-in-out, opacity 0.1s, -webkit-transform 0.25s ease-in-out;
}
.bricks-is-frontend .mf-cursor.-inverse {
  color: var(--white);
}
@supports (mix-blend-mode: exclusion) {
  .bricks-is-frontend .mf-cursor.-exclusion {
    mix-blend-mode: exclusion;
  }
  .bricks-is-frontend .mf-cursor.-exclusion:before {
    background: var(--white);
  }
}
.bricks-is-frontend .mf-cursor.-pointer:before {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 0.3;
}
.bricks-is-frontend .mf-cursor.-text:before {
  opacity: 0.85;
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
}
.bricks-is-frontend .mf-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.bricks-is-frontend .mf-cursor.-icon:before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.bricks-is-frontend .mf-cursor.-icon.-active:before {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.bricks-is-frontend .mf-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.bricks-is-frontend .mf-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  color: var(--white);
  font-size: 16px;
  font-family: "PPNeue Machina", sans-serif;
  line-height: 20px;
  text-align: center;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s;
}
.bricks-is-frontend .mf-cursor.-text .mf-cursor-text, .bricks-is-frontend .mf-cursor.-icon .mf-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bricks-is-frontend .mf-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
}
.bricks-is-frontend .mf-cursor-media img, .bricks-is-frontend .mf-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .bricks-is-frontend .mf-cursor-media img, .bricks-is-frontend .mf-cursor-media video {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bricks-is-frontend .mf-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s 0.2s, -webkit-transform 0.35s;
  -o-transition: transform 0.35s, opacity 0.2s 0.2s;
  transition: transform 0.35s, opacity 0.2s 0.2s;
  transition: transform 0.35s, opacity 0.2s 0.2s, -webkit-transform 0.35s;
}
.bricks-is-frontend .mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  -webkit-transform: scale(0.696);
  -ms-transform: scale(0.696);
  transform: scale(0.696);
  -webkit-transition-duration: 0.4s, 0.4s;
  -o-transition-duration: 0.4s, 0.4s;
  transition-duration: 0.4s, 0.4s;
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.bricks-is-frontend .mf-cursor.-pointer.-text:before, .bricks-is-frontend .mf-cursor.-text:before {
  background: var(--primary-hover);
  -webkit-transform: scale(2.5) !important;
  -ms-transform: scale(2.5) !important;
  transform: scale(2.5) !important;
}
.bricks-is-frontend .mf-cursor.-grow {
  /*@supports (mix-blend-mode: difference) {*/
  /*mix-blend-mode: difference;*/
  /* } */
}
.bricks-is-frontend .mf-cursor.-grow:before {
  -webkit-transform: scale(5) !important;
  -ms-transform: scale(5) !important;
  transform: scale(5) !important;
  background: var(--accent);
  opacity: 0.4;
}
