/*group title h2*/


/*h3*/


/*Colors*/

.delighter.sequence .item {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.delighter.sequence.started .item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.delighter.sequence.started .item:nth-child(1) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .1s;
    transition: all 0.5s ease-out .1s;
}

.delighter.sequence.started .item:nth-child(2) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .3s;
    transition: all 0.5s ease-out .3s;
}

.delighter.sequence.started .item:nth-child(3) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .5s;
    transition: all 0.5s ease-out .5s;
}

.delighter.sequence.started .item:nth-child(4) {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out .7s;
    transition: all 0.5s ease-out .7s;
}

.delighter.right {
    -webkit-transform: translate(-10%);
    transform: translate(-10%);
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.delighter.right.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.left {
    -webkit-transform: translate(10%);
    transform: translate(10%);
    opacity: 1;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.delighter.left.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.top {
    -webkit-transform: translatey(30%);
    transform: translatey(30%);
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.delighter.top.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.bottom {
    -webkit-transform: translatey(-30%);
    transform: translatey(-30%);
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.delighter.bottom.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.delighter.fadein {
    opacity: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.delighter.fadein.started {
    opacity: 1;
}

@media screen and (max-width: 960px) {
    .delighter.left,
    .delighter.right,
    .delighter.top,
    .delighter.bottom {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 0;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
}

.block {
    font-family: "DINPro-Medium", "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1.8;
}

.block img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100? "100%": "auto");
    overflow: hidden;
}

.block img.full {
    width: 100% !important;
}

.block .white {
    color: #fff;
}

.block .img {
    width: 100%;
    text-align: center;
}

.block .img img {
    display: inline-block;
    margin: 0 auto;
}

.block .imgxs,
.block img.imgxs {
    display: none;
}

.block .imglg,
.block img.imglg {
    display: inline-block;
    margin: 0 auto;
}

.block .wrapper {
    width: 85%;
    margin: 0 auto;
    max-width: 1800px;
}

.block .wrapper-lg {
    width: 85%;
    margin: 0 auto;
    max-width: 2560px;
}

.block .wrapper-lg-full {
    width: 100%;
    margin: 0 auto;
    max-width: 2560px;
}

.block .wrapper-full {
    width: 100%;
    margin: 0 auto;
}

.block ul,
.block li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.block .ulxs {
    counter-reset: li;
}

.block .ulxs li {
    position: relative;
    width: 100%;
    text-align: left !important;
    margin-left: 40px !important;
    padding: 10px 0 !important;
}

.block .ulxs li::before {
    content: counter(li);
    counter-increment: li;
    border-radius: 25px;
    display: inline-block;
    width: 14px;
    text-align: center;
    position: absolute;
    left: -40px;
    font-weight: bold;
    background: #cb0b4a;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.block h2 {
    font-family: "din_pro_bold", "Open Sans", Helvetica, Arial, sans-serif;
    color: #E586FD;
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    padding: 0 0 25px;
    margin: 0;
}

.block h3 {
    padding: 0 0 16px;
    font-size: 40px;
    color: #E586FD;
    text-transform: uppercase;
    font-family: "din_pro_bold", "Open Sans", Helvetica, Arial, sans-serif;
}

.block h3.w {
    color: #fff;
}

.block h4 {
    padding: 0 0 0px;
    font-size: 28px;
    color: #E586FD;
    text-transform: uppercase;
    font-family: "din_pro_bold", "Open Sans", Helvetica, Arial, sans-serif;
}

.block figcaption {
    font-size: 100%;
}

.block a {
    color: rgba(229, 134, 253, 0.8);
    text-decoration: underline;
}

.block a:hover,
.block a:active,
.block a:focus {
    color: #e586fd;
}

.block p {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
}

.block .note {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
    padding-top: 15px;
}

.block .note a {
    color: #E586FD;
    text-decoration: underline;
}

.block .note a:hover,
.block .note a:active,
.block .note a:focus {
    color: #e586fd;
}

.block.sp,
.block .sp {
    padding: 6% 0;
}

.block.splg,
.block .splg {
    padding: 10% 0;
}

.block.sptop,
.block .sptop {
    padding-top: 6%;
}

.block.spbt,
.block .spbt {
    padding-bottom: 6%;
}

.block.splgtop,
.block .splgtop {
    padding-top: 10%;
}

.block.splgbt,
.block .splgbt {
    padding-bottom: 10%;
}

.block.center,
.block .center {
    text-align: center;
}

@media screen and (max-width: 1920px) {
    .block h2 {
        font-size: 44px;
    }
    .block h3 {
        font-size: 34px;
    }
    .block p {
        font-size: 20px;
    }
    .block .container {
        max-width: 1400px;
    }
    .block.sp {
        padding: 10vh 0;
    }
    .block.spbt,
    .block .spbt {
        padding-bottom: 10vh;
    }
    .block.splgtop,
    .block .splgtop {
        padding-top: 6vh;
    }
    .block.splgbt,
    .block .splgbt {
        padding-bottom: 6vh;
    }
}

@media screen and (max-width: 960px) {
    .block {
        font-size: 20px;
    }
    .block .img {
        width: 100%;
        text-align: center;
    }
    .block .img img {
        max-width: 80%;
    }
    .block .imglg,
    .block img.imglg {
        display: none;
    }
    .block .imgxs,
    .block img.imgxs {
        display: block;
    }
    .block.sp {
        padding: 45px 0;
    }
    .block.spbt,
    .block .spbt {
        padding-bottom: 45px;
    }
    .block.splgtop,
    .block .splgtop {
        padding-top: 6vh;
    }
    .block.splgbt,
    .block .splgbt {
        padding-bottom: 6vh;
    }
    .block h2 {
        font-size: 32px;
    }
    .block h3 {
        font-size: 28px;
    }
}

.box-sc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .box-sc {
        display: block;
    }
    .box-sc.box-xs,
    .box-cc.box-xs,
    .box-s.box-xs,
    .box-c.box-xs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box-sc,
    .box-cc,
    .box-s,
    .box-c {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
}

.btsty,
a.btsty {
    color: #cb0b4a;
    border: #cb0b4a 2px solid;
    padding: 15px;
    -webkit-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    text-decoration: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.btsty:hover,
a.btsty:hover {
    background: #cb0b4a;
    color: #fff;
}

.mnt-compbox .twentytwenty-overlay,
.mnt-compbox .twentytwenty-before-label,
.mnt-compbox .twentytwenty-after-label {
    pointer-events: none;
}

.compbox .twentytwenty-overlay,
.compbox .twentytwenty-before-label,
.compbox .twentytwenty-after-label {
    pointer-events: none;
}

.vd-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.mntArtymis .wrapper {
    width: 85%;
    margin: 0 auto;
    max-width: 1800px;
}

.mntArtymis .wrapper-lg {
    width: 85%;
    margin: 0 auto;
    max-width: 2560px;
}

.mntArtymis .wrapper-lg-full {
    width: 100%;
    margin: 0 auto;
    max-width: 2560px;
}

.mntArtymis .wrapper-full {
    width: 100%;
    margin: 0 auto;
}

.mntArtymis .slick-slide img {
    display: inline-block !important;
}

.mntArtymis .sub-tabbox {
    margin-bottom: 24px;
}

.mntArtymis .sub-tabbox .slick-slide {
    color: #fff;
    font-size: 20px;
    font-family: "DINPro-Medium", "Open Sans", Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-align: center;
}

.mntArtymis .sub-tabbox .slick-slide span {
    display: block;
}

.mntArtymis .sub-tabbox .slick-slide img {
    display: inline-block !important;
}

.mntArtymis .sub-tabbox .slick-current {
    color: #fff;
}

.mntArtymis .sub-feature-nav {
    /*.slick-slide::after
      content: ""
      width: 85%
      height: 40%
      min-height: 100px
      max-height: 100px
      top: 50%
      left: 50%
      transform: translate(-50%, -50%)
      position: absolute
      display: block
      z-index: 1
      background: #690b6a
      background: linear-gradient(45deg, #690b6a 0%, #cb0b4a 100%)
      opacity: 0.7 */
}

.mntArtymis .sub-feature-nav .slick-slide {
    vertical-align: top;
    position: relative;
}

.mntArtymis .sub-feature-nav .slick-slide>div {
    position: relative;
    z-index: 5;
}

.mntArtymis .sub-feature-nav .slick-slide li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b9afcd;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    width: 198.2px !important;
}
.mntArtymis .sub-tabbox .slick-slide img,
.mntArtymis .sub-feature-nav .slick-slide li img {
    opacity: .7;
    display: inline-block;
    z-index: 2;
    position: relative;
}

.mntArtymis .sub-feature-nav .slick-slide li span,
.mntArtymis .sub-tabbox .slick-slide span{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    opacity: .8;
}

.mntArtymis .sub-feature-nav .slick-slide li span::before,
.mntArtymis .sub-tabbox .slick-slide span::before {
    content: "";
    width: 85%;
    height: 50%;
    min-height: 65px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, -110%);
    transform: translate(-50%, -110%);
    position: absolute;
    display: block;
    z-index: 1;
    background: #690b6a;
    background: linear-gradient(45deg, #690b6a 0%, #cb0b4a 100%);
    opacity: 0.6;
}

.mntArtymis .sub-feature-nav .slick-slide img,
.mntArtymis .sub-tabbox .slick-slide img {
    max-width: 70%;
}

.mntArtymis .sub-feature-nav .slick-slide:hover li,
.mntArtymis .sub-feature-nav .slick-slide.slick-current li {
    color: #fff;
}
.mntArtymis .sub-tabbox .slick-slide.slick-current img,
.mntArtymis .sub-feature-nav .slick-slide:hover li img,
.mntArtymis .sub-feature-nav .slick-slide.slick-current li img {
    opacity: 1;
}
.mntArtymis .sub-tabbox .slick-slide.slick-current span,
.mntArtymis .sub-feature-nav .slick-slide:hover li span,
.mntArtymis .sub-feature-nav .slick-slide.slick-current li span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    opacity: 1;
}
.mntArtymis .sub-tabbox .slick-slide:hover span,
.mntArtymis .sub-tabbox .slick-slide:hover span::before,
.mntArtymis .sub-tabbox .slick-slide:hover img,
.mntArtymis .sub-tabbox .slick-slide.slick-current span::before,
.mntArtymis .sub-feature-nav .slick-slide:hover li span::before,
.mntArtymis .sub-feature-nav .slick-slide.slick-current li span::before {
    opacity: 1;
}

.mntArtymis .sub-feature-nav .slick-slide:hover::after,
.mntArtymis .sub-feature-nav .slick-slide.slick-current::after {
    opacity: 1;
}

.mntArtymis .pd-container {
    position: relative;
    top: -70px;
    width: 100%;
    max-width: 100%;
}

.mntArtymis .pd-container img {
    max-width: 100%;
}

.mntArtymis .sub-group {
    /* background: url(../images/sub-group-bg.jpg) repeat-x #ba733b; */
    /* text-align: center */
    background-position: center top;
}

.mntArtymis .sub-group .sub-titlebox {
    width: 100%;
    border-top: none;
    text-align: left;
    color: #fff;
    margin: 0px auto;
    padding: 3vh 3vw 0;
    position: relative;
}

.mntArtymis .sub-group .sub-titlebox h3 {
    color: #b9afcd;
    font-size: 52px;
    padding-bottom: 1vh;
    font-family: "ONECND_Fonts-Bold", "Open Sans", Helvetica, Arial, sans-serifss;
}

.mntArtymis .sub-group .sub-titlebox p {
    font-family: "DINPro-Medium", "Open Sans", Helvetica, Arial, sans-serif;
    color: #E586FD;
    font-size: 24px;
}

.mntArtymis .sub-group .sub-titlebox .groupImage {
    padding: 2vh 0;
}

.mntArtymis .sub-tabbox {
    position: relative;
    z-index: 2;
    padding: 40px 0px 80px;
    /* background: url(../images/sub-tabbox-bg.png) repeat-x center top; */
}

.mntArtymis .slider__class1-prev {
    left: -20px;
    cursor: pointer;
}

.mntArtymis .slider__class1-next {
    right: -20px;
    cursor: pointer;
}

@media screen and (max-width: 1920px) {
    .mntArtymis .sub-tabbox .slick-slide {
        font-size: 18px;
    }
    .mntArtymis .sub-group .sub-titlebox p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1536px) {
    .mntArtymis .sub-tabbox .slick-slide {
        font-size: 16px;
    }
}

@media screen and (max-width: 1366px) {
    .mntArtymis .sub-tabbox .slick-slide {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .mntArtymis .slider__class1-prev {
        left: 0px;
    }
    .mntArtymis .slider__class1-next {
        right: 0px;
    }
    .mntArtymis .sub-tabbox .slick-slide {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .mntArtymis .sub-tabbox .slick-slide li {
        width: 33vw !important;
    }
    .mntArtymis .sub-tabbox .slick-slide li img {
        opacity: .8;
        display: block;
        z-index: 2;
    }
    .mntArtymis .sub-tabbox .slick-slide li span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .mntArtymis .sub-tabbox .slick-slide li span::before {
        z-index: 1;
        content: "";
        width: 80%;
        height: 50%;
        min-height: 70px;
    }
    .mntArtymis .sub-tabbox .slick-slide li img {
        max-width: 70%;
    }
}

@media screen and (max-width: 550px) {
    .mntArtymis .sub-tabbox {
        padding: 0px 0px 40px;
    }
    .mntArtymis .sub-tabbox .slick-slide {
        padding: 0px;
        min-width: auto;
        font-size: 24px;
    }
    .mntArtymis .pd-container {
        top: -40px;
    }
}

.mnt-compbox .twentytwenty-overlay,
.mnt-compbox .twentytwenty-before-label,
.mnt-compbox .twentytwenty-after-label {
    pointer-events: none;
}

.compbox .twentytwenty-overlay,
.compbox .twentytwenty-before-label,
.compbox .twentytwenty-after-label {
    pointer-events: none;
}


/*# sourceMappingURL=cnd-mnt-artymis.css.map */