
@import url("https://use.typekit.net/rkb5ngn.css");

* {
    box-sizing: border-box;
}
html, body {
    padding: 0;
    margin : 0;
    height : 100dvh;
    overflow:hidden;
}

.nt-wrapper {

    width: 100dvw;
    height: 100dvh;
    background-color: #000000;

    display: flex;
    justify-content: center;
    align-items: center;
}

.nt-progress-bar-cont {
    width: 45%;
    max-width: 250px;
    height : 7px;
    /* border : 1px solid red; */
    position: relative;
}

.nt-progress-bar {

    width: 100%;
    height : 100%;
    border : 1px solid #333;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
}

.nt-progress {
    width : 1%;
    height : 100%;
    background-color: white;
    position: absolute;
}

.nt-ad-container {

    width: auto;
    height : auto;
    overflow: hidden;
    background-color: #ffffff;
    position: absolute;
    display: none;
}

.nt-ad-container * {
    width: 100%;
    height : 100%;
    position:absolute;
    pointer-events: none;
}

.border {
    border : 1px solid #000;
    z-index: 999;
    pointer-events: none;
}

.hs{
   /*background-color: #ff000090;*/
   pointer-events: all;
   width:100%;
   left:50%;
   transform: translateX(-50%);
}
.hs-bgclick{
    /* background-color: #ff000050; */
    bottom:0%;
    height: 13%;
    display: none;
 }

 
.close-btn{
    display:none; /* comment this out on production */
    position: absolute;
    width:20px;
    height: 20px;
    top:5px;
    right:5px;
    color:#fff;
    border:1px #fff solid;
    background-color: #000000;
    border-radius: 10px;
    text-align: center;
    pointer-events: all;
    line-height: 17px;
}
.near{
    text-align: center;
    top:15%;
    width: 90%;
    height: 6%;
    font-size: 2em;
    color: #00458C;
    font-family: "raleway", sans-serif;
    font-weight: 600;
    font-style: normal;
   left:50%;
   transform: translateX(-50%);
}

.endcopy1,.endcopy2,.endcta,.endimg,.ind1,.ind2,
.ind3,.introcopy1,.introcopy2,.introcta,.introimg,.logo,
.q1,.q1a,.q1b,.q1c,.q1d,.q1img,
.q2,.q2a,.q2b,.q2c,.q2d,.q2img,
.q3,.q3a,.q3b,.q3img,.qcta
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite.png'); }

.endcopy1 {  background-position: 0 0.00%;  background-size: 100%;}
.endcopy2 {  background-position: 0 3.57%;  background-size: 100%;}
.endcta {  background-position: 0 7.14%;  background-size: 100%;}
.endimg {  background-position: 0 10.71%;  background-size: 100%;}
.ind1 {  background-position: 0 14.29%;  background-size: 100%;}
.ind2 {  background-position: 0 17.86%;  background-size: 100%;}
.ind3 {  background-position: 0 21.43%;  background-size: 100%;}
.introcopy1 {  background-position: 0 25.00%;  background-size: 100%;}
.introcopy2 {  background-position: 0 28.57%;  background-size: 100%;}
.introcta {  background-position: 0 32.14%;  background-size: 100%;}
.introimg {  background-position: 0 35.71%;  background-size: 100%;}
.logo {  background-position: 0 39.29%;  background-size: 100%;}
.q1 {  background-position: 0 42.86%;  background-size: 100%;}
.q1a {  background-position: 0 46.43%;  background-size: 100%;}
.q1b {  background-position: 0 50.00%;  background-size: 100%;}
.q1c {  background-position: 0 53.57%;  background-size: 100%;}
.q1d {  background-position: 0 57.14%;  background-size: 100%;}
.q1img {  background-position: 0 60.71%;  background-size: 100%;}
.q2 {  background-position: 0 64.29%;  background-size: 100%;}
.q2a {  background-position: 0 67.86%;  background-size: 100%;}
.q2b {  background-position: 0 71.43%;  background-size: 100%;}
.q2c {  background-position: 0 75.00%;  background-size: 100%;}
.q2d {  background-position: 0 78.57%;  background-size: 100%;}
.q2img {  background-position: 0 82.14%;  background-size: 100%;}
.q3 {  background-position: 0 85.71%;  background-size: 100%;}
.q3a {  background-position: 0 89.29%;  background-size: 100%;}
.q3b {  background-position: 0 92.86%;  background-size: 100%;}
.q3img {  background-position: 0 96.43%;  background-size: 100%;}
.qcta {  background-position: 0 100.00%;  background-size: 100%;}

.introimgc{
    /* background-color: #ff000050; */
    clip-path:inset(35% 0% 25.6% 0%)
}
