:root{
    --text-colorL: #FFFFFF;
    --text-colorLGray: #b5b5b5;
    --text-colorTan: #B8954C;
    --text-colorD: #39423d;
    --bg-colorL: #FFFFFF;
    --bg-colorGray: #f4f4f4;
    --bg-colorD: #353535;
}

h1,h2,h3,h4,h5,p,body{
    font-family: 'Roboto', sans-serif;
    margin: 15px 0;
    color: var( --text-colorD)
}
h2{
    margin-top: 0;
    font-weight: 700;
}
h1,h2,h3{
    margin-left: .5rem;
    margin-right: .5rem;
}
h1,h3{
    font-weight: 300;
}
h1{
    font-size: clamp(2.1rem, 7vw, 3.5rem);
}
h2 {
    font-size: clamp(1.3rem, 8vw, 3.7rem);
    line-height: normal;
}
h3{
    font-size: clamp(1.1rem, 7vw, 2rem);
}
h4 {
    font-size: clamp(1.1rem, 7vw, 1.5rem);
}
h5 {
    font-size: 20px;
    font-weight: 300;
}
p{
    line-height: 1.75;
}
body{
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.bold{
    font-weight: 600;
}
#content_0{
    width: 100%;
    height: calc(100vh - 50px);
    position: fixed;
    top: 50px;
    z-index: 999;
    display: none;
    background-color: rgba(0, 0, 0, 0.53);
    overflow-y: scroll;
}
.frmClose{
    float: right;
    font-weight: bold;
    font-size: 18px;
    font-stretch: 150%;
    cursor: pointer;
}
#frmTbl{
    border-radius: 50px;
    top: 30px;
    width: 90%;
    margin: 50px auto;
    box-sizing: border-box;
    max-width: 800px;
    background-color: #FFFFFF;
}
#frmWrap{
    padding-left: 30px;
    padding-right: 30px;
}
#frmWrap h1{
    font-size: 30px;
}
a, a:visited {
    color: var(--text-colorD);
    text-decoration:none;
}
a:focus, a:active, a:focus a:valid, a:hover{
    font-style: italic;
    color: var(--text-colorD);
    text-decoration:underline;
}
#TopBox{
    padding-top: 8px;
}
#NavBox{
    width: 100%;
    height: 50px;
    background-color:var(--bg-colorL);
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
}
#NavBar{
    width: 96%;
    margin: 0 auto;
    max-width: 1300px;
    background-color: #FFFFFF;
    border-bottom: 0;
    padding-top: 0;
}
.bannerText{
    height: 100%;
    max-width: 700px;
    top: 0;
    left: 0;
}
.Btns{
    display: none;
    font-size:16px;
    text-align:left;
    cursor: pointer;
    white-space:nowrap;
    padding-right:30px;
    color:#ffffff;
}
.Btns:hover, .Btns:active, .Btns:focus {
    font-style: italic;
    color: #fffae7;
    text-decoration: underline;
}
.topLeftLogo{
    width: 76px;
}
.topLeft {
    white-space: nowrap;
    padding: 0px 0 4px 0px;
    font-family: 'Tinos', serif;
    font-size:16px;
}
.topMid{
    padding-top: .80rem;
}
#topMenu{
    right: 3%;
    padding-top: 15px;
    float: right;
}
.topRight{
    text-align: right;
    float: right;
    right: 3%;
    padding-top: .80rem;
}
#navTop{
    -webkit-animation-delay: .05s;
    animation-delay: .07s;
    animation: fadeNav .5s;
    height: calc(100vh - 72px);
    padding-top: 15px;
    padding-bottom: 10px;
    max-width: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    background-color: #000000;
    flex-direction: column;
    justify-content: center;
    display: flex;
    opacity: .97;
}
@keyframes fadeNav {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
#navTop ul li {
    padding: 15px 15px;
    text-align: center;
}
#navTop ul li a{
    font-size: 18px;
}
#navTop ul:hover a {
    opacity: 0.5;
}
#navTop ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
}
#navTop ul a:hover {
    opacity: 1;
}
.bar1,.bar2,.bar3{
    background-color:var(--bg-colorD);
}
.Btns{
    color: var(--text-colorD);
    padding-right: 27px;
}
.BtnsLog{
    color: var(--text-colorD);
}
.Btns:hover{
    color: #0c0c0c;
    font-style: normal;
}
.BtnLogIn{
    display: inline;
    background-color: #ffffff;
    padding: .3rem 1rem;
    border: 1px solid #000000;
    color: #000000;
    margin-right: 1rem;
    border-radius: 50px;
}
.BtnSignUp{
    background-color: #0c0c0c;
    border: 1px solid #000000;
    padding: .3rem 1rem;
    color: #FFFFFF;
}
.BtnSignUp:hover,.BtnLogIn:hover{
    color: #000000;
    font-style: normal;
}
.BtnSignUp:hover{
    color: #FFFFFF;
}
#bannerBkg {
    width: 100%;
    /*height: 75vh;*/
}
.bnrWrap{
    position: absolute;
    top: 40px;
    width: 100%;
}
#bnrHd{
    position: relative;
    width: 100%;
}
#bnrText {
    width: 100%;
    height: 100%;
}
.bannerText{
    height: 75vh;
    margin: 0 auto 0 auto;
    flex-direction: column;
    justify-content: center;
    display: flex;
    max-height: 700px;
    padding: 0 1rem;
}
footer{
    background: #1c1c1c;
    border-top: 1px #000000;
}
.cl{
    background-color: var(--bg-colorL);
}
.tTan{
    color:var(--text-colorTan);

}
.cGray{
    background-color: var(--bg-colorGray);
}
.tl{
    color:var(--text-colorL);
}
.tlGray{
    color:var(--text-colorLGray);
}
.cd{
    background-color:  var(--bg-colorD);
}
.z1.relative{
    position: relative;
}
.z1{
    z-index: 3;
}
.z2{
    z-index: 4;
}
.relative{
    position: relative;
}
.mtb1rem{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.mt3rem{
    margin-top: 3.5rem;
}
.mtb7rem{
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.mtb5rem{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.pt1rem{
    padding-top: 1rem;
}
.pb1rem{
    padding-bottom: 1rem;
}
.pb2rem{
    padding-bottom: 2rem;
}
.ptb3rem{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pt3-5rem{
    padding-top: 3.5rem;
}
.ptb5rem{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.ptb5rem_2{
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.pb5rem{
    padding-bottom: 5rem;
}
.mb5rem{
    margin-bottom: 5rem;
}
.absolute{
    position: absolute;
}
.boxSizing{
    box-sizing: border-box;
}
.desktop{
    display: none;
}
.phone_fw{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.phone_vw{
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.phone_vf{
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.none{
    display: none;
}
.opacity0{
    opacity: 0;
}
.txCenter{
    text-align: center;
}
.textCenter{
    text-align: center;
}
.btn1 {
    color: #FFFFFF;
    padding: 11px 30px;
    border: solid 1px #ffffff;
    border-radius: 3rem;
    cursor: pointer;
    transition-duration: .3s;
    max-width: 185px;
    font-size: 13px;
    box-sizing: border-box;
    width: 200px;
}
.btn6{
    color: #1d2530;
    border-bottom: solid 1px #1d2530;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    padding: 0 0 3px 0;
    transition: background-color 0.3s ease;
}
.btn6:hover{
    background: linear-gradient(#ffffff, #e1dddc);
}
.btn1 {
    background-color: rgba(0, 0, 0, 0.53);
    margin-bottom: 15px;
}
.btn2{
    color: #000000;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}
.btn1:hover{
    background-color: #000000;
    color: #ffffff;
    border: solid 1px #000000;
}
.Arrow_1,.Arrow_2{
    width: 17px;
    padding-left: 11px;
}
.T2_1_VideoWrap{
    margin-top: 0;
    overflow: hidden;
    position: relative;
    max-height: 95vh;
    overflow-y: hidden;
}
#T2VideoBox{
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    background-image: url(https://nordcap.ca/sp/pics/image3217_6784Blog8.png?v=1);
    width: 100vw;
}
#T2_1_Video{
    /*height: 56.25vw;*/
    width: 100%;
    z-index: 2;
    position: absolute;
}
.videoHomeCover{
    width: calc(90vh * 1.777);
    height: 90vh;
    margin: 15px auto 0 auto;
}
.bannerVideoText{
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: left;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.content_wrap,.Eadd_content{
    width: 94%;
    margin: 0 auto;
    max-width: 1920px;
}
.allAutoSlide{
    display: none;
    background-color: #49494a;
    border-radius: 15px;
    padding: .5rem 1rem;
}
.allAutoSlide p{
    -webkit-animation-delay: .05s;
    animation-delay: .07s;
    animation: fadeNav .5s;
}
.smallText_wrap{
    max-width: 1100px;
}
.autoSlideWrap1{
    min-height: 270px;
    position: relative;
}
.allAutoSlideTitles {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    position: relative;
    display: block;
    background-color: #0c0c0c;
    border: solid 1px #FFFFFF;
}
.AutoSlideActive {
    background: #f99178;
    position: relative;
    z-index: 8;
    display: block;
    border: solid 1px #ffffff;
}
.autoSlide {
    width: 100px;
    margin: 1rem auto;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.AutoSlide5Star{
    width: 100px;
}
#scroll_wrap{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    position: relative;
}
.scroll_OutWrap{
    position: relative;
    max-height: 850px;
    overflow-y: hidden;
}
.scroll_wrapPic{
    width: 100%;
    min-height: 730px;
    position: absolute;
    left: 0; right: 0;
    opacity: .05;
    border-top: solid 1px #000000;
}
.Item_wrap {
    touch-action: pan-y;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
}
.Item_wrap::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid #444444;;
}
.Item_wrap::-webkit-scrollbar-track {
    background-clip: content-box;
    border-radius: 50px;
}
.Item_wrap::-webkit-scrollbar-thumb {
    background-color: #DADADA;
    border-radius: 50px;
    border: 2px solid #DADADA;
}
.Item_wrap::-webkit-scrollbar-thumb:hover {
    background-color: #ffffff;
}
.Item_wrap::-webkit-scrollbar-thumb:active {
    background-color: #ffffff;
}
.Item_wrap::-webkit-scrollbar-corner,.Item_wrap::-webkit-scrollbar-track {
    background-color: #a1a1a1;
}
.ItemBox {
    width: 250px;
    box-sizing: border-box;
    border: none;
    margin: 30px 30px 15px 0;
    overflow: hidden;
    position: relative;
    height: 300px;
    border-radius: 13px;
    transition-duration: 75ms;
    text-align: center;
}
.Item_wrap, .ItemBox {
    display: inline-block;
    vertical-align: top;
}
.ItemPic{
    object-fit: cover;
    transition: transform .3s;
    opacity: 85%;
    width: 168px;
    padding-right: 0px;
}
.ItemPic2{
    position: absolute;
    left: 41px;
    top: 0;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}
.ItemBox:hover .ItemPic2{
    opacity: 0;
}
.ItemBox:hover{
    transform: scale(1.15);
    transition: 0.25s ease-in-out;
    opacity: 1;
    position: relative;
}
.ItemText{
    position: relative;
    color: #FFFFFF;
    text-align: center;
    max-width: 300px;
}
.playBtnVideo{
    width: 25px;
    height: 25px;
}
#fadePanel_0,#fadePanel_1,#fadePanel_2,#fadePanel_3,#fadePanel_4,#fadePanel_5{
    animation-fill-mode: both;
    animation-duration: 1000ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    transition: opacity .6s linear,transform .6s cubic-bezier(0.26,0.67,0.48,0.91);
}
.left50{
    margin-bottom: 3rem;
}
.videoTop{
    width:94vw;
    height: calc(94vw / 1.777);
    margin-top: 20px;
    max-width: 560px;
    max-height: 315px;
}
.card_3{
    width: 100%;
    /*border: solid 1px var(--text-colorD);*/
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--bg-colorL);
    margin-bottom: 2rem;
}
.card_3Desktop{
    display: none;
}
.card_3_pic{
    max-width: none;
    width: 100%;
}
.card_3:last-child{
    margin-bottom: 0;
}
.card_3_1{
    background-color: #cacfd5;
}
.card_3_1 h2{
    font-size: clamp(1.3rem, 4vw, 3.3rem);
}
.card_3_1Pic{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.card_text{
    padding: 1rem;
}
.card_3:last-child{
    margin-bottom: 0;
}
.card_3_2:last-child{
    margin-bottom: 2rem;
}
.card_3_2Line{
    height: 1px;
    width: 100%;
    background-color: var(--bg-colorD);
}
.Step4Wrap{
    width: 100%;
    margin: 0 auto;
    background: #1d2530;
}
.Step4Pic{
    width: 70px;
    height: 70px;
    margin: 0px auto;
}
.Step4Text{
    text-align: center;
}
.Step4Text p{
    color: #a2a2a2;
}
.Step4Btn{
    margin: 0 auto;
}
.Step4Title{
    width: 94%;
    margin: 0 auto 50px auto;
    max-width: 700px;
}
.lifeTime{
    height: 700px;
    position: relative;
}
.lifeTimeBox{
    padding: 2.5rem 1rem;
    box-sizing: border-box;
    width: 100%;
    min-height: 550px;
    background: #1d2530;
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
}
.lifeTimeLine{
    width: 100%;
    height: 1px;
    margin: .5rem auto;
    background: #B8954C;
}
.Step4Box{
    width: 94%;
    margin: 0 auto;
}
.btnStep4{
    width: 94%;
    margin: 0 auto 1.5rem auto;
    text-align: center;
    max-width: unset;
}
.slideshow-container {
    position: relative;
    margin: 0 auto;
    max-width: 95vw;
    width: 94vw;
    height: calc(94vw / 1.78);
}
.slideshow-container1{
    background-color: #0c0c0c;
}
.slideshow-container_closed{
    display: none;
}
.slideshow-container_active{
    display: flex;
}
.slideshow {
    display: flex;
    width: 100%;
}
.slide {
    flex-shrink: 0;
    width: 94vw;
    height: calc(94vw / 1.78);
    overflow: hidden;
}
.slide img {
    display: block;
    width: 94vw;
    /*height: calc(94vw / 1.78);*/
    margin: 0 auto;
}
.dots-container {
    display: flex;
    justify-content: center;
    max-width: 1110px;
    margin: 15px auto 30px auto;
    width: 94vw;
}
.dot {
    margin: 0 5px;
    width: 70px;
    height: 35px;
    /*border-radius: 50%;*/
    opacity: .5;
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.dot.active {
    opacity: 1;
}
.prev, .next {
    position: absolute;
    top: 47%;
    width: auto;
    margin-top: -22px;
    padding: 0px 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.slideT{
    left: 50%;
    position: absolute;
    top: 47%;
    transition: 0.6s ease;
    color: #FFFFFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px #717171;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    text-decoration: none;
    font-style: normal;
}
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}



.A_PicWrap{
    position: relative;
    overflow-x: hidden;
    height: 250px;
    border-radius: 15px;
}
.A_PicBox{
    min-width: 550px;
    height: 250px;
    overflow-y: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
@keyframes Fade-Up {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}
@media only screen and (min-width: 370px) {


}
@media only screen and (min-width: 500px) {
}
@media only screen and (min-width: 598px) {
    .Step4Btn{
        width: 400px;
        margin: 0 auto;
    }

}
/* Layout: 740px */
@media only screen and (min-width: 740px) {
    .fw{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .vf{
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .mt3-5rem{
        margin-top: 3.5rem;
    }
    .mtb7rem{
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .pt1rem{
        padding-top: 1rem;
    }
    .pt3-5rem{
        padding-top: 3.5rem;
    }
    .ptb5rem{
        padding-top: 2rem;
        padding-bottom: 5rem;
    }
    .ptb5rem_2{
        padding-top: 3.5rem;
        padding-bottom: 5rem;
    }
    .ptb7rem{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .lifeTimePic {
        position: absolute;
        left: 0;
        top: 0;
        max-height: 700px;
        overflow: hidden;
        width: 100%;
    }
    .lifeTimeBox{
        padding: 2.5rem;
        width: 70%;
        position: absolute;
        left: 15%;
        bottom: -5rem;
        max-width: 430px;
        border-radius: 15px;
    }
}
@media only screen and (min-width: 870px) {
    .Step4Box{
        width: 24%;
        padding: 1rem;
        box-sizing: border-box;
        color: #FFFFFF;
    }
    .slide {
        height: 100%;
        width: auto;
    }
    .slideshow1{
        overflow: hidden;
    }
    .slide1,.slide1 img{
        width: 100vw;
        height: auto;
        max-width: 1100px;
        max-height: 618px;
    }
    .dot {
        width: 100px;
        height: 57px;
    }
    .slideshow-container{
        width: 94vw;
        height: calc(94vw / 1.78);
        max-width: 1100px;
        max-height: 618px;
    }
    .slideshow-container1{
        width: 100%;
        max-width: 100%;
    }
    .slideshow-container1 .slide1, .slideshow-container1 .slide1 img{
        max-height: none;
        max-width: none;
    }
    .left30{
        width: 30%;
    }
    .right70{
        width: 67%;
    }
    .left50,.right50{
        width: 47%;
        margin-bottom: 0;
    }
    .right50_MarginBottom{
        margin-bottom: 30px;
    }
    .A_PicWrap{
        position: relative;
        overflow-x: hidden;
        height: 300px;
        border-radius: 15px;
    }
    .A_PicBox{
        min-width: 550px;
        height: 300px;
        overflow-y: hidden;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
    #scroll_wrap {
        padding-left: 150px;
        padding-bottom: 70px;
    }
    .ItemBox{
        margin-right: 55px;
        width: 297px;
    }
    .card_3, .card_3_2{
        width: 30%;
        margin-bottom: 0;
    }
    .card_3Desktop{
        display: unset;
        background-color: transparent;
    }
    .card_4{
        width: 23%;
        border-radius: 0;
    }
    .card_3_2{
        margin-bottom: 2.5rem;
    }
    .card_3_1Pic{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .card_3Btn{
        bottom: 1rem;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .card_text2{
        min-height: 150px;
    }
    .desktop{
        display: inherit;
    }
    .phone{
        display: none;
    }
    .ItemPic{
        width: 215px;
    }
    .videoTop{
        width:39vw;
        height: calc(39vw / 1.777);
    }
}

/* Desktop Layout:1029px */
@media only screen and (min-width: 1077px) {
    .Btns {
        display:inline;
    }
    #topMenu{
        display: none;
    }
}

@media only screen and (min-width: 1100px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1700px) {
}