@import url(web_fonts/fonts.css);
*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: hel75, sans-serif
}

#header-main .back,
#header-main h2 {
    display: inline-block;
    line-height: 42px
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #203054
}

h2 {
    font-size: 56px
}

#main-wrapper {
    display: none;
    position: relative;
    width: 100%;
    height: 100%
}

.intro-wrapper {
    background-color: #fff;
    text-align: center
}

.skipIntro {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 5px;
    font-family: hel45, arial, sans-serif;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background-color: #1b1b1b;
    cursor: pointer;
    transition: all .5s ease-out
}

.intro-wrapper h2,
.intro-wrapper img {
    margin: auto;
    left: 0;
    position: absolute;
    right: 0;
    opacity: 0
}

.skipIntro:hover {
    background-color: #f0f0f0;
    color: #1b1b1b
}

.intro-wrapper img {
    width: 40%;
    height: auto;
    top: 0;
    bottom: 0;
    transform: scale(.7)
}

.l2_cta_wrapper,
.layer1,
.layer2 {
    height: 100%;
    width: 100%
}

.intro-wrapper h2 {
    top: calc(50% - 34px);
    font-weight: 700;
    letter-spacing: -.03em;
    color: #203054;
    transform: scale(.8)
}

.intro-wrapper,
.page-curl-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.page-curl-wrapper {
    position: absolute;
    display: none;
    pointer-events: none;
    top: 0
}

.layer1 {
    position: relative;
    left: 0;
    background-image: url(../images/overlay-img2.jpg)
}

.layer2 {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/overlay-img1.jpg);
    background-color: #fff;
    overflow: hidden
}

.layer1>img,
.layer2>img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto
}

.layer1 h2,
.layer2 h2 {
    position: absolute;
    top: calc(50% - 34px);
    margin: auto;
    left: 25%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    letter-spacing: -.03em;
    color: #fff;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, .5)
}

.layer2 h2:nth-of-type(2) {
    display: none
}

.l2_cta_wrapper {
    position: relative;
    pointer-events: none
}

.l2_cta_wrapper div {
    display: block;
    position: absolute;
    width: 16%;
    cursor: pointer;
    pointer-events: all
}

#header-main h2,
.fdd-wrapper,
.pg-peel {
    pointer-events: none
}

.layer2 .l2_cta_wrapper div {
    display: none
}

.l2_cta_wrapper div:nth-child(1) {
    width: 10%;
    top: 20%;
    left: 31%
}

.l2_cta_wrapper div:nth-child(2) {
    width: 10%;
    top: 35%;
    left: 23%
}

.l2_cta_wrapper div:nth-child(3) {
    top: 50%;
    left: 18%
}

.l2_cta_wrapper div:nth-child(4) {
    top: 15%;
    left: 60%
}

.l2_cta_wrapper div:nth-child(5) {
    top: 35%;
    left: 60%
}

.l2_cta_wrapper div:nth-child(6) {
    top: 50%;
    left: 60%
}

.l2_cta_wrapper div img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-filter: brightness(300%);
    filter: brightness(300%)
}

.layer1 .l2_cta_wrapper div img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%)
}

.pg-peel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: drop-shadow(8px 8px 10px #000);
    -webkit-filter: drop-shadow(8px 8px 10px #000)
}

.pg-peel svg {
    width: 73%;
    height: 100%;
    opacity: .8
}

#feature-sec-wrapper {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    height: calc(100% - 42px);
    width: 100%;
    background-color: transparent
}

#header-main {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #37424a;
    height: 42px;
    z-index: 9
}

#header-main #menu-toggle {
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 42px;
    right: 10px;
    text-align: center;
    top: -2px;
    cursor: pointer
}

#menu-toggle span {
    display: block;
    background: rgba(255, 255, 255, .7);
    border-radius: 2px;
    transition: all .25s cubic-bezier(.44, .1, .41, .94)
}

#menu-toggle #hamburger {
    position: absolute;
    height: 36px;
    width: 36px
}

#menu-toggle #hamburger span {
    width: 100%;
    height: 3px;
    position: relative;
    top: 16%;
    left: 0;
    margin: 6px auto
}

#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .125s
}

#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .25s
}

#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .375s
}

#menu-toggle #cross {
    position: absolute;
    height: 42px;
    width: 42px;
    transform: rotate(45deg)
}

#menu-toggle #cross span:nth-child(1) {
    height: 0;
    width: 4px;
    position: absolute;
    top: calc(20% - 0px);
    left: calc(50% - 2px);
    transition-delay: 0s
}

#menu-toggle #cross span:nth-child(2) {
    width: 0;
    height: 4px;
    position: absolute;
    left: calc(20% - 0px);
    top: calc(50% - 2px);
    transition-delay: .15s
}

#menu-toggle.open #hamburger span {
    width: 0
}

#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s
}

#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s
}

#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s
}

#menu-toggle.open #cross span:nth-child(2) {
    width: 60%;
    transition-delay: .375s
}

#header-main h2 {
    position: absolute;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    height: 42px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

#header-main .back {
    display: none;
    position: absolute;
    right: 72px;
    top: 0;
    cursor: pointer
}

#header-main .back img {
    vertical-align: middle;
    width: 24px
}

.fdd-wrapper .topbar .arrow.down img,
.logo.header img {
    vertical-align: bottom
}

.logo.header {
    position: relative;
    left: 8px;
    display: inline-block;
    top: 5px;
    cursor: pointer
}

.logo.header img {
    height: 30px
}

.navigation-category {
    display: table;
    position: fixed;
    max-width: 220px;
    min-width: 200px;
    width: 30%;
    height: calc(100% - 42px);
    background-color: #fff;
    text-align: center;
    top: 42px;
    right: -100%;
    z-index: 998;
    transition: right .6s ease-out;
    box-shadow: 10px 0 25px 0 rgba(0, 0, 0, .2)
}

.link-wrapper {
    margin-top: 40px
}

.link-wrapper ul {
    text-align: left;
    display: inline-block
}

.link-wrapper ul li {
    display: table;
    margin: 10px 0;
    text-align: left;
    list-style: none;
    color: #ee1c24;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    font-size: 12px
}

.link-wrapper ul li.feat-sect {
    font-size: 16px
}

.link-wrapper ul li:last-child {
    margin-top: 25px;
    color: rgba(55, 66, 74, 1)
}

.link-wrapper ul li a {
    color: inherit;
    text-decoration: none
}

.link-wrapper ul li:hover {
    border-bottom: 1px solid #37424a
}

#menu-toggle.open #cross span:nth-child(1) {
    height: 60%;
    transition-delay: .525s
}

#feature-sec-wrapper section {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    background-color: #fff
}

.feat.dropdwn .caption-wrapper {
    position: absolute;
    left: 48px;
    top: 68px;
    width: 300px
}

.feat.dropdwn .caption-wrapper h4 {
    color: #ee1c24;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px
}

.feat.dropdwn .caption-wrapper p {
    color: #4C5664;
    font-size: 24px;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8)
}

.fdd-wrapper {
    display: inline-block;
    position: absolute;
    width: 400px;
    height: auto;
    color: #fff
}

.fdd-wrapper:nth-of-type(2) {
    top: 47%;
    left: 10%
}

.fdd-wrapper:nth-of-type(3) {
    left: 35%;
    top: 23%
}

.fdd-wrapper:nth-of-type(4) {
    bottom: 30%;
    left: 30%
}

.fdd-wrapper:nth-of-type(5) {
    top: 34%;
    right: 1%
}

.fdd-wrapper:nth-of-type(6) {
    top: 10%;
    right: 10%
}

.fdd-wrapper .topbar {
    position: relative;
    min-width: 300px;
    width: 100%;
    height: 32px;
    background-color: rgba(33, 46, 63, .8);
    padding: 7px 10px;
    box-sizing: border-box;
    pointer-events: all;
    cursor: pointer
}

.fdd-wrapper .topbar .dd-caption {
    font-size: 17px
}

.fdd-wrapper .topbar .arrow.down {
    position: absolute;
    bottom: 8px;
    right: 10px;
    cursor: pointer
}

.fdd-wrapper .dd-table {
    display: none;
    position: relative;
    width: 100%;
    background-color: #fff
}

.fdd-wrapper .dd-table .dd-row {
    display: table-row
}

.fdd-wrapper .dd-table .dd-row.dd-row-span .dd-col {
    padding: 0
}

.fdd-wrapper .dd-table .dd-row .dd-col {
    text-align: center;
    display: table-cell;
    min-width: 100px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
    font-family: hel45, arial, sans-serif;
    vertical-align: middle
}

.fdd-wrapper .dd-table .dd-row .dd-col span {
    display: block;
    font-size: 11px;
    width: 100%;
    padding: 8px;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    font-family: hel45
}

.feat.mixmedia .textual .caption-wrapper p,
.feat.mixmedia .textual .feat-point-wrapper ul li,
.tc-tempt p,
footer ul li {
    font-family: hel45, sans-serif
}

.fdd-wrapper .dd-table .dd-row .dd-col span:last-child {
    border-bottom: 0 solid #fff
}

.fdd-wrapper .dd-table .dd-row:nth-child(2n - 1) .dd-col {
    background-color: #f1f1f3
}

.fdd-wrapper .dd-table .dd-col:nth-child(2) {
    border: 2px solid #fff;
    border-top: 0;
    border-bottom: 0
}

.fdd-wrapper .dd-table .dd-col:last-child {
    border-right: 0
}

.feat.mixmedia .visuals {
    display: inline-block;
    width: 56%;
    height: 100%;
    vertical-align: top;
    background-color: #dcdee1
}

.feat.mixmedia .visuals .preview {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 145px);
    text-align: center;
    cursor: pointer
}

.feat.mixmedia .visuals .preview img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: top
}

.feat.mixmedia .visuals .thumbnail-wrapper {
    white-space: nowrap;
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
    margin-top: 15px;
    text-align: center
}

.feat.mixmedia .visuals .thumbnail-wrapper .thumb {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    cursor: pointer
}

.feat.mixmedia .visuals .thumbnail-wrapper .thumb:last-child {
    margin-right: 0
}

.feat.mixmedia .visuals .thumbnail-wrapper .thumb img {
    vertical-align: top
}

.feat.mixmedia .textual {
    display: inline-block;
    width: 44%;
    margin-left: -5px;
    padding: 33px;
    box-sizing: border-box
}

.feat.mixmedia .textual .caption-wrapper {
    margin-bottom: 30px
}

.feat.mixmedia .textual .caption-wrapper h4 {
    color: #ee1c24;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px
}

.feat.mixmedia .textual .caption-wrapper p {
    font-size: 16px;
    line-height: 21px;
    color: #6d6e71
}

.feat.mixmedia .textual .feat-point-wrapper div {
    color: #ee1c24;
    font-size: 24px;
    margin-bottom: 15px
}

.feat.mixmedia .textual .feat-point-wrapper ul {
    margin-left: 18px
}

.feat.mixmedia .textual .feat-point-wrapper ul li {
    list-style-position: outside;
    font-size: 16px;
    line-height: 21px;
    color: #6d6e71
}

.feat.mixmedia .popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .8)
}

.feat.mixmedia .popup .wrapper {
    display: block;
    position: absolute;
    width: 96%;
    height: 86%;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #fff
}

.popup .close {
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #D4D6D8;
    padding: 7px;
    box-sizing: border-box;
    z-index: 9;
    right: 10px;
    top: 12px
}

.popup .close img {
    width: 22px;
    cursor: pointer;
    vertical-align: bottom
}

.popup .content-view {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    overflow: hidden;
    border-bottom: 6px solid #fff
}

.popup .content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.popup .content-wrapper .cont-360,
.popup .content-wrapper .cont-image,
.popup .content-wrapper .cont-video {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center
}

.popup .content-wrapper .cont-360 {
    display: block;
    width: 100%;
    height: 100%
}

.popup .content-wrapper .cont-image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.tc-tempt h3,
.tc-tempt h4 {
    color: #d52b1e;
    margin-top: 30px
}

#can-360,
#can-360 canvas {
    position: relative
}

#can-360 {
    width: 100%;
    height: 100%
}

.popup .content-wrapper .cont-360 .dir-wrppare {
    position: absolute;
    height: 100%;
    width: 100%
}

.cont-360 .dir-wrppare .dir.up {
    position: absolute;
    top: 15px;
    left: calc(50% - 41px);
    cursor: pointer
}

.cont-360 .dir-wrppare .dir.bottom {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 41px);
    cursor: pointer
}

.cont-360 .dir-wrppare .dir.left {
    position: absolute;
    top: calc(50% - 25px);
    left: 15px;
    cursor: pointer
}

.cont-360 .dir-wrppare .dir.right {
    position: absolute;
    top: calc(50% - 25px);
    right: 15px;
    cursor: pointer
}

.popup .content-thumb-wrapper {
    background-color: #212e3e;
    text-align: right;
    height: 90px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden
}

.popup .content-thumb-wrapper .thumb {
    position: relative;
    display: inline-block;
    border-left: 9px solid #fff;
    vertical-align: middle;
    height: 100%;
    margin-right: -5px;
    cursor: pointer
}

.popup .content-thumb-wrapper .thumb img {
    vertical-align: top;
    height: 100%;
    width: auto
}

.tc-tempt,
footer {
    position: fixed;
    width: 100%
}

.tc-tempt {
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 30px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: scroll
}

.tc-tempt h3 {
    font-size: 24px
}

.tc-tempt h4 {
    font-size: 18px
}

.tc-tempt p {
    padding: 0;
    font-size: 14px;
    color: #37424a
}

footer {
    bottom: 0;
    height: 24px;
    line-height: 24px;
    background-color: #37424a;
    z-index: 999
}

footer ul li {
    display: inline-block;
    list-style: none;
    color: #fff;
    opacity: .8;
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer
}

.pos-abs-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

img.full-width {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.bold {
    font-family: hel75!important
}

.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

@media all and (max-width:1280px) {
    .popup .content-thumb-wrapper .thumb {
        border-left: 3px solid #fff
    }
}

@media all and (max-width:1024px) {
    h2 {
        font-size: 42px
    }
    .layer1 h2,
    .layer2 h2 {
        position: absolute;
        top: calc(50% + 24px)
    }
    .l2_cta_wrapper div:nth-child(1) {
        width: 13%;
        top: 18%;
        left: 30%
    }
    .l2_cta_wrapper div:nth-child(2) {
        width: 13%;
        top: 35%;
        left: 20%
    }
    .l2_cta_wrapper div:nth-child(3) {
        width: 20%;
        top: 50%;
        left: 12%
    }
    .l2_cta_wrapper div:nth-child(4) {
        top: 15%;
        left: 61%
    }
    .l2_cta_wrapper div:nth-child(5) {
        top: 35%;
        left: 62%;
        width: 18%
    }
    .l2_cta_wrapper div:nth-child(6) {
        top: 50%;
        left: 65%
    }
    section.feat.choice{
        overflow: scroll;
    }
    .fdd-wrapper:nth-of-type(0),
    .fdd-wrapper:nth-of-type(1),
    .fdd-wrapper:nth-of-type(2),
    .fdd-wrapper:nth-of-type(3),
    .fdd-wrapper:nth-of-type(4),
    .fdd-wrapper:nth-of-type(5),
    .fdd-wrapper:nth-of-type(6) {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 50%;
        margin: 20px 20px 20px auto;
    }
    .fdd-wrapper .dd-table {
        display: none;
        visibility: visible
    }
}

@media all and (max-width:768px) {
    .layer1 {
        background-image: url(../images/overlay-768x1024-img2.jpg)
    }
    .layer2 {
        background-image: url(../images/overlay-768x1024-img1.jpg)
    }
    h2 {
        font-size: 30px
    }
    .layer1 h2,
    .layer2 h2 {
        top: calc(50% - 0px)
    }
    .layer2 h2:nth-of-type(2) {
        width: 60%
    }
    .l2_cta_wrapper div:nth-child(1) {
        width: 26%;
        top: 27%;
        left: 13%
    }
    .l2_cta_wrapper div:nth-child(2) {
        width: 28%;
        top: 38%;
        left: 6%
    }
    .l2_cta_wrapper div:nth-child(3) {
        width: 36%;
        top: 49%;
        left: 1%
    }
    .l2_cta_wrapper div:nth-child(4) {
        top: 25%;
        left: 62%;
        width: 35%
    }
    .l2_cta_wrapper div:nth-child(5) {
        top: 40%;
        left: 58%;
        width: 40%
    }
    .l2_cta_wrapper div:nth-child(6) {
        top: 50%;
        left: 65%;
        width: 34%
    }
    #feature-sec-wrapper section {
        overflow: scroll
    }
    .feat.mixmedia .visuals {
        display: block;
        width: 100%;
        height: calc(60% + 105px);
        padding-bottom: 15px
    }
    .feat.mixmedia .textual {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        background-color: #fff;
        margin-left: 0
    }
    .feat.mixmedia .visuals .preview {
        height: calc(100% - 105px)
    }
    .feat.dropdwn .caption-wrapper {
        position: relative;
        width: 80%;
        margin: 20px auto;
        top: 0;
        left: 0
    }
    .fdd-wrapper:nth-of-type(0),
    .fdd-wrapper:nth-of-type(1),
    .fdd-wrapper:nth-of-type(2),
    .fdd-wrapper:nth-of-type(3),
    .fdd-wrapper:nth-of-type(4),
    .fdd-wrapper:nth-of-type(5),
    .fdd-wrapper:nth-of-type(6) {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto
    }
    .fdd-wrapper:nth-of-type(6) {
        margin-bottom: 30px
    }
    .fdd-wrapper .dd-table {
        display: none;
        visibility: visible
    }
    .feat.mixmedia .visuals .thumbnail-wrapper .thumb:last-child {
        margin-right: 7px
    }
    .popup .content-view {
        height: calc(100% - 00px)
    }
    #header-main h2.feat-caption,
    .popup .content-thumb-wrapper {
        display: none
    }
}

@media all and (max-height:340px) and (orientation:landscape) {
    .link-wrapper {
        margin-top: 0
    }
}

@media all and (max-width:768px) and (orientation:landscape) {
    .layer1 {
        background-image: url(../images/overlay-736x414-img2.jpg)
    }
    .layer2 {
        background-image: url(../images/overlay-736x414-img1.jpg)
    }
    .l2_cta_wrapper div:nth-child(1) {
        width: 10%;
        top: 20%;
        left: 31%
    }
    .l2_cta_wrapper div:nth-child(2) {
        width: 10%;
        top: 35%;
        left: 23%
    }
    .l2_cta_wrapper div:nth-child(3) {
        top: 50%;
        left: 18%;
        width: 20%
    }
    .l2_cta_wrapper div:nth-child(4) {
        top: 18%;
        left: 60%;
        width: 16%
    }
    .l2_cta_wrapper div:nth-child(5) {
        top: 35%;
        left: 60%;
        width: 18%
    }
    .l2_cta_wrapper div:nth-child(6) {
        top: 50%;
        left: 60%;
        width: 16%
    }
}