@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap');
/* font-family: 'Oswald', sans-serif; */

@font-face {
    font-family: 'Freight Big Pro';
    src: url('freightbigpro-light.woff2') format('woff2'),
        url('freightbigpro-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    
    font-family: 'Freight Big Pro';
    src: url('freightbigpro-bold.woff2') format('woff2'),
        url('freightbigpro-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Freight Big Pro';
    src: url('freightbigpro-medium.woff2') format('woff2'),
        url('freightbigpro-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Freight Big Pro';
    src: url('freightbigpro-lightitalic.woff2') format('woff2'),
        url('freightbigpro-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Freight Big Pro';
    src: url('freightbigpro-book.woff2') format('woff2'),
        url('freightbigpro-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham-light.woff2') format('woff2'),
        url('gotham-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham-bold.woff2') format('woff2'),
        url('gotham-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham-book.woff2') format('woff2'),
        url('gotham-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham-medium.woff2') format('woff2'),
        url('gotham-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('ttchocolates-light.woff2') format('woff2'),
        url('ttchocolates-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('ttchocolates-bold.woff2') format('woff2'),
        url('ttchocolates-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('ttchocolates-regular.woff2') format('woff2'),
        url('ttchocolates-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
  font-family: 'Gotham';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000000;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Freight Big Pro';
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
}
h1 {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: 1.2px;
  color: #000000;
}

h2 {
  font-size: 100px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

h3 {
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000
}

h4 {
  font-size: 26.5px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 2.65px;
}

h5 {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.45px;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.section_inner {
    margin: 0 auto;
}

.site_button,
input[type="submit"] {
    display: inline-block;
    /* font-family: LibreBaskerville; */
    /* font-size: 10px; */
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    /* line-height: 2.7; */
    /* letter-spacing: 2.4px; */
    /* color: #000000; */
    /* padding: 6.5px 30px; */
    border: 0;
    cursor: pointer;
    position: relative;
    background-color: #588791;
}

/*.site_button:before,*/
input[type="submit"]::before {
    content: "";
    position: absolute;
    width: 25.9%;
    height: 100%;
    background-color: #c3d9da;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.site_button:hover{
    background-color: #000;
}
.site_button:hover:before,
input[type="submit"]::before {
    width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 26px;
}

p:last-child {
    margin-bottom: 0;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #E4DBDC 0%, #E4DBDC 100%);
    background-repeat: no-repeat;
    background-size: 100% 24%;
    background-position: 0 88%;
    color: inherit;
}

.mobile_only {
    display: none;
}

.m {
    display: none !important;
}

@media (max-width: 1280px) {
  h2 { font-size: 7.813vw; }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

}

@media (max-width: 550px) {

}


/*
    Header
------------------------------*/
.jcy_header {
    padding-top: 51px;
    padding-bottom: 50px;
    padding-left: 51px;
    padding-right: 55px;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
}

.jcy_header .section_inner {
    display: flex;
    justify-content: space-between;
}

.jcy_logo_image {

width: 235px;
}

.jcy_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.jcy_header_right ul {
    margin: 0;
    padding: 0;
    line-height: 0;
    list-style-type: none;
    margin-right:0px;
}

.jcy_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 21.5px;
}

.jcy_header_right li a {
    font-family: LibreBaskerville;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing:1px;
    color: #000000;
    position: relative;
    display: block;
}

.jcy_header_right li a:after {
    content: " ";
    width: 90%;
    height: 4px;
    background-color: transparent;
    position: absolute;
    bottom: -7px;
    left: 5%;
}

.jcy_header_right li a:hover:after {
    background-color: #dbe1de;
}


/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 26px;
    right: 37px;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 27px;
    display: block;
    background-color: #4a5764;
    height: 2px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 15px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -3px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: calc(100vh - 17.867vw);
    top: 67px;
    right: -110%;
    background: #4A5765;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    top: 67px;
}

.responsive-menu.active {
    right: 0;
    top:19.2vw;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu > ul{
        margin-top:81px;
    padding-left: 74px;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
    margin-top: -3px;
}

.responsive-menu > ul li:before{
    content: "";
    position: absolute;
    width: 145px;
    height: 6px;
    background-color: #4a5764;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    left: -170px;
}
.responsive-menu > ul li:hover:before{
    opacity: 1;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    height: 61px;
    display: block;
    text-decoration: none;
    position: relative;
    font-family: 'TT Chocolates';
    font-size: 16.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.45;
    letter-spacing: normal;
    text-align: left;
    color: #f2f4f4;
    font-weight: bold;
    border: 0;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover, .responsive-menu ul li a.active:hover {border-bottom: 3px solid #fff;}

.jcy_social{
    position: absolute;
    bottom: 60px;
    left: 70px;
}

.jcy_social ul{
    display: flex;
}

.jcy_social ul li{
    margin-right: 15px;
}
.jcy_social ul li,
.jcy_social ul li a{
    line-height: 0;
    height: unset;
}


@media (max-width: 1140px) {}

@media (max-width: 1024px) {

    .jcy_logo_image {
        width: 20.947vw;
    }

    .jcy_header_right li a {
        font-size: 1.3vw;
    }

}

@media (max-width: 768px) {
    .jcy_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
        width: 31px;
        height: 23.45px;
        background: url("nav_bars.png") no-repeat scroll center / contain;
        transition: .3s ease all;
    }


    body.mobile-menu-active .responsive-menu-hand {
        background-image: url("nav_close.png");
            margin-right: -2.4vw;
    }


    .jcy_logo_image {
        width: 33vw;
    }

    .jcy_header_right li a {
        font-size: 1.3vw;
    }


    .jcy_header {
        padding-top: 7vw;
        padding-bottom: 0;
        padding-left: 8vw;
        padding-right: 8vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
        height: 19.200vw;
        background: #FFFFFF;
        position: fixed;
    }

    .jcy_logo_image {
        width: 42.133vw;
    }


}

@media (max-width: 550px) {
    .jcy_header {
        padding-top: 7vw;
        padding-bottom: 0;
        padding-left: 8vw;
        padding-right: 8vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
        height: 19.200vw;
        background: #FFFFFF;
        position: fixed;
    }

    .jcy_logo_image {
        width: 42.133vw;
    }
}

/*CSS By MJ*/

section {
    z-index: 1;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('ttchocolates-bold.woff2') format('woff2'),
        url('ttchocolates-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('ttchocolates-regular.woff2') format('woff2'),
        url('ttchocolates-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('gotham-book.woff2') format('woff2'),
        url('gotham-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h5 {
    font-family: 'TT Chocolates';
    font-weight: bold;
}

p {
    font-family: 'Gotham Book';
    font-size: 14px;
    line-height: 1.38;
}

.jcy_header_right li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-family: 'TT Chocolates';
    font-weight:400;
    /* font-weight: bold; */
}

.jcy_header_right li {

padding-left: 21px;
}


.site_button {
    font-size: 14px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-family: Oswald;
    color: #FFF;
    font-weight: 400;
    transition: .3s ease all;
    padding: 11px 23px 11px 23px;
}

.site_button:hover {
    color: #fff;
}

.jen1_contenth1 h1 {
    margin-bottom: 37px !important;
}

.jen1_content h1 {
    margin-bottom: 23px;
}

.site_button:before {
    background: #588791;
}

section.jen8_footer, main {
    overflow: hidden;
}
.jen1 .site_button{ padding: 11px 25px 11px 27px; }

@media (min-width: 769px) {
    .mobileOnly {
        display: none;
    }
}


@media (max-width: 1280px) {

    p {
        font-size: 1.094vw;
    }

    .jcy_header_right li a {
        font-size: 1.250vw;
    }

    .jcy_header_right li {
        padding-left: 1.641vw;
    }

    .site_button {
        font-size: 1.094vw;
        padding: 0.859vw 1.797vw 0.859vw 1.797vw;
    }

    .jen1_contenth1 h1 {
        margin-bottom: 2.891vw !important;
    }

    .jen1_content h1 {
        margin-bottom: 1.797vw;
    }

    .jen1 .site_button{ padding: 0.859vw 1.953vw 0.859vw 2.109vw; }


} /* (max-width: 1280px) */
@media (max-width: 1024px) {

    p {
        font-size: 1.094vw;
    }

    .jcy_header_right li a {
        font-size: 1.250vw;
    }

    .jcy_header_right li {
        padding-left: 1.641vw;
    }

    .site_button {
        font-size: 1.094vw;
        padding: 0.859vw 1.797vw 0.859vw 1.797vw;
    }

    .jen1_contenth1 h1 {
        margin-bottom: 2.891vw !important;
    }

    .jen1_content h1 {
        margin-bottom: 1.797vw;
    }

} /* (max-width: 1024px) */
@media (max-width: 768px) {

    .desktopOnly {
        display: none !important;
    }


  .jcy_header_left {
      margin-top: 3px;
  }

} /* (max-width: 768px) */
@media (max-width: 550px) {

  .jcy_header_left {
      margin-top: 3px;
  }

} /* (max-width: 550px) */


/***************
SECTION 01
***********************/

.jen1_content {
    width: 934px;
    margin: 0 auto;
    text-align: center;
    padding-top: 148px;
    padding-bottom: 377px;
    padding-left:0px;
}

.jen1_content h1 strong {
    font-weight: 300;
    font-style: italic;
}

.jen1_background {
    position: absolute;
    z-index: -2;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.jen1_background:after {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    height: 50%;
    content: "";
    background-image: linear-gradient(to bottom, #f9f9f6, rgba(249, 249, 246, 0));
}

@media (max-width: 1280px) {

    .jen1_content {
        width: 72.969vw;
        padding-top: 11.563vw;
        padding-bottom: 29.453vw;
    }

} /* (max-width: 1280px) */
@media (max-width: 1024px) {

    .jen1_content {
        width: 72.969vw;
        padding-top: 11.563vw;
        padding-bottom: 29.453vw;
    }

} /* (max-width: 1024px) */


.show768{ display: none; }
@media (max-width: 768px){
  .hide768{ display: none; }
  .show768{ display: block; }
}

@media (max-width: 768px) and  (min-width: 550px){
    section.jen1 {
      margin-top: 19.200vw;
  }

  .jen1_content h1 {
      font-size:4.7vw;
      line-height: 1.14;
      letter-spacing: 0.187vw;
      margin-top: -1.8vw;
      margin-bottom:0vw;
  }

  .jen1_content {
    width: 71%;
    padding-bottom:25vw;
    padding-top: 10vw;
  }

  .jen1_background:after {
      height: 52.800vw;
  }
  .jen1_content .site_button {
      font-size: 1.5vw;
      margin-top: 4.267vw;
      padding: 1.5vw 2.7vw 1.5vw 2.7vw;
  }

}



.show550{ display: none; }
@media (max-width: 550px){
  .hide550{ display: none; }
  .show550{ display: block; }
}



@media (max-width: 550px) {
  section.jen1 {
      margin-top: 19.200vw;
  }

  section.jen1 h1 {
      font-size: 7.467vw;
      line-height: 1.15;
      letter-spacing: 0.187vw;
  }
    section.jen1 h1 br{
       display: none;
    }
    section.jen1 h1 br.m{
       display: block !important;
    }
  .jen1_content {
      width: auto;
      padding-bottom: 107.467vw;
      padding-top: 20.800vw;
  }

  .jen1_background:after {
      height: 52.800vw;
  }

  .site_button {
      font-size: 2.667vw;
      letter-spacing: 0.267vw;
      padding: 2.133vw 4.677vw;
  }

  .jen1_content .site_button {
      margin-top: 3.267vw;
      font-size: 2.667vw;
      letter-spacing: 0.267vw;
      padding: 2.133vw 5.1vw 2.133vw 4.677vw;
  }
}
/***************
SECTION 01 End
***********************/



/***************
SECTION 02
***********************/

section.jen2 {
    background: #4A5765;
}

section.jen2 .section_inner {
    display: flex;
    /* align-items: center; */
    width: 1180px;
    padding: 24px 0px 28px 49px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.jen2_left h4 {
    line-height: 1.56;
    letter-spacing: 3.8px;
    /* text-align: center; */
    color: #ffffff;
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.jen2_left {
    position: relative;
    width: 32.2%;
    padding-top: 8px;
    padding-left: 1px;
}

span.jen2_link {
    display: block;
    width: 60.4%;
    height: 2px;
    background: #fff;
    margin-left: 20px;
    flex-shrink: 0;
    position: absolute;
    top: 23px;
    right: 0px;
    transition: all 3s ease;
}
.jen2 .not_in_viewport span.jen2_link{
    width:0 !important;
}
.jen2_right{
    width: 67.8%;
    padding-left: 67px;
}
.jen2_right img {
    display: block;
    height: auto;
    width: auto;
    width: 652px;
}


@media (max-width: 1280px) {

    section.jen2 .section_inner {
        width: 92.188vw;
        padding: 1.875vw 0px 2.188vw 3.828vw;
    }

    .jen2_left h4 {
        letter-spacing: 0.297vw;
        font-size: 1.406vw;
    }

    .jen2_left {
        width: 32.2%;
        padding-top: 0.625vw;
        padding-left: 0.078vw;
    }

    span.jen2_link {
        height: 0.156vw;
        margin-left: 1.563vw;
        top: 1.797vw;
        right: 0px;
    }

    .jen2_right{
        padding-left: 5.234vw;
    }
    .jen2_right img {
        width: 50.938vw;
    }


} /* (max-width: 1280px) */
@media (max-width: 1024px) {

    section.jen2 .section_inner {
        width: 92.188vw;
        padding: 1.875vw 0px 2.188vw 3.828vw;
    }

    .jen2_left h4 {
        letter-spacing: 0.297vw;
        font-size: 1.406vw;
    }

    .jen2_left {
        width: 32.2%;
        padding-top: 0.625vw;
        padding-left: 0.078vw;
    }

    span.jen2_link {
        height: 0.156vw;
        margin-left: 1.563vw;
        top: 1.797vw;
        right: 0px;
    }

    .jen2_right{
        padding-left: 5.234vw;
    }


} /* (max-width: 1024px) */
@media (max-width: 768px) and  (min-width: 550px){
  section.jen2 .section_inner {
      padding: 7.200vw 0vw 7.3vw 0vw;;
      flex-direction: column;
      width: 71%;
  }
  .jen2_right img {
    width:100%;
   }
  .jen2_right {
      padding: 0;
      width: 100%;
      margin-top: 1.333vw;
  }

  .jen2_left h4 {
      font-size: 3.200vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.33;
      letter-spacing: 0.640vw;
  }

  .jen2_left {
      padding: 0;
      margin: 0;
      width: fit-content;
  }

  span.jen2_link {
    left: 100%;
    width:44vw;
    height: 0.267vw;
    margin: 0;
    padding: 0;
    top: 43.6%;
    margin-left: 3.2vw;
  }

  } /* (max-width: 768px) */

@media (max-width: 550px) {
  section.jen2 .section_inner {
      padding: 7.200vw 8vw 8.4vw 8vw;
      flex-direction: column;
      width: 100%;
  }
  .jen2_right img {
      width: 100%;
  }
  .jen2_right {
      padding: 0;
      width: 100%;
      margin-top: 1.333vw;
  }

  .jen2_left h4 {
      font-size: 3.200vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2.33;
      letter-spacing: 0.640vw;
  }

  .jen2_left {
      padding: 0;
      margin: 0;
      width: fit-content;
      padding-left: 0.4vw;
  }

  span.jen2_link {
      left: 100%;
      width: 57.333vw;
      height: 0.267vw;
      margin: 0;
      padding: 0;
      top: 50%;
      margin-left: 4.800vw;
  }

} /* (max-width: 550px) */

/***************
SECTION 02 End
***********************/


/***************
SECTION 03
***********************/

.jen3_title {
    width: 974px;
    margin: 0 auto;
    text-align: center;
    padding-top: 77px;
}

.jen3_title h5 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 3.6px;
    text-align: center;
    color: #588791;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    padding-left: 3px;
}

.jen3_title h3 {margin-bottom: 59px;position: relative;left: 0;margin-top: -2px;letter-spacing: 0.5px;}

.jen3_title h3 span {
    font-weight: 300;
    font-style: italic;
}

.jen2_list {
    display: flex;
    flex-wrap: wrap;
    width: 1140px;
    margin: 0 auto;
}

.jen3_col {
    width: 33.33%;
    padding: 0 30px;
    transition: all 0.5s ease;
}
.jen3_col_in{
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    background-color: #f2f4f4;
}
.jen3_col:hover{
    transform: translateY(-10px);
}
.jen3_col_img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 286px;
}
.jen3_col_img img{
    width: 10%;
    opacity: 0;
}
.jen3_col_text {
    text-align: center;
    /* background-color: #f2f4f4; */
    padding-bottom: 7px;
    padding-right: 27px;
    padding-left: 27px;
}


.jen3_col_text h5 {
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: 0px;
    text-align: center;
    color: #495764;
    text-transform: uppercase;
    padding: 42px 8px 15px 0px;
}

.jen3_col_text hr {
    display: block;
    width: 106px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 35px;
    border: 0px;
    background-color: #000;
    transition: all 3s ease;
}
.jen3 .not_in_viewport .jen3_col_text hr{
    width:0 !important;
}
.jen3_colLink {
    text-align: center;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    padding-left: 58px;
    padding-right: 58px;
}
.jen3_colLink a.site_button{width: 100%;}

.jen3_col_text p {
    /* height: 66px; */
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0px;
    padding-bottom: 22px;
}

span.jen3_art1 {
    background: url("triangel.png") no-repeat;
    display: block;
    position: absolute;
    right: -123px;
    background-size: contain;
    width: 449px;
    height: 421px;
    top: 114px;
    z-index: -1;
}

span.jen3_art2 {
    background: url(triangel.png) no-repeat;
    display: block;
    position: absolute;
    right: auto;
    background-size: contain;
    width: 449px;
    height: 421px;
    z-index: -1;
    left: -176px;
    bottom: -93px;
    top: auto;
}

section.jen3 {
    padding-bottom: 100px;
}


.jen3_col_text.jen3_col_last h5 {
    padding: 35px 0px 11px 0px;
}

.jen3_col_text.jen3_col_last {
    /* padding-bottom: 8px; */
}

.jen3_col:nth-child(2){}
.jen3_col:nth-child(2) .jen3_col_text hr{
    margin-bottom: 26px;
}
.jen3_col:last-child{}
.jen3_col:last-child .jen3_col_text hr{
    margin-bottom: 22px;
}
.jen3_col:last-child .jen3_col_text h5{
    padding-top: 32px;
    padding-bottom: 9px;
}
.jen3_col:last-child .jen3_col_text p{}


@media (max-width: 1280px) {

    .jen3_title {
        width: 76.094vw;
        padding-top: 6.016vw;
    }

    .jen3_title h5 {
        font-size: 1.406vw;
        letter-spacing: 0.281vw;
        padding-left: 0.234vw;
    }

    .jen3_title h3 {
        margin-bottom: 4.609vw;
        margin-top: -0.156vw;
        letter-spacing: 0.039vw;
    }

    .jen2_list {
        width: 89.063vw;
    }

    .jen3_col {
        padding: 0 2.344vw;
    }

    .jen3_col_img {
        height: 22.344vw;
    }

    .jen3_col_text {
        padding-bottom: 0.547vw;
        padding-right: 2.109vw;
        padding-left: 2.109vw;
    }

    .jen3_col_text h5 {
        font-size: 1.484vw;
        padding: 3.281vw 0.625vw 1.172vw 0px;
    }

    .jen3_col_text hr {
        width: 8.281vw;
        height: 0.156vw;
        margin-bottom: 2.734vw;
    }

    .jen3_colLink {
        margin-top: -1.563vw;
        padding-left: 4.531vw;
        padding-right: 4.531vw;
    }

    .jen3_col_text p {
        font-size: 1.094vw;
        padding-bottom: 1.719vw;
    }

    span.jen3_art1 {
        right: -9.609vw;
        width: 35.078vw;
        height: 32.891vw;
        top: 8.906vw;
    }

    span.jen3_art2 {
        width: 35.078vw;
        height: 32.891vw;
        left: -13.750vw;
        bottom: -7.266vw;
    }

    section.jen3 {
        padding-bottom: 7.813vw;
    }

    .jen3_col_text.jen3_col_last h5 {
        padding: 2.734vw 0px 0.859vw 0px;
    }

    .jen3_col:nth-child(2){}
    .jen3_col:nth-child(2) .jen3_col_text hr{
        margin-bottom: 2.031vw;
    }
    .jen3_col:last-child{}
    .jen3_col:last-child .jen3_col_text hr{
        margin-bottom: 1.719vw;
    }
    .jen3_col:last-child .jen3_col_text.jen3_col_last h5{
        padding-top: 2.500vw;
        padding-bottom: 0.703vw;
    }

} /* (max-width: 1280px) */
@media (max-width: 1024px) {

    .jen3_title {
        width: 76.094vw;
        padding-top: 6.016vw;
    }

    .jen3_title h5 {
        font-size: 1.406vw;
        letter-spacing: 0.281vw;
        padding-left: 0.234vw;
    }

    .jen3_title h3 {
        margin-bottom: 4.609vw;
        margin-top: -0.156vw;
        letter-spacing: 0.039vw;
    }

    .jen2_list {
        width:85.5%;
        display: flex;
        justify-content: space-between;
    }

    .jen3_col {
        padding:0vw;
        width: 32%;
    }

    .jen3_col_img {
        height: 22.344vw;
        width: 100%;
        background-size: cover;
    }

    .jen3_col_text {
        padding-bottom: 0.547vw;
        padding-right: 2.109vw;
        padding-left: 2.109vw;
    }

    .jen3_col_text h5 {
        font-size: 1.484vw;
        padding: 3.281vw 0.625vw 1.172vw 0px;
    }

    .jen3_col_text hr {
        width: 8.281vw;
        height: 0.156vw;
        margin-bottom: 2.734vw;
    }

    .jen3_colLink {
        margin-top: -1.563vw;
        padding-left: 4.531vw;
        padding-right: 4.531vw;
    }

    .jen3_col_text p {
        font-size: 1.4vw;
        padding-bottom: 1.719vw;
    }

    span.jen3_art1 {
      
    }

    span.jen3_art2 {
      
    }

    section.jen3 {
        padding-bottom: 8.2vw;
    }

    .jen3_col_text.jen3_col_last h5 {
        padding: 2.734vw 0px 0.859vw 0px;
    }

    .jen3_col:nth-child(2){
    /* margin-bottom: 13vw !important; */
}
    .jen3_col:nth-child(2) .jen3_col_text hr{
        margin-bottom: 2.031vw;
    }
    .jen3_col:last-child{}
    .jen3_col:last-child .jen3_col_text hr{
        margin-bottom: 1.719vw;
    }
    .jen3_col:last-child .jen3_col_text.jen3_col_last h5{
        padding-top: 2.500vw;
        padding-bottom: 0.703vw;
    }

} /* (max-width: 1024px) */
@media (max-width: 768px) and  (min-width: 550px){

.jen3 .section_inner{

}
      span.jen3_art1 {
        right: -35.609vw;
        width: 90.667vw;
        height: 85.067vw;
        top: 42.906vw;
    }

    span.jen3_art2 {
        left: -40.75vw;
        bottom: 100.734vw;
        width: 90.667vw;
        height: 85.067vw;
    }



  .jen3_title h5 {
      font-size: 2.200vw;
      line-height: 2.33;
      letter-spacing: 0.640vw;
      margin-bottom: 0.800vw;
  }

  .jen3_title {
      width:71%;
      padding-top: 9.667vw;
  }

  .jen3_title h3 {
      font-size:5.5vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.13;
      letter-spacing: normal;
      text-align: center;
      color: #000000;
      margin-bottom: 13.867vw;
  }

  .jen2_list {
      flex-direction: column;
      padding:0vw;
      width: 55%;
      margin-top: -6vw;
  }

  .jen3_col {
      width: 100%;
      padding: 0;
  }

  .jen3_colLink {
      /* padding: 0px 22.667vw; */
      margin-top: -2.467vw;
  }

  .jen3_colLink a {
      padding-left: 1.333vw;
      padding-right: 1.333vw;
  }

  .jen3_col_img {
      height: 46.4vw;
  }

  .jen3_col_text h5, .jen3_col:last-child .jen3_col_text.jen3_col_last h5 {
      /* font-size: 4.267vw; */
      line-height: 1.38;
      letter-spacing: 0.107vw;
      padding-top: 4.533vw;
      padding-bottom: 2.333vw;
      margin-bottom: 0vw;
      font-size: 2.6vw;
  }

  .jen3_col_text hr, .jen3_col:nth-child(2) .jen3_col_text hr, .jen3_col:last-child .jen3_col_text hr {
      width: 27.733vw;
      height: 0.267vw;
      margin-bottom: 2.133vw;
  }

  .jen3_col_text p {
      font-size: 2.3vw;
      line-height: 1.33;
      margin-bottom: 4.733vw;
  }

  .jen3_col:not(:last-child) {
      margin-bottom: 9.6vw;
  }

  .jen3_col:nth-child(2) .jen3_col_text p {
      margin-bottom: 8.267vw;
  }

  .jen3_col:nth-child(2) .jen3_col_text  h5 {
      padding-bottom: 5.867vw;
  }


  .jen3_col:nth-child(2) .jen3_col_text p {
      margin-bottom: 8.267vw;
  }

  .jen3_col:nth-child(2) .jen3_col_text  h5 {
      padding-bottom: 1.867vw;
  }

  .jen3_col:last-child .jen3_col_text.jen3_col_last h5 {
      padding-top: 5.333vw;
      padding-bottom: 1.733vw;
  }

  .jen3_col:last-child .jen3_col_text hr {
      margin-bottom: 2.267vw;
  }

  .jen3_col:last-child .jen3_col_text p {
      margin-bottom: 4.8vw;
  }
  .jen3_colLink a.site_button{width: 100%;font-size: 1.5vw;/* margin-top: 4.267vw; */padding: 1.5vw 2.7vw 1.5vw 2.7vw;max-width: 60%;}
    

} /* (max-width: 768px) */
@media (max-width: 550px) {

    span.jen3_art1 {
        right: -35.609vw;
        width: 90.667vw;
        height: 85.067vw;
        top: 42.906vw;
    }

    span.jen3_art2 {
        left: -40.75vw;
        bottom: 100.734vw;
        width: 90.667vw;
        height: 85.067vw;
    }



  .jen3_title h5 {
      font-size: 3.200vw;
      line-height: 2.33;
      letter-spacing: 0.640vw;
      margin-bottom: 0.800vw;
  }

  .jen3_title {
      padding-top: 14.667vw;
  }

  .jen3_title h3 {
      font-size: 8.533vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.13;
      letter-spacing: normal;
      text-align: center;
      color: #000000;
      margin-bottom: 13.5vw;
  }

  .jen2_list {
      flex-direction: column;
      padding: 0 0.8vw 0 1.5vw;
  }

  .jen3_col {
      width: 100%;
      padding: 0;
  }

  .jen3_colLink {
      padding: 0 22.667vw;
      margin-top: -3.467vw;
  }

  .jen3_colLink a {
      padding-left: 1.333vw;
      padding-right: 1.333vw;
      width: 100% !important;
      max-width: 100%;
  }

  .jen3_col_img {
      height: 74.400vw;
  }

  .jen3_col_text h5, .jen3_col:last-child .jen3_col_text.jen3_col_last h5 {
      font-size: 4.267vw;
      line-height: 1.38;
      letter-spacing: 0.107vw;
      padding-top: 8.533vw;
      padding-bottom: 5.8vw;
      margin-bottom: 0;
  }

  .jen3_col_text hr, .jen3_col:nth-child(2) .jen3_col_text hr, .jen3_col:last-child .jen3_col_text hr {
      width: 27.733vw;
      height: 0.267vw;
      margin-bottom: 5.8vw;
  }

  .jen3_col_text p {
      font-size: 3.200vw;
      line-height: 1.33;
      margin-bottom: 11.9vw;
  }

  .jen3_col:not(:last-child) {
      margin-bottom: 13.600vw;
  }
  .jen3_col:nth-child(2) {
  margin-bottom: 12.7vw;
  }
  .jen3_col:nth-child(2) .jen3_col_text p {
      margin-bottom: 8.267vw;
  }

  .jen3_col:nth-child(2) .jen3_col_text  h5 {
      padding-bottom: 5.867vw;
  }


  .jen3_col:nth-child(2) .jen3_col_text p {
      margin-bottom: 8vw;
      line-height: 1.36;
  }

  .jen3_col:nth-child(2) .jen3_col_text  h5 {
      padding-bottom: 5.867vw;
  }

  .jen3_col:last-child .jen3_col_text.jen3_col_last h5 {
      padding-top: 5.7vw;
      padding-bottom: 3.733vw;
  }

  .jen3_col:last-child .jen3_col_text hr {
      margin-bottom: 4.267vw;
  }

  .jen3_col:last-child .jen3_col_text p {
      margin-bottom: 7.8vw;
      line-height: 1.41;
  }
    .jen3_col:last-child .jen3_col_text h5 {
        padding-top: 6.533vw;
        padding-bottom: 11px;
    }


} /* (max-width: 550px) */

/***************
SECTION 03 End
***********************/


/***************
SECTION 04
***********************/

section.jen4 .section_inner {
    width: 967px;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    padding-right: 23px;
    position: relative;
}

.jen4_art1{
    position: absolute;
    top: auto;
    background: url(jen4_art1.png) no-repeat scroll center / contain;
    width: 260px;
    height: 294px;
    z-index: -1;
    left: auto;
    bottom: -98px;
    right: -7px;
}


section.jen4 .section_outer {
    width: 1122px;
    margin: 0 auto;
}

.jen4_left {
    width: 407px;
    margin-right: auto;
    padding-top: 99px;
}


.jen4_right_img img, span.jen4_right_timg img {
    width: 10px;
    opacity: 0;
}

.jen4_right_img {
    width: 449px;
    height: 563px;
    background: no-repeat scroll center / contain;
}

.jen4_right {
    max-width: fit-content;
    position: relative;
    margin-left: auto;
}

span.jen4_right_timg {
    position: absolute;
    background: no-repeat scroll center / contain;
    width: 125.6px;
    height: 125.5px;
    z-index: 1;
    right: -56px;
    top: -61px;
}

.jen4_left h2 {
    font-family: 'Freight Big Pro';
    margin: 0 0 81px 0;
    font-weight: 300;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000000;
    line-height: 0.95;
    font-style: italic;
    padding-left: 7px;
}

.jen4_left h2 span {
    display: block;
    margin-left: -143px;
    font-style: normal;
}

.jen4_left h5 {
    font-family: 'TT Chocolates';
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-align: left;
    color: #beadb0;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.jen4_left p {
    font-size: 16px;
    margin-bottom: 14px;
}

.jen4_right hr {
    width: 282px;
    height: 1px;
    background-color: #000000;
    display: block;
    position: absolute;
    right: 100%;
    left: auto;
    top: 149px;
    transition: all 3s ease;
}
.jen4 .not_in_viewport .jen4_right hr{
    width:0 !important;
}
section.jen4 {
    margin-top: 84px;
    margin-bottom: 97px;
}

@media (max-width: 1280px) {

    section.jen4 .section_inner {
        width: 75.547vw;
        padding-right: 1.797vw;
    }

    .jen4_art1{
        width: 20.313vw;
        height: 22.969vw;
        bottom: -7.656vw;
        right: -0.547vw;
    }

    section.jen4 .section_outer {
        width: 87.656vw;
    }

    .jen4_left {
        width: 31.797vw;
        padding-top: 7.734vw;
    }

    .jen4_right_img img, span.jen4_right_timg img {
        width: 0.781vw;
    }

    .jen4_right_img {
        width: 35.078vw;
        height: 43.984vw;
    }

    span.jen4_right_timg {
        width: 9.812vw;
        height: 9.812vw;
        right: -4.375vw;
        top: -4.766vw;
    }

    .jen4_left h2 {
        margin: 0 0 6.328vw 0;
        padding-left: 0.547vw;
    }

    .jen4_left h2 span {
        margin-left: -11.172vw;
    }

    .jen4_left h5 {
        font-size: 1.563vw;
        letter-spacing: 0.039vw;
        margin-bottom: 2.656vw;
    }

    .jen4_left p {
        font-size: 1.250vw;
        margin-bottom: 1.094vw;
    }

    .jen4_right hr {
        width: 22.031vw;
        height: 0.078vw;
        top: 11.641vw;
    }

    section.jen4 {
        margin-top: 6.563vw;
        margin-bottom: 7.578vw;
    }

} /* (max-width: 1280px) */
@media (max-width: 1024px) {

    section.jen4 .section_inner {
        width: 75.547vw;
        padding-right: 1.797vw;
    }

    .jen4_art1{
    }

    section.jen4 .section_outer {
        width: 87.656vw;
    }

    .jen4_left {
        width: 31.797vw;
        padding-top: 7.734vw;
    }

    .jen4_right_img img, span.jen4_right_timg img {
        width: 0.781vw;
    }

    .jen4_right_img {
        width: 35.078vw;
        height: 43.984vw;
    }

    span.jen4_right_timg {
        width: 9.812vw;
        height: 9.812vw;
        right: -4.375vw;
        top: -4.766vw;
    }

    .jen4_left h2 {
        margin: 0 0 6.328vw 0;
        padding-left: 0.547vw;
    }

    .jen4_left h2 span {
        margin-left: -11.172vw;
    }

    .jen4_left h5 {
        font-size: 1.563vw;
        letter-spacing: 0.039vw;
        margin-bottom: 2.656vw;
    }

    .jen4_left p {
        font-size: 1.250vw;
        margin-bottom: 1.094vw;
    }

    .jen4_right hr {
        width: 22.031vw;
        height: 0.078vw;
        top: 11.641vw;
    }

    section.jen4 {
        margin-top: 10.563vw;
        margin-bottom: 7.578vw;
    }

} /* (max-width: 1024px) */
@media (max-width: 768px) and  (min-width: 550px){


  section.jen4 .section_inner {
        flex-direction: column-reverse;
        width:71%;
        padding: 0;
        margin: auto;
    }

    .jen4_right {
        max-width: 100%;
        width: 100%;
    }

    section.jen4 .section_outer {
        width:100%;
        padding:0;
    }
    .jen4_art1 {
        /* width: 32.313vw; */
        /* height: 36.969vw; */
        bottom: -7.656vw;
        right: -0.547vw;
        width: 260px;
        height: 294px;
    }
    .jen4_right {
        padding:0;
    }

    .jen4_right_img {
        width: 72vw;
        height: 90.133vw;
    }

    span.jen4_right_timg {
        width: 20.373vw;
        height: 20.347vw;
        top: -9.867vw;
        right: -10.2vw;
    }

    .jen4_left {
        width: 100%;
        padding: 44px 0 0 0;
    }

    .jen4_left h2 span {
        margin-left: -24vw;
    }

    .jen4_left h2 {
        font-size: 12vw;
        padding-left: 23.200vw;
        position: relative;
        left: -1.067vw;
        margin-bottom: 8.133vw;
    }

    .jen4_left h5 {
        font-size: 2.8vw;
        line-height: 1.44;
        letter-spacing: 0.120vw;
        margin-bottom: 5.467vw;
    }

    .jen4_right hr {
        display: none;
    }

    .jen4_left h2:after {
        position: absolute;
        z-index: -1;
        left: auto;
        right: -8.267vw;
        width: 36.533vw;
        height: 1px;
        content: "";
        background: #000;
        top: 9.333vw;
    }

    .jen4_left p, p {
        font-size: 2.733vw;
        line-height: 1.57;
    }

    .jen4_left p {
        margin-bottom: 4vw;
    }

} /* (max-width: 768px) */
@media (max-width: 550px) {
section.jen4 {
    margin-top: 10.763vw;
    margin-bottom: 7.578vw;
}
  section.jen4 .section_inner {
        flex-direction: column-reverse;
        width: 100%;
        padding: 0;
    }

    .jen4_right {
        max-width: 100%;
        width: 100%;
    }

    section.jen4 .section_outer {
        width: 100%;
        padding: 0 8.267vw 0 8.533vw;
    }

    .jen4_right {
        padding: 0 5.600vw;
    }

    .jen4_right_img {
        width: 72vw;
        height: 90.133vw;
    }

    span.jen4_right_timg {
        width: 20.373vw;
        height: 20.347vw;
        top: -9.867vw;
        right: -3.200vw;
    }

    .jen4_left {
        width: 100%;
        padding: 44px 0 0 0;
    }

    .jen4_left h2 span {
        margin-left: -24vw;
    }

    .jen4_left h2 {
        font-size: 16vw;
        padding-left: 23.200vw;
        position: relative;
        left: -1.067vw;
        margin-bottom: 14.133vw;
    }

    .jen4_left h5 {
        font-size: 4.800vw;
        line-height: 1.44;
        letter-spacing: 0.120vw;
        margin-bottom: 7.1vw;
    }

    .jen4_right hr {
        display: none;
    }

    .jen4_left h2:after {
        position: absolute;
        z-index: -1;
        left: auto;
        right: -8.267vw;
        width: 36.533vw;
        height: 1px;
        content: "";
        background: #000;
        top: 9.333vw;
    }

    .jen4_left p, p {
        font-size: 3.733vw;
        line-height: 1.57;
    }

    .jen4_left p {
        margin-bottom: 3.5vw;
        line-height: 1.6;
    }
    .jen4_left p br.d{
        display: none;
    }
    .jen4_left p br.m{
        display: block !important;
    }
    .jen4_art1 {
        background: url(angel_art_5m.png) no-repeat;
        width: 140px;
        height: 202px;
        background-size: cover;
    }

} /* (max-width: 550px) */

/***************
SECTION 04 End
***********************/


/***************
SECTION 05
***********************/

    section.jen5 {
        background: #588791;
    }

    section.jen5 .section_inner {
        width: 1160px;
        display: flex;
        align-items: center;
        padding: 57px 39px 76px 0px;
    }

    .jen5_left {
        width: 380px;
        flex-shrink: 0;
        border-right: 0px solid #fff;
        padding: 46px 0px 58px 26px;
        position: relative;
    }
    .jen5_left:before {
        width: 1px;
        content: "";
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: #fff;
        transition: all 3s ease;
    }
    .jen5 .not_in_viewport .jen5_left:before {
        height: 0 !important;
    }
    .jen5_left * {
        color: #fff;
    }

    .jen5_left h5 {
        font-family: Oswald;
        font-size: 18px;
        line-height: 1.56;
        letter-spacing: 3.6px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 0;
        margin-bottom: -8px;
        display: block;
    }

    .jen5_left h3 {
        font-size: 62px;
        font-weight: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        /* text-align: left; */
        color: #ffffff;
        font-style: italic;
        margin-top: -7px;
        margin-left: -10px;
        font-family: 'Freight Big Pro';
    }

    .jen5_left h3 strong{
        font-style: normal;
        font-weight: unset;
        padding-left: 2px;
        letter-spacing: 1px;
    }

    .jen5_scol {
        display: inline-flex;
        align-items: center;
    }

    .jen5_col_left span img {
        width: 0;
        opacity: 0;
    }

    .jen5_col_left span {
        width: 174px;
        height: 173px;
        display: block;
        flex-shrink: 0;
        background: no-repeat scroll center / contain;
        margin-right: 50px;
    }

    .jen5_col_right p {
        color: #fff;
        line-height: 1.59;
    }

    .jen5_col_right {
        width: 432px;
        padding-top: 12px;
    }

    .jen5_right {
        margin-left: auto;
        width: 656px;
        padding-top: 13px;
    }

    span.name {
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: 0.5px;
        text-align: left;
        color: #f2f4f4;
        display: block;
        margin-top: 19px;
        font-family: 'TT Chocolates';
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    span.postion {
        color: #fff;
        font-family: 'TT Chocolates';
        font-weight: 300;
        text-transform: uppercase;
        display: block;
        padding-left: 16px;
        letter-spacing: 0.35px;
        font-size: 14px;
    }


    .jen5_slider.slick-initialized .slick-prev,
    .jen5_slider.slick-initialized button.slick-next {
        font-size: 0;
        border: 0;
        outline: none;
        position: absolute;
        z-index: 1;
        right: -5px;
        bottom: -8px;
        width: 13px;
        height: 26px;
        cursor: pointer;
    }

    .jen5_slider.slick-initialized .slick-prev {
        background: url("arrow-left.png") no-repeat scroll center / contain !important;
    }

    .jen5_slider.slick-initialized button.slick-next {
        background: url("arrow-right.png") no-repeat scroll center / contain !important;
        right: -48px;
    }

    .slick-initialized .slick-slide {outline: none;}

@media (max-width: 1280px) {


    section.jen5 .section_inner {
        width: 90.625vw;
        padding: 4.453vw 3.047vw 5.938vw 0px;
    }

    .jen5_left {
        width: 29.688vw;
        border-right: 0.078vw solid #fff;
        padding: 3.594vw 0px 4.531vw 2.031vw;
    }

    .jen5_left h5 {
        font-size: 1.406vw;
        letter-spacing: 0.281vw;
        margin-bottom: -0.625vw;
    }

    .jen5_left h3 {
        font-size: 4.844vw;
        margin-top: -0.547vw;
        margin-left: -0.781vw;
    }

    .jen5_left h3 strong{
        padding-left: 0.156vw;
        letter-spacing: 0.078vw;
    }

    .jen5_col_left span {
        width: 13.594vw;
        height: 13.516vw;
        margin-right: 3.906vw;
    }

    .jen5_col_right {
        width: 33.750vw;
        padding-top: 0.938vw;
    }

    .jen5_right {
        width: 51.250vw;
        padding-top: 1.016vw;
    }

    span.name {
        font-size: 1.563vw;
        letter-spacing: 0.039vw;
        margin-top: 1.484vw;
    }

    span.postion {
        padding-left: 1.250vw;
        letter-spacing: 0.027vw;
        font-size: 1.094vw;
    }


    .jen5_slider.slick-initialized .slick-prev,
    .jen5_slider.slick-initialized button.slick-next {
        right: -0.391vw;
        bottom: -0.625vw;
        width: 1.016vw;
        height: 2.031vw;
    }

    .jen5_slider.slick-initialized button.slick-next {
        right: -3.750vw;
    }

} /* (max-width: 1280px) */
@media (max-width: 1024px) {


    section.jen5 .section_inner {
        width: 90.625vw;
        padding: 4.453vw 3.047vw 5.938vw 0px;
    }

    .jen5_left {
        width: 29.688vw;
        border-right: 0.078vw solid #fff;
        padding: 3.594vw 0px 4.531vw 2.031vw;
    }

    .jen5_left h5 {
        font-size: 1.406vw;
        letter-spacing: 0.281vw;
        margin-bottom: -0.625vw;
    }

    .jen5_left h3 {
        font-size: 4.844vw;
        margin-top: -0.547vw;
        margin-left: -0.781vw;
    }

    .jen5_left h3 strong{
        padding-left: 0.5vw;
        letter-spacing: 0.078vw;
    }

    .jen5_col_left span {
        width: 13.594vw;
        height: 13.516vw;
        margin-right: 3.906vw;
    }

    .jen5_col_right {
        width: 33.750vw;
        padding-top: 0.938vw;
    }

    .jen5_right {
        width: 51.250vw;
        padding-top: 1.016vw;
    }

    span.name {
        font-size: 1.563vw;
        letter-spacing: 0.039vw;
        margin-top: 1.484vw;
    }

    span.postion {
        padding-left: 1.250vw;
        letter-spacing: 0.027vw;
        font-size: 1.094vw;
    }


    .jen5_slider.slick-initialized .slick-prev,
    .jen5_slider.slick-initialized button.slick-next {
        right: -0.391vw;
        bottom: -0.625vw;
        width: 1.016vw;
        height: 2.031vw;
    }

    .jen5_slider.slick-initialized button.slick-next {
        right: -3.750vw;
    }


} /* (max-width: 1024px) */
@media (max-width: 768px) and  (min-width: 550px){


  section.jen5 .section_inner {
      flex-direction: column;
      width: 71%;
      padding: 0px;
  }

  .jen5_right {
      width: 100%;
  }

  .jen5_left {
      width: 100%;
      border: 0;
      padding: 11.200vw 0 0 0;
  }

  .jen5_left h5 {
      font-size: 3.733vw;
      letter-spacing: 0.747vw;
  }

  .jen5_left h3 {
      margin: 0;
      font-size: 10.8vw;
  }

  .jen5_right {
      padding-top: 6.667vw;
      padding-bottom: 14.133vw;
  }

  .jen5_scol {
      flex-direction: column;
      display: flex;
  }

  .jen5_col_right {
      width: 100%;
  }

  .jen5_col_right p br {
      display: none;
  }

  .jen5_col_left {
      width: 100%;
      margin-bottom: 5.067vw;
  }

  .jen5_col_left span {
      width: 26.6vw;
      height: 26.333vw;
      margin: 0 auto;
  }

  span.name {
      margin-top: 3.733vw;
      font-size: 2.8vw;
      line-height: 1.56;
      letter-spacing: 0.120vw;
  }

  span.postion {
      font-size: 2.2vw;
      line-height: 1.7;
      letter-spacing: 0.080vw;
  }

  .jen5_slider.slick-initialized .slick-prev,
  .jen5_slider.slick-initialized button.slick-next {
      top: 9.667vw;
      width: 2.267vw;
      height: 8vw;
  }

  .jen5_slider.slick-initialized button.slick-next {
      right: 6.133vw;
  }

  .jen5_slider.slick-initialized .slick-prev {
      right: auto;
      left: 6.133vw;
  }

  .jen5_col_right p {
    line-height: 1.5;
    font-family: 'Gotham Book';
    font-size: 2.733vw;
  }


} /* (max-width: 768px) */
@media (max-width: 550px) {

  section.jen5 .section_inner {
      flex-direction: column;
      width: 100%;
      padding: 0 8.267vw;
  }

  .jen5_right {
      width: 100%;
  }

  .jen5_left {
      width: 100%;
      border: 0;
      padding: 11.200vw 0 0 0;
      padding-left: 0.4vw;
  }

  .jen5_left h5 {
      font-size: 3.733vw;
      letter-spacing: 0.747vw;
  }

  .jen5_left h3 {
      margin: 0;
      font-size: 12.800vw;
      margin-left: -1vw;
  }

  .jen5_right {
      padding-top: 5.3vw;
      padding-bottom: 13.9vw;
  }

  .jen5_scol {
      flex-direction: column;
      display: flex;
  }

  .jen5_col_right {
      width: 100%;
  }

  .jen5_col_right p br {
      display: none;
  }

  .jen5_col_left {
      width: 100%;
      margin-bottom: 7vw;
  }

  .jen5_col_left span {
      width: 41.600vw;
      height: 41.333vw;
      margin: 0 auto;
  }

  span.name {
      margin-top: 3.3vw;
      font-size: 4.800vw;
      line-height: 1.56;
      letter-spacing: 0.120vw;
      padding-left: 0.5vw;
  }

  span.postion {
      font-size: 3.200vw;
      line-height: 1.7;
      letter-spacing: 0.106vw;
      padding-left: 3.4vw;
      margin-top: -0.4vw;
  }

  .jen5_slider.slick-initialized .slick-prev,
  .jen5_slider.slick-initialized button.slick-next {
      top: 15.667vw;
      width: 4.267vw;
      height: 8vw;
  }

  .jen5_slider.slick-initialized button.slick-next {
      right: 6.133vw;
  }

  .jen5_slider.slick-initialized .slick-prev {
      right: auto;
      left: 6.133vw;
  }

  .jen5_col_right p {
    line-height: 1.5;
    font-family: 'Gotham Book';
    font-size: 3.200vw;
  }

} /* (max-width: 550px) */

/***************
SECTION 05 End
***********************/

/***************
SECTION 06
***********************/

section.jen6 .section_inner {
    display: flex;
    width: 1280px;
}

section.jen6 .section_inner> div {
    width: 50%;
    flex-shrink: 0;
}

.jen6_right {
    background: #F2F4F4;
    padding: 73px 0 0 103px;
    padding-bottom: 108px;
    position: relative;
    z-index: 1;
}

.jen6_righttop{ position: relative; }

.jen6_righttop:before {
    content: ''; position: absolute;  width: 1000px; height: 2px; background: #797a7a; bottom: 62px; right:-827px;
    transition: all 3s ease;
}
.jen6 .not_in_viewport .jen6_righttop:before{
    width:0 !important;
}

.jen6_righttop img {
    display: block;
    position: relative;
    width: 430px;
    left: -75px;
}

.jen6_right_content article, .jen6_episode {
    width: 407px;
}

.jen6_right_content article h5 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-align: left;
    color: #beadb0;
    font-family: 'TT Chocolates';
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 2px;
}

.jen6_right_content article p {
    font-size: 16px;
    font-family: 'Gotham Book';
}

.jen6_episode {
    margin-top: 42px;
}


.jen6_ep_col_list {
    background-color: #d3dad6;
    padding: 28px 46px 51px 49px;
    position: relative;
}


.jen6_ep_col{ position: relative; }
.jen6_ep_col p {
    margin: 0;
    font-family: Oswald;
    font-size: 11.6px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.0px;
    text-align: left;
    color: #1a1c1b;
    padding-left: 2px;
}

span.play {
    position: absolute;
    right:-30px;
    top: 54%;
    width: 33px;
    height: 33px;
    margin-top: -16.5px;
    cursor: pointer;
    background-image: url(play_icons.png);
    background-size: 100%;
}
.jen6_ep_col a{ position: relative; display: block; width: 100%; }
.jen6_ep_col a:hover .play{ background-image: url(play2.png); }

.jen6_ep_col {
    font-family: TTChocolates;
    font-size: 16.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.23px;
    text-align: left;
    color: #1a1c1b;
    padding: 16px 54px 13px 18px;
    position: relative;
    border-bottom: 1px solid #000;
}

.jen6_ep_col h6 {
    font-family: 'TT Chocolates';
    font-size: 16.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.23px;
    text-align: left;
    color: #1a1c1b;
    margin-bottom: 1px;
}

.jen6_episode_link {
    position: relative;
    text-align: center;
    margin-top: -13px;
    z-index: 2;
}
.jen6_episode_link a.site_button{
    padding: 11px 51px 11px 51px;
}
.jen6_left_img {
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 110px;
    margin-left:-29px;
}

.jen6_left_img img {
    display: block;
    width: 592px;
    margin: 0 auto;
}

.jen6_left {
    display: flex;
    align-items: center;
}

span.jen6_art1 {
    display: block;
    position: absolute;
    left:-6px;
    top: 0;
    background: url("angel_art_1.png") no-repeat scroll center / cover;
    width: 260px;
    height: 294px;
    z-index: -1;
}

span.jen6_art2 {
    background: url(triangel.png) no-repeat scroll center;
    display: block;
    position: absolute;
    right: auto;
    background-size: contain;
    width: 335px;
    height: 421px;
    z-index: -1;
    left:-104px;
    bottom: auto;
    top: 23.4%;
}

span.jen6_art3 {
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    background: url(angel_art_5.png) no-repeat scroll center / cover;
    width: 222px;
    height: 268px;
    z-index: -1;
    bottom: 0;
    right:0px;
}

.jen6_right:after {
    background: #F2F4F4;
    position: absolute;
    right: -100%;
    left: -43px;
    top: 0;
    height: 100%;
    content: "";
    z-index: -2;
}


@media (max-width: 1280px) {

    section.jen6 .section_inner {
        width: 100vw;
    }

    .jen6_right {
        padding: 5.703vw 0 0 8.047vw;
        padding-bottom: 8.438vw;
    }

    .jen6_righttop:before {
        width: 78.125vw;
        bottom: 4.844vw;
        right: -64.609vw;
    }

    .jen6_righttop img {
        width: 33.594vw;
        left: -5.859vw;
    }

    .jen6_right_content article, .jen6_episode {
        width: 31.797vw;
    }

    .jen6_right_content article h5 {
        font-size: 1.563vw;
        letter-spacing: 0.039vw;
        margin-bottom: 1.563vw;
        padding-top: 0.156vw;
    }

    .jen6_right_content article p {
        font-size: 1.250vw;
    }

    .jen6_episode {
        margin-top: 3.281vw;
    }

    .jen6_ep_col_list {
        padding: 2.188vw 3.594vw 3.984vw 3.828vw;
    }

    .jen6_ep_col p {
        font-size: 0.906vw;
        letter-spacing: 0.078vw;
        padding-left: 0.156vw;
    }

    span.play {
        right:-2.344vw;
        width: 2.578vw;
        height: 2.578vw;
        margin-top: -1.289vw;
    }

    .jen6_ep_col {
        font-size: 1.289vw;
        letter-spacing: 0.018vw;
        padding: 1.250vw 4.219vw 1.016vw 1.406vw;
        border-bottom: 0.078vw solid #000;
    }

    .jen6_ep_col h6 {
        font-size: 1.289vw;
        letter-spacing: 0.018vw;
        margin-bottom: 0.078vw;
    }

    .jen6_episode_link {
        margin-top: -1.016vw;
    }

    .jen6_episode_link a.site_button{
        padding: 0.859vw 3.984vw 0.859vw 3.984vw;
    }
    .jen6_left_img {
        margin-top: 8.594vw;
        margin-left: -2.266vw;
    }

    .jen6_left_img img {
        width: 46.250vw;
    }

    span.jen6_art1 {
        left:-0.469vw;
        width: 20.313vw;
        height: 22.969vw;
    }

    span.jen6_art2 {
        width: 26.172vw;
        height: 32.891vw;
        left: -8.125vw;
    }

    span.jen6_art3 {
      width: 17.344vw;
      height: 20.938vw;
      right:0vw;
    }

    .jen6_right:after {
        left: -3.359vw;
    }


} /* (max-width: 1280px) */
@media (max-width: 1024px) {

    section.jen6 .section_inner {
        width: 100vw;
    }

    .jen6_right {
        padding: 5.703vw 0 0 8.047vw;
        padding-bottom: 8.438vw;
    }

    .jen6_righttop:before {
        width: 82.125vw;
        bottom: 9.844vw;
        right: -64.609vw;
    }

    .jen6_righttop img {
        width: 33.594vw;
        left: -5.859vw;
    }

    .jen6_right_content article, .jen6_episode {
        width: 31.797vw;
    }

    .jen6_right_content article h5 {
        font-size: 1.563vw;
        letter-spacing: 0.039vw;
        margin-bottom: 1.563vw;
        padding-top: 0.156vw;
    }

    .jen6_right_content article p {
        font-size: 1.250vw;
    }

    .jen6_episode {
        margin-top: 3.281vw;
    }

    .jen6_ep_col_list {
        padding: 2.188vw 3.594vw 3.984vw 3.828vw;
    }

    .jen6_ep_col p {
        font-size: 0.906vw;
        letter-spacing: 0.078vw;
        padding-left: 0.156vw;
    }

    span.play {
        right:-2.344vw;
        width: 2.578vw;
        height: 2.578vw;
        margin-top: -1.289vw;
    }

    .jen6_ep_col {
        font-size: 1.289vw;
        letter-spacing: 0.018vw;
        padding: 1.250vw 4.219vw 1.016vw 1.406vw;
        border-bottom: 0.078vw solid #000;
    }

    .jen6_ep_col h6 {
        font-size: 1.289vw;
        letter-spacing: 0.018vw;
        margin-bottom: 0.078vw;
    }

    .jen6_episode_link {
        margin-top: -1.016vw;
    }

    .jen6_episode_link a.site_button{
        padding: 0.859vw 3.984vw 0.859vw 3.984vw;
    }
    .jen6_left_img {
        margin-top: 8.594vw;
        margin-left: -2.813vw;
    }

    .jen6_left_img img {
        width: 46.250vw;
    }

    span.jen6_art1 {
        left: -1.094vw;
        width: 20.313vw;
        height: 22.969vw;
    }

    span.jen6_art2 {
        width: 26.172vw;
        height: 32.891vw;
        left: -8.672vw;
    }

    span.jen6_art3 {
        right:0px;
    }

    .jen6_right:after {
        left: -3.359vw;
    }


} /* (max-width: 1024px) */
@media (max-width: 768px) and  (min-width: 550px){


  section.jen6 .section_inner {
        flex-direction: column;
    }

    section.jen6 .section_inner> div {
        width: 100%;
        padding: 10.133vw 14.5vw 15vw;
    }
    .jen6_righttop:before {
        width: 82.125vw;
        bottom: 8.844vw;
        right: -64.609vw;
    }
    .jen6_left_img {
        width: 100%;
        max-width: unset;
        margin: 0;
        padding: 5.333vw 0;
        padding-bottom: 0vw;
        margin-bottom: -9vw;
    }

    span.jen6_art1 {
        /* width: 52.533vw; */
        /* height: 52.800vw; */
        left: -2.133vw;
        top: 0px;
        width: 260px;
        height: 294px;
    }

    span.jen6_art2 {
        right: -26.400vw;
        width: 79.733vw;
        height: 74.933vw;
        left: auto;
        top: 41.333vw;
    }

    .jen6_left_img img {
        width: 98.25vw;
        margin-top: 3.467vw;
        margin-left: -6.133vw;
    }

    .jen6_right_content article, .jen6_episode {
        width: 100%;
    }

    .jen6_episode {
        margin-top: 10.667vw;
    }


    .jen6_right {
        padding: 10.133vw 8vw 15vw;
    }

    .jen6_righttop img {
        left: -0.533vw;
        width: 53.133vw;
        margin-bottom: 3vw;
    }

    .jen6_right_content article h5 {
        font-size: 2.8vw;
        line-height: 1.44;
        letter-spacing: 0.120vw;
        margin-bottom: 5.600vw;
    }

    .jen6_right_content article h5 br {
        display: none;
    }

    .jen6_right_content article p {
        line-height: 1.6;
        font-size: 2.8vw;
    }

    .jen6_ep_col h6 {
        font-size: 3.200vw;
    }

    .jen6_ep_col p {
        font-size: 1.867vw;
    }

    .jen6_ep_col {
        padding: 3.467vw 3.467vw 4vw 3.467vw;
    }

    .jen6_ep_col_list {
        padding: 6.133vw 9.333vw 10.133vw 10.933vw;
    }

    span.play {
        width: 7.467vw;
        height: 7.467vw;
        margin-top: -4.289vw;
        right: 0vw;
    }

    .jen6_episode_link {
        margin-top: -3.200vw;
    }

    .jen6_episode_link a.site_button {
        padding: 2.133vw 9.467vw;
        /* width: 100%; */
        font-size: 1.5vw;
        /* margin-top: 4.267vw; */
        padding: 1.5vw 9.7vw 1.5vw 7.7vw;
    }

    span.jen6_art3 {
        bottom: -4.733vw;
        /* width: 36.344vw; */
        /* height: 44.267vw; */
        width: 222px;
        height: 268px;
    }

} /* (max-width: 768px) */
@media (max-width: 550px) {

  section.jen6 .section_inner {
        flex-direction: column;
    }

    section.jen6 .section_inner> div {
        width: 100%;
    }

    .jen6_left_img {
        width: 100%;
        max-width: unset;
        margin: 0;
        padding: 5.333vw 0;
        padding-bottom: 5.7vw;
    }

    span.jen6_art1 {
        width: 52.533vw;
        height: 58.8vw;
        left: -2.133vw;
        top: 0px;
    }

    span.jen6_art2 {
        right: -26.400vw;
        width: 79.733vw;
        height: 74.933vw;
        left: auto;
        top: 41.333vw;
    }

    .jen6_left_img img {
        width: 98.25vw;
        margin-top: 3.467vw;
        margin-left: -6.133vw;
    }

    .jen6_right_content article, .jen6_episode {
        width: 100%;
    }

    .jen6_episode {
        margin-top: 11vw;
        padding-left: 0.7vw;
    }


    .jen6_right {
        padding: 10.2vw 8vw 15vw;
    }

    .jen6_righttop img {
        left: -0.9vw;
        width: 66.133vw;
        margin-bottom: 7.1vw;
    }

    .jen6_right_content article h5 {
        font-size: 4.800vw;
        line-height: 1.47;
        letter-spacing: 0.120vw;
        margin-bottom: 5.9vw;
        padding-left: 0.4vw;
    }

    .jen6_right_content article h5 br {
        display: none;
    }

    .jen6_right_content article p {
        line-height: 1.6;
        font-size: 3.733vw;
        padding-left: 1vw;
        padding-right: 0vw;
    }

    .jen6_ep_col h6 {
        font-size: 3.4vw;
        padding-left: 0.4vw;
        letter-spacing: 0vw;
    }

    .jen6_ep_col p {
        font-size: 1.867vw;
        padding-top: 0.2vw;
        padding-left: 1vw;
    }

    .jen6_ep_col {
        padding: 2.9vw 3.467vw 3.2vw 3.467vw;
    }

    .jen6_ep_col_list {
        padding: 6.133vw 9.333vw 9.5vw 10.333vw;
    }

    span.play {
        width: 7.467vw;
        height: 7.467vw;
        margin-top: -4.289vw;
        right: 0vw;
    }

    .jen6_episode_link {
        margin-top: -4vw;
    }

    .jen6_episode_link a.site_button {
        padding: 2.133vw 9.467vw;
    }

    span.jen6_art3 {
        bottom: -18px;
        width: 189px;
        height: 210px;
        right: -3px;
    }

} /* (max-width: 550px) */

/***************
SECTION 06 End
***********************/

/***************
SECTION 07
***********************/

    section.jen7 {
        background: #BEADB0;
        padding: 38px 0 39px;
    }

    section.jen7 .section_inner {
        display: flex;
        align-items: flex-start;
        width: 1163px;
    }

    .jen7_left h5 {
        font-family: Oswald;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: 3px;
        text-align: left;
        color: #efe3d9;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .jen7_left h3 a {
        color: #fff;
        font-family: 'Freight Big Pro';
        font-size: 48px;
        font-style: italic;
        letter-spacing: 0.6px;
    }

    .jen7_left ul {
        display: flex;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 33px 0 0 -1px;
    }

    .jen7_left ul li a img {
        display: block;
        width: 24px;
    }

    .jen7_left ul li {
        margin-right: 30px;
    }

    .jen7_right {
        margin-left: auto;
    }

    .jen7_right img {
        display: block;
        height: 203px;
    }
    .jen7_right img.mobileOnly{ display:none;}
    .jen7_left h3 {
        line-height: 1;
        margin: -11px 0 0 -5px;
    }

    .jen7_left {
        padding-top: 28px;
    }



@media (max-width: 1280px) {

    section.jen7 {
        padding: 2.969vw 0 3.047vw;
    }

    section.jen7 .section_inner {
        width: 90.859vw;
    }

    .jen7_left h5 {
        font-size: 1.250vw;
        letter-spacing: 0.234vw;
    }

    .jen7_left h3 a {
        font-size: 3.750vw;
        letter-spacing: 0.047vw;
    }

    .jen7_left ul {
        margin: 2.578vw 0 0 -0.078vw;
    }

    .jen7_left ul li a img {
        width: 1.875vw;
    }

    .jen7_left ul li {
        margin-right: 2.344vw;
    }

    .jen7_right img {
        height: 15.859vw;
    }

    .jen7_left h3 {
        margin: -0.859vw 0 0 -0.391vw;
    }

    .jen7_left {
        padding-top: 2.188vw;
    }


 } /* (max-width: 1280px) */
@media (max-width: 1024px) {


    section.jen7 {
        padding: 2.969vw 0 3.047vw;
    }

    section.jen7 .section_inner {
        width: 90.859vw;
    }

    .jen7_left h5 {
        font-size: 1.250vw;
        letter-spacing: 0.234vw;
    }

    .jen7_left h3 a {
        font-size: 3.750vw;
        letter-spacing: 0.047vw;
    }

    .jen7_left ul {
        margin: 2.578vw 0 0 -0.078vw;
    }

    .jen7_left ul li a img {
        width: 1.875vw;
    }

    .jen7_left ul li {
        margin-right: 2.344vw;
    }

    .jen7_right img {
        height: 15.859vw;
    }

    .jen7_left h3 {
        margin: -0.859vw 0 0 -0.391vw;
    }

    .jen7_left {
        padding-top: 2.188vw;
    }


} /* (max-width: 1024px) */
@media (max-width: 768px) and  (min-width: 550px){


  section.jen7 .section_inner {
      flex-direction: column;
      width: 71%;
      padding: 0vw;
  }

  .jen7_right {
      width: 100%;
  }

  .jen7_right img {
      width: 100%;
      height: auto;
  }
  .jen7_right img.mobileOnly {
      display: block;
  }
  .jen7_left {
      width: 100%;
      margin: 0 0 7.200vw 0;
      padding: 0;
      position: relative;
  }

  .jen7_left h3 {
      font-size: 0;
      margin: 0;
      height: auto;
      line-height: 1;
      position: relative;
      top: 0vw;
  }

  section.jen7 {padding: 6.133vw 0 10.933vw 0;}

  .jen7_left h5 {
      font-size: 2.5vw;
      line-height: 2.33;
      letter-spacing: 0.4vw;
  }

  .jen7_left h3 a {
      font-size: 5.533vw;
  }

  .jen7_left ul {
      margin: 0;
      position: absolute;
      right: 0;
      top: 8.333vw;
  }

  .jen7_left ul li a img {
      width: 3.8vw;
  }

  .jen7_left ul li {
      margin: 0 0 0px 1.933vw;
  }


} /* (max-width: 768px) */
@media (max-width: 550px) {


  section.jen7 .section_inner {
      flex-direction: column;
      width: 100%;
      padding: 0 8vw 0 8.800vw;
  }

  .jen7_right {
      width: 100%;
  }

  .jen7_right img {
      width: 100%;
      height: auto;
  }
   .jen7_right img.mobileOnly {
      display: block;
  }
  .jen7_left {
      width: 100%;
      margin: 0 0 7.200vw 0;
      padding: 0;
      position: relative;
  }

  .jen7_left h3 {
      font-size: 0;
      margin: 0;
      height: auto;
      line-height: 1;
      position: relative;
      top: -1.067vw;
  }

  section.jen7 {padding: 7.133vw 0 10.3vw 0;}

  .jen7_left h5 {
      font-size: 3.200vw;
      line-height: 2.33;
      letter-spacing: 0.640vw;
  }

  .jen7_left h3 a {
      font-size: 8.533vw;
  }

  .jen7_left ul {
      margin: 0;
      position: absolute;
      right: 0;
      top: 9.333vw;
  }

  .jen7_left ul li a img {
      width: 4.800vw;
  }

  .jen7_left ul li {
      margin: 0 0 0px 6.933vw;
  }

} /* (max-width: 550px) */

/***************
SECTION 07 End
***********************/

/***************
SECTION 08
***********************/

section.jen8_footer {
    background: #4A5765;
}

.jen8_title {max-width: 550px;margin: 0 auto;text-align: center;color: #fff;padding-top: 43px;margin-bottom: 32px;}

.jen8_title h5 {
    font-family: Oswald;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.6px;
    text-align: center;
    color: #efe3d9;
    margin-bottom: 10px;
    /* padding-left: 13px; */
}
.ln9_form{
    padding-left: 37px;
}
.ln9_form_in {
    display: flex;
    width: 761px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    /* right: -16px; */
}

.ln9_form_in .form-btn {
    margin: 0;
    border-radius: 0;
    background: #588791;
    border: 0;
    font-family: Oswald;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: center;
    color: #ffffff;
    padding: 16px 11px;
    width: 212px;
}

.button_middle {
    margin-left: auto;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
}

.email-field.form-group- {
    flex-grow: 1;
    padding-left: 26px;
}

.form-control {
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    color: #fff !important;
    font-weight: bold;
    padding: 14px 14px 14px 25px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border: 0;
    font-family: 'TT Chocolates';
}
.text-field.form-group,
.email-field.form-group{
    margin: 0px;
    border: 1px solid #FFFFFF;
    border-left: 0px solid;
    border-right: 0px solid;
}
.text-field.form-group- {
    width: 177px;
    /* border-right: 1px solid #fff; */
    border: 1px solid #FFFFFF;
}

.form-control::placeholder {
    color: #fff;
}

.section_inner.jen8_copyright p {
    margin-top: 41px;
    padding-bottom: 43px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: center;
    color: #ffffff;
    font-family: 'TT Chocolates';
    text-transform: uppercase;
}

span.jen8_art1 {
    display: block;
    position: absolute;
    top: auto;
    background: url(angel_art_3.png) no-repeat scroll center / contain;
    width: 260px;
    height: 294px;
    z-index: 1;
    right: auto;
    left: -16px;
    bottom: -21px;
}

span.jen8_art2 {
    display: block;
    position: absolute;
    top: auto;
    background: url(angel_art_4.png) no-repeat scroll center / contain;
    width: 222px;
    height: 268px;
    z-index: 1;
    right: auto;
    left: auto;
    bottom: -10px;
    right: -15px;
}

.jen8_title p {
    font-size: 16px;
    padding-left: 4px;
}


.jen8_copyright{z-index: 1;position: relative;}
.jen_footer_left{ padding-left: 19px; }
.jen_footer_left a{ text-decoration: underline; color: #ffffff; }
.footer_divider{ padding-left: 22px; padding-right:16px; }


@media (max-width: 1280px) {

    .jen8_title {
        width: 42.969vw;
        padding-top: 3.359vw;
        margin-bottom: 2.500vw;
    }

    .jen8_title h5 {
        font-size: 1.406vw;
        letter-spacing: 0.281vw;
        margin-bottom: 0.781vw;
    }

    .ln9_form{
        padding-left: 2.891vw;
    }

    .ln9_form_in {
        width: 59.453vw;
        /* border: 0.078vw solid #FFFFFF; */
    }

    .ln9_form_in .form-btn {
        font-size: 0.938vw;
        letter-spacing: 0.187vw;
        padding: 1.2vw 0.859vw;
        width: 16.563vw;
        /* margin-top: -1px; */
    }

    .button_middle {
        margin-top: -0.078vw;
        margin-bottom: -0.078vw;
        margin-right: -0.078vw;
    }

    .email-field.form-group- {
        padding-left: 2.031vw;
    }

    .form-control {
        font-size: 0.938vw;
        padding: 1.094vw 1.094vw 1.094vw 1.953vw;
    }

    .text-field.form-group- {
        width: 177px;
        border-right: 0.078vw solid #fff;
    }

    .section_inner.jen8_copyright p {
        margin-top: 3.203vw;
        padding-bottom: 3.359vw;
        font-size: 0.938vw;
        letter-spacing: 0.187vw;
    }

    span.jen8_art1 {
        width: 20.313vw;
        height: 22.969vw;
        left: -1.25vw;
        bottom: -1.641vw;
    }

    span.jen8_art2 {
        width: 17.344vw;
        height: 20.938vw;
        bottom: -0.781vw;
        right: -1.172vw;
    }

    .jen8_title p {
        font-size: 1.250vw;
        padding-left: 0.313vw;
    }

    .jen_footer_left{
        padding-left: 1.484vw;
    }

    .footer_divider{
        padding-left: 1.719vw;
        padding-right:1.250vw;
    }

} /* (max-width: 1280px) */
@media (max-width: 1024px) {

    .jen8_title {
        width: 42.969vw;
        padding-top: 3.359vw;
        margin-bottom: 2.500vw;
    }

    .jen8_title h5 {
        font-size: 1.406vw;
        letter-spacing: 0.281vw;
        margin-bottom: 0.781vw;
    }

    .ln9_form{
        padding-left: 2.891vw;
    }

    .ln9_form_in {
        width: 59.453vw;
        /* border: 0.078vw solid #FFFFFF; */
    }

    .ln9_form_in .form-btn {
        font-size: 0.938vw;
        letter-spacing: 0.187vw;
        padding: 1.27vw 0.859vw;
        width: 16.563vw;
        /* margin-top: -0.1vw; */
        /* margin-right: -0.1vw; */
    }

    .button_middle {
        margin-top: -0.078vw;
        margin-bottom: -0.078vw;
        margin-right: -0.078vw;
    }

    .email-field.form-group- {
        padding-left: 2.031vw;
    }

    .form-control {
        font-size: 0.938vw;
        padding: 1.094vw 1.094vw 1.094vw 1.953vw;
    }

    .text-field.form-group- {
        width: 177px;
        border-right: 0.078vw solid #fff;
    }

    .section_inner.jen8_copyright p {
        margin-top: 3.203vw;
        padding-bottom: 3.359vw;
        font-size: 0.938vw;
        letter-spacing: 0.187vw;
    }

    span.jen8_art1 {
        width: 20.313vw;
        height: 22.969vw;
        left: -1.875vw;
        bottom: -1.641vw;
    }

    span.jen8_art2 {
        width: 17.344vw;
        height: 20.938vw;
        bottom: -0.781vw;
        right: -1.875vw;
    }

    .jen8_title p {
        font-size: 1.250vw;
        padding-left: 0.313vw;
    }

    .jen_footer_left{
        padding-left: 0vw;
    }

    .footer_divider{
        padding-left: 1.719vw;
        padding-right:1.250vw;
    }

}
@media (max-width: 768px) and  (min-width: 550px){


  .jen8_title {
      width: 100%;
      padding: 13.867vw 8.267vw 0;
      margin-bottom: 4.133vw;
  }

  .jen8_title h5 {
      font-size: 3.200vw;
      letter-spacing: 0.640vw;
      margin-bottom: 2.133vw;
  }

  .jen8_title p {
      font-size: 2.5vw;
      font-weight: 300;
  }

  .jen8_title p br {
      display: none;
  }

  .ln9_form_in {
      border: 0;
      flex-direction: column;
      width: 100%;
  }

  .form-control {
      border: 0.133vw solid #fff;
      width: 100%;
      text-align: center;
      font-size: 2.2vw;
      font-weight: bold;
      letter-spacing: 0.640vw;
      padding: 2.733vw 2.667vw;
  }

  .text-field.form-group- {
      border: 0;
      width: 100%;
  }

  .ln9_form {
      padding: 0px;
      width: 71%;
      margin: 0px auto;
  }

  .email-field.form-group- input {
      border-top: 0;
  }

  .email-field.form-group- {
      padding: 0;
      width: 100%;
      border: 0px solid #FFFFFF;
  }

  .button_middle {
      width: 100%;
  }

  .ln9_form_in .form-btn {
      margin: 0;
      padding: 0;
      width: 100%;
      font-size: 2vw;
      letter-spacing: 0.640vw;
      margin-top: 5.867vw;
      padding: 2.267vw 2.667vw;
      /* padding: 1.5vw 9.7vw 1.5vw 7.7vw; */
  }

    span.copy_right {
        display: block;
        text-align: center;
        margin-bottom: 4.133vw;
    }

    .section_inner.jen8_copyright p {
        font-size: 2vw;
        letter-spacing: 0.4vw;
        margin-top: 8.533vw;
        margin-bottom: 9.600vw;
        padding: 0;
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    span.footer_divider {
        display: none;
    }

    .jen_footer_left a {
        display: inline-block;
        text-decoration: underline;
    }

    .section_inner.jen8_copyright p:after {
        position: absolute;
        content: "";
        bottom: 3.467vw;
        right: -6.133vw;
        background: #fff;
        width: 14.267vw;
        height: 0.133vw;
        display: none;
    }

    .section_inner.jen8_copyright p span:last-child {
      letter-spacing: 0.5vw;
  }

      span.jen8_art2 {
        /* width: 42.667vw; */
        /* height: 56.267vw; */
        /* bottom: -10.133vw; */
        /* right: -14.667vw; */
        width: 222px;
        height: 268px;
        bottom: -10px;
        right: -15px;
    }

      span.jen8_art1 {
        /* width: 21.067vw; */
        /* height: 45.067vw; */
        /* left: -4vw; */
        /* bottom: 0vw; */
        /* background-image: url("jen8_art1_2.png"); */
        width: 260px;
        height: 294px;
        z-index: 1;
        right: auto;
        left: -60px;
        bottom: -21px;
    }



    } /* (max-width: 768px) */
@media (max-width: 550px) {

  .jen8_title {
      width: 100%;
      padding: 14.1vw 8.267vw 0;
      margin-bottom: 10.6vw;
  }

  .jen8_title h5 {
      font-size: 3.200vw;
      letter-spacing: 0.640vw;
      margin-bottom: 2.133vw;
  }

  .jen8_title p {
      font-size: 3.733vw;
      font-weight: 300;
      line-height: 1.45;
  }

  .jen8_title p br {
      display: none;
  }

  .ln9_form_in {
      border: 0;
      flex-direction: column;
      width: 100%;
  }

  .form-control {
      border: 0.133vw solid #fff;
      width: 100%;
      text-align: center;
      font-size: 3.200vw;
      font-weight: bold;
      letter-spacing: 0.640vw;
      padding: 4.1vw 2.667vw 3.5vw 2.667vw;
  }

  .text-field.form-group- {
      border: 0;
      width: 100%;
  }

  .ln9_form {
      padding: 0 8vw 0 8.4vw;
  }

  .email-field.form-group- input {
      border-top: 0;
      padding: 4vw 2.667vw 4.1vw 2.667vw;
  }

  .email-field.form-group- {
      padding: 0;
      width: 100%;
      border: 0px solid #FFFFFF;
  }

  .button_middle {
      width: 100%;
  }

  .ln9_form_in .form-btn {
      margin: 0;
      padding: 0;
      width: 100%;
      font-size: 3.200vw;
      letter-spacing: 0.640vw;
      margin-top: 5.9vw;
      padding: 3.9vw 2.667vw 4.8vw 2.667vw;
  }

    span.copy_right {
        display: block;
        text-align: center;
        margin-bottom: 6.133vw;
    }

    .section_inner.jen8_copyright p {
        font-size: 2.667vw;
        letter-spacing: 0.533vw;
        margin-top: 8.533vw;
        margin-bottom: 9.600vw;
        padding: 0;
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    span.footer_divider {
        display: none;
    }

    .jen_footer_left a {
        display: inherit;
        text-decoration: underline;
    }

    .section_inner.jen8_copyright p:after {
        position: absolute;
        content: "";
        bottom: 3.467vw;
        right: -6.133vw;
        background: #fff;
        width: 14.267vw;
        height: 0.133vw;
        display: none;
    }

    .section_inner.jen8_copyright p span:last-child {
      letter-spacing: 0.3vw;
    }

      span.jen8_art2 {
        width: 167px;
        height: 213px;
        bottom: -51px;
        right: -59px;
    }

      span.jen8_art1 {
        width: 82px;
        height: 166px;
        left: -15px;
        bottom: -9px;
        background-image: url("jen8_art1_2.png");
    }



} /* (max-width: 550px) */

/***************
SECTION 08 End
***********************/


span.respon_art {
    position: absolute;
    right:-6px;
    bottom: 0;
    width: 199px;
    height: 244px;
    background: url("respon_art.png") no-repeat scroll;
    background-size: contain;
}
