@media screen {
  .video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 60px 0;
  }
  .video-container img {
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .video-container.map img {
    max-height: none;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    left: initial;
    top: initial;
  }
  .video-container .play-btn {
    position: absolute;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    left: -webkit-calc(50% - 20px);
    left: -moz-calc(50% - 20px);
    left: calc(50% - 20px);
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    border: 3px solid #fff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  .video-container .play-btn svg {
    padding-left: 3px;
    width: 17px;
    height: 17px;
  }
  .video-container .play-btn svg path {
    -webkit-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -o-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -moz-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
  }
  .video-container .play-btn:hover path {
    fill: #fff;
  }
}
@media screen and (min-width: 48em) and (max-width: 119.99em) {
  .video-container .play-btn {
    top: -webkit-calc(50% - 35px);
    top: -moz-calc(50% - 35px);
    top: calc(50% - 35px);
    left: -webkit-calc(50% - 35px);
    left: -moz-calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
  }
  .video-container .play-btn svg {
    padding-left: 3px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 120em) {
  .video-container .play-btn {
    top: -webkit-calc(50% - 55px);
    top: -moz-calc(50% - 55px);
    top: calc(50% - 55px);
    left: -webkit-calc(50% - 55px);
    left: -moz-calc(50% - 55px);
    left: calc(50% - 55px);
    width: 110px;
    height: 110px;
  }
  .video-container .play-btn svg {
    padding-left: 3px;
    width: 48px;
    height: 48px;
  }
}
@media screen {
  .map {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}
@media screen {
  .contact-title {
    font-size: 38px;
    line-height: 120%;
    margin-top: 70px;
  }
}
@media screen and (min-width: 27em) {
  .contact-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .contact-title {
    margin-top: 120px;
  }
}
@media screen and (min-width: 48em) and (max-width: 119.99em) {
  .contact-title {
    margin-top: 140px;
  }
}
@media screen and (min-width: 120em) {
  .contact-title {
    margin-top: 240px;
  }
}
@media screen {
  .contact-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-row .btn {
    margin-top: 20px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 48em) {
  .contact-row .btn {
    margin-top: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 48em) {
  .contact-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-row .text-field {
    margin-right: 30px;
    width: 50%;
  }
  .contact-row .text-field:last-child {
    margin-right: 0;
  }
}
@media screen {
  .text-field.margin {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .text-field.margin {
    margin-top: 50px;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .text-field.margin {
    margin-top: 60px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .text-field.margin {
    margin-top: 74px;
  }
}
@media screen and (min-width: 120em) {
  .text-field.margin {
    margin-top: 80px;
  }
}
@media screen {
  .submit-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .submit-section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .submit-section {
    margin-top: 80px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .submit-section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 120em) {
  .submit-section {
    margin-top: 80px;
  }
}
@media screen {
  .submit-section .col {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
       -moz-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
@media screen {
  .submit-section .btn.big {
    min-width: 109px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 27em) {
  .submit-section .btn.big {
    margin-right: 50px;
  }
}
@media screen {
  .submitting {
    margin-top: 16px;
  }
}
@media screen and (max-width: 48em) {
  .submitting {
    display: none;
  }
}
@media screen {
  .submitting-mobile {
    margin-top: 30px;
  }
}
@media screen and (min-width: 48em) {
  .submitting-mobile {
    display: none;
  }
}
@media screen {
  .other-projects-section {
    margin-top: 50px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .other-projects-section {
    margin-top: 80px;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .other-projects-section {
    margin-top: 24px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .other-projects-section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 120em) {
  .other-projects-section {
    margin-top: 120px;
  }
}
@media screen {
  .other-projects-section .project-list {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .other-projects-section .project-list {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .other-projects-section .project-list {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 120em) {
  .other-projects-section .project-list {
    margin-bottom: 80px;
  }
}
@media screen {
  .other-projects-section .project-list .project-list-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #8898A4;
    margin-top: 40px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .other-projects-section .project-list .project-list-item {
    margin-top: 26px;
  }
}
@media screen {
  .other-projects-section .project-list .project-list-item img {
    width: 100%;
    height: 205px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .other-projects-section .project-list .project-list-item img {
    height: 275px;
  }
}
@media screen and (min-width: 48em) {
  .other-projects-section .project-list .project-list-item img {
    display: none;
  }
}
@media screen {
  .other-projects-section .project-list .project-list-item h1 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .other-projects-section .project-list .project-list-item h1 {
    margin-top: 14px;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .other-projects-section .project-list .project-list-item h1 {
    margin-top: 2px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .other-projects-section .project-list .project-list-item h1 {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 120em) {
  .other-projects-section .project-list .project-list-item h1 {
    margin-top: 12px;
    margin-bottom: 40px;
  }
}
@media screen {
  .other-projects-section .project-list .project-list-item .link {
    color: black;
  }
}
@media screen {
  .projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .projects .project-section {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .projects .project-section:last-child {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .projects .project-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .projects .project-section {
    margin-top: 100px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .projects .project-section {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 120em) {
  .projects .project-section {
    margin-top: 100px;
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 48em) {
  .projects .project-section:nth-child(2n) .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .projects .project-section:nth-child(2n) .wrapper .text-wrapper {
    text-align: left;
    margin-left: 60px;
  }
}
@media screen and (min-width: 48em) and (min-width: 62em) and (max-width: 119.99em) {
  .projects .project-section:nth-child(2n) .wrapper .text-wrapper {
    margin-left: 80px;
  }
}
@media screen and (min-width: 48em) and (min-width: 120em) {
  .projects .project-section:nth-child(2n) .wrapper .text-wrapper {
    margin-left: 160px;
  }
}
@media screen {
  .projects .project-section .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 48em) {
  .projects .project-section .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .projects .project-section .wrapper .text-wrapper {
    text-align: right;
    margin-right: 60px;
  }
}
@media screen and (min-width: 48em) and (min-width: 62em) and (max-width: 119.99em) {
  .projects .project-section .wrapper .text-wrapper {
    margin-right: 80px;
  }
}
@media screen and (min-width: 48em) and (min-width: 120em) {
  .projects .project-section .wrapper .text-wrapper {
    margin-right: 160px;
  }
}
@media screen {
  .projects .project-section .wrapper .image {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .projects .project-section .wrapper .image {
    height: 460px;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .projects .project-section .wrapper .image {
    width: 40%;
    min-width: 40%;
    height: 365px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .projects .project-section .wrapper .image {
    min-width: 40%;
    width: 40%;
    height: 490px;
  }
}
@media screen and (min-width: 120em) {
  .projects .project-section .wrapper .image {
    max-width: 40%;
    height: 700px;
  }
}
@media screen {
  .projects .project-section .wrapper .image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen {
  .projects .project-section .wrapper .text-wrapper .project-title {
    font-size: 35px;
    line-height: 120%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .projects .project-section .wrapper .text-wrapper .project-title {
    margin-top: 30px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .projects .project-section .wrapper .text-wrapper .project-title {
    margin-top: 0;
    font-size: 38px;
  }
}
@media screen and (min-width: 120em) {
  .projects .project-section .wrapper .text-wrapper .project-title {
    margin-top: 0;
    font-size: 67px;
  }
}
@media screen {
  .projects .project-section .wrapper .text-wrapper h4 {
    margin-top: 16px;
  }
}
@media screen {
  .image-block {
    margin-top: 30px !important;
    position: relative;
    display: block;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .image-block {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .image-block {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .image-block {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 120em) {
  .image-block {
    margin-top: 160px !important;
  }
}
@media screen {
  .image-block-preview {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 56.25%;
    -webkit-perspective: 100px;
    -moz-perspective: 100px;
    perspective: 100px;
  }
}
@media screen and (min-width: 48em) {
  .image-block-preview {
    padding-bottom: 56.25%;
  }
}
@media screen {
  .image-block-preview img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(0px, -30%);
       -moz-transform: translate(0px, -30%);
        -ms-transform: translate(0px, -30%);
         -o-transform: translate(0px, -30%);
            transform: translate(0px, -30%);
    will-change: auto;
  }
}
@media screen {
  .text-block {
    margin: 80px 0;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .text-block {
    margin: 140px 0;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .text-block {
    margin: 170px 0;
  }
  .text-block .small-subtitle {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 120em) {
  .text-block {
    margin: 300px 0;
  }
  .text-block .small-subtitle {
    margin-bottom: 60px;
  }
}
@media screen {
  .text-block .small-subtitle {
    margin-bottom: 30px;
  }
}
@media screen {
  .substrate {
    background-color: #F1F4F6;
  }
  .substrate.padding {
    padding: 80px 0 80px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .substrate.padding {
    padding: 100px 0 100px 0;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .substrate.padding {
    padding: 100px 0 100px 0;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .substrate.padding {
    padding: 130px 0 130px 0;
  }
}
@media screen and (min-width: 120em) {
  .substrate.padding {
    padding: 235px 0 235px 0;
  }
}
@media screen {
  .gallery-block h1 {
    margin: 100px 0 100px 0;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .gallery-block h1 {
    margin: 140px 0 140px 0;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .gallery-block h1 {
    margin: 160px 0 160px 0;
  }
}
@media screen and (min-width: 120em) {
  .gallery-block h1 {
    margin: 280px 0 280px 0;
  }
}
@media screen and (min-width: 48em) {
  .gallery-block .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen {
  .gallery-block .gallery .gallery-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 48em) {
  .gallery-block .gallery .gallery-col:nth-child(2) {
    margin-top: 110px;
  }
}
@media screen {
  .gallery-block .gallery .gallery-col .gallery-item {
    margin: 20px 10px;
  }
  .gallery-block .gallery .gallery-col .gallery-item img {
    width: 100%;
  }
}
@media screen {
  .screenshots * {
    width: 100%;
    margin-bottom: 100px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    max-height: 715px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .screenshots *:last-child {
    margin-bottom: 0;
    -webkit-box-shadow: 0px 64px 99px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 64px 99px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 64px 99px rgba(0, 0, 0, 0.1);
  }
}
@media screen {
  .splitshow-preview {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 150%;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -moz-transition: transform 0.4s, -moz-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
  }
  .splitshow-preview img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate(0px, -20%);
       -moz-transform: translate(0px, -20%);
        -ms-transform: translate(0px, -20%);
         -o-transform: translate(0px, -20%);
            transform: translate(0px, -20%);
    will-change: auto;
  }
}
@media screen {
  .mouse-pos-list-btn,
.mouse-pos-list-span {
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 0;
    background: #FC0D1B;
    position: fixed;
    z-index: 26;
    pointer-events: none;
    -webkit-transform: translate(-50%, -60%);
       -moz-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
         -o-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    overflow: hidden;
    display: block;
    -webkit-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0), height 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    -o-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0), height 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    -moz-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0), height 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0), height 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    left: 0%;
    top: 0%;
    will-change: transform, width, height;
  }
}
@media screen {
  .mouse-pos-list-span {
    background: transparent;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen {
  .mouse-pos-list-span p {
    margin: 0;
  }
}
@media screen {
  .mouse-pos-list-span .arrow,
.btn .arrow {
    width: 0em;
    -webkit-transform: rotate(-90deg) translateX(-0.05em);
       -moz-transform: rotate(-90deg) translateX(-0.05em);
        -ms-transform: rotate(-90deg) translateX(-0.05em);
         -o-transform: rotate(-90deg) translateX(-0.05em);
            transform: rotate(-90deg) translateX(-0.05em);
    margin-left: 0.33em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    -o-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    -moz-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    will-change: width;
  }
}
@media screen {
  .mouse-pos-list-span.active-big .arrow,
.btn .arrow {
    width: 0.66em;
    -webkit-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -o-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -moz-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  }
}
@media screen {
  .mouse-pos-list-btn.active,
.mouse-pos-list-span.active {
    width: clamp(3.75em, 5.5vw, 5em);
    height: clamp(3.75em, 5.5vw, 5em);
    -webkit-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -o-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -moz-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  }
}
@media screen {
  .mouse-pos-list-btn.active-big,
.mouse-pos-list-span.active-big {
    width: -webkit-calc(clamp(3.75em, 5.5vw, 5em) * 1.66);
    width: -moz-calc(clamp(3.75em, 5.5vw, 5em) * 1.66);
    width: calc(clamp(3.75em, 5.5vw, 5em) * 1.66);
    height: -webkit-calc(clamp(3.75em, 5.5vw, 5em) * 1.66);
    height: -moz-calc(clamp(3.75em, 5.5vw, 5em) * 1.66);
    height: calc(clamp(3.75em, 5.5vw, 5em) * 1.66);
    -webkit-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -o-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -moz-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  }
}
@media screen {
  .mouse-pos-list-btn.active-big.hover,
.mouse-pos-list-span.active-big.hover {
    width: -webkit-calc(clamp(3.75em, 5.5vw, 5em) * 1.45);
    width: -moz-calc(clamp(3.75em, 5.5vw, 5em) * 1.45);
    width: calc(clamp(3.75em, 5.5vw, 5em) * 1.45);
    height: -webkit-calc(clamp(3.75em, 5.5vw, 5em) * 1.45);
    height: -moz-calc(clamp(3.75em, 5.5vw, 5em) * 1.45);
    height: calc(clamp(3.75em, 5.5vw, 5em) * 1.45);
  }
}
@media screen {
  .mouse-pos-list-btn.active.pressed,
.mouse-pos-list-span.active.pressed {
    height: -webkit-calc(clamp(3.75em, 5.5vw, 8em) * 1.4);
    height: -moz-calc(clamp(3.75em, 5.5vw, 8em) * 1.4);
    height: calc(clamp(3.75em, 5.5vw, 8em) * 1.4);
    width: -webkit-calc(clamp(3.75em, 5.5vw, 8em) * 1.4);
    width: -moz-calc(clamp(3.75em, 5.5vw, 8em) * 1.4);
    width: calc(clamp(3.75em, 5.5vw, 8em) * 1.4);
  }
}
@media screen {
  .mouse-pos-list-btn.active-big.pressed,
.mouse-pos-list-span.active-big.pressed {
    height: -webkit-calc(clamp(3.75em, 5.5vw, 8em) * 2);
    height: -moz-calc(clamp(3.75em, 5.5vw, 8em) * 2);
    height: calc(clamp(3.75em, 5.5vw, 8em) * 2);
    width: -webkit-calc(clamp(3.75em, 5.5vw, 8em) * 2);
    width: -moz-calc(clamp(3.75em, 5.5vw, 8em) * 2);
    width: calc(clamp(3.75em, 5.5vw, 8em) * 2);
  }
}
@media screen {
  .mouse-pos-list-span.active,
.mouse-pos-list-span.active-big {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: clamp(10em, 27.5vw, 25em);
    -webkit-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -o-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -moz-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1), height 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  }
}
@media screen {
  .mouse-pos-list-span p {
    font-size: 0em;
    -webkit-transition: font-size 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    -o-transition: font-size 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    -moz-transition: font-size 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    transition: font-size 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    will-change: font-size;
  }
}
@media screen {
  .mouse-pos-list-span.active p,
.mouse-pos-list-span.active-big p {
    font-size: 1em;
    -webkit-transition: font-size 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -o-transition: font-size 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -moz-transition: font-size 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    transition: font-size 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  }
}
@media screen {
  .mouse-pos-list-image {
    width: 0;
    z-index: 25;
    position: fixed;
    pointer-events: none;
    -webkit-transform: translate(-50%, -52%);
       -moz-transform: translate(-50%, -52%);
        -ms-transform: translate(-50%, -52%);
         -o-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
    display: block;
    overflow: hidden;
    -webkit-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    -o-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    -moz-transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    transition: width 0.4s cubic-bezier(0.36, 0, 0.66, 0);
    left: 0%;
    will-change: transform, width;
  }
}
@media screen {
  .mouse-pos-list-image.active {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: clamp(10em, 27.5vw, 25em);
    -webkit-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -o-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    -moz-transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1);
    transition: width 0.4s cubic-bezier(0.34, 1, 0.64, 1);
  }
}
@media screen {
  .mouse-pos-list-image-bounce {
    overflow: hidden;
    -webkit-transform: scale(1) rotate(0.001deg);
       -moz-transform: scale(1) rotate(0.001deg);
        -ms-transform: scale(1) rotate(0.001deg);
         -o-transform: scale(1) rotate(0.001deg);
            transform: scale(1) rotate(0.001deg);
    -webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
}
@media screen {
  .mouse-pos-list-image-bounce.active {
    -webkit-transform: scale(1) rotate(0.001deg);
       -moz-transform: scale(1) rotate(0.001deg);
        -ms-transform: scale(1) rotate(0.001deg);
         -o-transform: scale(1) rotate(0.001deg);
            transform: scale(1) rotate(0.001deg);
  }
}
@media screen {
  .mouse-pos-list-image::before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
}
@media screen {
  .mouse-pos-list-image .mouse-pos-list-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56.25%;
  }
}
@media screen {
  .mouse-pos-list-image .float-image-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    will-change: transform;
  }
}
@media screen {
  .mouse-pos-list-image .float-image-wrap .mouse-pos-list-image-inner {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
  }
}
@media screen {
  .mouse-pos-list-image .float-image-wrap .mouse-pos-list-image-inner:before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
}
@media screen {
  .mouse-pos-list-image .float-image-wrap .mouse-pos-list-image-inner {
    width: 0;
  }
}
@media screen {
  .mouse-pos-list-image .float-image-wrap .mouse-pos-list-image-inner.visible {
    width: 100%;
  }
}
@media screen and (max-width: 62em) {
  .mouse-pos-list-image {
    display: none;
  }
}
@media screen {
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #E2D1D9;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
  }
}
@media screen {
  img.overlay,
video.overlay {
    -o-object-fit: cover;
       object-fit: cover;
  }
}