

/* === PP Neue Corp === */

/* Normal Width */
@font-face {
  font-family: 'PPNeueCorp';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-NormalUltralight-BF6732c5c5cd7f7.otf') format('opentype');
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PPNeueCorp';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-NormalMedium-BF6732c5c5212e9.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-stretch: normal;
}
@font-face {
  font-family: 'PPNeueCorp';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-NormalUltrabold-BF6732c5c5565f1.otf') format('opentype');
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
}

/* Condensed Width */
@font-face {
  font-family: 'PPNeueCorp-Condensed';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-CondensedUltralight-BF6732c5ca390f9.otf') format('opentype');
  font-weight: 200;
}
@font-face {
  font-family: 'PPNeueCorp-Condensed';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-CondensedMedium-BF6732c5c978aa4.otf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'PPNeueCorp-Condensed';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-CondensedUltrabold-BF6732c5ca08db8.otf') format('opentype');
  font-weight: 800;
}

/* Compressed Width */
@font-face {
  font-family: 'PPNeueCorp-Compressed';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-CompressedUltralight-BF6732c5cb31111.otf') format('opentype');
  font-weight: 200;
}
@font-face {
  font-family: 'PPNeueCorp-Compressed';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-CompressedMedium-BF6732c5cab2309.otf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'PPNeueCorp-Compressed';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-CompressedUltrabold-BF6732c5caef1cd.otf') format('opentype');
  font-weight: 800;
}

/* Wide Width */
@font-face {
  font-family: 'PPNeueCorp-Wide';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-WideUltralight-BF6732c5c4c0f1d.otf') format('opentype');
  font-weight: 200;
}
@font-face {
  font-family: 'PPNeueCorp-Wide';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-WideMedium-BF6732c5c45b6c4.otf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'PPNeueCorp-Wide';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-WideUltrabold-BF6732c5c869877.otf') format('opentype');
  font-weight: 800;
}

/* Tight Width */
@font-face {
  font-family: 'PPNeueCorp-Tight';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-TightUltralight-BF6732c5c93621c.otf') format('opentype');
  font-weight: 200;
}
@font-face {
  font-family: 'PPNeueCorp-Tight';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-TightMedium-BF6732c5c80fe3e.otf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'PPNeueCorp-Tight';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-TightUltrabold-BF6732c5c8bf1f0.otf') format('opentype');
  font-weight: 800;
}

/* Compact Width */
@font-face {
  font-family: 'PPNeueCorp-Compact';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-CompactUltralight-BF6732c5c623b40.otf') format('opentype');
  font-weight: 200;
}
@font-face {
  font-family: 'PPNeueCorp-Compact';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-CompactMedium-BF6732c5c5cbf6e.otf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: 'PPNeueCorp-Compact';
  src: url('../../uploads/fonts/PPNeueCorp/PPNeueCorp-CompactUltrabold-BF6732c5c80f8ef.otf') format('opentype');
  font-weight: 800;
}
.modal.modal-show {
    display: block;
    opacity: 1;
}
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 37.5vw;
    height: 27vw;
    opacity: 0;
    transition: opacity 0.7s ease;
}
.box-modal {
    position: relative;
    padding: 6.111vw 0 2.222vw;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.box-modal img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    left: 0;
}
.box-modal h2 {
    text-transform: uppercase;
    color: #06E99D;
    font-size: 6.458vw;
    line-height: 100%;
    -webkit-text-fill-color: initial;
    font-weight: 700;
    font-family: "PPNeueCorp-Condensed";
    text-align: center;
}
.box-modal p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.431vw;
    font-family: 'PPNeueCorp-Wide';
}
.box-modal a.modal-button {
    padding: 0.833vw 2.222vw;
    color: white;
    background-color: black;
    border-radius: 6.944vw;
    font-size: 1.389vw;
    text-decoration: none;
    text-transform: uppercase;
}

.modal .close-icon {
    position: absolute;
    top: 1.667vw;
    right: 1.667vw;
    cursor: pointer;
}
.mobile-frame {
    display: none;
}

@media screen and (max-width: 991px) {
    .modal {
        width: 60.5vw;
        height: 67vw;
    }
    .box-modal {
        /* padding: 6.111vw 0 2.222vw; */
        /* padding: 29.111vw 0 25.222vw; */
        padding: 15.111vw 0 8.222vw;
    }
    .box-modal h2 {
        font-size: 14.458vw;
    }
    .box-modal p {
        font-size: 4.431vw;
    }
    .box-modal a.modal-button {
        font-size: 2.389vw;
    }
    .mobile-frame {
        display: block;
    }
    .desktop-frame {
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .modal {
        width: 77.5vw;
        height: 82vw;
    }
    .box-modal {
        padding: 19.111vw 0 7.222vw;
    }
    .box-modal h2 {
        font-size: 18.458vw;
    }
    .box-modal a.modal-button {
        font-size: 3.389vw;
    }
}
/* @media screen and (max-width: 768px) {
    .modal {
        width: 94.5vw;
        height: 75vw;
    }
    .box-modal h2 {
        font-size: 18.458vw;
    }
    .box-modal p {
        font-size: 7.431vw;
    }
    .box-modal a.modal-button {
        font-size: 3.389vw;
        padding: 1.833vw 3.222vw;
    }
} */