

:root {
  font-size: 1vw;
}
@media(min-width:2560px){
	:root{
		font-size:22px;
	}
}
@media(max-width:767px){
	:root{
		font-size:5px;
	}
}
@media(max-width:500px){
	:root{
		font-size:1vw;
	}
}

html {
  scroll-behavior: smooth;
}
body {
    font-family: 'General Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 1.08rem;
    color: #000000;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    background: rgba(234, 221, 202, 0.37);
    background-image: url(body-background-bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: inherit;
    overflow: unset;
}

.pre_heading{
  font-weight: normal;
  font-family: 'Switzer';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #081C2B;
}
br.d{}
br.m{ display:none; }
h1 {
    font-family: acumin-variable, sans-serif;
    font-weight: 800;
    line-height: 0.95;
    font-variation-settings: 'wght' 800, 'wdth' 50, 'slnt' 0;
}


h2 {
    font-weight: normal;
    font-family: 'Switzer';
  line-height: 0.93;
}

h2 i{
    font-family: 'Saigon';
    font-weight: 200;
    font-style: italic;
}

h3 {
    font-weight: normal;
    font-family: 'Switzer';
    font-weight: normal;
}

.desktop_only {
  display: block;
}

.mobile_only {
  display: none !important;
}

.site_button {
  position: relative;
  border: 1px solid #fc7e6b;
}

a.site_button span img {
  height: 0.6rem;
  position: absolute;
  right: -1.9rem;
  top: 40%;
  width: 3.6rem;
}

.site_button span {
    position: absolute;
    top: 0.87rem;
    right: -2rem;
    height: 0.7rem;
    width: 3.95rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.site_button:hover {
  transition: all 0.55s ease 0s;
  /* background-color: transparent; */
  border: 1px solid #fc7e6b;
  /* color: #FC7E52 !important; */
}

.news_btn,
.btn{
  font-family: 'Syne';
  font-weight: bold;
}
a:hover {
    -webkit-filter: unset;
    filter: unset;
}
.gbutton a{
    background: #9CB3F0;
    border-radius: 100px;
    color: #B40016 !important;
    padding: 1.29vw 4.4vw 1.26vw 4.4vw;
    line-height: 1;
    margin-right: -0.4vw;
    letter-spacing: -0.002vw;
    display: inline-block;
    font-size: 0.94vw;
    font-family: Syne;
    font-weight: 600;
}

.gbutton a:hover {
    color: #FFFF !important;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.section_inner {
  margin: 0px auto;
  width: 93vw;
  padding-left: 1.8rem;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

.header {
    -webkit-transition: all 0.1s !important;
    -o-transition: all 0.1s !important;
    transition: all 0.1s !important;
}
.user__avatar {
    width: 54px;
    border-radius: 50%;
}
main {
    padding-top: 0px !important;
}
@media (max-width: 980px) and (min-width: 768px){
	body{
		font-size:1.4rem;
	}
	br.d{display:none;}
	br.m{/* display:block; */}
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
    letter-spacing: 0.04vw;
    line-height: 1.53;
    background-image: url(mobile-body-bg.jpg);
    background-size: contain;
  }

  .desktop_only {
    display: none !important;
  }
br.d{ display:none; }
br.m{ display:block; }
  h1 {}

  h2 {
    line-height: 0.98;
}

  h3 {}

  .mobile_only {
    display: block !important;
  }

  .site_button {
    font-size: 2.5rem;
    padding: 2.5rem 3.02rem 2.2rem 4rem;
    width: auto;
    text-align: center;
    letter-spacing: 0.11vw;
    border: 1px solid #151616;
    box-shadow: 0px 3px 0px #151616;
}
.site_button:hover {
    border: 1px solid #151616;
}
.gbutton a{
    padding: 3.29vw 4.4vw 2.7vw 4.4vw;
    text-align: center;
    margin-right: 0vw;
    font-size: 2.87vw;
    letter-spacing: 0vw;
}
  .section_inner {
    margin: 0px auto;
    width: 93vw;
    padding-left: 1.4rem;
  }

  .section_left_item,
  .section_right_item {
    width: 100%;
  }

  .section_inner.aos-init.aos-animate {
    min-height: 81vh;
  }
}

.hp_desktop_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80rem;
  margin: 0px auto;
}

.desktop_menu_left {
  display: flex;
  justify-content: end;
  width: 36.5rem;
  gap: 5.7rem;
  padding-top: 0.6rem;
}

.desktop_menu_left li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Syne;
  letter-spacing: 0.06rem;
  color: rgb(13, 13, 13) !important;
}

.desktop_menu_right {
  display: flex;
  justify-content: left;
  width: 36.5rem;
  gap: 5.5rem;
  padding-top: 0.6rem;
}

.desktop_menu_right li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Syne;
  letter-spacing: 0.06rem;
  color: rgb(13, 13, 13) !important;
}

.desktop_menu_center {
  width: 30rem;
}
.logo img, .natalie_logo img {
    width: 16vw !important;
    margin: 0px auto;
    max-width: unset;
    margin-left: 0.75vw;
    margin-top: -0.8vw;
}
.natalie_logo.mobile_only img {
  width: 40rem;
  margin: inherit;
}

.header a, .header a.link-list__link {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: Syne;
    letter-spacing: 0.0rem;
    color: #B40016 !important;
    filter: brightness(100%) !important;
    font-weight: bold;
    margin-right: 0.6rem;
    display: block;
    letter-spacing: -0.019rem !important;
    position: relative;
}
.header a.link-list__link:before{
	content:"";
	width: 0.2vw;
	height: 0.2vw;
	display: block;
	position: absolute;
	top: 0.56vw;
	left: -0.67vw;
	background-color: #B40016;
	opacity: 0;
}
.header a.link-list__link:hover:before{
	opacity: 1;
}
.header a:last-child, .header a.link-list__link:last-child{
    margin-right: 0rem;
}
.header a:hover, .header a.link-list__link:hover{/* color: #FE7E52 !important; */background-color: transparent;}
div#section-header {
    /* background-color: #f6f1ea; */
    /* padding: 1.7rem 0.9rem 1.76rem 1.23rem; */
    border-bottom: 0px solid rgb(13, 13, 13);
    /* opacity: 0; */
    position: fixed;
    top: 0vw;
    left: 0vw;
    width: 100%;
    z-index: 9999;
}
div#section-header .header {
    padding: 3vw 4.7vw 0vw 4.7vw;
    opacity: 0;
    /* position: absolute; */
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background-image: url(body-background-bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: initial;
    /* background-color: #0d0d0d; */
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    background-color: #f6f1ea;
}
div#section-header .header.header--fixed {
    background-color: #f7f2eb;
    padding: 1vw 4.7vw 0vw 4.7vw;
    opacity: 1;
    /* background: rgb(234 221 202); */
}
div#section-header .header.header--fixed .header__wrap{
    padding-bottom: 0.9vw;
}

div#section-header .header .header__wrap{
    border-bottom: 3px solid #B40016;
    padding-bottom: 1.5vw;
}
.link-list.justify-content-right {
    margin-right: 4.9rem;
    gap: 4.5rem;
}
.link-list.justify-content-left {
    margin-left: 2.4rem;
    gap: 4.5rem;
}
.link-list.justify-content-left a,

.link-list.justify-content-right a{
    /* font-size: 0.8rem; */
    letter-spacing: 0.06rem;
    /* color: #FE7E52 !important; */
}
.link-list.justify-content-left a:hover,

.link-list.justify-content-right a:hover{
    /* text-decoration: underline; */
}

.link-list.justify-content-left {
    margin-left: 11.5rem;
    margin-top: -0.4vw;
}
.responsive-menu ul li a::after,
.hp_header_right li a::after {
  content: " ";
  width: 98%;
  height: 1.5px;
  opacity: 0;
  position: absolute;
  bottom: 45%;
  left: 0px;
  z-index: -1;
  transition: all 0.25s ease 0s;
  background-color: rgb(0, 0, 0);
}


.header .header__wrap .header__content .container {
    max-width: unset;
    padding: 0px;
}

.header .dropdown__trigger{
	margin-right:0rem
}
.header__content--desktop .header__block--user{
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.header a.logo svg{
    width: 10.2rem;
    margin-top: 0rem;
}
.header a.logo svg path{
    fill: #000;
}

.header__content--desktop .header__block--user .user{}
.header__content--desktop .header__block--user .user .user__login{}
.header__content--desktop .header__block--user .user .user__login a{
    background: #9CB3F0;
    border-radius: 100px;
    color: #B40016 !important;
    padding: 1vw 2.66vw;
    line-height: 1;
    margin-right: -0.4vw;
    letter-spacing: -0.02vw;
}

div#section-header .header .header__content--desktop{
   padding: 0rem;
}

div#section-header .header.header--fixed img.logo__image{
    margin-top: 0vw;
}
div#section-header .header.header--fixed .link-list.justify-content-left{
    margin-top: 0vw;
}
@media (max-width: 980px) and (min-width: 768px){
    .header a, .header a.link-list__link{
    	font-size: 1.3rem;
    	margin-right: 1rem;
    }
    .link-list.justify-content-right {
        margin-right: 0.9rem;
        gap: 0rem;
    }
    .logo img, .natalie_logo img {
        width: 15.2rem !important;
        margin: 0px auto;
        max-width: unset;
    }
    
    .header a.logo svg{
        width: 15.2rem;
    }
    .header a.logo svg path{
        fill: #000;
    }
}
@media (min-width: 768px) {
    .header__content--desktop .header__block {
        display: inline-block;
        margin: 0 20px;
    }
}
@media (max-width: 767px) {
  .hp_header .section_inner {
    position: relative;
    padding: 9.4vw 7.438vw 9.4vw 7.8vw;
  }

  .hp_header_icon {
    width: 8%;
    text-align: right;
    padding-right: 0.99vw;
    margin-top: -0.052vw;
    display: none;
  }
    .header a.logo svg{
        width: 40.2rem;
    }
    .header a.logo svg path{
        fill: #000;
    }
	div#section-header .header .header__wrap{
    border-bottom: 0px solid #B40016;
    padding-bottom: 0vw;
}
}

.responsive-menu-hand {
  display: none;
}

.responsive-menu-hand svg {
  width: 100%;
  height: 100%;
}

.responsive-menu-close {
  clear: both;
  height: 8vw;
  width: 8vw;
  display: block;
  position: absolute;
  top: 5.5vw;
  right: 7.2vw;
}

.responsive-menu-close svg {
  width: 100%;
  height: 100%;
}

.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: 60px;
  display: block;
  background-color: rgb(112, 110, 108);
  height: 2px;
}

.responsive-menu-close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 40px;
}

.responsive-menu-close span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: -2px;
}

.responsive-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -110%;
  right: 0vw;
  background: url("m-menu.jpg") 0% 0% / cover rgb(29, 29, 27);
  z-index: 999999;
  overflow: auto;
  transition: top 0.5s ease 0s;
  padding-top: 0vw;
}

.responsive-menu.active {
  top: 0px;
}

.responsive-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
  border-bottom: 0px;
}

.responsive-menu .social_icon {
  margin-top: 38vw;
}

.responsive-menu .social_icon ul {
  display: flex;
}

.responsive-menu .social_icon ul li {
  padding: 0px 4vw;
}

.responsive-menu .social_icon ul li.youtube {
  padding: 0px 3vw;
}

.responsive-menu .social_icon ul li.youtube img {
  width: 6vw;
}

.responsive-menu .social_icon ul li img {
  width: 5vw;
  height: auto;
}

.responsive-menu ul li {
  margin: 0px 0px 7vw;
  padding: 0px 18px;
  list-style-type: none;
  position: relative;
  text-align: left;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
  height: auto;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.3vw;
  position: relative;
  text-align: center;
  line-height: 1.52;
  border: 0px;
  margin: 0px;
  color: rgb(255, 255, 255);
  font-family: "MADE Outer Sans";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 6vw !important;
}

.responsive-menu ul li:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .hp_header_right ul {
    display: none;
  }

  a.responsive-menu-hand {
    width: 10vw;
    height: 7rem;
    margin-top: 0px;
    right: 6.5vw;
    position: absolute;
    top: 10rem;
  }

  a.responsive-menu-hand span {
    width: 100%;
    height: 2px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
  }

  a.responsive-menu-hand span:first-child {
    top: 0vw;
  }

  a.responsive-menu-hand span:nth-child(2) {
    top: 3vw;
  }

  a.responsive-menu-hand span:last-child {
    top: 6vw;
  }

  .responsive-menu-hand {
    display: block;
  }

  .responsive-menu .hp_header {
    order: 1;
  }

  .responsive-menu .responsive-menu-waper {
    order: 2;
    padding-top: 15.8vw;
    padding-left: 8vw;
    padding-right: 10vw;
  }

  .responsive-menu .hp_header_icon {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 23vw;
    padding-top: 10.7vw;
    padding-bottom: 9vw;
  }
}

.arrow img,
.button_middle .site_button img {
  width: 5.5vw;
  height: auto;
}

.erh_desk_menu_area {
  z-index: 2;
}

.erh_desk_menu_area .erh_desk_menu ul,
.erh_desk_menu_area .erh_desk_menu ul .social,
.menu_link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px;
  margin-top: 0px;
}

.menu_link {
  width: 80%;
}

.erh_desk_menu_area {
  border-bottom: 1px solid rgb(0, 0, 0);
  border-top: 1px solid rgb(0, 0, 0);
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.erh_desk_menu_area .erh_desk_menu ul li {
  margin: 0px;
  padding: 1vw 5.5vw 1.2vw;
  border-right: 1px solid rgb(0, 0, 0);
}

.erh_desk_menu_area .erh_desk_menu ul li a {
  font-family: "MADE Outer Sans";
  font-weight: 500;
  font-size: 1.2vw;
  color: rgb(0, 0, 0);
  letter-spacing: 0vw;
  position: relative;
}

.erh_desk_menu_area .erh_desk_menu ul li a::after {
  content: "";
  width: 0px;
  height: 2px;
  left: -0.6vw;
  bottom: 35%;
  position: absolute;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  transition: all 0.45s ease 0s;
}

.erh_desk_menu_area .erh_desk_menu ul li a:hover::after {
  opacity: 1;
  width: 120%;
}

.erh_desk_menu_area .erh_desk_menu ul li.insta a:hover::after,
.erh_desk_menu_area .erh_desk_menu ul li.youtube a:hover::after {
  opacity: 0;
}

    br.d{display:block;}
    br.m{display:none;}
@media (max-width: 767px) {
  .erh_desk_menu_area {
    display: none;
  }
}

@media(max-width:767px){
    br.d{display:none;}
    br.m{display:block;}
    
    a.link-list__link {
        font-size: 3.4rem !important;
    }
    
    a.link-list__link {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    
    .link-list.justify-content-left {
        margin-left: 0;
    }
    
    .header__content.header__content--mobile {
        padding: 16.8rem 5.5rem 10rem 5.5rem;
        position: absolute;
        width: 100%;
        left: 0rem;
        /* top: 100%; */
        z-index: 99;
        height: 100.3vh;
        max-height: unset;
        background-color: #b40016;
        top: 0;
    }
    .header__content.header__content--mobile:before{
        content:"";
        width: 100%;
        height: 3px;
        background-color: #FBF9F1;
        display:block;
    }
    
    div#block-1555988494486 {
        /* width: 87%; */
        /* text-align: center; */
        /* padding-left: 12rem; */
    }
    div#section-header{
        padding: 0rem;
    }
    div#section-header .header{
        /* position: unset; */
        /* background-color: #FBF7F5; */
        padding: 0rem;
        /* opacity: 1; */
    }
	div#section-header .header.header--fixed{
        margin-top: -2px;
        padding: 0rem 0.9rem 0rem 1.23rem;
    }
    .header__wrap .header__block--logo{
        width: 80%;
    }
    .header .header__wrap .header__content .container{
        padding-right: 5.3rem;
        padding-left: 7rem;
        padding-top: 3.3rem;
        padding-bottom: 4.7rem;
    }
    
    img.logo__image {
        width: 63rem !important;
        margin-left: 0px;
        margin-top: 1vw;
    }
	.header .header__wrap .header__content .container .logo.mobile_only img.logo__image{width: 5.84rem !important;}
    
    .header__container > div:last-of-type {
        width: 4.6rem;
        margin-top: 2rem;
        height: auto;
    }
	.header .hamburger__slices {
        height: 27px;
    }
    .header .hamburger__slices .hamburger__slice {
        background-color: #B40016;
        height: 3px;
        padding-left: 10px;
    }
    .hamburger--slice-2 {
        top: 10px;
        margin-left: -5px;
    }
    .hamburger--slice-3 {
        top: 10px;
        margin-left: -5px;
    }
    .hamburger--slice-4 {
        top: 21px;
    }
    
    
    div#section-header .header .header__content .bbh01bg{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.17;
    }
    div#section-header .header .header__content .bbh01bg:before{
        background-color: #0F1C26;
        opacity: 0.88;
    }
    .header__content.header__content--mobile .header__block--menu{
        z-index: 2;
        position: relative;
        padding-bottom: 0rem;
        padding-left: 2vw;
        padding-top: 12vw;
    }
    .header__content.header__content--mobile .header__block--user{
        position: relative;
        z-index: 2;
        margin-left: -0.5rem;
        display: none;
    }
    
    .header a, .header a.link-list__link{
        color: #FBF7F5 !important;
        font-size: 2rem;
        /* margin-bottom: 7rem; */
        font-size: 4rem !important;
        padding-left: 5.3vw !important;
        margin-right: 0rem;
        letter-spacing: 0.03vw !important;
    }
    .header a.link-list__link{margin-bottom: 5.3rem;}
    .link-list.justify-content-left a, .link-list.justify-content-right a{
        letter-spacing: 0.45rem;
    }
    
    .header__content--mobile .user__login a{
      padding: 2.2rem 9.02rem 1.84rem 9rem;
      background-color: #FE7E52;
      margin-top: 2.03rem;
      position: relative;
      display: inline-block;
      color: #081C2B !important;
      border-radius: 10rem;
      font-size: 2.94rem;
      transition: all 0.55s ease 0s !important;
      text-transform: uppercase;
      letter-spacing: -0.1vw;
      line-height: 1.5;
      border: 2px solid #151616;
    }
    .header__content--mobile .user__login a:hover{
      background-color: #FBF7F5;
    }
	.header__content--mobile .user a{
        margin-bottom: 4rem;
    }
    .header .hamburger--opened {
        width: 6.6rem !important;
        margin-top: 3rem !important;
        right: -2.4rem !important;
    }
.header .hamburger--opened .hamburger__slices .hamburger__slice{
    background-color:#FBF9F1;
    height: 3.5px;
}
.header a.link-list__link:before{
	width: 0.9vw;
	height: 0.9vw;
	/* opacity: 1; */
	background-color: #FBF9F1;
	top: 3.9vw;
	left: 0.3vw;
}
.header__mbutton{
    position: absolute;
    bottom: 6.7vw;
    width: 100%;
    left: 0vw;
    padding-left: 5.6vw;
    padding-right: 5.5vw;
}
.header__mbutton a{
    color: #B40016 !important;
    background-color: #9CB3F0 !important;
    z-index: 1;
    font-size: 2.87vw !important;
    letter-spacing: -0.12vw !important;
    padding: 3.29vw 4.4vw 3.2vw 4.4vw !important;
}
}






@media (min-width: 768px){
.m_only{
	display: none !important;
}
.d_only{display:block;}
}
@media (max-width: 767px){
.m_only{
	display: block !important;
}
.d_only{display:none;}
}

/** Section 01 ***********/
.phw01{
    padding-left: 4.67vw;
    padding-right: 4.67vw;
    padding-bottom: 3vw;
    /* margin-top: 7.3vw; */
}
.phw01 .inner{
    /* border-top: 3px solid #B40016; */
    margin-top: 0px;
    padding-top: 4.1vw;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
}
.phw01_bg{
    position: absolute;
    bottom: 2.4vw;
    left: 0px;
    width: 100%;
    height: 40.18vw;
    z-index: -1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
.phw01 .evdate{
    position: absolute;
    top: 10.1vw;
    left: 33vw;
    width: 18.2vw;
    height: 18.1vw;
}
.phw01_bg_video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
    -webkit-mask-image: url(vireo-mask-bg.png);
    mask-image: url(vireo-mask-bg.png);
    -webkit-mask-position: top right;
    mask-position: top right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-origin: unset;
    mask-size: cover;
}

.phw01 .evdatein{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-family: acumin-variable, sans-serif;
    font-weight: 600;
    line-height: 0.95;
    font-variation-settings: 'wdth' 50, 'slnt' 0;
    font-size: 5.2vw;
    padding-top: 3.773vw;
    color: #B40016;
    transform: rotate(-9.82deg);
    padding-right: 3.86vw;
    letter-spacing: -0.01rem;
    line-height: 0.76;
    padding-left: 3.7vw;
}
.phw01 .evdatein strong{
    font-weight: 800;
    display: block;
    font-size: 5.72vw;
    letter-spacing: -0.04rem;
    padding-right: 0.74vw;
}
.phw01 .evdatein span{
    font-weight: 300;
    font-family: 'Avantt TRIAL';
    font-size: 1.1vw;
    line-height: 1.08;
    display: block;
    letter-spacing: 0.02vw;
    padding-top: 0vw;
}
.phw01 .evdatein span em{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
}
.phw01 .evdate .articon{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(-11.82deg);
}
.phw01 .evdate .articon svg{
    width: 100%;
    height: 100%;
}
.phw01 .title{
    padding-bottom: 0.87vw;
    order: 1;
    width: 77%;
}
.phw01 .title h1{
    font-size: 18.15vw;
    line-height: 0.8;
    margin-left: -0.92vw;
    letter-spacing: -0.374vw;
    color: #B40016;
}
.phw01 .title2{
    text-align: right;
    order: 3;
    width: 100%;
    padding-bottom: 17.1vw;
}
.phw01 .title2 h2{
    margin-right: -0.26vw;
    color: #B40016;
    font-weight: 500;
    font-size: 18.15vw;
    line-height: 0.8;
    margin-right: -0.33vw;
    letter-spacing: -0.37vw;
    font-variation-settings: 'wght' 800, 'wdth' 50, 'slnt' 0;
    font-family: acumin-variable, sans-serif;
}
.phw01 .listbutton {
    order: 2;
    width: 23%;
    padding-top: 1.25vw;
    padding-left: 0.88vw;
    z-index: 2;
}
.phw01 .listbutton article{
    font-weight: 300;
    font-family: 'Avantt TRIAL';
    font-size: 1.67vw;
    line-height: 0.92;
    color: #B40016;
}
.phw01 .listbutton article ul{
    font-family: 'Avantt TRIAL';
}
.phw01 .listbutton article ul li em{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 0.7;
    font-size: 1.74vw;
    letter-spacing: -0.03vw;
}
.phw01 .listbutton .gbutton{
    width: 100%;
    display: block;
    padding-top: 0.7vw;
}
.phw01 .listbutton .gbutton a{font-size: 0.93vw;letter-spacing: 0.005vw;}
.phw01 .time_count{
    order: 4;
    width: auto;
    max-width: 26.4vw;
    height: auto;
    background-color: #B40016;
    border-radius: 28px;
    padding: 1.256vw 1.9vw 1.4vw 1.53vw;
}
.phw01 .time_count h5{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 1.1;
    font-size: 1.27vw;
    letter-spacing: 0.075vw;
    color: #FBF9F1;
    padding-left: 0.15vw;
}

.phw01 .countdown{
    display: flex;
    gap: 2vw;
    justify-content: space-between;
    margin-left: -1.1vw;
    margin-right: -2.5vw;
}
.phw01 .countdown .bloc-time{
    text-align: center;
    padding-top: 1.34vw;
    font-family: 'Avantt TRIAL';
    font-size: 5vw;
    line-height: 0.92;
    color: #FBF9F1;
    font-weight: 500;
    letter-spacing: -0.59vw;
    display: block;
    padding-right: 0.7vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    max-width: 33.33%;
}
.phw01 .countdown .bloc-time:before{
    content: "";
    position: absolute;
    top: 0.4vw;
    right: -0.99vw;
}
    .phw01 .countdown .figure {
      overflow: hidden;
      height: 4.869vw;
      width: auto;
      font-size: 4.975vw;
    }

    .phw01 .countdown .digit-scroll {
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease-in-out;
      width: 100%;
      max-width: fit-content;
    }

    .phw01 .countdown .digit-scroll span {
      padding-right: 0.3vw;
    }
.phw01 .countdown .bloc-time .count-title{
    display: block;
    width: 100%;
    text-align: revert-layer;
    font-size: 0.77vw;
    font-family: Syne;
    font-weight: 600;
    color: #FBF9F1;
    letter-spacing: -0.4px;
    padding-top: 0.8vw;
    padding-left: 0.7vw;
    padding-bottom: 0.1vw;
}
.phw01 .countdown .days:before{
    content: ":";
}
.phw01 .countdown .hours:before{
	content: ":";
}
.phw01 .countdown .min:before{
    content: ":";
}
.phw01 .countdown .sec:before{
    content: "";
}
.phw01 .countdown .bloc-time.sec,
.phw01 .countdown .min:before{
	display:none;
}

@media screen and (max-width: 767px) {
    .phw01{
        padding-left: 5.7vw;
        padding-right: 5.6vw;
        padding-bottom: 2.9vw;
        padding-bottom: 10.28vw;
    }
    .phw01 .inner{
        padding-top: 9.6vw;
        padding-bottom: 0vw;
    }
    .phw01_bg{
        height: 59.4vw;
        bottom: unset;
        position: relative;
        order: 4;
        margin-top: -9.3vw;
    }
    .phw01 .evdate{
        top: unset;
        bottom: -45.9vw;
        left: -0.4vw;
        width: 31.2vw;
        height: 31.2vw;
    }
    .phw01 .evdatein{
        font-size: 8vw;
        padding-top: 6.8vw;
        transform: rotate(0deg);
    }
    .phw01 .evdatein span{
        font-size: 2.3vw;
        letter-spacing: 0.1vw;
        padding-left: 1.5vw;
    }
    .phw01 .evdatein span em{
        letter-spacing: 0.02vw;
    }
    .phw01 .evdatein strong{
        font-size: 9.2vw;
        padding-right: 0.2vw;
        margin-bottom: -0.1vw;
    }
    .phw01 .title{
        width: 100%;
        padding-bottom: 1.2vw;
        /* order: 1; */
    }
    .phw01 .title h1{
        font-size: 23.6vw;
        margin-left: -1.2vw;
        letter-spacing: -0.46vw;
    }
    .phw01 .title2{
        order: 2;
        text-align: left;
        width: 59%;
        padding-bottom: 4.1vw;
    }
    .phw01 .title2 h2{
        font-size: 23.6vw;
        margin-left: -1.2vw;
        letter-spacing: -0.46vw;
    }
    .phw01 .listbutton{
        width: 41%;
        padding-left: 1.2vw;
        order: 3;
    }
	.phw01 .listbutton.mobile_only{
		order: 6;
		width: 100%;
		padding-left: 0vw;
		padding-top: 0vw;
		margin-top: -4.4vw;
	}
    .phw01 .listbutton article{
        font-size: 3.67vw;
        line-height: 0.92;
        letter-spacing: -0.01vw;
    }
    .phw01 .listbutton article ul li em{
        font-size: 3.67vw;
    }
    .phw01 .listbutton .gbutton{
        padding-top: 0vw;
        max-width: 57vw;
        margin: 0px auto;
    }
    .phw01 .listbutton .gbutton a{
        display: block;
        font-size: 2.87vw;
        letter-spacing: 0vw;
    }
    .phw01 .time_count{
        width: 100%;
        margin-top: -3vw;
        padding-left: 3.8vw;
        padding-top: 5.5vw;
        height: auto;
        padding-bottom: 8.8vw;
        border-radius: 20px;
        max-width: 100%;
        order: 5;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .phw01 .time_count h5{
        font-size: 2.9vw;
        letter-spacing: 0.17vw;
        padding-left: 0;
        padding-bottom: 0;
        width: 35%;
        padding-right: 8vw;
        padding-top: 0.9vw;
    }
    .phw01 .countdown{
        display: flex;
        gap: 6.67vw;
        padding-left: 2vw;
        width: 65%;
    }
    .phw01 .countdown .bloc-time{font-size: 8vw;line-height: 0.92;padding-right: 0vw;padding-top: 0.9vw;}
    .phw01 .countdown .bloc-time:before{top: -0.7vw;right: -3.4vw;}
    .phw01 .countdown .bloc-time .count-title{font-size: 1.98vw;letter-spacing: 0.1vw;margin-right: 0vw;padding-top: 1vw;margin-left: -0.3vw;}
    .phw01_bg_video {
        border-radius: 20px;
        -webkit-mask-image: url(vireo-mask-bg-m.png);
        mask-image: url(vireo-mask-bg-m.png);
    }
	.phw01_bg_video .click-for-sound-btn{
        display: none !important;
    }
    .phw01 .countdown .figure {
        overflow: hidden;
        height: 7.969vw;
        width: auto;
        font-size: 8.7vw;
    }
    .phw01 .countdown .bloc-time{
        max-width: fit-content;
    }
}


/** Section 02 ***********/
.phw02{
    padding-left: 4.67vw;
    padding-right: 4.67vw;
    padding-bottom: 6vw;
}
.phw02 .inner{
    border-top: 3px solid #B40016;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 12vw;
}
.phw02 .col1{
    width: 37%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 7.1vw;
    padding-right: 2.15vw;
}
.phw02 .col1 .img1{
    width: 38%;
    /* height: 6.8vw; */
    margin-left: 0.0vw;
}
.phw02 .col1 .img1 img{
    max-width: unset;
    object-fit: cover;
    width: 100%;
    height: 16.67vw;
    margin-left: 0.0vw;
    border-radius: 30px;
}
.phw02 .col1 .img2{
    width: 61.9%;
    padding-left: 2.3vw;
    padding-top: 6.1vw;
}
.phw02 .col1 .img2 img{
    max-width: unset;
    object-fit: cover;
    width: 100%;
    height: 24vw;
    margin-left: 0.0vw;
    border-radius: 31px;
}
.phw02 .col2{
    width: 63%;
    padding-left: 0.83vw;
    line-height: 1;
}
.phw02 .col2 article{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    font-size: 2.3vw;
    letter-spacing: 0.023vw;
    color: #B40016;
    line-height: 1.09;
    margin-right: -2vw;
}
.phw02 .col2 article p{
    padding-bottom: 2.45vw;
}
.phw02 .col2 article i{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 0.9;
    letter-spacing: 0.013vw;
    margin-left: -0.04vw;
}
.phw02 .col2 article br{}

@media screen and (max-width: 767px) {
    .phw02{
        padding-left: 5.7vw;
        padding-right: 5.5vw;
        padding-bottom: 4.1vw;
    }
    .phw02 .col1{
        width: 100%;
        padding-right: 0vw;
        padding-top: 1.2vw;
    }
    .phw02 .col1 .img1{
        width: 57%;
        padding-top: 14.6vw;
        padding-right: 0.7vw;
    }
    .phw02 .col1 .img1 img{
        height: 34.1vw;
        border-radius: 15px;
    }
    .phw02 .col1 .img2{
        width: 43%;
        padding-left: 3.7vw;
        padding-top: 0.3vw;
    }
    .phw02 .col1 .img2 img{
        height: 48.3vw;
        border-radius: 15px;
    }
    .phw02 .col2{
        width: 100%;
        padding-left: 0vw;
        padding-top: 5vw;
    }
    .phw02 .col2 article{
        font-size: 3.6vw;
        letter-spacing: 0.023vw;
        line-height: 1.06;
    }
    .phw02 .col2 article p{
        padding-bottom: 3.6vw;
    }
}




/** Section 03 ***********/
.phw03{
    background-color: #EADDCA;
    border-radius: 50px 50px 0px 0px;
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 12vw;
}
.phw03 .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.phw03 .col1{
    width: 40%;
    padding-left: 0.94vw;
}
.phw03 .col1 h2{
    font-family: 'Saigon';
    font-weight: 200;
    font-style: italic;
    font-size: 10.4vw;
    line-height: 0.813;
    letter-spacing: -0.612vw;
    color: #B40016;
    padding-bottom: 2.38vw;
}
.phw03 .col1 h2 strong{
    font-family: 'Switzer';
    font-weight: normal;
    font-style: normal;
    margin-left: -0.23vw;
}
.phw03 .col1 .subtitle{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 8.15vw;
}
.phw03 .col1 .subtitle h3{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    font-size: 1.66vw;
    letter-spacing: 0.001vw;
    color: #B40016;
    line-height: 1.32;
    margin-right: -2vw;
    width: 50%;
}
.phw03 .col1 .subtitle h3 i{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 0.9;
    letter-spacing: 0.013vw;
    margin-left: -0.04vw;
}
.phw03 .col1 .subtitle .icon{
    width: 50%;
    padding-left: 2.34vw;
    padding-right: 0.6vw;
    padding-top: 0.45vw;
}
.phw03 .col1 .subtitle .icon svg{
    width: 100%;
    height: auto;
}
.phw03 .col1 .gbutton{
    padding-top: 5.67vw;
    padding-left: 6.1vw;
    padding-right: 4vw;
} 
.phw03 .col1 .gbutton a{
    padding: 1.26vw 3.24vw 1.26vw 3.2vw;
}
.phw03 .col2{
    width: 60%;
    padding-left: 0vw;
    padding-top: 11.8vw;
    padding-right: 3.5vw;
} 
.phw03 .phw_03video{
    border-radius: 27px;
    overflow: hidden;
} 
.phw03 .kjb-video-responsive button.w-big-play-button {
    width: 5vw !important;
    height: 5vw !important;
    border-radius: 100% !important;
}
.phw03 .kjb-video-responsive .w-css-reset .w-css-reset .w-css-reset button.w-big-play-button div{
    width: 5vw !important;
    height: 5vw !important;
    border-radius: 100% !important;
}
.phw03 .kjb-video-responsive .w-css-reset .w-css-reset .w-css-reset button.w-big-play-button svg{
    width: 100% !important;
    height: 100% !important;
}
.phw03 .kjb-video-responsive img{
    object-fit: cover !important;
}


@media screen and (max-width: 767px) {
    .phw03{
        border-radius: 20px 19px 0px 0px;
        padding-top: 9vw;
        padding-left: 5vw;
        padding-right: 5vw;
        padding-bottom: 21vw;
    }
    .phw03 .col1{
        width: 100%;
        padding-left: 0.6vw;
    }
    .phw03 .col1 h2{
        font-size: 14.5vw;
        line-height: 0.813;
        letter-spacing: -0.86vw;
    }
    .phw03 .col1 .subtitle{
        padding-left: 43.15vw;
    }
    .phw03 .col1 .subtitle h3{
        width: 62%;
        font-size: 3.66vw;
        letter-spacing: 0.0vw;
        margin-top: -1.4vw;
        padding-left: 0.6vw;
    }
    .phw03 .col1 .subtitle .icon{
        width: 43%;
        padding-left: 2.7vw;
        margin-top: -10.2vw;
        padding-right: 0.2vw;
        margin-right: -1%;
    }
    .phw03 .col2{
        width: 100%;
        padding-top: 4.7vw;
        padding-right: 0.5vw;
        padding-left: 0.6vw;
    } 
    .phw03 .phw_03video{
        border-radius: 15px;
        position: relative;
    }
    .phw03 .kjb-video-responsive{
        padding-bottom: 57.25%;
    }
    .phw03 .col2 .gbutton{
        margin-top: 4vw;
        z-index: 2;
        position: relative;
        padding-left: 0vw;
        text-align: center;
    }
    .phw03 .col2 .gbutton a{
        border: 1px solid #EADDCA;
        padding: 3.3vw 8vw 3.4vw 8vw;
    }
    .phw03 .kjb-video-responsive button.w-big-play-button {
        width: 10vw !important;
        height: 10vw !important;
        border-radius: 100% !important;
    }
    .phw03 .kjb-video-responsive .w-css-reset .w-css-reset .w-css-reset button.w-big-play-button div{
        width: 10vw !important;
        height: 10vw !important;
        border-radius: 100% !important;
    }
    .phw03 .kjb-video-responsive .w-css-reset .w-css-reset .w-css-reset button.w-big-play-button svg{
        width: 100% !important;
        height: 100% !important;
    }
    .phw03 .kjb-video-responsive img{
        object-fit: cover !important;
    }
}





/** Section 04 ***********/
.phw04{
    width: 100%;
    display: block;
    position: relative;
    margin-top: -5.67vw;
    /* border-radius: 50px; */
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5.7vw;
    padding-top: 26vw;
}
.phw04 .inner{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.phw04_bg{
    width: 100%;
    /* display: block; */
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50px 50px 0px 0px;
    overflow: hidden;
    background-blend-mode: color;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.phw04_bg:before {
    content: "";
    background-color: rgb(0 0 0);
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0.74;
}
.phw04 .col1{
    width: 50%;
    position: relative;
    padding-top: 0.2vw;
    padding-right: 9vw;
}
.phw04 .col1 .icon{
    width: 13.3vw;
    height: 13.3vw;
    display: block;
    position: absolute;
    top: 1.6vw;
    right: 0.5vw;
}
.phw04 .col1 .icon svg{
    width: 100%;
    height: 100%;
}
.phw04 .col1 h2{
    color: #E8D9C5;
    font-size: 6.25vw;
    margin-left: -0.11vw;
    letter-spacing: -0.37vw;
    line-height: 0.917;
}
.phw04 .col2{
    width: 50%;
    padding-left: 9.23vw;
    padding-right: 1.99vw;
    padding-top: 7.85vw;
}
.phw_04slider{
    border: 3px solid #9CB3F0;
}
.phw_04slider .col {
    padding: 1.8vw 1.4vw 2.3vw 1.45vw;
}
.phw_04slider h5{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    font-size: 1.66vw;
    letter-spacing: 0.001vw;
    color: #FBF9F1;
    line-height: 1.32;
}
.phw_04slider h5 i{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 0.9;
    letter-spacing: 0.013vw;
    margin-left: 0.23vw;
}
.phw_04slider article{color: #FBF9F1;padding-top: 2.1vw;font-size: 1.25vw;letter-spacing: 0.025vw;}

.phw_04slider2 {
    height: 15.4vw;
    overflow: hidden;
}
.phw_04slider2 .col {height: 15vw;}
.phw_04slider2.slick-initialized{height: auto;}
.phw_04slider2 .slick-slide {
  height: 15vw !important; /* Force consistent slide height */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.phw_04slider2 .slick-list {
    padding: 0px !important;
}
.phw_04slider2 .slick-arrow{
    display: none !important;
}
.phw_04slider2 .phw04_item,
.phw_04slider2 .phw04_item2{
    position: relative;
    top: unset;
    opacity: 1;
    animation-duration: unset;
    animation-fill-mode: unset;
}


@media screen and (min-width: 768px){
	.phw04_holder{
		height: 145vw;
	}
    .phw04{
        position: sticky !important;
        top: 0vw;
        min-height: calc(100vh - 0vh);
    }
    .phw04_inner{

    }
	.phw_04slider{
		position:relative;
		border: 0;
	}
    .phw04_item,
    .phw04_item2{
    position: absolute;
    border: 3px solid #9CB3F0;
    opacity: 0;
    top: 200px;
    left: 0;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
	.phw04_item.active{
		animation-name: phw04_active;
		animation-iteration-count: 1;
		animation-delay:0.3s;
	}
   .phw04_item.deactivate {
	    animation-name: phw04_deactivate;
	    animation-iteration-count: 1;
	   
	   }
	   

}

@keyframes phw04_deactivate {
  0% {
    top:0;
	opacity:1;
  }
  100% {
    top:-200px;
	opacity:0;
  }
}
@keyframes phw04_active {
  0% {
    top: 200px;
	opacity:0;
  }
  100% {
    top:0;
	opacity:1;
  }
}

@media screen and (max-width: 767px) {
    .phw04{
        margin-top: -12.8vw;
        border-radius: 22px 22px 0px 0px;
        background-color: #000;
        overflow: hidden;
        padding-top: 33.2vw;
        padding-bottom: 4.7vw;
    }
    .phw04_bg{
        border-radius: 0px;
        background-position: center;
    }
    .phw04 .col1{
        width: 100%;
    }
    .phw04 .col1 .icon{
        top: 14.5vw;
        right: 1.5vw;
        width: 17.3vw;
        height: 17.2vw;
    }
    .phw04 .col1 .icon svg path{
        stroke-width: 11px;
    }
    .phw04 .col1 h2{
        font-size: 13.6vw;
        margin-left: 0.8vw;
        letter-spacing: -0.8vw;
        line-height: 0.985;
    }
    .phw04 .col2{
        width: 100%;
        padding-left: 0.7vw;
        padding-right: 0.7vw;
        padding-top: 2.4vw;
        padding-bottom: 0vw;
    }
	.phw_04slider {
		border: 0px solid #9CB3F0;
		height: 66.2vw;
	}
	.phw_04slider.slick-initialized{
		height: auto;
	}
	.phw_04slider:before,
	.phw_04slider:after{
		content:"";
		border: 3px solid #D9D9D9;
		width: 100%;
		display: block;
		height: 32%;
		position: absolute;
	}
	.phw_04slider:before{
		border-bottom:0px;
		/* height: 21.1vw; */
		top: 0vw;
	}
	.phw_04slider:after{
		border-top:0px;
		bottom: 0vw;
	}
    .phw_04slider .col{
        padding: 9.3vw 14.4vw 8.7vw 15.45vw;
    }
    .phw_04slider h5{
        font-size: 4.6vw;
        letter-spacing: 0.001vw;
        text-align: center;
        padding-left: 1vw;
    }
    .phw_04slider article{
        font-size: 4vw;
        padding-top: 5.4vw;
        letter-spacing: 0.04vw;
        line-height: 1.53;
        text-align: center;
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .phw_04slider .slick-arrow:before{
    	display:none;
    }
    .phw_04slider .slick-arrow{
        width: 15.5vw;
        height: 15.5vw;
        /* top: unset; */
        /* bottom: -20vw; */
        z-index: 9;
    }
    .phw_04slider .slick-arrow svg{
        width: 100%;
        height: auto;
    }
    
    .phw_04slider .slick-prev{
        left: -0.4vw;
    }
    .phw_04slider .slick-prev svg{}
    
    .phw_04slider .slick-next{
        right: -1vw;
    }
	.phw_04slider-counter.m_only{
        display: none !important;
    }
    
.phw_04slider2{
    height: auto;
}
.phw_04slider2 .col {height: auto;}
.phw_04slider2.slick-initialized{height: auto;}
.phw_04slider2 .slick-slide {
  height: auto !important; /* Force consistent slide height */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.phw_04slider2 .slick-list {
    padding: 0px !important;
}
.phw_04slider2 .slick-arrow{
    display: block !important;
}
.phw_04slider2 .phw04_item,
.phw_04slider2 .phw04_item2{
    position: relative;
    top: unset;
    opacity: 1;
    animation-duration: unset;
    animation-fill-mode: unset;
}
}





/** Section 05 ***********/
@keyframes phw05_carousel {
    0% {
    transform: translateX(0); 
  }
    100% {
    transform: translateX(-100%); 
  } 
}
@keyframes phw05_carousel_carousel_reverse {
    0% {
    transform: translateX(-100%);
  }
    100% {
    transform: translateX(0); 
  } 
}
.phw05{
    background-color: #9CB3F0;
}
.phw05_carousel{
    position: relative;
    /* display: inline-block; */
    width: 100%;
    overflow: hidden;
    padding-top: 0.7vw;
    padding-bottom: 1vw;
}
.phw05_carousel_in{
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    flex-wrap: nowrap;
}
.phw05_carousel_items{
    display: flex;
    align-items: center;
    width: fit-content;
    animation: phw05_carousel 70s linear infinite;
    /* padding-top: 0.4vw; */
    /* padding-bottom: 0.4vw; */
    align-content: center;
}
.phw05_carousel_items .col{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.01vw;
    font-size: 2.1vw;
    color: #B40016;
    margin-top: 0vw;
}
.phw05_carousel_items .col span{
    padding: 0vw 0.6vw;
}

.reverse_direction_yes .phw05_carousel_items{
    animation-name: phw05_carousel_carousel_reverse;
}
.reverse_direction_no .phw05_carousel_items{
    animation-name: phw05_carousel;
}
.stop_on_hover_yes .phw05_carousel_in:hover .phw05_carousel_items{
  animation-play-state: paused;
}

@media (max-width: 1024px) and (min-width: 768px){
    .phw05_carousel{
        position: relative;
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }
    .phw05_carousel_in{
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        flex-wrap: nowrap;
    }
    .phw05_carousel_items{
        display: flex;
        align-items: center;
        width: 100%;
        animation: phw05_carousel 20s linear infinite;
        gap: 15px;
    }
}
@media screen and (max-width: 767px) {
    .phw05{
        padding-top: 1.2vw;
        padding-bottom: 2vw;
        z-index: 1;
        position: relative;
    }
    .phw05_carousel{
        position: relative;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding-top: 0vw;
        padding-bottom: 0vw;
        margin-bottom: -0.6vw;
        margin-top: 0vw;
    }
    .phw05_carousel_in{
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        flex-wrap: nowrap;
    }
    .phw05_carousel_items{
        display: flex;
        align-items: center;
        width: fit-content;
        animation: phw05_carousel 90s linear infinite;
        /* gap: 15px; */
    }
    .phw05_carousel_items .col{
        font-size: 7.1vw;
    }
    .phw05_carousel_items .col span{
        padding: 0vw 3.6vw;
    } 
}


/** Section 06 ***********/
.phw06{
    padding: 4.92vw 5vw 0vw 5vw;
    margin-bottom: -3.4vw;
}
.phw06 .title h2{
    font-size: 10.46vw;
    line-height: 0.817;
    padding-left: 3.3vw;
    letter-spacing: -0.647vw;
    color: #B40016;
}
.phw06 .title h2 i{
    padding-left: 0vw;
    letter-spacing: -0.58vw;
}

@media screen and (max-width: 767px) {
    .phw06{
        padding: 6.2vw 5vw 0vw 5vw;
        margin-bottom: -4.5vw;
    }
    .phw06 .title h2{
        font-size: 13.7vw;
        line-height: 0.97;
        padding-left: 0.7vw;
        letter-spacing: -0.86vw;
    }
    .phw06 .title h2 i{
        letter-spacing: -0.3vw;
        font-size: 13vw;
    }
}



/** Section 06-1 ***********/
@keyframes phw06_carousel {
    0% {
    transform: translateX(0); 
  }
    100% {
    transform: translateX(-100%); 
  } 
}
@keyframes phw06_carousel_carousel_reverse {
    0% {
    transform: translateX(-100%);
  }
    100% {
    transform: translateX(0); 
  } 
}
.phw06_carousel{
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.phw06_carousel_in{
    display: flex;
    /* white-space: nowrap; */
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 1.8vw;
}
.phw06_carousel_items{
    display: flex;
    align-items: center;
    /* width: 100%; */
    animation: phw06_carousel 20s linear infinite;
    gap: 1.8vw;
}

.phw06_carousel_items .col{
    background: #FBF9F1;
    border: 3px solid #9CB3F0;
    border-radius: 30px;
    padding: 2.45vw 2.3vw 2.6vw 2.3vw;
    width: 20.8vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 24.8vw;
}
.phw06_carousel_items .content{
    min-height: 14.4vw;
}
.phw06_carousel_items .content h5{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 1.27;
    letter-spacing: -0.012vw;
    font-size: 1.7vw;
    color: #B40016;
    margin: 0px;
    padding-bottom: 0.96vw;
    min-height: 5vw;
}
.phw06_carousel_items .content article{
    line-height: 1.534;
    letter-spacing: -0.034vw;
    font-size: 1.12vw;
    color: #B40016;
    padding-top: 0.04vw;
}
.phw06_carousel_items .info{
    padding-top: 0.8vw;
    color: #B40016;
}
.phw06_carousel_items .info .name{
    font-family: 'Avantt TRIAL';
    display: block;
    font-weight: 500;
    font-size: 1.67vw;
    line-height: 1.1;
}
.phw06_carousel_items .info .position{
    font-family: 'Clash Display';
    font-weight: 500;
    font-size: 0.7vw;
    display: block;
    letter-spacing: 0.045vw;
    padding-top: 0.2vw;
}



.reverse_direction_yes .phw06_carousel_items{
    animation-name: phw06_carousel_carousel_reverse;
}
.reverse_direction_no .phw06_carousel_items{
    animation-name: phw06_carousel;
}
.stop_on_hover_yes .phw06_carousel_in:hover .phw06_carousel_items{
  animation-play-state: paused;
}
.phw06_carousel_in.m_only{
    display: none !important;
}
@media (max-width: 1024px) and (min-width: 768px){
    .phw06_carousel{
        position: relative;
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }
    .phw06_carousel_in{
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        flex-wrap: nowrap;
    }
    .phw06_carousel_items{
        display: flex;
        align-items: center;
        width: 100%;
        animation: phw06_carousel 20s linear infinite;
        gap: 15px;
    }
}
@media screen and (max-width: 767px) {
    .phw06_carousel{
        position: relative;
        display: block;
        width: 100%;
        overflow: unset;
    }
    .phw06_carousel_in{
        display: block;
        white-space: unset;
        overflow: unset;
        flex-wrap: unset;
        gap: unset;
        position: relative;
    }
    .phw06_carousel_in.d_only{
        display: none !important;
    }
    .phw06_carousel_in.m_only{
        display: block !important;
        margin-top: 0vw;
        white-space: unset;
        overflow: unset;
        margin-bottom: 7vw;
    }
    
    .phw06_carousel_slider{
        padding-bottom: 21vw;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        height: 100.3vw;
        overflow: hidden;
    }
	.phw06_carousel_slider.slick-initialized{
		height: auto;
	}
    .phw06_carousel_slider .slick-slide{
        padding-left: 2.2vw;
        padding-right: 2.2vw;
    }
    .phw06_carousel_slider .slick-arrow{
        width: 15.3vw;
        height: 14vw;
        top: unset;
        bottom: 0vw;
        transform: unset;
        z-index: 9;
    }
    .phw06_carousel_slider .slick-arrow:before{
        display: none;
    }
    .phw06_carousel_slider .slick-arrow svg{
        width: 100%;
        height: auto;
    }
    
    .phw06_carousel_slider .slick-prev{
        left: 5vw;
    }
    
    .phw06_carousel_slider .slick-next{
        right: 5vw;
    }
    .phw06_carousel_slider .slick-next svg{}
    
    .phw06_carousel_slider-counter{
        color: #9CB3F0;
        font-family: 'Avantt TRIAL';
        font-weight: 500;
        font-size: 5.6vw;
        letter-spacing: -0.15vw;
        height: auto;
        text-align: center;
        position: absolute;
        bottom: 4vw;
        left: 0px;
        width: 100%;
        line-height: 1;
        display: none;
    }
    
    .phw06_carousel_slider .col{
        background: #FBF9F1;
        border: 3px solid #9CB3F0;
        border-radius: 23px;
        padding: 9.6vw 10.3vw 9.1vw 9.8vw;
        width: 100%;
        height: 100%;
        display: block;
    }
    .phw06_carousel_slider .content h5{
        font-family: 'Canela';
        font-weight: 300;
        font-style: italic;
        line-height: 1.378;
        letter-spacing: 0.086vw;
        font-size: 5.45vw;
        color: #B40016;
        margin: 0px;
        padding-bottom: 6.7vw;
        min-height: 5vw;
    }
    .phw06_carousel_slider .content article{
        line-height: 1.6;
        letter-spacing: -0.01vw;
        font-size: 4.12vw;
        color: #B40016;
        padding-top: 0.0vw;
    }
    .phw06_carousel_slider .info{
        padding-top: 6.8vw;
        color: #B40016;
    }
    .phw06_carousel_slider .info .name{
        font-family: 'Avantt TRIAL';
        display: block;
        font-weight: 500;
        font-size: 5.5vw;
        line-height: 1.1;
        letter-spacing: -0.02vw;
    }
    .phw06_carousel_slider .info .position{
        font-family: 'Clash Display';
        font-weight: 500;
        font-size: 3.1vw;
        display: block;
        letter-spacing: 0.045vw;
        padding-top: 0.2vw;
    }
}


/** Section 07 ***********/
.phw07{
    margin-top: 5.65vw;
    width: 100%;
    display: block;
    position: relative;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    padding-bottom: 7.8vw;
    padding-top: 5.97vw;
    border-radius: 53px 53px;
    overflow: hidden;
    background-color: #410D13;
}
.phw07 .inner{
    position: relative;
    z-index: 2;
}
.phw07_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.phw07_bgin {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    height: 100%;

}

.phw07 .top_part{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 5vw;
    padding-left: 0.2vw;
    padding-right: 0.2vw;
}
.phw07 .top_part .title{
    width: 56%;
    padding-right: 21vw;
}
.phw07 .top_part .title h3{
    color: #E8D9C5;
    font-size: 6.25vw;
    margin-left: -0.14vw;
    letter-spacing: -0.389vw;
    line-height: 0.834;
}
.phw07 .top_part .title h3 i{
    font-family: 'Saigon';
    font-weight: 200;
    font-style: italic;
    padding-left: 0.1vw;
}
.phw07 .top_part .content{
    width: 44%;
}
.phw07 .top_part .content article{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    color: #E8D9C5;
    text-align: right;
    margin-right: -0.4vw;
    padding-top: 4.6vw;
    font-size: 1.6vw;
    letter-spacing: 0.024vw;
    line-height: 1.318;
}
.phw07 .top_part .content article i{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.03vw;
    padding-left: 0vw;
}
.phw07 .top_part .content article br{}
.phw07 .lists{
    padding-top: 0vw;
}
.phw07 .lists .col{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 2.7vw;
    padding-bottom: 2.7vw;
    border-bottom: 2px solid #9CB3F0;
}
.phw07 .lists .col .title{
    width: 34%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
}
.phw07 .lists .col .title h6{
    color: #FBF9F1;
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    font-size: 1.6vw;
    letter-spacing: 0.035vw;
    padding-left: 0.14vw;
    line-height: 1.4;
}
.phw07 .lists .col .icon{
    width: 15%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.phw07 .lists .col .icon span svg{
    width: 6.1vw;
    height: auto;
}
.phw07 .lists .col .shottext{
    width: 51%;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0vw;
}
.phw07 .lists .col .shottext article {
    color: #FBF9F1;
    text-align: left;
    width: 31.2vw;
    letter-spacing: 0.053vw;
    font-size: 1.23vw;
    /* float: right; */
    margin-right: -1vw;
    font-weight: 300;
}
.phw07 .lists .col:nth-child(3){
    padding-top: 2.5vw;
    padding-bottom: 3.1vw;
}
.phw07 .lists .col:nth-child(4){
    padding-top: 3vw;
    padding-bottom: 2.95vw;
}
.phw07 .lists .col:nth-child(2) .icon span svg{
    width: 7.9vw;
    margin-top: -0.34vw;
}
.phw07 .lists .col:nth-child(3) .icon span svg{
    width: 7.5vw;
    margin-top: 0.1vw;
    margin-bottom: -0.4vw;
}
.phw07 .lists .col:nth-child(4) .icon span svg{
    width: 7.87vw;
    margin-top: 0.1vw;
    margin-bottom: -0.4vw;
}

.phw07 .lists .col:nth-child(5){
    padding-top: 3.45vw;
    padding-bottom: 3vw;
}
.phw07 .lists .col:nth-child(5) .icon span svg{
    width: 7.4vw;
}

@media screen and (max-width: 767px) {
    .phw07{
        margin-top: -1vw;
        border-radius: 22px 22px;
        padding-left: 4.8vw;
        padding-right: 4.8vw;
        padding-bottom: 14.6vw;
        padding-top: 14vw;
    }
    .phw07 .top_part {
        padding-bottom: 3.5vw;
    }
    .phw07 .top_part .title{
        width: 100%;
        padding-right: 35vw;
        padding-left: 0.9vw;
    }
    .phw07 .top_part .title h3{
        font-size: 13.7vw;
        letter-spacing: -0.9vw;
        line-height: 0.89;
    }
    .phw07 .top_part .content{
        width: 100%;
        padding-left: 0vw;
    }
    .phw07 .top_part .content article{
        font-size: 4vw;
        padding-top: 6.4vw;
        margin-right: 0vw;
        padding-right: 1.8vw;
        letter-spacing: 0.05vw;
        line-height: 1.33;
    }
    .phw07 .top_part .content article i{
        letter-spacing: 0.02vw;
    }
    .phw07 .top_part .content article br{}
    .phw07 .lists{
        padding-top: 0vw;
    }
    .phw07 .lists .col{
        padding-left: 0.7vw;
        padding-top: 4.9vw;
        padding-bottom: 4.9vw;
    }
    .phw07 .lists .col .title{
        width: 43%;
        display: block;
        align-content: unset;
        align-items: unset;
    }
    .phw07 .lists .col .title h6{
        font-size: 4.5vw;
        line-height: 1.2;
        padding-bottom: 3vw;
    }
    .phw07 .lists .col .icon{
        display: none;
    }
    .phw07 .title .icon {
        display: block !important;
        width: 100% !important;
        padding-top: 0.3vw;
    }
    .phw07 .lists .col .title .icon span svg{
        width: 13.1vw;
        height: auto;
    }
    .phw07 .lists .col .title .icon span svg path{
        stroke-width: 7px;
    }
    .phw07 .lists .col .shottext{
        display: block;
        width: 57%;
        align-content: unset;
    }
    .phw07 .lists .col .shottext article{
        width: 100%;
        padding-left: 4.8vw;
        font-size: 4vw;
        letter-spacing: 0.04vw;
        line-height: 1.54;
        padding-right: 0vw;
        margin-top: -0.3vw;
    }
    .phw07 .lists .col:nth-child(2) {
        padding-top: 7.6vw;
        padding-bottom: 5.7vw;
        padding-right: 0vw;
    }
    .phw07 .lists .col:nth-child(2) .icon span svg {
        width: 16vw;
        margin-top: -0.9vw;
        margin-bottom: -0.4vw;
    }
    .phw07 .lists .col:nth-child(3) {
        padding-top: 7.8vw;
        padding-bottom: 7.1vw;
    }
    .phw07 .lists .col:nth-child(3) .icon span svg{
        width: 16.5vw;
        margin-top: -1vw;
    }
    .phw07 .lists .col:nth-child(4){
        padding-top: 6.7vw;
        padding-bottom: 5.7vw;
    }
    .phw07 .lists .col:nth-child(4) .icon span svg{
        width: 16.5vw;
        margin-top: 0vw;
    }
    .phw07 .lists .col:nth-child(5) {
        padding-top: 6.5vw;
        padding-bottom: 8vw;
    }
    .phw07 .lists .col:nth-child(5) .title{
        padding-right: 4vw;
    }
    .phw07 .lists .col:nth-child(5) .icon span svg {
        width: 16.4vw;
        margin-top: -0.7vw;
    }
	.phw07 .phw07_icon{
        width: 100%;
    }
	.phw07 .phw07_icon span{
        display: inline-block;
        width: 24vw;
        padding-left: 2vw;
        padding-right: 2.1vw;
        padding-top: 2.7vw;
    }
	.phw07 .phw07_icon span svg{
        width: 100%;
        height: auto;
    }
	.phw07 .phw07_icon span svg path{}
}




/** Section 08 ***********/
.phw08{
    padding-top: 4.3vw;
    padding-left: 4.14vw;
    padding-bottom: 7.87vw;
}
.phw08 .inner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.phw08 .col1{
    width: 100%;
}
.phw08 .col1 h2{
    font-size: 10.4vw;
    line-height: 0.813;
    letter-spacing: -0.612vw;
    color: #B40016;
    padding-bottom: 1.15vw;
    font-family: 'Switzer';
    font-weight: normal;
    margin-left: -0.23vw;
}
.phw08 .col1 h2 i{
    font-family: 'Saigon';
    font-weight: 200;
    font-style: italic;
    font-size: 10.4vw;
    line-height: 0.813;
    letter-spacing: -0.612vw;
    display: block;
    margin-bottom: -0.9vw;
}
.phw08 .col1 .subtitle{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    font-size: 1.78vw;
    letter-spacing: -0.05vw;
    display: block;
    color: #B40016;
    padding-left: 12vw;
    max-width: 32vw;
    line-height: 1.23;
}
.phw08 .col1 .subtitle i{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
}
.phw08 .col2{
    width: 100%;
    padding-left: 41.9vw;
}
.phw08 .col2in{
    position: relative;
}
.phw08_speakers_slider{
    margin-top: -8.34vw;
    height: 35.6vw;
    overflow: hidden;
}
.phw08_speakers_slider.slick-initialized{
    height: auto;
    overflow: unset;
}
.phw08_speakers_slider .col{
    padding-left: 1.05vw;
    padding-right: 1.05vw;
    height: 100%;
}
.phw08_speakers_slider .colin{
    background-color: #410D13;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}
.phw08_speakers_slider .colin .img{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25.2vw;
}
.phw08_speakers_slider .colin .img img{
    width: 10%;
    opacity: 0;
}
.phw08_speakers_slider .colin .name{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    font-size: 1.6vw;
    letter-spacing: 0.03vw;
    line-height: 1.4;
    color: #9CB3F0;
    padding-left: 1.7vw;
    padding-right: 1.6vw;
    padding-top: 1.53vw;
}
.phw08_speakers_slider .colin .position {
    color: #FBF9F1;
    padding-left: 1.67vw;
    padding-right: 1.6vw;
    padding-top: 0.6vw;
    font-size: 1.02vw;
    letter-spacing: 0.026vw;
    line-height: 1.48;
    padding-bottom: 1vw;
    font-weight: 200;
}

.phw08_speakers_slider .slick-list{
    padding-right: 8.5vw;
}
.phw08_speakers_slider .slick-list .slick-track{
    display: flex !important;
}
.phw08_speakers_slider .slick-list .slick-track .slick-slide{
    height: inherit !important;
}
.phw08_speakers_slider .slick-list .slick-track .slick-slide>div,
.phw08_speakers_slider .slick-list .slick-track .slick-slide>div>div{
    height: 100%;
}
.phw08_speakers_slider .slick-arrow{
    width: 8vw;
    height: auto;
    top: unset;
    bottom: 1.7vw;
    transform: translate(00%);
}
.phw08_speakers_slider .slick-arrow svg{
    width: 100%;
    height: auto;
    margin-bottom: 0vw;
}
.phw08_speakers_slider .slick-arrow:before{
    display: none;
}
.phw08slider-counter{
    display: none;
    width: 7.5vw;
    font-size: 3vw;
    color: #9CB3F0;
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    font-size: 1.6vw;
    letter-spacing: -0.15vw;
    height: 2vw;
    line-height: 1.78;
    position: absolute;
    text-align: right;
    left: -10.4vw;
    bottom: -0.3vw;
}
.phw08slider-counter b{
    font-weight: 500;
}
.phw08_speakers_slider .slick-next{
    /* display: none !important; */
    left: -11vw;
    padding-left: 0.5vw;
    transform: rotate(180deg);
}
.phw08_speakers_slider .slick-prev{
    left: -11vw;
    padding-left: 0.5vw;
    display: none !important;
}


@media screen and (max-width: 767px) {
    .phw08{
        padding-top: 6.8vw;
        padding-left: 4.14vw;
        padding-bottom: 6vw;
    }
    .phw08 .col1{
        padding-left: 1.8vw;
    }
    .phw08 .col1 h2{
        font-size: 13.6vw;
        letter-spacing: -0.8vw;
        padding-bottom: 2.9vw;
    }
    .phw08 .col1 h2 i{
        font-size: 13.6vw;
        letter-spacing: -0.8vw;
        margin-bottom: 1.1vw;
    }
    .phw08 .col1 .subtitle{
        max-width: 61vw;
        padding-left: 17.2vw;
        font-size: 3.74vw;
        letter-spacing: -0.05vw;
    }
    .phw08 .col2{
        padding-left: 1.5vw;
    }
    .phw08_speakers_slider{
        margin-top: 5.4vw;
        padding-bottom: 19.6vw;
    }
    .phw08_speakers_slider .slick-list {
        padding-right: 38.5vw;
    }
    .phw08_speakers_slider .col {
        padding-left: 0vw;
        padding-right: 4.3vw;
        height: 100%;
    }
    .phw08_speakers_slider .colin{
        border-radius: 15px;
    }
    .phw08_speakers_slider .colin .img{
        height: 67.2vw;
    }
	.phw08_speakers_slider .colin .artical{
    display: block;
    width: 100%;
    margin-top: -4vw;
    background-color: #410D13;
    border-radius: 15px 15px 0px 0px;
}
    .phw08_speakers_slider .colin .name{
        font-size: 5.4vw;
        letter-spacing: 0.02vw;
        padding-left: 4.3vw;
        padding-right: 1.6vw;
        padding-top: 3.5vw;
    }
    .phw08_speakers_slider .colin .position{
        padding-left: 4.2vw;
        padding-right: 3.6vw;
        padding-top: 0.9vw;
        font-size: 3.8vw;
        letter-spacing: 0.03vw;
        line-height: 1.2;
        padding-bottom: 3.8vw;
    }
    .phw08_speakers_slider .slick-arrow{
        width: 16vw;
        height: 14.3vw;
        top: unset;
        bottom: 0vw;
        transform: unset;
        z-index: 9;
    }
    .phw08_speakers_slider .slick-arrow:before{
        display: none;
    }
    .phw08_speakers_slider .slick-arrow svg{
        width: 100%;
        height: auto;
    }
    .phw08_speakers_slider .slick-arrow svg path{
        stroke-width: 7px;
    }
    .phw08_speakers_slider .slick-prev{
        left: -0.8vw;
    }
    .phw08_speakers_slider .slick-prev svg{}
    
    .phw08_speakers_slider .slick-next{
        right: 0vw;
        transform: rotate(180deg);
        left: -1vw;
        bottom: -0.2vw;
    }
    .phw08_speakers_slider .slick-next svg{}
    
    .phw08slider-counter{
        color: #9CB3F0;
        font-family: 'Avantt TRIAL';
        font-weight: 500;
        font-size: 5.6vw;
        letter-spacing: -0.15vw;
        height: auto;
        text-align: right;
        position: absolute;
        bottom: 5vw;
        left: 0px;
        width: 91%;
        line-height: 1;
    }
}




/** Section 09 ***********/
.phw09{
    width: 100%;
    display: block;
    position: relative;
    padding-top: 8vw;
    padding-left: 6vw;
    padding-right: 6vw;
    background-color: #410D13;
    padding-bottom: 6.9vw;
    border-radius: 53px;
    overflow: hidden;
}
.phw09 .inner{
    width: 100%;
    position: relative;
    z-index: 1;
}
.phw09_bg{
    position: absolute;
    top: 0vw;
    left: 0vw;
    height: 100%;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 116vw;
    /* opacity: 0.1; */
}
.phw09 .title h2{
    font-size: 6.258vw;
    line-height: 0.87;
    letter-spacing: -0.4vw;
    color: #FBF9F1;
    padding-bottom: 3.35vw;
    font-family: 'Switzer';
    font-weight: normal;
    padding-left: 0.53vw;
}
.phw09 .title h2 i{
    margin-left: 0.1vw;
    letter-spacing: -0.38vw;
}
.phw09 .title h2 span{
    display: inline-block;
    margin-top: -1vw;
    position: relative;
    padding-left: 0.73vw;
}
.phw09 .title h2 span svg{
    width: 4vw;
    height: auto;
    display: inline-block;
}

.phw09_accordingwarpper{
    padding-left: 22.6vw;
    padding-right: 0.3vw;
    /* min-height: 46.3vw; */
}
.phw09_accordingwarpperin{
    background-color: #FBF9F1;
    border: 3px solid #9CB3F0;
    border-radius: 30px;
    overflow: hidden;
}
.phw09_accordingwarpper .col{
    background-color: #FBF9F1;
    border: 3px solid #9CB3F0;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 5vw;
    margin-bottom: -5vw;
    margin-left: -3px;
    margin-right: -3px;
    transition: all 0.3s linear;
    z-index: 99999;
    position: relative;
}

.phw09_accordingwarpper .accordion_hand {
    display: flex;
    flex-wrap: wrap;
    padding: 1.45vw 1.4vw 1.4vw 2.7vw;
    cursor: pointer;
    /* z-index: 9999; */
    /* position: relative; */
}
.phw09_accordingwarpper .accordion_hand .atitle{
    width: 67%;
}
.phw09_accordingwarpper .accordion_hand .atitle h3{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.7vw;
    color: #B40016;
}
.phw09_accordingwarpper .accordion_hand .atitle h3 i{
    text-transform: lowercase;
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
}
.phw09_accordingwarpper .accordion_hand .subtitle{
    width: 33%;
    padding-left: 0.4vw;
}
.phw09_accordingwarpper .accordion_hand .subtitle h4{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.7vw;
    color: #B40016;
    line-height: 1.1;
    letter-spacing: -0.017vw;
}

.phw09_accordingwarpper .accordion_hand.active{background-color: #9CB3F0;padding-bottom: 3.87vw;margin-bottom: -2.6vw;}

.phw09_accordingwarpper .accordion_content{
  /* display:none; */
  background-color: #FBF9F1;
  border-radius: 30px;
  padding: 2.23vw 15vw 2.9vw 2.7vw;
  font-size: 1vw;
  color: #B00014;
  letter-spacing: 0.018vw;
  line-height: 1.73;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-bottom: -5.13vw;
}
.accordion_hand.active + .accordion_content {
  max-height: 1000px; /* adjust as needed depending on your content size */
  display: block;
  transition: all 0.3s linear;
  /* padding: 2.23vw 15vw 2.9vw 2.7vw; */
  margin-bottom: 0vw;
}
.phw09_accordingwarpper .accordion_content p{
    padding-bottom: 20px;
}
.phw09_accordingwarpper .accordion_content.active{
  display: block;
  flex-direction: column;
}

.phw09_accordingwarpper .accordion_content ul.ul1,
.phw09_accordingwarpper .accordion_content ul.ul2{
    width: 47%;
    display: inline-grid;
    padding-top: 1.55vw;
    font-size: 1.05vw;
    letter-spacing: -0.001vw;
    line-height: 1.37;
}
.phw09_accordingwarpper .accordion_content ul.ul1{
    padding-right: 6vw;
}
.phw09_accordingwarpper .accordion_content ul.ul2{
    padding-left: 2.8vw;
}
.phw09_accordingwarpper .accordion_content ul li{
    padding-left: 1vw;
    position: relative;
}
.phw09_accordingwarpper .accordion_content ul li:before{
	content:"";
	width: 0.3vw;
	height: 0.3vw;
	display: block;
	position: absolute;
	border-radius: 100%;
	top: 0.7vw;
	left: 0vw;
	background-color: #B00014;
}

@media (max-width: 1024px) and (min-width: 768px){
    .phw09_accordingwarpper .accordion_content{
      display:none;
    }
    .phw09_accordingwarpper .accordion_content.active{
      display:block;
    }
}
@media screen and (max-width: 767px) {
    .phw09{
        border-radius: 18px;
        padding-top: 14.9vw;
        padding-bottom: 19.1vw;
    }
	.phw09_bg{
		background-size: 415vw;
	}
    .phw09 .title h2{
        font-size: 13.6vw;
        padding-left: 2vw;
        padding-top: 0vw;
        letter-spacing: -0.8vw;
        line-height: 0.95;
        padding-bottom: 9.45vw;
    }
    .phw09 .title h2 i{
        letter-spacing: -0.76vw;
    }
    .phw09 .title h2 span{
        padding-left: 0.73vw;
    }
    .phw09 .title h2 span svg{
        width: 10vw;
    }
    .phw09_accordingwarpper{
        padding-left: 1.65vw;
        padding-right: 1.4vw;
        /* min-height: 192.3vw; */
    }
    .phw09_accordingwarpper .col{
        padding-bottom: 10vw;
        margin-bottom: -10vw;
        margin-left: -3px;
        margin-right: -3px;
        margin-top: -3px;
    }
    
    .phw09_accordingwarpper .accordion_hand{
        display: flex;
        padding: 2.3vw 4.4vw 1.4vw 4.7vw;
        align-content: center;
        align-items: center;
    }
	.phw09_accordingwarpper .col:last-child .atitle{padding-bottom: 3vw; padding-top:3vw;}
    .phw09_accordingwarpper .accordion_hand .atitle{
        width: 100%;
        padding-bottom: 3vw;
    }
    .phw09_accordingwarpper .accordion_hand .atitle h3{
        font-size: 4.6vw;
        letter-spacing: -0.03vw;
    }
    .phw09_accordingwarpper .accordion_hand .subtitle{
        width: 100%;
        padding-left: 0vw;
        padding-right: 20vw;
    }
    .phw09_accordingwarpper .accordion_hand .subtitle h4{
        font-size: 4.5vw;
        letter-spacing: 0.02vw;
    }
    
    .phw09_accordingwarpper .accordion_content{
      display:none;
      padding: 6.7vw 5vw 6.66vw 4.8vw;
      font-size: 4vw;
      letter-spacing: 0.04vw;
      line-height: 1.53;
    }
    .phw09_accordingwarpper .accordion_content.active{
      display:block;
    }
    .phw09_accordingwarpper .accordion_hand.active{
        padding-bottom: 11.9vw;
        margin-bottom: -6.6vw;
        padding-top: 4.5vw;
    }
    .phw09_accordingwarpper .accordion_content ul.ul1, 
    .phw09_accordingwarpper .accordion_content ul.ul2,
    .phw09_accordingwarpper .accordion_content ul{
    	font-size: 4vw;
    	letter-spacing: 0.04vw;
    	line-height: 1.53;
    	width: 100%;
    	padding-right: 0px;
    	padding-left: 0px;
    	padding-top: 0px;
    }
    .phw09_accordingwarpper .accordion_content ul.ul1 li, 
    .phw09_accordingwarpper .accordion_content ul.ul2 li,
    .phw09_accordingwarpper .accordion_content ul li{
        padding-left: 3.4vw;
        margin-bottom: 1vw;
        line-height: 1.39;
    }
    .phw09_accordingwarpper .accordion_content ul.ul1{
        padding-top: 2.5vw;
        padding-right: 8vw;
    }
    .phw09_accordingwarpper .accordion_content ul li:before{
        width: 1.4vw;
        height: 1.4vw;
        top: 2.3vw;
        left: -0.2vw;
    }
    
    
    .phw09_accordingwarpper .col:last-child .accordion_hand.active {
        padding-bottom: 9.87vw;
        margin-bottom: -9.6vw;
        padding-top: 2.3vw;
    }
}





/** Section 10 ***********/
.phw10{
    width: 100%;
    display: block;
    padding: 6.7vw 7.7vw 6.67vw 7.7vw;
}
.phw10 .inner{
    width: 100%;
    display: block;
    position: relative;
    height: 105vw;
}
.phw10 .top{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.phw10 .top h2{
    width: 70%;
    font-size: 6.258vw;
    line-height: 0.83;
    letter-spacing: -0.38vw;
    color: #B40016;
    padding-bottom: 3.35vw;
    font-family: 'Switzer';
    font-weight: normal;
    padding-left: 1.67vw;
    text-align: center;
    padding-right: 1.89vw;
}
.phw10 .top .subtitle{
    width: 30%;
    font-weight: 300;
    font-family: 'Avantt TRIAL';
    font-size: 1.67vw;
    line-height: 1.29;
    color: #B40016;
    padding-top: 9.3vw;
    margin-left: -5.14vw;
}
.phw10 .top .subtitle i{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 0.7;
    font-size: 1.74vw;
    letter-spacing: -0.03vw;
}
.phw10 .images{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-left: 3.88vw;
    padding-right: 3.45vw;
    padding-top: 0.87vw;
    position: absolute;
    align-items: flex-start;
}
.phw10_content{
	position: sticky;
	top: 6vw;
}
.phw10_content .images{
	position:relative;
}

.phw10 .images .col1{
    width: 32%;
    padding-top: 15.85vw;
}
.phw10 .images .col1 img{
    width: 100%;
    max-width: unset;
    object-fit: cover;
    height: 16.98vw;
    border-radius: 30px;
}
.phw10 .images .col2{
    width: 31.9%;
    margin-left: -2.5vw;
}
.phw10 .images .col2 img{
    width: 100%;
    max-width: unset;
    object-fit: cover;
    height: 31.6vw;
    border-radius: 30px;
}
.phw10 .images .col3{
    width: 39.4%;
    margin-right: -1vw;
    padding-top: 25.8vw;
    padding-left: 5.7vw;
}
.phw10 .images .col3 img{
    width: 100%;
    max-width: unset;
    object-fit: cover;
    height: 16.98vw;
    border-radius: 30px;
}
.phw10 .text{
    padding-top: 3.8vw;
}
.phw10 .text article{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    font-size: 2.5vw;
    letter-spacing: 0.02vw;
    color: #B40016;
    line-height: 1.09;
    text-align: center;
}
.phw10 .text article i{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 0.9;
    letter-spacing: 0.013vw;
    margin-left: -0.04vw;
}
.phw10 .text article br{}
.phw10 .text article strong{
    font-size: 2.5vw;
    font-weight: 500;
    padding-left: 0.2vw;
    padding-right: 0.2vw;
}
.phw10_images img {
  opacity: 1;
  transition: opacity 2s ease;
}
.phw10_images img.fade-out {
  opacity: 0.5;
}

@media screen and (min-width: 768px){
	.phw10 .phw10_content .images .col1,
	.phw10 .phw10_content .images .col3{
		opacity:0;
		padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
    .phw10{
        padding: 11.9vw 7.8vw 8.2vw 7.7vw;
    }
    .phw10 .top h2{
        width: 100%;
        text-align: left;
        font-size: 13.6vw;
        padding-right: 0vw;
        padding-left: 0.24vw;
        letter-spacing: -0.8vw;
        line-height: 0.95;
        padding-bottom: 3.1vw;
    }
    .phw10 .top .subtitle{
        width: 106%;
        padding-left: 56.5vw;
        font-size: 3.6vw;
        padding-top: 14vw;
        letter-spacing: 0vw;
        line-height: 1.31;
        margin-bottom: -29vw;
    }
    .phw10 .top .subtitle i{
        font-size: 3.6vw;
    }
    .phw10 .images{
        padding-left: 0.88vw;
        padding-right: 0vw;
        padding-top: 0.3vw;
    }
    .phw10 .images .col1{
        width: 58.4%;
        padding-top: 36.8vw;
        order: 2;
        margin-left: -8.4%;
        z-index: -1;
    }
    .phw10 .images .col1 img{
        height: 33.8vw;
        border-radius: 14px;
    }
    .phw10 .images .col2{
        width: 50%;
        padding-top: 0vw;
        order: 1;
        margin-left: 0vw;
    }
    .phw10 .images .col2 img{
        height: 53.6vw;
        border-radius: 15px;
    }
    .phw10 .images .col3{
        order: 3;
        width: 57.9%;
        margin-right: 0vw;
        padding-top: 0vw;
        padding-left: 0vw;
        margin-left: -0.61vw;
        margin-top: -3.9vw;
    }
    .phw10 .images .col3 img{
        height: 33.2vw;
        border-radius: 15px;
    }
    .phw10 .text{
        padding-top: 2.4vw;
    }
    .phw10 .text article{
        font-size: 4.5vw;
        padding-top: 4.6vw;
        margin-right: -5vw;
        padding-right: 0vw;
        letter-spacing: 0.0vw;
        line-height: 1.13;
        margin-left: -5vw;
    }
    .phw10 .text article strong{
        font-size: 4.5vw;
        padding-left: 0.1vw;
        padding-right: 0.1vw;
    }
	.phw10 .images{
		display:none;
	}
	.phw10 .phw10_content .images{
		display: flex;
	}
	.phw10 .phw10_content .images .col1,
	.phw10 .phw10_content .images .col3{
		opacity:1
	}
	.phw10 .inner{
		height:auto;
	}
}




/** Section 11 ***********/
.phw11{
    width: 100%;
    display: block;
    border-radius: 50px;
    background-color: #EADDCA;
    padding: 8vw 5vw 7.6vw 5vw;
}
.phw11 .inner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.phw11 .col1{
    width: 59%;
    padding-left: 3vw;
    padding-right: 16vw;
    position: relative;
    padding-top: 0.1vw;
}
.phw11 .articon{
    width: 13.3vw;
    height: auto;
    position: absolute;
    top: -3.86vw;
    right: -6.6vw;
} 
.phw11 .articon svg{
    width: 100%;
    height: auto;
}
.phw11 .col1 h2{
    font-size: 10.44vw;
    line-height: 0.813;
    letter-spacing: -0.612vw;
    color: #B40016;
    padding-bottom: 1.15vw;
    font-family: 'Switzer';
    font-weight: normal;
    margin-left: -0.23vw;
    text-align: center;
}
.phw11 .col1 h2 em{
    font-family: 'Saigon';
    font-weight: 200;
    font-style: italic;
    margin-bottom: -1vw;
    display: inline-block;
}
.phw11 .col1 h2 span{
    display: block;
    margin-left: -4.6vw;
}
.phw11 .col1 .img1{
    position: absolute;
    bottom: -15vw;
    right: -6.3vw;
    width: 31.44vw;
}
.phw11 .col2{
    width: 41%;
    padding-left: 2.4vw;
    padding-top: 14vw;
    padding-right: 0.7vw;
}
.phw11 .col2 article{
    color: #B00014;
    font-size: 1.03vw;
    letter-spacing: 0.006vw;
    line-height: 1.67;
}
.phw11 .col2 article p{
    padding-bottom: 1.7vw;
}
.phw11 .col2 article strong{
    font-weight: 500;
    letter-spacing: -0.01vw;
}
.phw11 .col2 .signature{}
.phw11 .col2 .signature img{
    width: 10.27vw;
    margin-left: -0.7vw;
    margin-top: -1.3vw;
}
.phw11 .col2 .position{
    display: block;
    margin-top: -0.6vw;
    color: #B00014;
    font-size: 1.03vw;
    letter-spacing: 0.006vw;
    line-height: 1.67;
}
.phw11 .col2 .gbutton{
    width: 100%;
    display: block;
    padding-top: 1.9vw;
}
.phw11 .col2 .gbutton a{
    padding: 1.22vw 3.7vw 1.26vw 3.7vw;
}

@media screen and (max-width: 767px) {
    .phw11{
        padding: 14.6vw 5vw 8.7vw 5vw;
        border-radius: 20px;
        overflow: hidden;
    }
    .phw11 .col1{
        width: 100%;
        padding-left: 0vw;
        padding-right: 23.3vw;
        position: relative;
        padding-top: 0vw;
    }
    .phw11 .articon{
        top: -4.2vw;
        right: 0.2vw;
        width: 17vw;
    } 
    .phw11 .articon svg path{
        stroke-width: 15px;
    }
    .phw11 .col1 h2{
        font-size: 15.7vw;
        letter-spacing: -0.9vw;
        line-height: 0.815;
    }
    .phw11 .col1 h2 span{
        display: unset;
        margin: 0;
    }
    .phw11 .col1 .img1{
        bottom: -66vw;
        right: -18.3vw;
        width: 70.7vw;
    }
    .phw11 .col2{
        width: 100%;
        padding-left: 3.4vw;
        padding-top: 8.9vw;
        padding-right: 0.7vw;
    }
    .phw11 .col2 article{
        font-size: 4vw;
        letter-spacing: 0.04vw;
        line-height: 1.53;
        padding-right: 1vw;
    }
    .phw11 .col2 article p{
        padding-bottom: 6.3vw;
    }
    .phw11 .col2 article p:first-child{
        padding-right: 36vw;
        padding-bottom: 5.1vw;
    }
    .phw11 .col2 .signature img{
        width: 37.27vw;
        margin-left: -1.7vw;
        margin-top: -11vw;
        margin-bottom: -2.2vw;
    }
    .phw11 .col2 .position{
        font-size: 4vw;
        letter-spacing: 0.04vw;
        line-height: 1.53;
    }
    .phw11 .col2 .gbutton{
        padding-top: 4.1vw;
        padding-right: 3vw;
    }
    .phw11 .col2 .gbutton a{
        padding: 3.4vw 4.4vw 3.2vw 4.4vw;
        font-size: 2.87vw;
        max-width: unset;
        display: block;
    }
}



/** Section 12 ***********/
.phw12{
    padding-top: 10.6vw;
    padding-left: 5.9vw;
    padding-right: 5.9vw;
    padding-bottom: 7.2vw;
}
.phw12 h2{
    font-size: 6.258vw;
    line-height: 0.83;
    letter-spacing: -0.38vw;
    color: #B40016;
    padding-bottom: 3.6vw;
    font-family: 'Switzer';
    font-weight: normal;
    padding-left: 1.67vw;
    text-align: center;
    padding-right: 1.89vw;
    display: block;
}
.phw12in{
    position: relative;
}
.phw12_slider{
    padding-left: 11.7vw;
    padding-right: 11.2vw;
}
.phw12_slider .col{
    padding-left: 1.1vw;
    padding-right: 1.1vw;
}
.phw12_slider .col .video{
    height: 34.4vw;
    border-radius: 30px;
    overflow: hidden;
}
.phw12_slider .col .video__wrapper{
    width: 100%;
    height: 100%;
}
.phw12_slider .col h4{
    font-family: 'Avantt TRIAL';
    display: block;
    font-weight: 500;
    font-size: 1.67vw;
    line-height: 1.1;
    color: #B40016;
    padding-top: 2.1vw;
    padding-left: 0.17vw;
}
.phw12_slider .col h5{
    color: #B40016;
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 1.3;
    font-size: 1.03vw;
    letter-spacing: 0.01vw;
    padding-left: 0.15vw;
    padding-top: 0.2vw;
    padding-right: 1vw;
    padding-bottom: 0.75vw;
    min-height: 3.7vw;
}
.phw12_slider .col article{
    line-height: 1.43;
    letter-spacing: -0.003vw;
    font-size: 1.05vw;
    color: #B40016;
    padding-top: 0.16vw;
    padding-left: 0.2vw;
    padding-right: 1.5vw;
}
.phw12_slider .col article strong{
    font-weight: 500;
}


.phw12_slider .kjb-video-responsive{
    height: 100%;
}
.phw12_slider .kjb-video-responsive button.w-big-play-button {
    width: 5vw !important;
    height: 5vw !important;
    border-radius: 100% !important;
}
.phw12_slider .kjb-video-responsive .w-css-reset .w-css-reset .w-css-reset button.w-big-play-button div{
    width: 5vw !important;
    height: 5vw !important;
    border-radius: 100% !important;
}
.phw12_slider .kjb-video-responsive .w-css-reset .w-css-reset .w-css-reset button.w-big-play-button svg{
    width: 100% !important;
    height: 100% !important;
}
.phw12_slider .kjb-video-responsive img{
    object-fit: cover !important;
}

.phw12_slider .kjb-video-responsive .w-vulcan-overlays--center>.w-css-reset>.w-css-reset>.w-bpb-wrapper{
    top: calc(50%) !important;
    left: calc(50%) !important;
    /* display: block !important; */
    /* position: relative !important; */
    margin-left: -46.5px !important;
    margin-top: -48px !important;
}

.phw12_slider .slick-list .slick-track{
    display: flex !important;
}
.phw12_slider .slick-list .slick-track .slick-slide{
    height: inherit !important;
}
.phw12_slider .slick-list .slick-track .slick-slide>div,
.phw12_slider .slick-list .slick-track .slick-slide>div>div{
    height: 100%;
}
.phw12_slider .slick-arrow{
    width: 8vw;
    height: auto;
    top: 17.2vw;
}
.phw12_slider .slick-arrow svg{
    width: 100%;
    height: auto;
    margin-bottom: 0vw;
}
.phw12_slider .slick-arrow:before{
    display: none;
}


.phw12_slider .slick-next{
    right: -0.4vw;
}
.phw12_slider .slick-prev{
    left: -0.4vw;
    padding-left: 0.3vw;
}
.phw12slider-counter{
    display: none;
    width: 7.5vw;
    font-size: 3vw;
    color: #9CB3F0;
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    font-size: 1.6vw;
    letter-spacing: -0.15vw;
    height: 2vw;
    line-height: 1.78;
    position: absolute;
    text-align: right;
    top: 20.2vw;
}
.phw12slider-counter b{
    font-weight: 500;
}
.phw12slider-counter.arrowleft{left: 0vw;}
.phw12slider-counter.arrowright{right: 0vw;text-align: left;}


@media screen and (max-width: 767px) {
    .phw12{
        padding-top: 9.2vw;
        padding-left: 0vw;
        padding-right: 0vw;
        padding-bottom: 11.5vw;
    }
    .phw12 h2{
        font-size: 13.7vw;
        letter-spacing: -0.9vw;
        padding-left: 6.67vw;
        padding-right: 7.4vw;
        line-height: 0.978;
        padding-bottom: 4.3vw;
    }
    .phw12_slider{
        padding-left: 0vw;
        padding-right: 0;
        padding-bottom: 0vw;
    }
    .phw12_slider .slick-list{
        padding-left: 14.5vw;
        padding-right: 14.5vw;
    }
    .phw12_slider .col{
        padding-left: 3.1vw;
        padding-right: 3.1vw;
    }
	.phw12_video_holder{
		position:relative;
	}
	.phw12_mobile_play{
		background-color: red;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		opacity: 0;
		cursor: pointer;
	}
    .phw12_slider .col .video{
        height: 116.5vw;
        border-radius: 30px;
    }
    .phw12_slider .col h4{
        font-size: 4.6vw;
        letter-spacing: 0.0vw;
        padding-left: 0vw;
        padding-top: 7.7vw;
        text-align: center;
    }
    .phw12_slider .col h5{
        text-align: center;
        font-size: 4.1vw;
        padding-top: 5.9vw;
        padding-right: 4vw;
        padding-left: 4vw;
        line-height: 1.33;
        letter-spacing: 0.06vw;
    }
    .phw12_slider .col article{
        font-size: 4vw;
        letter-spacing: 0.04vw;
        line-height: 1.54;
        padding-top: 1.6vw;
        padding-left: 0vw;
        padding-right: 0vw;
        text-align: center;
    }
	.phw12_slider .slick-slide .col h4,
	.phw12_slider .slick-slide .col h5,
	.phw12_slider .slick-slide .col article{
		opacity:0;
	}
	.phw12_slider .slick-slide.slick-active .col h4,
	.phw12_slider .slick-slide.slick-active .col h5,
	.phw12_slider .slick-slide.slick-active .col article{
		opacity:1;
	}
	.phw12_slider .slick-slide.slick-active .col article{
		margin-left: -5vw;
		margin-right: -5vw;
	}

    .phw12_slider .kjb-video-responsive .w-vulcan-overlays--center>.w-css-reset>.w-css-reset{
        width: 100%;
        height: 100%;
        display: flex !important;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .phw12_slider .kjb-video-responsive .w-vulcan-overlays--center>.w-css-reset>.w-css-reset>.w-bpb-wrapper{
    	top: calc(50%) !important;
    	left: calc(50%) !important;
    	/* display: block !important; */
    	/* position: relative !important; */
    	margin-left: -10% !important;
    	margin-top: -16px !important;
    }
    .phw12_slider .kjb-video-responsive button.w-big-play-button {
        width: 15vw !important;
        height: 15vw !important;
        border-radius: 100% !important;
        left: 1vw;
    }
    .phw12_slider .kjb-video-responsive .w-css-reset .w-css-reset .w-css-reset button.w-big-play-button div{
        width: 15vw !important;
        height: 15vw !important;
        border-radius: 100% !important;
        margin: 0px auto !important;
        display: block !important;
    }
    
    .phw12_slider .slick-arrow{
        width: 16vw;
        height: 14.3vw;
        top: 51vw;
        /* bottom: 0vw; */
        transform: unset;
        z-index: 9;
    }
    .phw12_slider .slick-arrow:before{
        display: none;
    }
    .phw12_slider .slick-arrow svg{
        width: 100%;
        height: auto;
    }
    .phw12_slider .slick-arrow svg path{
        stroke-width: 8px;
    }
    .phw12_slider .slick-prev{
        left: 6.2vw;
    }
    .phw12_slider .slick-prev svg{}
    
    .phw12_slider .slick-next{
        right: 6.2vw;
    }
    .phw12_slider .slick-next svg{}
    
    .phw12slider-counter{
        color: #9CB3F0;
        font-family: 'Avantt TRIAL';
        font-weight: 500;
        font-size: 5.6vw;
        letter-spacing: -0.15vw;
        height: auto;
        text-align: center;
        position: absolute;
        bottom: 5vw;
        left: 0px;
        width: 100%;
        line-height: 1;
        top: unset;
        display: none !important;
    }
    .phw12slider-counter.arrowright{
    	display:none;
    }
    .phw12_slider .slick-list .slick-track{
        display: block !important;
    }
    .phw12_slider .kjb-video-responsive .w-vulcan--background .w-css-reset[data-handle="thumbnail"] .w-css-reset::before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgb(0 0 0 / 53%);
        z-index: 2;
    }
    .phw12_slider .kjb-video-responsive .w-vulcan-overlays-table{
        z-index: 2;
    }
}



/** Section 13 ***********/
.phw13{
    position: relative;
    width: 100%;
    display: block;
    border-radius: 50px 50px 0px 0px;
    background-color: #2e0000;
    padding: 6.2vw 19vw 7.1vw 19vw;
    overflow: hidden;
}
.phw13_bg{
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.08;
}
.phw13_bg:before{
	content:"";
}
.phw13 .inner{
    position: relative;
    z-index: 2;
}
.phw13 h2{
    font-size: 6.258vw;
    line-height: 0.83;
    letter-spacing: -0.37vw;
    color: #FBF9F1;
    padding-bottom: 0.6vw;
    font-family: 'Switzer';
    font-weight: normal;
    padding-left: 1.67vw;
    text-align: center;
    padding-right: 1.89vw;
    display: block;
    word-spacing: -5px;
}
.phw13 h2 i{
    letter-spacing: -0.32vw;
    padding-right: 1.1vw;
}
.phw13 article.ttext{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    color: #E8D9C5;
    text-align: center;
    padding-top: 0.35vw;
    font-size: 1.6vw;
    letter-spacing: 0.034vw;
    line-height: 1.19;
    padding-left: 10vw;
    padding-right: 10vw;
}
.phw13_in{
    padding-left: 3.2vw;
    padding-right: 4.87vw;
    padding-top: 2.3vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}
.phw13_in .colin{
    border-radius: 30px 0px 0px 30px;
	transition: transform .2s;
}
.phw13_in .colin .boxtitle{
    border-radius: 27px 0px 0px 30px;
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    color: #9CB3F0;
    text-align: center;
    padding-top: 1.94vw;
    font-size: 1.6vw;
    letter-spacing: 0.034vw;
    background-color: #410D13;
    padding-bottom: 2vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}
.phw13_in .colin .title{color: #B40016;font-size: 2.6vw;letter-spacing: -0.12vw;line-height: 1;}
.phw13_in .colin .title i{
    font-family: 'Saigon';
    font-weight: 200;
    font-style: italic;
}
.phw13_in .colin .pwarpper .price{
    display: block;
    color: #410D13;
    font-weight: 300;
    font-style: italic;
    font-family: 'Canela';
    font-size: 4.64vw;
    padding-top: 2.65vw;
    letter-spacing: -0.24vw;
    line-height: 1.4;
}
.phw13_in .colin .pwarpper .text{
    text-transform: lowercase;
    color: #B40016;
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 1.3;
    font-size: 1.03vw;
    letter-spacing: 0.01vw;
    padding-left: 0.4vw;
    padding-bottom: 0.2vw;
    display: block;
}
.phw13_in .colin .pwarpper .retail{
    display: block;
    color: #410D13;
    font-weight: 300;
    font-style: italic;
    font-family: 'Canela';
    font-size: 2.44vw;
    padding-top: 0.16vw;
    letter-spacing: -0.12vw;
    line-height: 1.4;
    padding-left: 0.5vw;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}
.phw13_in .colin .subtitle{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    padding-top: 1.85vw;
    font-size: 1.6vw;
    line-height: 1.09;
    padding-left: 0.7vw;
    color: #B40016;
    letter-spacing: -0.02vw;
}
.phw13_in .colin .lists{
    padding-top: 1.46vw;
    color: #B00014;
}
.phw13_in .colin .lists article{}
.phw13_in .colin .lists article ul{}
.phw13_in .colin .lists article ul li{
	padding-bottom: 1.7vw;
	letter-spacing: -0.02vw;
}
.phw13_in .colin .lists article ul li:before{
    content: "";
    width: 0.3vw;
    height: 0.35vw;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    top: -0.15vw;
    background-color: #B00014;
    margin-right: 0.6vw;
}

.phw13_in .colin .lists .list{
    padding-bottom: 1.7vw;
}
.phw13_in .colin .lists .list .col{
    letter-spacing: -0.02vw;
}
.phw13_in .colin .lists .list .col span.icon{
    display: inline-block;
    padding-right: 0.6vw;
}
.phw13_in .colin .lists .list .col span.icon:before{
	content:"";
	width: 0.3vw;
	height: 0.3vw;
	display: block;
	position: relative;
	border-radius: 100%;
	top: -0.13vw;
	background-color: #B00014;
}
.phw13_in .colin .bottomtext{
    text-transform: lowercase;
    color: #B40016;
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    line-height: 1.22;
    font-size: 1.03vw;
    letter-spacing: 0.004vw;
    padding-bottom: 2.9vw;
    display: block;
    padding-right: 0.8vw;
    margin-top: -0.01vw;
}
.phw13_in .colin .link{
    display: block;
    padding-left: 0.9vw;
    padding-right: 0.6vw;
    margin-bottom: -3.26vw;
}
.phw13_in .colin .link a{
    border-radius: 100px;
    color: #FBF9F1 !important;
    padding: 1.1vw 2.4vw 1vw 2.4vw;
    line-height: 1;
    margin-right: -0.4vw;
    letter-spacing: 0.045vw;
    display: inline-block;
    font-size: 0.7vw;
    font-family: Syne;
    font-weight: 600;
    background-color: #B40016;
    width: 100%;
}

.phw13_in .info_content{
    padding: 2.3vw 2.4vw 2vw 2vw;
    text-align: center;
}

.phw13_in .left{
    width: 50.3%;
    padding-top: 7.15vw;
    padding-bottom: 7.2vw;
}
.phw13_in .leftin{
    background-color: #9CB3F0;
    border: 3px solid #9CB3F0;
    border-right: 0px solid #9CB3F0;
}
.phw13_in .colin:hover{
    transform: scale(1.05);
}

.phw13_in .right{
    width: 49.7%;
}
.phw13_in .rightin{
    background-color: #FBF9F1;
    border: 3px solid #9CB3F0;
    border-radius: 30px 30px 30px 30px;
    z-index: 9;
    position: relative;
}
.phw13_in .rightin .info_content{
    padding: 2.3vw 2.4vw 2vw 2vw;
}
.phw13_in .rightin .boxtitle{
    border-radius: 30px 30px 30px 30px;
    padding-top: 2.2vw;
    padding-bottom: 2.1vw;
    border: 3px solid #9CB3F0;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
}
.phw13_in .rightin .pwarpper .price{
    font-size: 6.64vw;
    padding-top: 0.25vw;
    letter-spacing: -0.34vw;
}
.phw13_in .rightin .pwarpper .text{
    margin-top: -0.4vw;
    padding-left: 0vw;
}

.phw13_in .leftradius{
    padding-top: 2.15vw;
}
.phw13_in .leftradius .colin {
    border-radius: 30px 30px 30px 30px;
    border-right: 3px solid #9CB3F0;
    /* overflow: hidden; */
}
.phw13_in .leftradius .colin .boxtitle{
    border-radius: 27px 27px 30px 30px;
}
@media screen and (max-width: 767px) {
    .phw13{
        border-radius: 15px 15px 0px 0px;
        padding: 14.8vw 9vw 11vw 8vw;
        margin-bottom: 0vw;
    }
    .phw13 h2{
        font-size: 13.6vw;
        line-height: 0.899;
        letter-spacing: -0.8vw;
        word-spacing: -5px;
        padding-right: 2vw;
        padding-top: 0.6vw;
        padding-bottom: 3.5vw;
    }
    .phw13 h2 i{
        letter-spacing: -0.6vw;
        padding-right: 3vw;
    }
    .phw13 article.ttext {
        padding-left: 1vw;
        padding-right: 1vw;
        padding-top: 1.1vw;
        font-size: 3.6vw;
        letter-spacing: 0.034vw;
        line-height: 1.12;
        color: #FBF9F1;
    }
    .phw13_in{
        padding-left: 0.23vw;
        padding-right: 0vw;
        padding-top: 9.7vw;
    }
    .phw13_in .col{
        width: 100%;
        padding-top: 3.15vw;
        padding-bottom: 0.2vw;
    }
    .phw13_in .colin{
        border-radius: 30px 30px 30px 30px;
        border: 0px solid #9CB3F0;
        padding-top: 7.5vw;
    }
    .phw13_in .colin .boxtitle{
        font-size: 4.6vw;
        letter-spacing: 0.034vw;
        padding-bottom: 2vw;
        padding-left: 3.5vw;
        padding-right: 3.5vw;
        padding-top: 2.1vw;
        border-radius: 0px;
    }
    .phw13_in .colin .title{
        font-size: 9.2vw;
        line-height: 0.96;
        letter-spacing: -0.6vw;
        padding-left: 2vw;
        padding-right: 2.5vw;
    }
    .phw13_in .colin .pwarpper .price{
        font-size: 12.64vw;
        padding-top: 0vw;
        letter-spacing: -0.84vw;
        line-height: 1.2;
        padding-right: 4.4vw;
        padding-bottom: 2vw;
    }
    .phw13_in .colin .pwarpper .text{
        line-height: 1.3;
        font-size: 4.63vw;
        letter-spacing: -0.03vw;
        padding-left: 0vw;
        padding-bottom: 0.2vw;
        padding-right: 0.6vw;
    }
    .phw13_in .colin .pwarpper .retail{
        font-size: 7.4vw;
        padding-top: 0.16vw;
        letter-spacing: -0.5vw;
        line-height: 1.4;
        padding-left: 0vw;
        padding-right: 0.5vw;
        margin-top: -0.51vw;
    }
    .phw13_in .colin .subtitle{
        font-size: 4.5vw;
        padding-top: 8vw;
        line-height: 1.1;
        padding-left: 0.0vw;
        letter-spacing: 0.02vw;
    }
    .phw13_in .colin .bottomtext{
        font-size: 4vw;
        padding-top: 3.9vw;
        line-height: 1.4;
        padding-right: 0vw;
        letter-spacing: 0.04vw;
        padding-bottom: 5.5vw;
    }
    .phw13_in .colin .link{
        padding-left: 6vw;
        padding-right: 5.2vw;
        margin-bottom: 0vw;
    }
    .phw13_in .colin .link a{
        padding: 4.2vw 4.4vw 5.2vw 4.4vw;
        font-size: 2.87vw;
        max-width: 100%;
        display: block;
        letter-spacing: 0px;
    }
    .phw13_in .left{
        padding-top: 0vw;
        padding-bottom: 0vw;
    }
    .phw13_in .right{
        margin-top: -16vw;
        margin-left: -4.8%;
        margin-right: -5.3%;
        width: 110.6%;
    }
    .phw13_in .rightin .boxtitle {
        letter-spacing: -0.03vw;
        padding-bottom: 3.8vw;
        padding-left: 8.5vw;
        padding-right: 8.5vw;
        padding-top: 4vw;
        line-height: 1.1;
        border: 0px solid #9CB3F0;
        margin-top: -4px;
        margin-left: -3px;
        margin-right: -3px;
        color: #FBF9F1;
    }
    .phw13_in .rightin .info_content{
        padding: 3.6vw 6vw 0vw 6vw;
        margin-bottom: 0vw;
    }
    .phw13_in .rightin .title{
        line-height: 0.93;
        padding-left: 0vw;
        padding-right: 0.5vw;
    }
    .phw13_in .rightin .pwarpper .price{
        font-size: 17vw;
        padding-right: 1.1vw;
        margin-top: 0.7vw;
        padding-bottom: 1.9vw;
    }
    .phw13_in .rightin .pwarpper .text{
        padding-left: 0vw;
        padding-bottom: 0.2vw;
        padding-right: 0.6vw;
    }
    .phw13_in .rightin .pwarpper .retail{
        padding-left: 0vw;
        padding-right: 0vw;
        margin-top: -0.51vw;
        margin-top: -1vw;
    }
    .phw13_in .rightin .subtitle{
        padding-top: 4vw;
        padding-right: 0vw;
    }
    .phw13_in .rightin .bottomtext{
        padding-top: 0vw;
        padding-right: 0vw;
        padding-bottom: 5.1vw;
    }
    .phw13_in .rightin .link{
        padding-left: 5vw;
        padding-right: 5.7vw;
    }
    .phw13_in .rightin .link a{}
    
    .phw13_in .info_content{
        padding: 2.2vw 3vw 21vw 3vw;
        text-align: center;
    }
    .phw13_in .colin .lists{
        padding-top: 4.8vw;
        color: #B00014;
        padding-left: 0.5vw;
        padding-right: 0.5vw;
    }
    .phw13_in .colin .lists .list{
        padding-bottom: 3.2vw;
    }
    .phw13_in .colin .lists .list .col{
        letter-spacing: 0.03vw;
        line-height: 1.65;
    }
    .phw13_in .colin .lists .list .col span.icon{
        display: inline-block;
        padding-right: 2.6vw;
    }
    .phw13_in .colin .lists .list .col span.icon:before{
    	content:"";
    	width: 1.3vw;
    	height: 1.3vw;
    	display: block;
    	position: relative;
    	border-radius: 100%;
    	top: -0.5vw;
    	background-color: #B00014;
    }
    .phw13_in .colin .lists article{}
    .phw13_in .colin .lists article ul{
        padding-left: 4vw;
        padding-top: 3.1vw;
    }
    .phw13_in .colin .lists article ul li{text-align: left;padding-left: 7.4vw;position: relative;line-height: 1.65;letter-spacing: -0.01vw;padding-bottom: 5.8vw;}
    .phw13_in .colin .lists article ul li::before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 13px;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80474 12.6349C4.53688 10.5803 2.2621 8.5194 0 6.46898C0.902305 5.65173 1.80922 4.82926 2.71613 4.00784C4.0621 5.22743 5.42305 6.46166 6.78399 7.69589C9.62458 5.1177 12.449 2.55519 15.2643 0C16.2012 0.849641 17.1092 1.67316 18 2.48099C14.2755 5.85761 10.5384 9.24886 6.80474 12.6349Z' fill='%23B40016'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 8px;
      vertical-align: middle;
      background-color: transparent;
      border-radius: unset;
      position: absolute;
      left: 0vw;
      top: 2.3vw;
    }
	.phw13_in .rightin{
    padding-bottom: 8.4vw;
}
	.phw13_in .rightin .lists article ul {
        padding-left: 0vw;
        padding-top: 0.2vw;
    }
}




/** Section 14 ***********/
.phw14{
    padding: 6.8vw 6.9vw 6.9vw 6.9vw;
}
.phw14 .title{
    padding-bottom: 2.34vw;
}
.phw14 .title h2{
    font-size: 6.258vw;
    line-height: 0.83;
    letter-spacing: -0.37vw;
    color: #B40016;
    padding-bottom: 0.6vw;
    font-family: 'Switzer';
    font-weight: normal;
    display: block;
    margin-left: -0.3vw;
}

.phw14_accordingwarpper{
    max-width: 62vw;
}
.phw14_accordingwarpper .col:last-child{
	border-bottom: 2px solid #9CB3F0;
}

.phw14_accordingwarpper .accordion_hand{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    color: #B40016;
    padding-top: 1.14vw;
    border-top: 2px solid #9CB3F0;
    font-size: 1.58vw;
    line-height: 1.18;
    padding-left: 0.1vw;
    letter-spacing: -0.007vw;
    padding-bottom: 1.14vw;
    padding-right: 7vw;
    cursor: pointer;
}
.phw14_accordingwarpper .accordion_hand .icon{
    display:none;
}

.phw14_accordingwarpper .accordion_content{
  display:none;
  color: #B40016;
  padding-left: 0.1vw;
  padding-top: 0.3vw;
  padding-bottom: 0.98vw;
}
.phw14_accordingwarpper .accordion_content article{
    letter-spacing: -0.016vw;
    line-height: 1.4;
    max-width: 1020px;
}
.phw14_accordingwarpper .accordion_content.active{
  display:block;
}

@media screen and (max-width: 767px) {
    .phw14{
        padding: 9.1vw 5.7vw 10.2vw 6vw;
    }
    .phw14 .title{
        padding-bottom: 8.5vw;
    }
    .phw14 .title h2{
        font-size: 13.7vw;
        line-height: 0.83;
        letter-spacing: -0.8vw;
        margin-left: 0vw;
    }
    
    .phw14_accordingwarpper{
        max-width: 100%;
    }
    .phw14_accordingwarpper .accordion_hand{
        font-size: 4.58vw;
        line-height: 1.18;
        padding-left: 5.6vw;
        letter-spacing: -0.007vw;
        padding-top: 5.24vw;
        line-height: 1.12;
        padding-bottom: 4.24vw;
        padding-right: 0vw;
        position: relative;
    }
    
    .phw14_accordingwarpper .accordion_content{
      display:none;
      padding-bottom: 4.5vw;
    }
    .phw14_accordingwarpper .accordion_content article{
        font-size: 4.5vw;
        letter-spacing: 0.023vw;
        line-height: 1.46;
    }
    .phw14_accordingwarpper .accordion_content.active{
      display:block;
    }
    .phw14_accordingwarpper .accordion_hand .text{
        display: block;
        margin-right: -3vw;
    }
    .phw14_accordingwarpper .accordion_hand .icon{
        display:block;
        position: absolute;
        top: 5vw;
        left: 0.3vw;
        width: 2vw;
    }
    .phw14_accordingwarpper .accordion_hand .icon svg{
        width: 100%;
        height: 100%;
    }
    .phw14_accordingwarpper .accordion_hand .icon svg rect{
    	fill:#B40016;
    }
    .phw14_accordingwarpper .accordion_hand.active .icon svg .l1{
        display: none;
    }

    .phw13_in .colin:hover {
        transform: scale(1);
    }
    
    .phw13_in .leftradius .colin .boxtitle{
        border-radius: 0px;
    }
    .phw13_in .leftradius .colin{
        border-right: 0px solid #9CB3F0;
    }
    .phw13_in .leftradius .info_content{ padding: 2.2vw 3vw 10vw 3vw; }
}





/** Footer ***********/
.sfooter{
    background-color: #410D13;
    padding-left: 4.15vw;
    padding-right: 4.1vw;
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
}
.sfooter .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.sfooter .col1{
    width: 50%;
}
.sfooter .col1 ul{
    margin: 0px;
    display: block;
    line-height: 1;
}
.sfooter .col1 ul li{
    display: inline-block;
    color: #FBF9F1;
    font-size: 0.85vw;
    margin: 0px;
    line-height: 0.89;
    letter-spacing: 0.096vw;
    padding-left: 1vw;
    padding-right: 1.4vw;
    border-right: 1px solid #FBF9F1;
}
.sfooter .col1 ul li:before{
    content:"";
}
.sfooter .col1 ul li a{
    color: #FBF9F1;
}
.sfooter .col1 ul li:first-child{
	padding-left: 0px;
}
.sfooter .col1 ul li:last-child{
    border-right: 0px solid #FBF9F1;
}
.sfooter .col2{
    width: 50%;
    text-align: right;
}
.sfooter .col2 ul{
    margin: 0px;
    display: block;
    line-height: 1;
}
.sfooter .col2 ul li{
    display: inline-block;
    color: #FBF9F1;
    font-size: 0.85vw;
    margin: 0px;
    line-height: 0.89;
    letter-spacing: 0.096vw;
    padding-left: 3vw;
    padding-right: 2.8vw;
    border-right: 1px solid #FBF9F1;
}
.sfooter .col2 ul li:before{
    content:"";
}
.sfooter .col2 ul li a{
    color: #9CB3F0;
    font-weight: 700;
}
.sfooter .col2 ul li:first-child{
	padding-left: 0px;
}
.sfooter .col2 ul li:last-child{
    border-right: 0px solid #FBF9F1;
    padding-right: 0.9px;
}

@media screen and (max-width: 767px) {
    .sfooter{
        padding-left: 4.15vw;
        padding-right: 4.1vw;
        padding-top: 5.5vw;
        padding-bottom: 3.5vw;
    }
    .sfooter .col1{
        width: 100%;
        text-align: center;
    }
    .sfooter .col1 ul li{
        font-size: 2.4vw;
        letter-spacing: 0.3vw;
        padding-right: 3.3vw;
        padding-left: 3.3vw;
    }
    .sfooter .col1 ul li:before{
        content:"";
    }
    .sfooter .col1 ul li:last-child{
        padding-right: 0vw;
    }
    .sfooter .col2{
        width: 100%;
        text-align: center;
        padding-top: 3.4vw;
    }
    .sfooter .col2 ul li{
        display: block;
        text-align: center;
        padding: 0px !important;
        font-size: 2.6vw;
        border-right: 0px solid #FBF9F1;
        letter-spacing: 0.23vw;
        padding-bottom: 3.7vw !important;
    }
    .sfooter .col2 ul li:before{
        content:"";
        display: none;
    }
    .sfooter .col2 ul li:last-child{
    	font-size: 2.7vw;
    	letter-spacing: 0.45vw;
    }
}




body.safari.os_mac .phw05_carousel {
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
}
body.safari.os_mac .phw05_carousel_items .col {
    margin-bottom: -0.2vw;
}
body.firefox.os_mac .phw05_carousel{
    padding-top: 0.8vw;
    padding-bottom: 0.55vw;
}
body.chrome.os_mac .phw05_carousel{
    padding-top: 1vw;
    padding-bottom: 0.7vw;
}

body.safari.os_mac .phw06 {
    margin-bottom: -2.5vw;
}
body.chrome.os_mac .phw06{
    margin-bottom: -2.5vw;
}
@media screen and (max-width: 767px) {
    body.chrome.os_mac .phw05 {
        padding-top: 2.2vw;
        padding-bottom: 2vw;
    }
    body.safari.os_mac .phw05{
        padding-top: 3.2vw;
        padding-bottom: 3vw;
        z-index: 1;
    }
    body.safari.os_mac .phw05_carousel {
        padding-top: 0vw;
        padding-bottom: 0vw;
        margin-bottom: -1.8vw;
    }
    body.safari.os_mac .phw06 {
        margin-bottom: -2.8vw;
    }
    
    body.firefox.os_mac .phw06 {
        margin-bottom: -5.1vw;
    }
    body.firefox.os_mac .phw05_carousel {
      padding-top: 0.8vw;
      padding-bottom: 0.55vw;
      margin-bottom: -2.7vw;
    }
    
    body.chrome.os_mac .phw06 {
        margin-bottom: -3.9vw;
    }
    body.chrome.os_mac .phw05_carousel {
        padding-top: 2vw;
        padding-bottom: 0.2vw;
    }
}
 