/*EBS: 24/12/202 12:56pm*/
@font-face {
    font-family: 'Brandon Text';
    src: url('brandontext-bold.woff2') format('woff2'),
        url('brandontext-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-regular.woff2') format('woff2'),
        url('poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-medium.woff2') format('woff2'),
        url('poppins-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-semibold.woff2') format('woff2'),
        url('poppins-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-light.woff2') format('woff2'),
        url('poppins-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('gilroy-bold.woff2') format('woff2'),
        url('gilroy-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aesthetic White';
    src: url('aestheticwhite.woff2') format('woff2'),
        url('aestheticwhite.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('quicksand-regular.woff2') format('woff2'),
        url('quicksand-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 1.6px;
    color: #000;
}

h1 {
    margin: 0;
    font-family: 'Poppins';
    font-size: ;
    line-height: 0.91;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 16px;
}

h2 {
    font-family: 'Gilroy';
    font-size: ;
    line-height: 0.95;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Gilroy';
    font-size: ;
    line-height: ;
    color: #000;
}

h4 {
    font-family: 'Poppins';
    font-size: 24px;
    line-height: ;
    color: #000;
}

h5 {
    font-family: 'Poppins';
    font-size: ;
    line-height: ;
    color: #000;
}

h6 {
    font-family: 'Brandon Text';
    font-size: ;
    font-weight: bold;
    line-height: ;
    color: #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.section_inner {
    margin: 0 auto;
}

.site_button,
input[type="submit"] {
    display: inline-block;
    background-color: #f9de4d;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    padding: 20px 34px;
    border: 0;
    cursor: pointer;
    font-family: 'Brandon Text';
}

.site_button:hover,
input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

button {
    cursor: pointer;
}

p {
    margin-top: 0;
    margin-bottom: 22px;
}

strong {
    font-weight: 500;
}

p:last-child {
    margin-bottom: 0;
}

.sign_arrow ul li {
    position: relative;
}

.sign_arrow ul li:last-child {
    margin-bottom: 0;
}

.sign_arrow ul li:before {
    position: absolute;
    content: '';
    background-image: url(wl7-check.png);
    height: 17px;
    width: 17px;
    left: -27px;
    top: 0px;
    background-repeat: no-repeat;
}

.btb_17 p strong {
    font-family: 'Brandon Text';
    font-size: 17px;
    font-weight: bold;
    line-height: 1.62;
    letter-spacing: 2.55px;
    text-transform: uppercase;
}

.p_medium {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 1.2px;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #FCDEC9 0%, #FCDEC9 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0 48%;
    color: inherit;
}

.text_center {
    text-align: center;
}

.mobile_only {
    display: none;
}

.d_flex {
    display: flex !important;
}

@media (max-width: 1440px) {

    body {
        font-size: 1.042vw;
        line-height: 1.47;
        letter-spacing: 0.111vw;
    }

    h1 {
        margin-bottom: 1.111vw;
    }

    h2 {
        margin-bottom: 1.389vw;
    }

    h4 {
        font-size: 1.667vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.042vw;
        letter-spacing: 0.156vw;
        padding: 1.389vw 2.361vw;
    }

    p {
        margin-bottom: 1.528vw;
    }

    .sign_arrow ul li:before {
        height: 1.181vw;
        width: 1.181vw;
        left: -1.875vw;
        background-size: 1.181vw;
    }

    .btb_17 p strong {
        font-size: 1.181vw;
        letter-spacing: 0.177vw;
    }

    .p_medium {
        font-size: 1.042vw;
        letter-spacing: 0.083vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    body {
        font-size: 1.5vw;
    }

    h4 {
        font-size: 3.3vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 1.4vw;
        padding: 1.389vw 2.361vw;
    }

    .btb_17 p strong {
        font-size: 2vw;
    }

    .p_medium {
        font-size: 1.042vw;
    }

    br {
        display: none;
    }

    .sign_arrow ul li:before {
        height: 2vw;
        width: 2vw;
        left: -2.5vw;
        background-size: contain;
    }

}

@media (max-width: 768px) {
    body {
        font-size: 2vw;
    }

    h4 {
        font-size: 3.9vw;
    }

    .site_button,
    input[type="submit"] {
        font-size: 2vw;
        padding: 1.389vw 2.361vw;
    }

    .btb_17 p strong {
        font-size: 2.3vw;
    }

    .p_medium {
        font-size: 1.042vw;
    }
}

@media (max-width: 550px) {
    body {
        font-size: 3vw;
        line-height: 1.94;
        letter-spacing: 0.375vw;
    }

    .btb_17 p strong {
       font-size: 3.583vw;
       line-height: 1.61;
       letter-spacing: 0.688vw;
    }

    h4 {
        font-size: 5.5vw;
    }

    .sign_arrow ul li:before {
        height: 3.5vw;
        width: 3.5vw;
        left: -4.5vw;
        top: 1vw;
        background-size: contain;
    }

    .site_button,
    input[type="submit"] {
        font-size: 3vw;
        padding: 2vw 8vw;
        white-space: nowrap;
    }
}

.header .user__dropdown a {
    padding: 0px;
}
/* 
=======================================
  Site Header Section
=========================================*/
.pf4_site_header {
    padding: 0;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100%;
    padding-left: 58px;
    padding-right: 60px;
    padding-top: 10px;
}
.pf4_site_header.active {
    background-color: #fff !important;
    padding-top: 5px;
    padding-bottom: 11px;
}
.pf4_site_header .section_inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: -6px;
    
}

.pf4_heade_logo {
    width: 25%;
    padding-top: 20px;
    z-index: 2;
}
.pf4_heade_logo a{
    display: inline-block;
    margin: 0px;
}
.pf4_heade_logo img {
    height: auto;
    width: auto;
    max-height: unset !important;
    top: 0px;
}

.pf4_header_right {
    width: 75%;
    text-align: right;
    padding-top: 47px;
    padding-left: 11px;
    order: 1;
}
.pf4_header_right.style_1{
    width: 44%;
    text-align: right;
}

.pf4_header_right ul {
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
}

.pf4_header_right ul li {
    list-style: none;
    margin: 0px;
    display: inline-block;
    position: relative;
    padding-left: 7px !important;
    padding-right: 4px;
}

.pf4_header_right ul li a {
}
.pf4_header_right ul li a strong{
    display:none;
}
.pf4_header_right ul li:last-child a:before{
    display: none;
}
.pf4_header_right a {
    font-family: 'BrandonText';
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.72;
    letter-spacing: 1.3px;
    color: #000000;
    font-weight: bold;
}

.pf4_header_right a:hover {
    color: #000000;
}

.pf4_header_right a:before, .pf4_header_right a:after, .pf4_header_right a i {
    content: " ";
    position: absolute;
    height: 10px;
    bottom: 20px;
    z-index: 0;
    opacity: 0;
}

.pf4_header_right a span {
    position: relative;
    z-index: 1;
    padding-right: 1px;
}
.pf4_header_right a:hover span{
      background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #fdbfc2 0%, #fdbfc2 100%);
    background-repeat: no-repeat;
    background-size: 100% 26%;
    background-position: 0px 56%;
}
.pf4_header_right ul li:before {
    width: 2px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: -15px;
    background-color: #000;
    opacity: 1;
    height: 14px;
    bottom: 17px;
}
.pf4_header_right a:before {
    width: 2px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    right: -9px;
    background-color: #000;
    opacity: 1;
    height: 14px;
    bottom: 15px;
}

.pf4_header_right a:after {
    width: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    right: 0;
    border: 0;
}

.pf4_header_right a i {
    left: 23px;
    width: calc(100% - 52px);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

.pf4_header_right a:hover:before, .pf4_header_right a:hover:after, .pf4_header_right a:hover i {
    opacity: 1;
}

.pf4_header_right a:hover strong{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    padding-left: 7px;
    padding-right: 7px;
}
.pf4_header_right a:hover strong:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
}
.pf4_header_social_icon {
    width: 15%;
    text-align: right;
    padding-top: 12px;
}

.pf4_header_social_icon a {
    text-decoration: none;
    display: inline-block;
    margin-left: 3px;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pf4_header_social_icon a img {
    height: 17px;
}

.dropdown-menu li {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.pf4_header_right .dropdown-menu li a:before, .pf4_header_right .dropdown-menu li a:after, .pf4_header_right .dropdown-menu li a i {
    bottom: 10px;
}

.dropdown-menu li a {
    padding-top: 0;
    padding-bottom: 0;
}

li.dropdown:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -8px;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
}
.pf4_header_right ul li{
  position: relative;
}
.pf4_header_right ul li a:hover span {
    background-color: rgba(255, 255, 255, 0);
    /* background-image: linear-gradient(120deg, #d1fa05 0%, #d1fa05 100%); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 35%; */
    /* background-position: 0 50%; */
}
.pf4_header_right ul li:hover:before{
  /* content:""; */
  width: 103%;
  height: 7px;
  background-color: #d1fa05;
  bottom: 3px;
  left: -3px;
  display: block;
  position: absolute;
}
.pf4_header_right ul li:hover i{
  background-image: url(hover_arrow.png);
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -19px;
  top: 4px;
}
.pf4_header_right ul li.pf4_user_menu_item{

}
.pf4_header_right ul li.pf4_user_menu_item a{
  transition: 0.6s;
  transition: transform 0.6s; /* Animation */
}
.pf4_header_right ul li.pf4_user_menu_item a:hover{ 
  
  transform: scale(1.1);
  border: solid 2px #f9de4d;
}
.pf4_header_right ul li.pf4_user_menu_item a:after{
    background-color: #f9de4d;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.5s ease;
    width: 0%;
    height: 100%;
    z-index: -1;
}
.pf4_header_right ul li.pf4_user_menu_item a:hover:after{
    width: 100%;

}
/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {
    margin: 3px 0;
    position: absolute;
    top: 8px;
    right: -5px;
    display: none;
    width: 48px;
    height: 44px;
    cursor: pointer;
    background-image: url(open_img2.png);
    background-position: center right;
    background-repeat: no-repeat;
    /* background-color: #FFF; */
}

a.responsive-menu-hand span, a.responsive-menu-close span {
    display: none;
}

a.responsive-menu-hand span {
}

a.responsive-menu-close span {
    display: block;
}

a.responsive-menu-hand:before, a.responsive-menu-hand:after {
    display: none;
}

a.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 8px;
    right: 37px;
    background-image: url(close.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

a.responsive-menu-close strong {

}


a.responsive-menu-close:hover {
    
}

.responsive-menu .user__avatar {
    display: none;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgb(173 220 220 / 98%);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    font-family: 'sofia_probold';
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.responsive-menu ul li a, .responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 22px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.responsive-menu ul li i {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 40px;
    cursor: pointer;
    border-left: solid 1px #ffbea5;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.responsive-menu ul li i.minus {
    background-image: url(images/ui/minus.svg);
}

.responsive-menu ul li i.plus {
    background-image: url(images/ui/plus.svg);
}

.responsive-menu ul li ul {
    margin: 0;
    padding: 0;
}

.responsive-menu ul li ul li a {
    font-size: 90%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #F0F0F0;
}

.responsive-menu ul li ul li ul li a {
    font-size: 80%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #E4E4E4 ;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
    display: block;
    text-align: center;
}

span[kjb-settings-id="sections_header_settings_language_login"] {
    padding-left: 23px;
}

span[kjb-settings-id="sections_header_settings_language_login"] a {
    border: solid 2px #000;
    padding: 3px 17px 2px 17px;
    line-height: 18px !important;
}

html{
  padding: 0px !important;
}

.header .logo--image.mobile_only {
    display: none;
}

.pf4_site_header{
  /* display: none !important; */
}
.pf4_site_header.active .section_inner{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.pf4_site_header.active .pf4_heade_logo{
  padding-top: 6px;
  width: 30%;
  order: 1;
  text-align: left;
}
.pf4_site_header.active .pf4_heade_logo .logo--image{ 
  height: auto;
}
.pf4_site_header.active .pf4_heade_logo a{
    margin: 0px;
    text-align: left;
    display: block;
    margin-left: 0px;
}
.pf4_site_header.active .pf4_heade_logo img{
  width: 160px;
     margin-left: 0px;
}

.pf4_site_header.active .pf4_header_right{
  padding-top: 14px;
  width: 70%;
}
.pf4_site_header.active {
  box-shadow: 0px -4px 10px #000;
}
@media screen and (max-width: 1440px) {
    span[kjb-settings-id="sections_header_settings_language_login"] {
        padding-left: 1.597vw;
    }


}

@media screen and (max-width: 1140px){
  .pf4_heade_logo img {
    width: 100%;
    top: 0px;
  }
  .pf4_header_right {
    padding-top: 19px;
    /* display: none; */
  }
 .pf4_site_header.active .section_inner {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .pf4_header_right.style_2{
    display: block;
    padding-top: 0px;
    padding-left: 0px;
  }
  a.responsive-menu-hand{
    display:block;
    top: 3vw;
    right: 0px;
  }
  .pf4_site_header.active a.responsive-menu-hand{
    top: 1.2vw;
  }
  .pf4_header_right ul{
    display:none;
  }

  .pf4_heade_logo{
    padding-left: 0px;
    /* text-align: left; */
    padding-top: 2vw;
  }
  .pf4_heade_logo a{ margin:0px;}
}
@media (max-width: 1024px) {
  .pf4_site_header {
    padding-top: 21px;
    /* padding-bottom: 33px; */
  }
    .pf4_site_header.active {
        position: fixed;
        padding-top: 0px;
        padding-bottom: 8px;
    }
  .pf4_site_header .section_inner {
    width: 100%;
    margin-bottom: 0px;
  }

    .pf4_heade_logo {
        /* width: 45%; */
        /* padding-top: 0px; */
        padding-top: 2vw;
    }

    .pf4_header_right {
        /* width: 55%; */
        /* padding-top: 6vw; */
    }

    a.responsive-menu-hand span {
        display: block;
        top: 5vw;
    }

    .header .header-menu {
        display: none !important;
    }

    .pf4_heade_logo img {
    /* width: 172px; */
    }

    a.responsive-menu-hand {
        display: block;
    }
    a.responsive-menu-hand{
        top: 3vw;
    }
}

@media (max-width: 768px) {
  .pf4_site_header {
    /* position: relative; */
    padding-top: 21px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 35px;
  }
    .header .logo--image {
        height: auto !important;
        max-height: unset !important;
        max-width: 100%;
    }


    a.responsive-menu-hand {
        top: 3vw;
    }
    .pf4_heade_logo {
        padding-top: 2vw;
    }
    .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
        top: 2.2vw;
    }
    .pf4_site_header.active .pf4_heade_logo{
      width: 70%;
      padding-top: 13px;
      padding-left: 0vw;
      padding-right: 0vw;
    }
    .pf4_site_header.active .pf4_header_right{
      width: 30%;
    }
}

@media (max-width: 550px) {
  .pf4_site_header {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 6vw;
    padding-right: 7vw;
    position: absolute;
  }

  .pf4_heade_logo {
    padding-top: 5.9vw;
    width: 65%;
  }
  .pf4_heade_logo img {
    width: 100%;
  }
  a.responsive-menu-hand {
  top: 8.7vw;
  }
  .pf4_site_header.active .pf4_header_right .responsive-menu-hand{
    top: 5px;
    background-image: url(open_img2.png);
    right: -12px;
  }
  .pf4_site_header.active {
    position: absolute;
    padding-left: 7vw;
    padding-right: 7vw;
    display: none;
  }
  .pf4_header_right {
    width: 45%;
  }
  .pf4_site_header.active .pf4_header_right {
    height: auto;
    background-color: rgb(33 55 94 / 0%);
  }
}



/*
  Dropdown Menu
=========================================*/
.pf4_header_right ul.dropdown-menu {
    display: none;
    width: 220px;
    left: inherit;
    right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown {
  position: relative; }
  position: relative; }
.dropdown__trigger {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown__menu {
  position: absolute;
  z-index: 9999;
  top: 40px;
  left: -20px;
  min-width: 200px;
  padding: 10px 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  text-align: left;
  opacity: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }

.dropdown__menu--text-left {
  text-align: left; }

.dropdown__menu--text-center {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  text-align: center; }

.dropdown__menu--text-right {
  right: -20px;
  left: auto;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  text-align: right; }

.dropdown__item a {
  display: block;
  margin: 0;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.dropdown__item a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.02); }

.dropdown--open .dropdown__menu {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.pf4_header_right ul li.dropdown a.dropdown-toggle{
    padding-right: 28px;
}
.pf4_header_right ul li.dropdown:after{
    position: absolute;
    top: 44%;
    right: 14px;
    margin-left: 0px;
}
.pf4_header_right ul.dropdown-menu li{
    width: 100%;
    display: block;
}
.pf4_header_right ul.dropdown-menu li a{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pf4_header_right ul.dropdown-menu li a:after,
.pf4_header_right ul.dropdown-menu li a:before{
    display: none;
}


/*
    Section 1
------------------------------*/

.wl1 {
    background-color: #deebe9;
    position: relative;
    padding-top: 119px;
}

.wl1_img img {
    width: 1264px;
}

.wl1 .section_inner {
    width: 1220px;
    position: relative;
}

.wl1 .section_inner:after {
    position: absolute;
    height: 580px;
    width: 580px;
    background-color: #dee0a3;
    content: '';
    right: -410px;
    top: -438px;
    border-radius: 50%;
    transition: all 3s ease;
}
.wl1 .section_inner.not_in_viewport:after{
    transform: scale(0);
}
.wl1 .section_inner:before {
    position: absolute;
    height: 85px;
    width: 100%;
    content: '';
    right: -110px;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7e8ea+0,eeeef0+50,efeff1+100 */
    background: #e7e8ea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e7e8ea 0%, #eeeef0 50%, #efeff1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e7e8ea 0%, #eeeef0 50%, #efeff1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e7e8ea 0%, #eeeef0 50%, #efeff1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e8ea', endColorstr='#efeff1', GradientType=0);
    /* IE6-9 */
    z-index: 1;
}

.wl1 .section_left_item {
    position: absolute;
    left: -390px;
    bottom: 0;
    z-index: 1;
}

.wl1 .section_right_item {
    width: 100%;
    box-sizing: border-box;
    padding-left: 452px;
    padding-top: 51px;
    padding-bottom: 236px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.wl1 .section_right_item img{
  transition: all 2s ease;
  
}
.wl1 .not_in_viewport .section_right_item img{
  transform: translate3d(10%, 0, 0);
  opacity:0;
}
.wl1 .section_right_item article {
    margin-bottom: 60px;
    padding-left: 95px;
    margin-top: 37px;
}

.wl1 .section_right_item p {
    margin-bottom: 17px;
    letter-spacing: 1.8px;
}

.wl1 .section_right_item mark {
    background-image: linear-gradient(120deg, #f3eeeb 0%, #f3eeeb 100%);
    background-position: 0 96%;
}

.wl1 .section_right_item span {
    color: #e16058;
}

.wl1 .site_button {
    background-color: transparent !important;
    background-image: url(wl1-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    margin-left: 47px;
    margin-top: 10px;
}

.wl1_art1 {
    width: 1440px;
    position: absolute;
    height: 323px;
    bottom: 42px;
    left: -103px;
    background-image: url(wl1-art2.png);
    background-size: auto;
    background-repeat: no-repeat;
}

.wl1_arrow {
    width: 24px;
    position: absolute;
    height: 29px;
    bottom: 29%;
    left: 43%;
    background-image: url(wl1-arrow.png);
    background-size: auto;
    background-repeat: no-repeat;
    z-index: 999;
}


@media (max-width: 1440px) {

    .wl1 {
        padding-top: 8.264vw;
    }

    .wl1_img img {
        width: 87.778vw;
    }

    .wl1 .section_inner {
        width: 84.722vw;
    }

    .wl1 .section_inner::after {
        height: 40.278vw;
        width: 40.278vw;
        right: -28.472vw;
        top: -30.417vw;
    }

    .wl1 .section_inner::before {
        height: 5.903vw;
        right: -7.639vw;
    }

    .wl1 .section_left_item {
        left: -27.083vw;
    }

    .wl1 .section_right_item {
        padding-left: 31.389vw;
        padding-top: 3.542vw;
        padding-bottom: 16.389vw;
    }

    .wl1 .section_right_item article {
        margin-bottom: 4.167vw;
        padding-left: 6.597vw;
        margin-top: 2.569vw;
    }

    .wl1 .section_right_item p {
        margin-bottom: 1.181vw;
        letter-spacing: 0.125vw;
    }

    .wl1 .site_button {
        margin-left: 3.264vw;
        margin-top: 0.694vw;
    }

    .wl1_art1 {
        width: 100vw;
        height: 22.431vw;
        bottom: 2.917vw;
        left: -7.153vw;
    }

    .wl1_arrow {
        width: 1.667vw;
        height: 2.014vw;
        background-size: 1.667vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .wl1_arrow {
        bottom: 19%;
    }

}

@media (max-width: 768px) {
    .wl1 .section_inner::after {
        height: 55vw;
        width: 55vw;
        right: -28.472vw;
        top: -30.417vw;
    }

    .wl1_img img {
        width: 97vw;
    }

    .wl1_arrow {
        bottom: 18%;
        left: 44.2%;
    }
}

@media (max-width: 550px) {

    .wl1 .section_inner::after {
        height: 121.875vw;
        width: 121.875vw;
        right: -78.472vw;
        top: -85vw;
    }

    .wl1 .section_left_item {
        left: -98vw;
        bottom: -76vw;
    }

    .wl1 .section_right_item {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 67.389vw;
    }

    .wl1 .section_right_item img {
        width: 74.792vw;
        margin-left: 0;
    }

    .wl1 .section_right_item p {
        margin-bottom: 2.181vw;
        font-size: 3.75vw;
        font-weight: 300;
        line-height: 1.84;
        letter-spacing: 0.395vw;
        margin-bottom: 2vw !important;
    }

    .wl1 .section_right_item article {
        margin-bottom: 4.167vw;
        padding-left: 0;
        margin-top: 6vw;
    }

    .wl1 {
        padding-top: 26.8vw;
        padding-bottom: 75.2vw;
    }

    .wl1_img {
        width: 265vw;
    }

    .wl1_img img {
        /* width: calc(100% + 4000px); */
        height: auto;
        width: 100%;
    }

    .wl1_arrow {
        width: 5vw;
        height: 6.042vw;
        background-size: contain;
        bottom: 30%;
        left: 8%;
    }
    .wl1 .section_right_item mark {
    background-image: linear-gradient(120deg, #f3eeeb 0%, #f3eeeb 100%);
    background-position: 0 8%;
}

    .wl1 .section_inner::before {
        display: none;
    }
}



.wl2 {
    padding: 62px 0 27px;
    background-color: #fc8780;
}

.wl2 .section_inner {
    width: 924px;
}

.wl2_in {
    text-align: center;
}

.wl2_in h4 {
    margin: 0 0 30px;
    line-height: 1;
    letter-spacing: 2.4px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
}

.wl2_in p {
    color: #fff;
    margin: 0 0 27px;
}

.wl2_in p mark {
    color: #000;
    background-image: linear-gradient(120deg, #f9de4d 0%, #f9de4d 100%);
    background-size: 100% 55%;
    background-position: 0 100%;
}


@media (max-width: 1440px) {

    .wl2 {
        padding: 4.306vw 0 1.875vw;
    }

    .wl2 .section_inner {
        width: 64.167vw;
    }

    .wl2_in h4 {
        margin: 0 0 2.083vw;
        letter-spacing: 0.167vw;
    }

    .wl2_in p {
        margin: 0 0 1.875vw;
    }

    .wl1_art1 {
        background-size: 98.889vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 550px) {
    .wl1_art1 {
        background-size: contain;
        background: url(wl1-art2_mobile.png) no-repeat;
        width: 100vw;
        height: 39.167vw;
        left: 0;
        bottom: 9vw;
    }
        .wl2_in h4 {
        margin-bottom: 4vw;
    }
        .wl2_in p {
        margin-bottom: 4vw;
    }

    .wl2 {
        padding: 7vw 0 5vw;
    }
}

.wl3 {
    padding: 72px 0 63px;
}

.wl3 .section_inner {
    width: 885px;
    text-align: center;
}

.wl3 h3 {
    font-family: "Gilroy";
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.4px;
    color: #fc8780;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.wl3 h4 {
    font-family: "Gilroy";
    font-size: 30.5px;
    font-weight: bold;
    line-height: 1.26;
    letter-spacing: 3.05px;
    color: #fc8780;
    margin: 0 0 46px;
}

.wl3 h6 {
    font-size: 17px;
    line-height: 1.62;
    letter-spacing: 2.55px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
}

.wl3 p {
    margin: 0 0 22px;
}

.wl3 article {
    padding: 60.5px 35px 38px 35px;
    background-color: #faf6f4;
    margin-bottom: 45px;
    margin-left: 5px;
}

.wl3 article.item2 {
    padding-top: 70px;
    padding-bottom: 55px;
}

.wl3 article.item1 h6::before {
    height: 52px;
    width: 52px;
    background-color: #dcece8;
    border-radius: 50%;
    position: absolute;
    content: '';
    left: -16px;
    top: -17px;
    z-index: -1;
}

.wl3 article.item2 h6::before {
    height: 37px;
    width: 37px;
    background-color: #dcece8;
    border-radius: 50%;
    position: absolute;
    content: '';
    right: -12px;
    top: -9px;
    z-index: -1;
}


@media (max-width: 1440px) {

    .wl3 {
        padding: 5vw 0 4.375vw;
    }

    .wl3 .section_inner {
        width: 61.458vw;
    }

    .wl3 h3 {
        font-size: 2.361vw;
        letter-spacing: 0.236vw;
        margin-bottom: 2.778vw;
    }

    .wl3 h4 {
        font-size: 2.118vw;
        letter-spacing: 0.212vw;
        margin: 0 0 3.194vw;
    }

    .wl3 h6 {
        font-size: 1.181vw;
        letter-spacing: 0.177vw;
        margin: 0 0 0.972vw;
    }

    .wl3 p {
        margin: 0 0 1.528vw;
    }

    .wl3 article {
        padding: 4.201vw 2.431vw 2.639vw 2.431vw;
        margin-bottom: 3.125vw;
        margin-left: 0.347vw;
    }

    .wl3 article.item2 {
        padding-top: 4.861vw;
        padding-bottom: 3.819vw;
    }

    .wl3 article.item1 h6::before {
        height: 3.611vw;
        width: 3.611vw;
        left: -1.111vw;
        top: -1.181vw;
    }

    .wl3 article.item2 h6::before {
        height: 2.569vw;
        width: 2.569vw;
        right: -0.833vw;
        top: -0.625vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {


    .wl3 h6 {
        font-size: 2vw;
    }


    .wl3 .section_inner {
        width: 75vw;
    }

    .wl3 {
        padding: 3vw 0 1vw;
    }
}

@media (max-width: 768px) {
    .wl3 h3 {
        font-size: 4.4vw;
    }

    .wl3 h6 {
        font-size: 2.8vw;
    }

    .wl3 h4 {
        font-size: 3.6vw;
    }
}

@media (max-width: 550px) {
    .wl3 h3 {
        font-size: 5.5vw;
        margin-bottom: 4vw;
    }

    .wl3 h6 {
        font-size: 4vw;
        margin-bottom: 3vw;
    }
    .wl3 article.item2 h6::before {
        height: 8.569vw;
        width: 8.569vw;
        right: -2.833vw;
        top: -1.625vw;
    }
    .wl3 h4 {
        font-size: 4.1vw;
        margin-bottom: 4vw;
    }

    .wl3 article.item1 h6::before {
        height: 8.611vw;
        width: 8.611vw;
        left: 6.889vw;
        top: -2vw;
    }

    .wl3 {
        padding: 8vw 0 1vw;
    }
        .wl3 article {
        padding: 8vw 4vw 5vw 4vw;
        margin-bottom: 3vw;
    }
}

.wl4 .section_inner {
    width: 1260px;
}

.wl4_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wl4_left {
    width: 52%;
    padding-left: 54px;
}

.wl4_left article:first-of-type {
    margin-bottom: 80px;
}

.wl4_right {
    width: 48%;
    position: relative;
    padding-left: 62px;
}

.wl4_img {
    position: relative;
    margin-bottom: 92px;
    width: 499px;
}

.wl4_img::before {
    content: '';
    position: absolute;
    height: 232px;
    width: 232px;
    mix-blend-mode: multiply;
    background-color: #fff3b2;
    right: -92px;
    top: 46px;
    border-radius: 50%;
    transition: all 3s ease;

}
.not_in_viewport .wl4_img::before{
    transform: scale(0);
}
.wl4 h2 {
    font-family: "Gilroy";
    font-size: 37.5px;
    font-weight: bold;
    line-height: 1.04;
    text-align: right;
    color: #136d86;
    text-transform: uppercase;
    margin-right: -161.5px;
    position: relative;
    z-index: 1;
    margin-left: -22px;
    margin-right: -125px;
    margin-top: 64px;
    margin-bottom: 68px;
    letter-spacing: 3.75px;
}

.wl4 h5 {
    font-family: 'Brandon Text';
    font-size: 22px;
    font-weight: bold;
    color: #ea6860;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.07;
    letter-spacing: 3.3px;
}

.wl4 h5::before {
    height: 62px;
    width: 62px;
    background-color: #fff3b2;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -24px;
    top: -25px;
    z-index: -1;
}

.wl4 strong {
    color: #689fbc;
    font-weight: 600;
}

.wl4 p {
    margin-bottom: 22px;
}

.wl4_in2 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 7px;
    padding-left: 54px;
    align-content: space-between;
}

.wl4_in2 ul.first_block li {
    margin-right: 40px;
    margin-bottom: 25px;
}

.wl4_in2 ul.second_block li {
    margin-bottom: 18px;
}

.wl4_in2 ul {
    width: 45%;
}



@media (max-width: 1440px) {

    .wl4 .section_inner {
        width: 87.5vw;
    }

    .wl4_left {
        padding-left: 3.75vw;
    }

    .wl4_left article:first-of-type {
        margin-bottom: 5.556vw;
    }

    .wl4_right {
        padding-left: 4.306vw;
    }

    .wl4_img {
        margin-bottom: 6.389vw;
        width: 34.653vw;
    }

    .wl4_img::before {
        height: 16.111vw;
        width: 16.111vw;
        right: -6.389vw;
        top: 3.194vw;
    }

    .wl4 h2 {
        font-size: 2.604vw;
        margin-right: -11.215vw;
        margin-left: -1.528vw;
        margin-right: -8.681vw;
        margin-top: 4.444vw;
        margin-bottom: 4.722vw;
        letter-spacing: 0.26vw;
    }

    .wl4 h5 {
        font-size: 1.528vw;
        margin-bottom: 1.042vw;
        letter-spacing: 0.229vw;
    }

    .wl4 h5::before {
        height: 4.306vw;
        width: 4.306vw;
        left: -1.667vw;
        top: -1.736vw;
    }

    .wl4 p {
        margin-bottom: 1.528vw;
    }

    .wl4_in2 {
        padding-top: 0.486vw;
        padding-left: 3.750vw;
    }

    .wl4_in2 ul.first_block li {
        margin-right: 2.778vw;
        margin-bottom: 1.736vw;
    }

    .wl4_in2 ul.second_block li {
        margin-bottom: 1.25vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {

    .wl4 h2 {
        /* font-size: 4vw; */
        text-align: left;
        margin-right: 0;
    }

    .wl4 h5 {
        font-size: 2vw;
    }

    .wl4_in2 {
        padding-top: 2vw;
        padding-left: 0;
    }

    .wl4_in2 ul {
        margin-left: 0;
        width: 100%;
    }

    .wl4_in2 ul.first_block li {
        margin-right: 0;
        margin-bottom: 3vw !important;
    }

}

@media (max-width: 768px) {
    .wl4_img {
        margin-bottom: 5vw;
    }

    .wl4 h2 {
        font-size: 4vw;
        text-align: left;
        margin-right: 0;
        margin-left: 0;
    }

    .wl4_left {
        padding-left: 0vw;
    }

}

@media (max-width: 550px) {

    .wl4_in {
        display: block;
        flex-wrap: unset;
        justify-content: unset;
    }

    .wl4_left {
        padding-left: 0;
        width: 100%;
    }

    .wl4 h2 br {
        display: none;
    }

    .wl4_right {
        padding-left: 0;
        width: 100%;
    }

    .wl4_img {
        display: none;
    }

    .wl4 .mobile_only .wl4_img {
        display: block;
        width: 75vw;
    }

    .wl4 h5 {
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .wl4_in2 ul.second_block li {
        margin-bottom: 5vw !important;
    }
    .wl4 h2 {
        font-size: 5.5vw;
        margin-bottom: 5vw;
    }

    .wl4_left article {
        margin-bottom: 6vw;
    }

    .wl4_left article:first-of-type {
        margin-bottom: 8vw;
    }

    .wl4 h5::before {
        height: 8vw;
        width: 8vw;
        left: -3vw;
        top: -2.5vw;
    }

    .wl4_in2 ul.first_block li {
        margin-right: 0;
        margin-bottom: 5vw !important;
    }





}


.wl5 {
    position: relative;
    background-color: #deebe9;
    padding-bottom: 50px;
    margin-top: 58px;
}

.wl5::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    height: 640px;
    width: 100%;
    background-color: #fff;
}

.wl5 .section_inner {
    padding: 72px 0 51px;
    position: relative;
}

.wl5 .section_inner::before {
    position: absolute;
    right: -117px;
    top: 0;
    content: '';
    height: 100%;
    width: 1160px;
    background-color: #fc8780;
}

.wl5 .section_inner {
    width: 1280px;
}

.wl5_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 4px;
}

.wl5_left {
    width: 50%;
    position: relative;
    padding-right: 2vw;
}

.wl5_left img {
    margin-left: 55px;
}

.wl5_left-txt {
    width: 287px;
    min-height: 280px;
    background-color: #f9de4d;
    padding: 57px 39px 34px;
    position: relative;
    margin-top: -160px;
    margin-left: 272px;
}

.wl5_left-txt::before {
    background-image: url(wl5-q.png);
    width: 73px;
    height: 59px;
    position: absolute;
    content: '';
    right: 40px;
    top: -16px;
    background-repeat: no-repeat;
}

.wl5_left-txt p {
    font-family: 'Brandon Text';
    font-size: 17px;
    font-weight: bold;
    line-height: 1.62;
    letter-spacing: 2.55px;
    text-align: right;
    color: #000000;
    text-transform: uppercase;

}

.wl5_right {
    width: 50%;
    position: relative;
    color: #fff;
    margin-top: 46px;
    margin-left: -5px;
}

.wl5_right p {
    margin: 0 0 22px;
}

.wl5_right p strong.s1 {
    font-family: 'Gilroy';
    font-size: 66px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 6.6px;
    text-transform: uppercase;
    margin-right: -8px;
}

.wl5_right mark {
    background-image: linear-gradient(120deg, #e76962 0%, #e76962 100%);
    background-size: 100% 88%;
    background-position: 0 50%;
}

.wl5_bottom {
    color: #000;
    margin-top: 50px;
    text-align: center;
}

.wl5_bottom p:nth-child(3),
.wl5_bottom p:nth-child(6) {
    margin-bottom: 22px;
}

.wl5_bottom mark {
    background-image: linear-gradient(120deg, #f9de4d 0%, #f9de4d 100%);
    background-position: 0 100%;
    position: relative;
    padding-bottom: 5px;
}



@media (max-width: 1440px) {

    .wl5 {
        padding-bottom: 3.472vw;
        margin-top: 4.028vw;
    }

    .wl5::before {
        height: 44.444vw;
    }

    .wl5 .section_inner {
        padding: 5vw 0 3.542vw;
    }

    .wl5 .section_inner::before {
        right: -8.125vw;
        height: 100%;
        width: 80.556vw;
    }

    .wl5 .section_inner {
        width: 88.889vw;
    }

    .wl5_in {
        padding-top: 0.278vw;
    }

    .wl5_left img {
        margin-left: 3.819vw;
        margin: 0;
        width: 100% !important;
        padding: 0;
    }

    .wl5_left-txt {
        width: 19.931vw;
        min-height: 19.444vw;
        padding: 3.958vw 2.708vw 2.361vw;
        margin-top: -11.111vw;
        margin-left: 18.889vw;
    }

    .wl5_left-txt::before {
        width: 5.069vw;
        height: 4.097vw;
        right: 2.778vw;
        top: -1.111vw;
        background-size: 5.069vw;
    }

    .wl5_left-txt p {
        font-size: 1.181vw;
        letter-spacing: 0.177vw;

    }

    .wl5_right {
        margin-top: 3.194vw;
        margin-left: 0;
    }

    .wl5_right p {
        margin: 0 0 1.528vw;
    }

    .wl5_right p strong.s1 {
        font-size: 4.583vw;
        letter-spacing: 0.458vw;
        margin-right: -0.556vw;
    }

    .wl5_bottom {
        margin-top: 3.472vw;
    }

    .wl5_bottom p:nth-child(3),
    .wl5_bottom p:nth-child(6) {
        margin-bottom: 1.528vw;
    }

    .wl5_bottom mark {
        padding-bottom: 0.347vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .wl5_left-txt::before {
        top: -2vw;
        right: 2.5vw;
        width: 6vw;
        height: 6vw;
        background-size: 6vw;
    }
    .wl5_left-txt p {
        font-size: 2vw;
    }

    .wl5_left-txt {
        width: 28vw;
        min-height: 19.444vw;
        padding: 4vw 2vw 2vw;
        margin-top: -11vw;
        margin-left: 13vw;
    }

    .wl5_bottom {
        margin-top: 4vw;
        padding: 0 8vw;
    }
}

@media (max-width: 768px) {

    .wl5_right {
        padding-right: 4vw;
    }
}

@media (max-width: 550px) {

    .wl5_in {
        display: block;
        flex-wrap: unset;
        justify-content: unset
    }

    .wl5 .section_inner {
        padding-top: 8vw;
        padding-bottom: 5vw;
        padding-right: 8vw;
        padding-left: 8vw;
    }

    .wl5 .section_inner::before {
        right: 0;
        height: 100%;
        width: 100%;
    }
    

    .wl5_left {
        width: 100%;
        position: relative;
        padding-right: 2vw;
    }

    .wl5_right {
        width: 100%;
        padding-right: 0;
    }

    .wl5 {
        padding-bottom: 3vw;
        margin-top: 1vw;
    }

    .wl5_left img {
        width: 75vw !important;
    }

    .wl5_left-txt {
        width: 40vw;
        min-height: unset;
        padding: 4vw 3vw 4vw 2vw;
        margin-top: -48vw;
        margin-left: 40.5vw;
    }

    .wl5_left-txt p {
        font-size: 3vw;
        margin-bottom: 0 !important;
    }

    .wl5_right p strong.s1 {
        padding-top: 14vw;
        display: block;
        font-size: 7.4vw;
        padding-bottom: 3vw;
    }

    .wl5_bottom {
        padding: 2vw 8vw;
    }






}

.wl6 {
    background-image: url(wl6-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65.5px 0 70px;
}

.wl6 .section_inner {
    width: 955px;
    background-color: rgba(250, 246, 244, 0.85);
    padding: 39px;
    text-align: center;
    padding-bottom: 51px;
}

.wl6 span {
    font-family: 'Aesthetic White';
    font-size: 70px;
    line-height: 0.2;
    color: #000000;
    margin-top: 30px;
    display: block;
}

.wl6 p:nth-child(3) {
    margin-bottom: 22px;
}

@media (max-width: 1440px) {

    .wl6 {
        padding: 4.549vw 0 4.861vw;
    }

    .wl6 .section_inner {
        width: 66.319vw;
        padding: 2.708vw;
        padding-bottom: 3.542vw;
    }

    .wl6 span {
        font-size: 4.861vw;
        margin-top: 1.903vw;
    }

    .wl6 p:nth-child(3) {
        margin-bottom: 1.528vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .wl6 {
        padding: 4.549vw 5vw 4.861vw;
    }

    .wl6 .section_inner {
        padding: 2.708vw;
        padding-bottom: 3.542vw;
    }
}

@media (max-width: 550px) {
    .wl6 {
        padding: 6vw 8vw 7vw;
    }
    .wl6 .section_inner {
        padding: 5vw 4vw 6vw;
    }
    .wl6 span {
        font-size: 7.8vw;
        margin-top: 0.903vw;
    }
}

.wl7 {
    padding: 85px 0 56px;
}

.wl7 .section_inner {
    width: 1220px;
    text-align: center;
}

.wl7 p strong {
    margin-top: 44px;
    display: block;
    margin-bottom: -22px;
}

.wl7 h2 {
    font-family: 'Gilroy';
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.4px;
    color: #fc8780;
    text-transform: uppercase;
    position: relative;
}

.wl7 h2::before {
    position: absolute;
    height: 151px;
    width: 151px;
    background-color: #d6f2ee;
    border-radius: 50%;
    content: '';
    left: 100px;
    top: -47px;
    z-index: -1;
    opacity: 0.75;
}

.wl7 article {
    width: 848px;
    margin: 50px auto;
}

.wl7 article span {
    color: #136d86;
}

.wl7-items {
    display: flex;
    justify-content: space-between;
    margin: 75px 94px 60px 102px;
}

.wl7-item li {
    margin-bottom: 44px;
    text-align: left;
}

.wl7-item.left {
    width: 50%;
    padding-left: 22px;
}

.wl7-item.right {
    width: 50%;
    padding-left: 65px;
}

.wl7 h4 {
    font-family: 'Gilroy';
    font-size: 27px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 2.7px;
    color: #fc8780;
    position: relative;
    display: inline-block;
}

.wl7 h4::before {
    position: absolute;
    height: 295px;
    width: 295px;
    background-color: #fff3b2;
    border-radius: 50%;
    content: '';
    right: -17px;
    top: -175px;
    z-index: -1;
    opacity: 0.75;
}



@media (max-width: 1440px) {

    .wl7 {
        padding: 5.903vw 0 3.889vw;
    }

    .wl7 .section_inner {
        width: 84.722vw;
    }

    .wl7 p strong {
        margin-top: 3.056vw;
        margin-bottom: -1.528vw;
    }

    .wl7 h2 {
        font-size: 2.361vw;
        letter-spacing: 0.236vw;
    }

    .wl7 h2::before {
        height: 10.486vw;
        width: 10.486vw;
        left: 6.944vw;
        top: -3.264vw;
    }

    .wl7 article {
        width: 58.889vw;
        margin: 3.472vw auto;
    }

    .wl7-items {
        margin: 5.208vw 6.528vw 4.167vw 7.083vw;
    }

    .wl7-item li {
        margin-bottom: 3.056vw;
    }

    .wl7-item.left {
        padding-left: 1.528vw;
    }

    .wl7-item.right {
        padding-left: 4.514vw;
    }

    .wl7 h4 {
        font-size: 1.875vw;
        letter-spacing: 0.188vw;
    }

    .wl7 h4::before {
        height: 20.486vw;
        width: 20.486vw;
        right: -1.181vw;
        top: -12.153vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {


    .wl7 h4 {
        font-size: 2.6vw;
    }
}

@media (max-width: 768px) {
    .wl7 h2 {
        font-size: 5.5vw;
    }
}

@media (max-width: 550px) {
    .wl7-items {
        display: block;
        justify-content: unset;
        margin: 0;
    }

    .wl7-item.left {
        padding-left: 4.8vw;
        width: 100%;
        padding-bottom: 2vw;
    }

    .wl7-item.right {
        padding-left: 4.6vw;
        width: 100%;
    }

    .wl7 article {
        width: 100%;
        margin: 6vw auto;
    }


    .wl7 h4 {
        font-size: 3.6vw;
        margin-top: 4vw;
    }

    .wl7 {
        padding: 8vw 0 5vw;
    }
     .wl7 h4::before {
        top: -8vw;
    }



}

/*
    Section 08
------------------------------*/

.wl8 {
    background-color: #e0f5f2;
    padding: 65px 0 58px;
}

.wl8 .section_inner {
    width: 1050px;
    text-align: center;
}

.wl8 article>p {
    margin-bottom: 0
}

.wl8 h2 {
    font-size: 44.5px;
    font-weight: bold;
    line-height: 1.02;
    letter-spacing: 4.45px;
    color: #136d86;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.wl8 article span {
    color: #f05b52;
    font-weight: 500;
    line-height: 1.56;
}

.wl8 article strong {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 1.44px;
}

.wl8_moc img {
    width: 100%;
}

.wl8_item_title {
    text-align: left;
    margin: 35px 0 20px;
    display: inline-block;
    width: 100%;
}

.wl8_item_title strong {
    font-weight: 500;
}

.wl8_items {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-left: 29px;
}

.wl8 .section_inner>article:nth-child(1) {
    margin-top: 42px;
    display: block;
    margin-bottom: 15px;
}

.wl8 .section_inner article:nth-of-type(2) {
    margin-top: 55px;
    display: block;
    margin-bottom: 15px;
}

.wl8 .section_inner article:nth-of-type(2) p:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 17px;
}

.wl8_moc {
    width: 824px;
    margin: 0 auto;
    margin-top: 7px;
}

.wl8 .section_inner article p strong {
    line-height: 1.22;
}

.wl8_item li {
    margin-bottom: 45px;
    text-align: left;
}

.wl8_item.sign_arrow ul li::before {
    background-image: url(wl8-check.png);
}

.wl8_item.left {
    width: 50%;
    padding-right: 55px;
}

.wl8_item.right {
    width: 50%;
    padding-left: 30px;
}



@media (max-width: 1440px) {

    .wl8 {
        padding: 4.514vw 0 4.028vw;
    }

    .wl8 .section_inner {
        width: 72.917vw;
    }

    .wl8 h2 {
        font-size: 3.09vw;
        letter-spacing: 0.309vw;
        margin-bottom: 2.778vw;
    }

    .wl8 article strong {
        font-size: 1.25vw;
        letter-spacing: 0.1vw;
    }

    .wl8_item_title {
        margin: 2.431vw 0 1.389vw;
    }

    .wl8_items {
        margin-left: 2.014vw;
    }

    .wl8 .section_inner>article:nth-child(1) {
        margin-top: 2.917vw;
        margin-bottom: 1.042vw;
    }

    .wl8 .section_inner article:nth-of-type(2) {
        margin-top: 3.819vw;
        margin-bottom: 1.042vw;
    }

    .wl8 .section_inner article:nth-of-type(2) p:nth-child(2) {
        margin-top: 1.389vw;
        margin-bottom: 1.181vw;
    }

    .wl8_moc {
        width: 57.222vw;
        margin-top: 0.486vw;
    }

    .wl8_item li {
        margin-bottom: 3.125vw;
    }

    .wl8_item.left {
        padding-right: 3.819vw;
    }

    .wl8_item.right {
        padding-left: 2.083vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {


    .wl8 article strong {
        font-size: 1.85vw;
    }
}

@media (max-width: 768px) {
    .wl8 h2 {
        font-size: 4.8vw;
    }
}

@media (max-width: 550px) {
    .wl8 {
        padding: 7vw 0 4vw;
    }

    .wl8_items {
        display: block;
        justify-content: unset;
        text-align: left;
        margin-left: 0;
    }

    .wl8_item.left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 5vw;
    }
        .wl8_item_title {
        margin: 4vw 0 0vw;
    }

    .wl8_item.right {
        width: 100%;
        padding-left: 5vw;
    }
        .wl8 .section_inner article:nth-of-type(2) {
        margin-top: 7vw;
        margin-bottom: 0vw;
    }

    .wl8 article strong {
        font-size: 3.5vw;
    }

    .wl8 h2 {
        font-size: 5.5vw;
    }

}


/*
    Section 09
------------------------------*/

.wl9 {
    padding: 90px 0 84px;
}

.wl9 .section_inner {
    width: 1210px;
    position: relative;
}

.wl9_left h3 {
    font-family: "Gilroy";
    font-size: 32px;
    font-weight: bold;
    line-height: 1.06;
    letter-spacing: 3.2px;
    color: #136d86;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.wl9_left mark {
    background-image: linear-gradient(120deg, #f9de4d 0%, #f9de4d 100%);
    background-position: 0 100%;
}

.wl9_left h4 {
    font-family: "Gilroy";
    font-size: 27px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 2.7px;
    color: #fc8780;
    margin-top: 18px;
}

.wl9_left p {
    margin-bottom: 18px;
}

.wl9_items {
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
}

.wl9_item li {
    margin: 0 0 21px;
    text-align: left;
}

.wl9_item.left {
    width: 50%;
    padding-left: 28px;
}

.wl9_item.right {
    width: 50%;
    padding-left: 68px;
}

.wl9_left {
    padding: 53px 79px 41px 53px;
    background-color: #faf6f4;
    width: 853px;
    margin: 120px 0 80px;
    display: inline-block;
}

.wl9_left article {
    margin-top: 12px;
    margin-bottom: 21px;
}

.wl9_arrow_down {
    background-image: url(wl9-arrow-down.png);
    background-repeat: no-repeat;
    height: 146px;
    width: 23px;
    background-position: center;
    position: absolute;
    left: 232px;
    bottom: -36px;
}

.wl9_right {
    height: 100%;
    width: 780px;
    background-size: cover;
    background-repeat: no-repeat;
    right: -125px;
    position: absolute;
    top: 0;
    z-index: -1;
}

@media (max-width: 1440px) {

    .wl9 {
        padding: 6.25vw 0 5.833vw;
    }

    .wl9 .section_inner {
        width: 84.028vw;
    }

    .wl9_left h3 {
        font-size: 2.222vw;
        letter-spacing: 0.222vw;
        margin-bottom: 1.667vw;
    }

    .wl9_left h4 {
        font-size: 1.875vw;
        letter-spacing: 0.188vw;
        margin-top: 1.25vw;
    }

    .wl9_left p {
        margin-bottom: 1.25vw;
    }

    .wl9_items {
        margin-top: 2.639vw;
    }

    .wl9_item li {
        margin: 0 0 1.458vw;
    }

    .wl9_item.left {
        padding-left: 1.944vw;
    }

    .wl9_item.right {
        padding-left: 4.722vw;
    }

    .wl9_left {
        padding: 3.681vw 5.486vw 2.847vw 3.681vw;
        width: 59.236vw;
        margin: 8.333vw 0 5.556vw;
    }

    .wl9_left article {
        margin-top: 0.833vw;
        margin-bottom: 1.458vw;
    }

    .wl9_arrow_down {
        height: 10.139vw;
        width: 1.597vw;
        left: 16.111vw;
        bottom: -2.5vw;
        background-size: 1.597vw;
    }

    .wl9_right {
        width: 54.167vw;
        right: -8.681vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .wl9 {
        padding: 5vw 0 5vw;
    }



    .wl9_right {
        width: 54.167vw;
        right: -8.681vw;
        background-position: 55%;
    }

}

@media (max-width: 768px) {
    .wl9_right {
        width: 54.167vw;
        right: 0vw;
        background-position: 55%;
    }

    .wl9_left h3 {
        font-size: 2.4vw;
    }

    .wl9_left h4 {
        font-size: 2.8vw;
    }
}

@media (max-width: 550px) {
    .wl9 {
        padding: 0;
    }

    .wl9_right {
        display: none;
    }

    .wl9_left {
        padding: 7vw 8vw 18vw 8vw;
        width: 100%;
        margin: 0;
    }

     .wl9_left >p{
         margin-top: 6vw;
     }

    .wl9_left h3 {
        font-size: 5.5vw;
        margin-bottom: 7vw;
    }

    .wl9_left h4 {
        font-size: 4.8vw;
    }

    .wl9_left p {
        margin-bottom: 5vw;
    }

    .wl9_arrow_down {
        height: 12vw;
        width: 3.4vw;
        left: 16.111vw;
        bottom: 5.5vw;
        background-size: contain;
    }

}

.wl10 {
    background-color: #fc8780;
    padding: 93px 0 71px;
}
.wl10 .wl10-video{
    width: 100%;
    margin-top: 23px;
}
.wl10 .wl10-video article{
    width: 200px;
    display: block;
    margin: 0px auto;
}
.wl10 .wl10-video article iframe{
    width: 200px;
    height: 120px;
}
@media (max-width: 1440px) {
    .wl10 {
        padding: 6.458vw 0 4.931vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 550px) {
    .wl10 {
        padding: 8vw 0 14vw;
    }

    .wl9_items {
        display: block;
        justify-content: unset;
        margin-top: 3vw;
    }

    .wl9_item.left {
        padding-left: 4.3vw;
        width: 100%;
    }

    .wl9_item.right {
        padding-left: 4vw;
        width: 100%;
    }

    .wl9 .section_inner {
        padding: 0 !important;
    }

}


/*
    Section 11
------------------------------*/

.wl11 {
    padding: 127px 0 85px;
}

.wl11 .section_inner {
    width: 1060px;
    text-align: center;

}

.wl11 h3 {
    font-family: "Gilroy";
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.4px;
    color: #fc8780;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.wl11 h3::before {
    position: absolute;
    height: 37px;
    width: 37px;
    background-color: #e0f5f2;
    border-radius: 50%;
    content: '';
    left: -16px;
    top: -14px;
    z-index: -1;
}

.wl11 h4 {
    font-family: "Gilroy";
    font-size: 27px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 2.7px;
    color: #136d86;
}

.wl11_items {
    display: flex;
    justify-content: space-between;
    margin: 47px 0 50px;
    padding-left: 80px;
}

.wl11_item li {
    margin-bottom: 24px;
    text-align: left;
    padding-left: 3px;
    letter-spacing: 1.28px;
    line-height: 1.38;
}

.wl11_item.left {
    width: 50%;
    padding-left: 35px;
}

.wl11_item.right {
    width: 50%;
    padding-left: 98px;
}




@media (max-width: 1440px) {

    .wl11 {
        padding: 8.819vw 0 5.903vw;
    }

    .wl11 .section_inner {
        width: 73.611vw;
    }

    .wl11 h3 {
        font-size: 2.361vw;
        letter-spacing: 0.236vw;
    }

    .wl11 h3::before {
        height: 2.569vw;
        width: 2.569vw;
        left: -1.111vw;
        top: -0.972vw;
    }

    .wl11 h4 {
        font-size: 1.875vw;
        line-height: 1.13;
        letter-spacing: 0.188vw;
    }

    .wl11_items {
        margin: 3.264vw 0 3.472vw;
        padding-left: 5.556vw;
    }

    .wl11_item li {
        margin-bottom: 1.667vw;
        padding-left: 0.208vw;
        letter-spacing: 0.089vw;
    }

    .wl11_item.left {
        padding-left: 2.431vw;
    }

    .wl11_item.right {
        padding-left: 6.806vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {


    .wl11 {
        padding: 5vw 0 3vw;
    }
}

@media (max-width: 768px) {
    .wl11 h3 {
        font-size: 3.8vw;
    }

    .wl11 h4 {
        font-size: 2.8vw;
    }
}

@media (max-width: 550px) {
    .wl11 {
        padding: 8vw 0 4vw;
    }

    .wl11_items {
        display: block;
        justify-content: unset;
        margin: 3.5vw 0 1vw;
        padding-left: 0;
    }

    .wl11_item.right,
    .wl11_item.left {
        padding-left: 4vw;
        width: 100%;
        padding-bottom: 2vw;
    }

    .wl11 h3 {
        font-size: 5.5vw;
        display: block;
        text-align: left;
    }

    .wl11 h4 {
        font-size: 3.8vw;
    }

    .wl11 h3::before {
        height: 7vw;
        width: 7vw;
        left: -2.111vw;
        top: -1.972vw;
    }


}


/*
    Section 12
------------------------------*/

.wl12 {
    text-align: center;
    background-color: #faf6f4;
    padding: 94px 0 54px;
}

.wl12 .section_inner {
    width: 1230px;
}

.wl12 h2 {
    font-family: 'Gilroy';
    font-size: 44.5px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 4.45px;
    color: #fc8780;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.wl12 h3 {
    font-family: "Gilroy";
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.4px;
    color: #000000;
    margin-bottom: 58px;
}

.wl12_items {
    margin-bottom: 67px;
    padding: 0 15px;
}

.wl12_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    position: relative;
}

.wl12_item.odd {
    padding-left: 190px;
    position: relative;
}

.wl12_item.odd .wl12_item_right {
    text-align: left;
}

.wl12_item:nth-child(1) .wl12_item_right {
    margin-top: -37px;
}

.wl12_item:nth-child(3) {
    margin-top: 53px;
}

.wl12_item:nth-child(3) .wl12_item_right {
    margin-top: -38px;
}

.wl12_item:nth-child(4) .wl12_item_right {
    margin-top: 28px;
}

.wl12_item:nth-child(5) {
    margin-top: 32px;
}

.wl12_item:nth-child(5) .wl12_item_left {
    margin-top: 3px;
}

.wl12_item:nth-child(6) .wl12_item_right {
    margin-top: 25px;
}

.wl12_item:nth-child(7) .wl12_item_left {
    margin-top: 20px;
}

.wl12_item:nth-child(7) .wl12_item_right {
    margin-top: 5px;
}

.wl12_item:nth-child(7) .wl12_item_left h5 {
    margin-top: 16px;
}

.odd .wl12_item_right {
    text-align: left;
    position: relative;
    margin-top: -36px;
}

.wl12_item_left {
    height: 184px;
    width: 184px;
    background-color: rgb(255 243 178 / 0.75);
    border-radius: 50%;
    margin-right: 70px;
    position: relative;
    margin-left: 7px;
}

.wl12_item_left h5 {
    font-family: 'Brandon Text';
    font-size: 20.5px;
    font-weight: bold;
    letter-spacing: 3.08px;
    color: #0a5367;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: right;
    position: absolute;
    top: 32px;
    right: -32px;
}

.wl12 mark {
    background-image: linear-gradient(120deg, #f9de4d 0%, #f9de4d 100%);
    background-position: 0 100%;
}

.even .wl12_item_left {
    margin: 0 0 0 32px;
    position: relative;
    margin-top: 18px;
    order: 2;
}

.even .wl12_item_left h5 {
    text-align: left;
    right: inherit;
    left: 44px;
}

.even .wl12_item_right {
    text-align: right;
    margin-top: -14px;
    position: relative;
    order: 1;
}

.wl12_item.even {
    padding-left: 355px;
}

.wl12_bottom_items {
    display: flex;
}

.wl12_bottom_item {
    width: 25%;
    padding: 0 29px;
    position: relative;
    margin-bottom: 30px;
}

.wl12_bottom_item h5 {
    font-family: "Brandon Text";
    font-size: 20.5px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3.08px;
    color: #0f5a6f;
    text-transform: uppercase;
    min-height: 53px;
    margin-bottom: 16px;
}

.wl12_bottom_item:nth-child(3) {
    padding-left: 38px;
    padding-right: 0;
}

.wl12_bottom_item:nth-child(4) {
    padding-left: 78px;
    padding-right: 0;
}

.wl12_bottom_item::before {
    content: '';
    height: 213px;
    position: absolute;
    width: 1px;
    background-color: #136d86;
    right: 4px;
    top: 29px;
}

.wl12_bottom_item:nth-child(2):before {
    right: -10px;
}

.wl12_bottom_item:nth-child(3):before {
    right: -30px;
}

.wl12_bottom_item:last-child::before {
    display: none;
}



@media (max-width: 1440px) {

    .wl12 {
        padding: 6.528vw 0 3.75vw;
    }

    .wl12 .section_inner {
        width: 85.417vw;
    }

    .wl12 h2 {
        font-size: 3.09vw;
        letter-spacing: 0.309vw;
        margin-bottom: 4.167vw;
    }

    .wl12 h3 {
        font-size: 2.361vw;
        letter-spacing: 0.236vw;
        margin-bottom: 5vw;
    }

    .wl12_items {
        margin-bottom: 4.653vw;
        padding: 0 1.042vw;
    }

    .wl12_item.odd {
        padding-left: 13.889vw;
    }

    .wl12_item:nth-child(1) .wl12_item_right {
        margin-top: -2.569vw;
    }

    .wl12_item:nth-child(3) {
        margin-top: 3.681vw;
    }

    .wl12_item:nth-child(3) .wl12_item_right {
        margin-top: -2.639vw;
    }

    .wl12_item:nth-child(4) .wl12_item_right {
        margin-top: 1.944vw;
    }

    .wl12_item:nth-child(5) {
        margin-top: 2.222vw;
    }

    .wl12_item:nth-child(5) .wl12_item_left {
        margin-top: 0.208vw;
    }

    .wl12_item:nth-child(6) .wl12_item_right {
        margin-top: 1.736vw;
    }

    .wl12_item:nth-child(7) .wl12_item_left {
        margin-top: 1.389vw;
    }

    .wl12_item:nth-child(7) .wl12_item_right {
        margin-top: 0.347vw;
    }

    .wl12_item:nth-child(7) .wl12_item_left h5 {
        margin-top: 1.111vw;
    }

    .odd .wl12_item_right {
        margin-top: -2.5vw;
    }

    .wl12_item_left {
        height: 12.778vw;
        width: 12.778vw;
        margin-right: 4.861vw;
        margin-left: 0.486vw;
    }

    .wl12_item_left h5 {
        font-size: 1.424vw;
        letter-spacing: 0.214vw;
        top: 2.222vw;
        right: -2.222vw;
    }

    .even .wl12_item_left {
        margin: 0 0 0 2.222vw;
        margin-top: 1.25vw;
    }

    .even .wl12_item_left h5 {
        left: 3.056vw;
    }

    .even .wl12_item_right {
        margin-top: -0.972vw;
    }

    .wl12_item.even {
        padding-left: 24.653vw;
    }

    .wl12_bottom_item {
        padding: 0 2.014vw;
        margin-bottom: 2.083vw;
    }

    .wl12_bottom_item h5 {
        font-size: 1.424vw;
        letter-spacing: 0.214vw;
        min-height: 3.681vw;
        margin-bottom: 1.111vw;
    }

    .wl12_bottom_item:nth-child(3) {
        padding-left: 2.639vw;
    }

    .wl12_bottom_item:nth-child(4) {
        padding-left: 5.417vw;
    }

    .wl12_bottom_item::before {
        height: 14.792vw;
        width: 0.069vw;
        right: 0.278vw;
        top: 2.014vw;
    }

    .wl12_bottom_item:nth-child(2):before {
        right: -0.694vw;
    }

    .wl12_bottom_item:nth-child(3):before {
        right: -2.083vw;
    }



}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {


    .wl12_bottom_item h5 {
        font-size: 2vw;
    }

    .wl12_bottom_item::before {
        height: 28.792vw;
    }

    .wl12_items * {
        margin: 0 !important;
        padding: 0 !important;
    }

    .wl12_item_left h5 {
        font-size: 2.4vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        right: unset;
    }

    .even .wl12_item_right,
    .odd .wl12_item_right {
        padding: 0 10vw !important;
    }

    .wl12_item:nth-child(2) h5 {
        top: 50%;
    }

    .wl12_item:nth-child(4) h5,
    .wl12_item:nth-child(6) h5 {
        top: 50%;
    }

    .wl12_item_left {
        height: 25vw;
        width: 25vw;
        margin: 0 auto !important;
    }


    .wl12_item {
        display: block;
        margin-bottom: 3vw !important;
    }

    .wl12_item h5 br {
        display: unset;
    }

    .even .wl12_item_left h5 {
        text-align: center;
    }

    .wl12_item p {
        text-align: center;
        padding-top: 15vw;
    }

    .wl12_item p {
        text-align: center;
        padding-top: 2vw !important;
        padding-bottom: 3vw !important;
    }

    .even .wl12_item_left h5 {
        left: 50%;
        transform: translate(-50%, -50%);
    }


}

@media (max-width: 768px) {
    .wl12 h2 {
        font-size: 4.8vw;
    }

    .wl12 {
        padding: 6vw 0 3vw;
    }

    .wl12 h3 {
        font-size: 4vw;
    }

    .wl12_bottom_items {
        display: block;
    }

    .wl12_bottom_item {
        width: 100%;
        margin-bottom: 5vw;
    }

    .wl12_bottom_item::before {
        height: 0;
        width: 0;
    }

    .wl12_bottom_item h5 {
        font-size: 2.8vw;
    }
}

@media (max-width: 550px) {
    .wl12 {
        padding: 6vw 0 1vw;
    }

    .wl12 h2 {
        font-size: 5.5vw;
    }

    .wl12 h3 {
        font-size: 5.2vw;
    }

    .wl12_item_left h5 {
        font-size: 4vw;
    }

    .wl12_bottom_item h5 {
        font-size: 4vw;
        margin-bottom: 2vw;
    }
        .wl12_bottom_item {
        width: 100%;
        margin-bottom: 7vw;
    }

    .even .wl12_item_right,
    .odd .wl12_item_right {
        padding: 0 !important;
    }
}

/*
    Section 13
------------------------------*/

.wl13 {
    padding: 93px 0 69px;
    background: #136d86;
}

.slider_common {
    width: 1210px;
    margin: 0 auto;
}

.slider_common .slider_item_left,
.wl13 .slider_item_left {
    width: 45%;
}

.slider_common .slider_item_right,
.wl13 .slider_item_right {
    width: 52%;
    padding-top: 4px;
    padding-left: 3%;
}

.slider_common .slider-nav-thumbnails .slick-slide {
    opacity: 0.5;
}

.slider_common .slider-nav-thumbnails .slick-slide.slick-active {
    opacity: 1;
    background: transparent;
}

.slider_common .slider-nav-thumbnails img {
    width: 100%;
}

.slider_common .slider-nav-thumbnails .slick-slide {
    margin: 0 19px;
}

.slider_common .slider_item:focus {
    border: none;
    outline: none;
}

.slider_common ul.slick-dots {
    position: absolute;
    bottom: 169px;
    display: flex;
    left: 195px;
}

.slider_common ul.slick-dots li button {
    font-size: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    padding: 0;
    background-color: transparent;
    border: 2px solid #dddddd;
    margin: 0 10px;
    cursor: pointer;
}

.slider_common ul.slick-dots li.slick-active button {
    background-color: #dddddd;
}

.slider_common ul.slick-dots li button:focus {
    outline: none;
}

.slider_common .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    color: transparent;
    border: none;
    cursor: pointer;
}

.slider_common .slider-nav-thumbnails .slick-arrow {
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
}

.slider_common .slick-prev {
    left: 0;
}

.slider_common .slick-next {
    right: -42px;
    background: transparent url(slider_next_arrow.png) no-repeat;
    font-size: 0;
    width: 30px;
    height: 54px;
}

.slider_common .slick-next:hover {
    background-color: transparent;
    border: none;
}

.slider_common .slick-next:focus {
    outline: none;
}

.slider_common .slick-prev {
    left: 0;
    opacity: 0;
}

.slider_common .slider_item p {
    color: #fff;
    margin-bottom: 22px;
}

.slider_common .slider_item span p {
    font-weight: 600;
    font-style: italic;
}

.slider_common .slider-nav-thumbnails {
    width: 250px;
    margin-left: 132px;
    cursor: pointer;
    position: relative;
    margin-top: -50px;
}


.wl13 .wl13-video{
    width: 100%;
    margin-top: 23px;
}
.wl13 .wl13-video article{
    width: 200px;
    display: block;
    margin: 0px auto;
}
.wl13 .wl13-video article iframe{
    width: 200px;
    height: 120px;
}
@media (max-width: 1440px) {

    .wl13 {
        padding: 6.458vw 0 4.792vw;
    }

    .slider_common {
        width: 84.028vw;
    }

    .slider_common .slider_item_right,
    .wl13 .slider_item_right {
        padding-top: 0.278vw;
    }

    .slider_common .slider-nav-thumbnails .slick-slide {
        margin: 0 1.319vw;
    }

    .slider_common ul.slick-dots {
        bottom: 6.25vw;
        left: 13.542vw;
    }

    .slider_common ul.slick-dots li button {
        height: 0.903vw;
        width: 0.903vw;
        border: 0.139vw solid #dddddd;
        margin: 0 0.694vw;
    }

    .slider_common .slick-next {
        right: -2.917vw;
        width: 2.083vw;
        height: 3.75vw;
        background-size: 2.083vw;
    }

    .slider_common .slider_item p {
        margin-bottom: 1.528vw;
    }

    .slider_common .slider-nav-thumbnails {
        width: 17.361vw;
        margin-left: 9.167vw;
        margin-top: -3.472vw;
    }


}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {

    .slider_common .slider_item_right,
    .wl13 .slider_item_right {
        padding-left: 2vw;
        padding-top: 0.278vw;
    }

    .slider_common .slider_item span p {
        white-space: nowrap;
    }
}

@media (max-width: 768px) {}

@media (max-width: 550px) {
    .wl13 {
        padding: 8vw 0 12vw;
    }

    .slider_item {
        display: block !important;
        padding-right: 12vw;
    }

    .slider_common .slider_item_left,
    .wl13 .slider_item_left {
        width: 100%;
        margin-bottom: 3vw;
    }

    .slider_common .slider_item_right,
    .wl13 .slider_item_right {
        width: 100%;
        padding-left: 0;
    }
    .slider_common ul.slick-dots {
        bottom: -23vw;
        left: 14vw;
    }
    .slider_common .slick-next {
        right: -1vw;
        width: 6vw;
        height: 11vw;
        background-size: 6vw;
        top: 11%;
    }
    .slider_common .slider-nav-thumbnails {
        width: 38vw;
        margin-left: 0;
        margin-top: 0vw;
    }
    .slider_common ul.slick-dots li button {
        height: 2vw;
        width: 2vw;
        border: 0.139vw solid #dddddd;
        margin: 0 0.694vw;
    }

}


/*
    Section 14
------------------------------*/
.wl14 {
    text-align: center;
    padding: 74px 0 83px;
}

.wl14 h2 {
    font-family: 'Gilroy';
    font-size: 34px;
    font-weight: bold;
    line-height: 1.059;
    letter-spacing: 3.4px;
    color: #fc8780;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 78px;
}

.wl14 h2::before {
    height: 179px;
    width: 179px;
    background-color: #e0f5f2;
    border-radius: 50%;
    position: absolute;
    right: 103px;
    top: -115px;
    content: '';
    z-index: -1;
}

.wl14 .section_inner {
    width: 1190px;
}

.wl14_items {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.wl14_item li {
    margin: 0 0 43px;
}

.wl14_item.left {
    width: 50%;
    padding-left: 120px;
}

.wl14_item.right {
    width: 50%;
    padding-left: 65px;
}


@media (max-width: 1440px) {
    .wl14 {
        padding: 5.139vw 0 5.764vw;
    }

    .wl14 h2 {
        font-size: 2.361vw;
        letter-spacing: 0.236vw;
        margin-bottom: 5.417vw;
    }

    .wl14 h2::before {
        height: 12.431vw;
        width: 12.431vw;
        right: 7.153vw;
        top: -7.986vw;
    }

    .wl14 .section_inner {
        width: 82.639vw;
    }

    .wl14_item li {
        margin: 0 0 2.986vw;
    }

    .wl14_item.left {
        padding-left: 8.333vw;
    }

    .wl14_item.right {
        width: 50%;
        padding-left: 4.514vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .wl14 h2 {
        font-size: 3.86vw;
    }
}

@media (max-width: 550px) {
    .wl14 {
        padding: 6vw 0 2vw;
    }

    .wl14_items {
        display: block;
        justify-content: unset;
        text-align: left;
        padding-left: 4.8vw;
    }

    .wl14_item.right,
    .wl14_item.left {
        padding-left: 0;
        width: 100%;
    }

    .wl14 h2 {
        font-size: 5.5vw;
        text-align: left;
    }
}


/*
    Section 15
------------------------------*/

.wl15 .section_inner {
    width: 1090px;
    justify-content: flex-start;
    display: flex;
    position: relative;
}

.wl15 .section_inner:before {
    content: '';
    height: 1px;
    width: 50000px;
    background-color: #0b3c4a;
    position: absolute;
    right: 807px;
    top: 47px;
}

.wl15 .section_inner:after {
    content: '';
    height: 1px;
    width: 5000px;
    background: #0b3c4a;
    position: absolute;
    left: 780px;
    bottom: 5px;
}

.wl15_left {
    width: 50%;
    margin-top: 92px;
}

.wl15_left h3 {
    font-family: 'Gilroy';
    font-size: 30.5px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 3.05px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.wl15_left mark {
    background-image: linear-gradient(120deg, #c0e5e0 0%, #c0e5e0 100%);
    background-position: 0 95%;
}

.wl15_left_items {
    padding-left: 65px;
}

.wl15_left_items ul li {
    margin-bottom: 42px;
}

.wl15_left_items ul li:nth-child(3) {
    margin-bottom: 48px;
}

.wl15_left_items.sign_arrow ul li::before {
    background-image: url(wl15-check.png);
}

.wl15_right {
    position: relative;
    padding-right: 20px;
    width: 50%;
    padding-left: 34px;
}

.wl15_right::before {
    height: 327px;
    width: 327px;
    mix-blend-mode: multiply;
    background-color: #fff3b2;
    border-radius: 50%;
    position: absolute;
    right: -90px;
    top: 302px;
    content: '';
    opacity: .4;
}


@media (max-width: 1440px) {

    .wl15 .section_inner {
        width: 75.694vw;
    }

    .wl15 .section_inner:before {
        height: 0.069vw;
        width: 3472.222vw;
        right: 56.042vw;
        top: 3.264vw;
    }

    .wl15 .section_inner:after {
        height: 0.069vw;
        width: 347.222vw;
        left: 54.167vw;
        bottom: 0.347vw;
    }

    .wl15_left {
        margin-top: 6.389vw;
    }

    .wl15_left h3 {
        font-size: 2.118vw;
        letter-spacing: 0.212vw;
        margin-bottom: 2.917vw;
    }

    .wl15_left_items {
        padding-left: 4.514vw;
    }

    .wl15_left_items ul li {
        margin-bottom: 2.917vw;
    }

    .wl15_left_items ul li:nth-child(3) {
        margin-bottom: 3.333vw;
    }

    .wl15_right {
        padding-right: 1.389vw;
        padding-left: 2.361vw;
    }

    .wl15_right::before {
        height: 22.708vw;
        width: 22.708vw;
        right: -6.25vw;
        top: 20.972vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .wl15_left h3 {
        font-size: 3.4vw;
    }
}

@media (max-width: 550px) {
    .wl15 .section_inner {
        width: 100%;
        justify-content: unset;
        display: block;
    }

    .wl15_left {
        margin-top: 2vw;
        width: 100%;
    }

    .wl15_right {
        display: none;
    }

    .wl15 .section_inner:before {
        display: none;
    }

    .wl15_left h3 {
        font-size: 5.5vw;
        margin-bottom: 6vw;
    }

    .wl15_left .mobile_only {
        position: relative;
        padding-right: 5vw;
    }

    .wl15_left .mobile_only:before {
        content: '';
        mix-blend-mode: multiply;
        background-color: #fff3b2;
        border-radius: 50%;
        position: absolute;
        height: 35vw;
        width: 35vw;
        right: -4vw;
        top: 24vw;
        opacity: 0.8;
    }

    .wl15_left_items {
        margin-top: 3vw;
    }

    .wl15 .section_inner:after {
        display: none;
    }

}



/*
    Section 16
------------------------------*/
.wl16 {
    text-align: center;
    padding-top: 84px;
    padding-bottom: 61px;
}

.wl16 h3 {
    font-family: 'Gilroy';
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.4px;
    color: #fc8780;
    text-transform: uppercase;
    margin: 0 0 65px;
}

.wl16 mark {
    background-image: linear-gradient(120deg, #c0e5e0 0%, #c0e5e0 100%);
    background-size: 100% 49%;
    background-position: 0 90%;
    color: #0c0c0c;
}

.wl16 .section_inner {
    width: 990px;
}

.wl16_items {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-left: 65px;
}

.wl16_item li {
    margin-bottom: 44px;
}

.wl16 .sign_arrow ul li::before {
    position: absolute;
    content: '';
    background-image: url(wl16-check.png);
    height: 37px;
    width: 37px;
    left: -49px;
    top: 2px;
    background-size: 30px;
}

.wl16_item.left {
    width: 50%;
}

.wl16_item.right {
    width: 50%;
    padding-left: 76px;
}


@media (max-width: 1440px) {
    .wl16 {
        padding-top: 5.833vw;
        padding-bottom: 4.236vw;
    }

    .wl16 h3 {
        font-size: 2.361vw;
        letter-spacing: 0.236vw;
        margin: 0 0 4.514vw;
    }

    .wl16 .section_inner {
        width: 68.75vw;
    }

    .wl16_items {
        padding-left: 4.514vw;
    }

    .wl16_item li {
        margin-bottom: 3.056vw;
    }

    .wl16 .sign_arrow ul li::before {
        height: 2.569vw;
        width: 2.569vw;
        left: -3vw;
        top: 0.139vw;
        background-size: 2.083vw;
    }

    .wl16_item.right {
        width: 50%;
        padding-left: 5.278vw;
    }


}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .wl16 h3 {
        font-size: 3.6vw;
    }
}

@media (max-width: 550px) {
    .wl16_items {
        display: block;
        justify-content: unset;
        text-align: left;
        padding-left: 0;
    }

    .wl16_item.left {
        width: 100%;
        padding-bottom: 0vw;
        padding-left: 5vw;
    }

    .wl16_item.right {
        width: 100%;
        padding-left: 5vw;
    }

    .wl16 h3 {
        font-size: 5.5vw;
        text-align: left;
    }

    .wl16 {
        padding-top: 4vw;
        padding-bottom: 6vw;
    }

    .wl16 .sign_arrow ul li::before {
        height: 4vw;
        width: 4vw;
        left: -5.2vw;
        top: 1.639vw;
        background-size: contain;
    }
}

/*
    Section 17
------------------------------*/
.wl17 {
    text-align: center;
    background-color: #f3eeeb;
    padding-top: 104px;
    padding-bottom: 103px;
}

.wl17 .section_inner {
    width: 635px;
}

.wl17 h2 {
    font-size: 58px;
    font-weight: bold;
    line-height: 0.59;
    letter-spacing: 5.8px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 29px;
}

.wl17 h5 {
    font-family: 'Brandon Text';
    font-size: 20.5px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3.08px;
    color: #e26059;
    text-transform: uppercase;
}

.wl17_items {
    display: flex;
    justify-content: space-between;

}

.wl17_item {
    margin-top: 27px;
}

.wl17_item_cir {
    background-color: #d4f0ec;
    height: 274px;
    width: 274px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: -33px;
}

.wl17_item_top {
    height: 92px;
    background-color: #136d86;
    color: #fff;
    padding-top: 50px;
}

.wl17_item_top h6 {
    font-family: 'Brandon Text';
    font-size: 18px;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 2.7px;
    color: #f3eeeb;

}

.wl17_item_bottom {
    padding-top: 18px;
}

.wl17_item_bottom h6 {
    font-family: 'Gilroy';
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin: 0;

}

.wl17_item_bottom span {
    font-family: 'Gilroy';
    font-size: 37.5px;
    font-weight: bold;
    line-height: 0.91;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-block;
}

.wl17_item_bottom p {
    color: #136d86;
    line-height: 1.056;
}

.wl17_item .site_button {
    width: 255px;
    margin-top: 5px;
}

@media (max-width: 1440px) {

    .wl17 {
        padding-top: 7.222vw;
        padding-bottom: 7.153vw;
    }

    .wl17 .section_inner {
        width: 44.097vw;
    }

    .wl17 h2 {
        font-size: 4.028vw;
        letter-spacing: 0.403vw;
        margin-bottom: 2.014vw;
    }

    .wl17 h5 {
        font-size: 1.424vw;
        letter-spacing: 0.214vw;
    }

    .wl17_item {
        margin-top: 1.875vw;
    }

    .wl17_item_cir {
        height: 19.028vw;
        width: 19.028vw;
        margin-bottom: -2.292vw;
    }

    .wl17_item_top {
        height: 6.389vw;
        padding-top: 3.472vw;
    }

    .wl17_item_top h6 {
        font-size: 1.25vw;
        letter-spacing: 0.188vw;
    }

    .wl17_item_bottom {
        padding-top: 1.25vw;
    }

    .wl17_item_bottom h6 {
        font-size: 1.181vw;
        letter-spacing: 0.118vw;
    }

    .wl17_item_bottom span {
        font-size: 2.604vw;
        letter-spacing: 0.26vw;
        margin-bottom: 1.111vw;
    }

    .wl17_item .site_button {
        width: 17.708vw;
        margin-top: -3px;
    }


}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .wl17 .section_inner {
        width: 60vw;
    }

    .wl17 h2 {
        /* font-size: 6vw; */
        /* white-space: nowrap; */
        text-align: center;
    }

    .wl17 h5 {
        /* font-size: 2.8vw; */
    }



    .wl17_item_cir {
        height: 25vw;
        width: 25vw;
        margin-bottom: -2.292vw;
    }

    .wl17_item_top {
        height: 8vw;
        padding-top: 4vw;
    }


    .wl17_item_bottom {
        padding-top: 1.25vw;
    }
}

@media (max-width: 768px) {
    .wl17_items {
        width: 58vw;
        margin: 0 auto;
    }

    .wl17_item_bottom p {
        font-size: 1.7vw
    }

    .wl17 h5 {
        font-size: 2.5vw;
    }

    .wl17_item_top h6 {
        font-size: 2.1vw;
    }

    .wl17_item_bottom h6 {
        font-size: 1.8vw;
    }

    .wl17_item_bottom span {
        font-size: 3.6vw;
    }

    .wl17 h2 {
        font-size: 6vw;
    }

}

@media (max-width: 550px) {

    .wl17_items {
        width: 100%;
        margin: 0 auto;
        display: block;
        justify-content: unset;
        margin-top: 5vw;
    }

    .wl17_item {
        margin-bottom: 4vw;
    }

    .wl17_item:nth-child(2) {
        margin-bottom: 0;
    }

    .wl17_item_cir {
        height: 38vw;
        width: 38vw;
        margin: 0 auto;
    }

    .wl17_items {
        width: 60vw;
        margin: 0 auto;
    }

    .wl17_item_bottom p {
        font-size: 2.5vw;
    }

    .wl17 h5 {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }

    .wl17_item_top h6 {
        font-size: 3vw;
    }

    .wl17_item_bottom h6 {
        font-size: 2.8vw;
    }

    .wl17_item_bottom span {
        font-size: 5.5vw;
    }

    .wl17 h2 {
        font-size: 6vw;
        margin-bottom: 4vw;
    }

    .wl17_item_top {
        height: 11.5vw;
        padding-top: 5.5vw;
    }

    .wl17_item .site_button {
        width: unset;
        margin-top: unset;
        position: relative;
        top: -5vw;
    }

    .wl17 {
        padding-bottom: 2vw;
        padding-top: 8vw;
    }


}


/*
    Section 18
------------------------------*/
.wl18 {
    text-align: center;
    padding: 85px 0 103px;
}

.wl18 .section_inner {
    width: 1258px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    padding-top: 83px;
    padding-bottom: 80px;
}

.wl18 .section_inner::before {
    position: absolute;
    height: 100%;
    width: 1202px;
    background-color: #fc8780;
    content: '';
    right: -118.5px;
    top: 0;
    z-index: -1;
}

.wl18_left {
    width: 45%;
    margin-right: 40px;
}

.wl18_left::after {
    left: -136px;
    bottom: -84px;
    content: '';
    height: 543px;
    width: 543px;
    background-color: rgba(249, 222, 77, 0.45);
    position: absolute;
    border-radius: 50%;
    opacity: .8;
}

.wl18_right {
    width: 55%;
    text-align: left;
    color: #fff;
    margin-left: -10px;
}

.wl18_txt_head {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 104px;
    margin-bottom: 60px;
}

.wl18_right .wl18_txt p {
    margin-bottom: 21.5px;
}

.wl18_txt_head::before {
    position: absolute;
    height: 115px;
    width: 895px;
    background-color: #f9de4d;
    content: '';
    right: -90px;
    top: -28px;
    z-index: -1;
}

.wl18_txt_head h5 {
    font-family: 'Brandon Text';
    font-size: 17px;
    font-weight: bold;
    line-height: 1.62;
    letter-spacing: 2.55px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
}

.wl18_txt_head::after {
    position: absolute;
    background-image: url(wl18-q.png);
    background-repeat: no-repeat;
    width: 73px;
    height: 59px;
    content: '';
    left: -100px;
    top: 1px;
}


@media (max-width: 1440px) {

    .wl18 {
        padding: 5.903vw 0 7.153vw;
    }

    .wl18 .section_inner {
        width: 87.361vw;
        padding-top: 5.764vw;
        padding-bottom: 5.556vw;
    }

    .wl18 .section_inner::before {
        width: 83.472vw;
        right: -8.229vw;
    }

    .wl18_left {
        margin-right: 2.778vw;
    }

    .wl18_left::after {
        left: -9.444vw;
        bottom: -5.833vw;
        height: 37.708vw;
        width: 37.708vw;
    }

    .wl18_right {
        margin-left: -0.694vw;
    }

    .wl18_txt_head {
        margin-top: 7.222vw;
        margin-bottom: 4.167vw;
    }

    .wl18_right .wl18_txt p {
        margin-bottom: 1.493vw;
    }

    .wl18_txt_head::before {
        height: 7.986vw;
        width: 62.153vw;
        right: -6.25vw;
        top: -1.944vw;
    }

    .wl18_txt_head h5 {
        font-size: 1.181vw;
        letter-spacing: 0.177vw;
    }

    .wl18_txt_head::after {
        width: 5.069vw;
        height: 4.097vw;
        left: -6.944vw;
        top: 0.069vw;
        background-size: 5.069vw;
    }


}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .wl18_txt_head h5 {
        font-size: 2vw;
        line-height: 1;
    }

    .wl18_txt_head::before {
        height: 9vw;
        top: -1.6vw;
    }

    .wl18_left::after {
        left: -4vw;
        bottom: 13vw;
    }

}

@media (max-width: 768px) {}

@media (max-width: 550px) {
    .wl18 {
        padding: 0;
    }

    .wl18 .section_inner {
        display: block;
        justify-content: unset;
        padding-top: 1vw;
    }

    .wl18_right,
    .wl18_left {
        width: 100%;
    }

    .wl18_left>img {
        display: none;
    }

    .wl18 .section_inner::before {
        width: 100%;
        right: 0;
    }

    .wl18_txt_head h5 {
        font-size: 3.8vw;
        line-height: 1;
    }

    .wl18_left::after {
        left: 1vw;
        top: 83vw;
    }

    .wl18_txt_head::before {
        height: 22vw;
        width: 100%;
        right: 0;
        top: -4vw;
    }

    .wl18_txt_head {
        margin-top: 8vw;
        margin-bottom: 6vw;
        padding-left: 9vw;
        padding-right: 4vw;
    }

    .wl18_txt_head::after {
        width: 6vw;
        height: 4.5vw;
        left: 2.056vw;
        top: 0.069vw;
        background-size: contain;
    }

    .wl18_txt .mobile_only {
        margin-bottom: 4vw;
    }
}


/*
    Section 19
------------------------------*/
.wl19 {
    text-align: center;
    padding: 0 0 68px;
}

.wl19 .section_inner {
    width: 1141px;
    position: relative;
}

.wl19 h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3.4px;
    color: #136d86;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 48px;
}

.wl19 h3::before {
    height: 111px;
    width: 111px;
    background-color: #d6f2ee;
    border-radius: 50%;
    position: absolute;
    right: -22px;
    top: 11px;
    content: '';
    z-index: -1;
}

.wl19 h4 {
    font-family: 'Gilroy';
    font-size: 27px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: 2.7px;
    margin-bottom: 28px;
    margin-top: 37px;
}

.wl19 h5 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 1.6px;
    color: #f3685f;
}

.wl19_items {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    padding: 38px 0 54px 90px;
}

.wl19_item ul li {
    margin-bottom: 44px;
}

.wl19_item.left {
    width: 50%;
}

.wl19_item.right {
    width: 50%;
    padding-left: 20px;
}

.wl19_mid p {
    margin-bottom: 45px;
}

.wl19_mid p:last-child {
    margin-bottom: 0;
}

.wl19_or {
    width: 55px;
    height: 55px;
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 1.68px;
    text-align: center;
    color: #f3685f;
    background-color: #e0f5f2;
    border-radius: 50%;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 15px;
}

.wl19_rev {
    margin-top: 70px;
}

.wl19_rev ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 37px;
}

.wl19_rev ul li {
    display: inline-block;
    width: 50%
}

.wl19_rev ul li:nth-child(2) {
    padding-left: 6px;
}

.wl19_rev ul li:nth-child(4) {
    padding-left: 6px;
}

.wl19_rev ul li:nth-child(3) {
    position: relative;
    margin-top: -60px;
}


@media (max-width: 1440px) {
    .wl19 {
        padding: 0 0 4.722vw;
    }

    .wl19 .section_inner {
        width: 79.236vw;
        position: relative;
    }

    .wl19 h3 {
        font-size: 2.361vw;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.236vw;
        color: #136d86;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 3.333vw;
    }

    .wl19 h3::before {
        height: 7.708vw;
        width: 7.708vw;
        background-color: #d6f2ee;
        border-radius: 50%;
        position: absolute;
        right: -1.528vw;
        top: 0.764vw;
        content: '';
        z-index: -1;
    }

    .wl19 h4 {
        font-family: 'Gilroy';
        font-size: 1.875vw;
        font-weight: bold;
        line-height: 1.28;
        letter-spacing: 0.188vw;
        margin-bottom: 1.944vw;
        margin-top: 2.569vw;
    }

    .wl19 h5 {
        font-family: 'Poppins';
        font-size: 1.389vw;
        font-weight: 600;
        line-height: 1.35;
        letter-spacing: 0.111vw;
        color: #f3685f;
    }

    .wl19_items {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        padding: 2.639vw 0 3.75vw 6.25vw;
    }

    .wl19_item ul li {
        margin-bottom: 3.056vw;
    }

    .wl19_item.left {
        width: 50%;
    }

    .wl19_item.right {
        width: 50%;
        padding-left: 1.389vw;
    }

    .wl19_mid p {
        margin-bottom: 3.125vw;
    }

    .wl19_mid p:last-child {
        margin-bottom: 0;
    }

    .wl19_or {
        width: 3.819vw;
        height: 3.819vw;
        font-family: 'Poppins';
        font-size: 1.458vw;
        font-weight: 600;
        line-height: 3.819vw;
        letter-spacing: 0.117vw;
        text-align: center;
        color: #f3685f;
        background-color: #e0f5f2;
        border-radius: 50%;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 1.25vw;
        margin-top: 1.042vw;
    }

    .wl19_rev {
        margin-top: 4.861vw;
    }

    .wl19_rev ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 2.569vw;
    }

    .wl19_rev ul li:nth-child(2) {
        padding-left: 0.417vw;
    }

    .wl19_rev ul li:nth-child(4) {
        padding-left: 0.417vw;
    }

    .wl19_rev ul li:nth-child(3) {
        position: relative;
        margin-top: -4.167vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {


    .wl19_items {
        padding: 2.639vw 0 3.75vw 0;
    }

    .wl19_item.right {
        width: 50%;
        padding-left: 2vw;
    }

    .wl19_item.left {
        width: 50%;
        padding-right: 6vw;
    }

    .wl19_rev ul {
        padding-left: 0vw;
    }

    .wl19_rev ul li {
        margin-bottom: 3vw;
        width: 100%;
    }

    .wl19_rev ul li:nth-child(2) {
        padding-left: 0vw;
    }

    .wl19_rev ul li:nth-child(4) {
        padding-left: 0vw;
    }

    .wl19_rev ul li:nth-child(3) {
        position: relative;
        margin-top: 0vw;
    }

    .wl19 {
        padding: 0vw;
    }


}

@media (max-width: 768px) {
    .wl19 h3 {
        font-size: 3.6vw;
    }

    .wl19 h4 {
        font-size: 2.8vw;
    }

    .wl19 h5 {
        font-size: 2.2vw;
    }

    .wl19_item.left {
        padding-right: 3vw;
    }

    .wl19_item.right {
        padding-left: 3vw;
    }

    .wl19_rev ul {
        display: block;
        flex-wrap: unset;
        padding-left: 0;
    }

    .wl19_rev ul li {
        display: inline-block;
        width: 100%
    }

    .wl19_or {
        width: 5.819vw;
        height: 5.819vw;
        line-height: 5.819vw;
    }

}

@media (max-width: 550px) {
    .wl19 {
        padding: 6vw 0;
    }

    .wl19_items {
        display: block;
        justify-content: unset;
        text-align: left;
        padding: 2.639vw 0 3.75vw 6.25vw;
    }

    .wl19_item.right,
    .wl19_item.left {
        width: 100%;
        padding-left: 0;
    }

    .wl19 h3 {
        font-size: 5.5vw;
    }

    .wl19 h4 {
        font-size: 3.8vw;
    }
        .wl19_or {
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 2.8vw;
        margin-bottom: 5vw;
    }

    .wl19 h5 {
        font-size: 3.2vw;
    }

    .wl19 h3::before {
        right: 4.472vw;
        top: -2.236vw;
    }

}



/* section 20 */
.wl20 {
    background-color: #e0f5f2;
    padding-top: 110px;
    padding-bottom: 84px;
}

.wl20 .section_inner {
    position: relative;
    text-align: center;
    width: 1010px;
}

.wl20 .section_inner:before {
    background-image: url(wl20_art1.png);
    width: 805px;
    background-repeat: no-repeat;
    height: 263px;
    position: absolute;
    content: '';
    left: -605px;
    top: 119px;
}

.wl20 .section_inner:after {
    background-image: url(wl20_art2.png);
    width: 805px;
    background-repeat: no-repeat;
    height: 263px;
    position: absolute;
    content: '';
    right: -663px;
    top: 123px;
}

.wl20 .section_inner h2 {
    font-size: 51.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 5.15px;
    color: #000000;
    position: relative;
    margin-bottom: 118px;
}

.wl20 .section_inner h2 mark {
    background-image: linear-gradient(120deg, #fc8780 0%, #fc8780 100%);
    background-size: 100% 55%;
    background-position: 0 88%;
}

.wl20 .section_inner h2:after {
    background-image: url(wl20_art1.png);
    content: '';
    position: absolute;
    width: 1px;
    height: 57px;
    background-color: #000;
    left: 50%;
    top: 138px;
}

.wl20 .site_button {
    padding: 20px 84px;
}



@media (max-width: 1440px) {

    .wl20 {
        padding-top: 7.639vw;
        padding-bottom: 5.833vw;
    }

    .wl20 .section_inner {
        width: 70.139vw;
    }

    .wl20 .section_inner:before {
        width: 55.903vw;
        height: 18.264vw;
        left: -42.014vw;
        top: 8.264vw;
        background-size: 55.903vw;
    }

    .wl20 .section_inner:after {
        width: 55.903vw;
        height: 18.264vw;
        right: -46.042vw;
        top: 8.542vw;
        background-size: 55.903vw;
    }

    .wl20 .section_inner h2 {
        font-size: 3.576vw;
        letter-spacing: 0.358vw;
        margin-bottom: 8.194vw;
    }

    .wl20 .section_inner h2:after {
        width: 0.069vw;
        height: 3.958vw;
        top: 9.583vw;
    }

    .wl20 .site_button {
        padding: 1.4vw 6vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .wl20 .section_inner h2 {
        /* font-size: 4.5vw; */
        margin-bottom: 10vw;
    }

    .wl20 {
        padding-top: 5vw;
        padding-bottom: 9vw;
    }

    .wl20 .section_inner h2:after {
        top: 13vw;
    }

    .wl20 .section_inner {
        width: 78vw;
    }

    .wl20 .section_inner:after {
        right: -34vw;
        top: 15vw;
    }

    .wl20 .section_inner:before {
        left: -36vw;
        top: 15vw;
    }
}

@media (max-width: 768px) {
    .wl20 .section_inner h2 {
        font-size: 4.8vw;
    }
}

@media (max-width: 550px) {
    .wl20 {
        padding-top: 8vw;
        padding-bottom: 12vw;
    }

    .wl20 .section_inner h2:after {
        width: 0.069vw;
        height: 6vw;
        top: 16vw;
    }

    .wl20 .section_inner:after {
        width: 77vw;
        height: 25vw;
        right: -46.042vw;
        top: 20.542vw;
        background-size: contain;
    }

    .wl20 .section_inner:before {
        width: 77vw;
        height: 25vw;
        left: -47.014vw;
        top: 20.542vw;
        background-size: contain;
    }
  .wl20 .site_button {
    padding: 2.4vw 8vw;
    margin-top: 5vw;
}
}


/* section 21 */
.wl21 {
    padding-top: 102px;
    padding-bottom: 30px;
}

.wl21 .section_inner {
    text-align: center;
    width: 1040px;
}

.wl21 .section_inner h2 {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    color: #fc8780;
    margin-bottom: 47px;
    position: relative;
    display: inline-block;
}

.wl21 .section_inner h2:after {
    width: 164px;
    height: 163px;
    opacity: 0.75;
    mix-blend-mode: multiply;
    background-color: #fff3b2;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: -71px;
    content: '';
    z-index: -1;
}

.wl21 .accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer
}

.wl21 .accordion-container .article-title {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.5em 2em;
    font-family: Poppins;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 1.52px;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.wl21 .accordion-container .content-entry i {
    position: absolute;
    top: 10px;
    left: 18px;
    font-style: normal;
    font-size: 20px;
}

.wl21 .accordion-container .content-entry i:before {
    content: "+ ";
}

.accordion-container .content-entry.open i:before {
    content: "- ";
}

.wl21 .accordion-content {
    display: none;
    padding-left: 2.3125em;
}

.wl21 #content {
    width: 100%;
}

.wl21 .accordion-container,
.wl21 #description {
    width: 90%;
    margin: 45px auto 68px;
    padding: 0;
}

.wl21 .accordion-container .content-entry:first-child {
    margin-bottom: 22px;
}

.wl21 .accordion-container .content-entry:nth-child(2) {
    margin-bottom: 5px;
}

.wl21 #description p {
    line-height: 1.5;
}

.wl21 #description h2 {
    text-align: center;
}

.wl21_bottom span p {
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1.84px;
    text-align: center;
    color: #136d86;
    margin-bottom: 23px;
}

.wl21_bottom p strong {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: 1.44px;
    text-align: center;
    color: #000000;
}

.wl21_bottom a.site_button {
    margin-top: 30px;
    font-size: 21.5px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 58px;
    padding-right: 58px;
}


@media (max-width: 1440px) {
    .wl21 {
        padding-top: 7.083vw;
        padding-bottom: 2.597vw;
    }

    .wl21 .section_inner {
        width: 72.222vw;
    }

    .wl21 .section_inner h2 {
        font-size: 2.361vw;
        letter-spacing: 0.236vw;
        margin-bottom: 3.264vw;
    }

    .wl21 .section_inner h2:after {
        width: 11.389vw;
        height: 11.319vw;
        right: 2.083vw;
        top: -4.931vw;
    }

    .wl21 .accordion-container .article-title {
        padding: 0.625em 0.625em 0.5em 2em;
        font-size: 1.319vw;
        letter-spacing: 0.106vw;
    }

    .wl21 .accordion-container .content-entry i {
        top: 0.694vw;
        left: 1.25vw;
        font-size: 1.389vw;
    }

    .wl21 .accordion-content {
        padding-left: 2.3125em;
    }

    .wl21 .accordion-container,
    .wl21 #description {
        margin: 3.125vw auto 4.722vw;
    }

    .wl21 .accordion-container .content-entry:first-child {
        margin-bottom: 1.528vw;
    }

    .wl21 .accordion-container .content-entry:nth-child(2) {
        margin-bottom: 0.347vw;
    }

    .wl21_bottom span p {
        font-size: 1.597vw;
        letter-spacing: 0.128vw;
        margin-bottom: 1.597vw;
    }

    .wl21_bottom p strong {
        font-size: 1.25vw;
        letter-spacing: 0.1vw;
    }

    .wl21_bottom a.site_button {
        margin-top: 2.319vw;
        font-size: 1.493vw;
        padding-top: 2.431vw;
        padding-bottom: 2.431vw;
        padding-left: 4.028vw;
        padding-right: 4.028vw;
    }

}


@media (max-width: 1140px) {}

@media (max-width: 1024px) {

    .wl21 .section_inner h2 {
        /* font-size: 2.8vw; */
    }

    .wl21 .section_inner {
        width: 85vw;
    }

    .wl21 .accordion-container .article-title {
        font-size: 1.75vw;
    }

    .wl21_bottom span p {
        /* font-size: 2.5vw; */
    }

    .wl21_bottom p strong {
        font-size: 1.75vw;
    }

    .wl21 {
        padding-top: 9vw;
        padding-bottom: 1.597vw;
    }

    .wl21 .accordion-container .content-entry i {
        top: 0.9vw;
        left: 1.25vw;
        font-size: 2vw;
    }

    .wl21 .section_inner h2:after {
        right: 5vw;
        top: -5vw;
    }
}

@media (max-width: 768px) {
    .wl21 .accordion-container .article-title {
        font-size: 2.4vw;
        padding-right: 0;
    }

    .wl21 .accordion-container .content-entry i {
        top: 2vw;
        left: 1.25vw;
        font-size: 2.5vw;
    }

    .wl21_bottom p strong {
        font-size: 1.8vw;
    }

    .wl21_bottom a.site_button {
        font-size: 2vw;
    }

    .wl21 .section_inner h2 {
        font-size: 2.8vw;
    }

    .wl21_bottom span p {
        font-size: 2.5vw;
    }
}

@media (max-width: 550px) {
    .wl21 {
        padding-top: 15vw;
        padding-bottom: 2vw;
    }

    .wl21 .accordion-container .article-title {
        font-size: 3.7vw;
        padding-right: 0;
    }

    .wl21 .accordion-container .content-entry i {
        top: 2vw;
        left: 3.25vw;
        font-size: 4.5vw;
    }

    .wl21_bottom p strong {
        font-size: 3.3vw;
    }

    .wl21_bottom a.site_button {
        font-size: 3vw;
        padding-left: 8vw;
        padding-right: 8vw;
        padding-top: 3vw;
        margin-bottom: 4vw;
        line-height: 4vw;
    }

    .wl21 .section_inner h2 {
        font-size: 4.8vw;
    }

    .wl21_bottom span p {
        font-size: 4vw;
    }

    .wl21 .accordion-container,
    .wl21 #description {
        margin: 1vw 0 5vw;
        width: 100%;
    }
}

/*
    Section 22
------------------------------*/

.wl22 .section_inner {
    width: 1270px;
    display: flex;
    padding-left: 0;
    align-content: space-between;
}

.wl22_item {
    margin-right: 18px;
    margin-bottom: 27px;
    width: 33.33%;
}

.wl22_item:last-child {
    margin-right: 0;
}

.wl22_item iframe {
    width: 100%;
    border: none;
    height: 235px;
}


@media (max-width: 1440px) {

    .wl22 .section_inner {
        width: 88.194vw;
    }

    .wl22_item {
        margin-right: 1.25vw;
        margin-bottom: 1.875vw;
    }

    .wl22_item iframe {
        height: 16.319vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {

    .wl22 .section_inner {
        padding-left: 5vw;
        padding-top: 2vw;
    }

}

@media (max-width: 550px) {

    .wl22 .section_inner {
        width: 1270px;
        display: block;
        padding-left: 15vw;
        align-content: unset;
        padding-top: 2vw;
        padding-bottom: 3vw;
    }

    .wl22_item {
        margin-bottom: 3vw;
        width: 70vw;
    }

    .wl22_item iframe {
        height: 40vw;
    }


}


/*
    Footer
------------------------------*/

.site_footer {
    background-color: #000;
    color: #fff;
    padding-top: 22px;
    padding-bottom: 23px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-align: center;
}

.site_footer ul li {
    display: inline-block;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    padding: 0 8px !important;
}

.site_footer ul li:first-child {
    padding-left: 0 !important;
}

.site_footer ul li:last-child {
    border: 0;
}

.site_footer ul li span {
    text-transform: lowercase;
}

.site_footer ul li,
.site_footer ul li a {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.1px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: 'Quicksand';
}


.site_footer ul li:last-child {
    text-transform: uppercase;
}

.site_footer ul li:last-child a {
    color: #6bbdb9;
    margin-left: 10px;
}

/* responsive */
@media (max-width: 1440px) {

    .site_footer {
        padding-top: 1.528vw;
        padding-bottom: 1.597vw;
        font-size: 1.042vw;
        letter-spacing: 0.063vw;
    }

    .site_footer ul li {
        border-right: 0.069vw solid #fff;
        padding: 0 0.556vw !important;
    }

    .site_footer ul li,
    .site_footer ul li a {
        font-size: 1.042vw;
        letter-spacing: 0.076vw;
    }

    .site_footer ul li:last-child a {
        margin-left: 0.694vw;
    }

}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .site_footer ul li:first-child {
        padding-left: 2vw !important;
    }
}

@media (max-width: 768px) {

    /* Common Style For Mobile */

    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }

    .pc_only {
        display: none;
    }

    .tablet_only {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 550px) {

    /* Common Style For Mobile */

    .mobile_only {
        display: block;
    }

    .section_inner {
        padding-left: 8vw;
        padding-right: 8vw;
    }

    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }

    .pc_only {
        display: none;
    }

    .tablet_only {
        display: block;
    }
}


/*
    Footer
------------------------------*/

.site_footer {
    background-color: #000;
    color: #fff;
    padding-top: 22px;
    padding-bottom: 23px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.9px;
}

.site_footer ul {
    margin: 0 auto;
}

.site_footer ul li {
    display: inline-block;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    padding: 0 12px !important;
}

.site_footer ul li:last-child {
    border: 0;
}

.site_footer ul li span {
    text-transform: lowercase;
}

.site_footer ul li,
.site_footer ul li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff;
    word-spacing: 3px;
}


.site_footer ul li:last-child {
    text-transform: uppercase;
}

.site_footer ul li:last-child a {
    color: #6bbdb9;
    margin-left: 10px;
}

/* responsive */
@media (max-width: 1440px) {

    .site_footer {
        padding-top: 1.528vw;
        padding-bottom: 1.597vw;
        font-size: 1.042vw;
        letter-spacing: 0.063vw;
    }

    .site_footer ul li {
        border-right: 0.069vw solid #fff;
        padding: 0 0.833vw;
    }

    .site_footer ul li,
    .site_footer ul li a {
        font-size: 1.042vw;
        word-spacing: 0.208vw;
        letter-spacing: 0.083vw;
    }

    .site_footer ul li:last-child a {
        margin-left: 0.694vw;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .site_footer ul {
        width: 100%;
    }

}

@media (max-width: 768px) {

    .site_footer ul li:nth-child(3) {
        display: block;
    }

    .site_footer ul li {
        border: none;
        margin-bottom: 1.2vw;
    }

    .site_footer ul li:first-child {
        border-right: 0.069vw solid #fff;
    }

    .site_footer ul li,
    .site_footer ul li a {
        font-size: 2vw;
        word-spacing: 0.208vw;
        letter-spacing: 0.083vw;
    }

    .site_footer {
        padding-top: 3vw;
        padding-bottom: 2vw;
    }

    /* Common Style For Mobile */

    .mobile_only {
        /* display: block; */
    }

    .section_inner {
        width: 100% !important;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }

    .pc_only {
        display: none;
    }

    .tablet_only {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 550px) {
    .site_footer ul li {
        border: none;
        margin-bottom: 1.2vw;
    }

    .site_footer ul li:first-child {
        border-right: 0.069vw solid #fff;
    }

    .site_footer ul li,
    .site_footer ul li a {
        font-size: 3vw;
        word-spacing: 0.208vw;
        letter-spacing: 0.083vw;
    }

     .site_footer ul li{
         margin-bottom: 1vw !important;
     }

    .site_footer {
        padding-top: 3vw;
        padding-bottom: 2vw;
    }

    

    /* Common Style For Mobile */

    .mobile_only {
        display: block;
    }

    .section_inner {
        padding-left: 8vw;
        padding-right: 8vw;
    }

    .section_left_item {
        width: 100% !important;
    }

    .section_right_item {
        width: 100% !important;
    }
    li {
        margin-bottom: 4vw !important;
    }

    p {
        margin-bottom: 4vw !important;
    }
    .pc_only {
        display: none;
    }

}