@font-face {
    font-family: 'Roboto Slab';
    src: url('robotoslab-regular.woff2') format('woff2'),
        url('robotoslab-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('robotoslab-light.woff2') format('woff2'),
        url('robotoslab-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('robotoslab-medium.woff2') format('woff2'),
        url('robotoslab-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('robotoslab-bold.woff2') format('woff2'),
        url('robotoslab-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham';
    src: url('gotham-bold.woff2') format('woff2'),
        url('gotham-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham-medium.woff2') format('woff2'),
        url('gotham-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('gotham-light.woff2') format('woff2'),
        url('gotham-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: "Roboto Slab";
    font-size: 1.354vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.034vw;
    text-align: left;
    color: rgb(255, 255, 255);
}

h1 {
    font-family: Gotham;
    font-size: 6.198vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -0.12vw;
    text-align: left;
    color: rgb(255, 255, 255);
    margin-bottom: 0.833vw;
}

h2 {
    font-family: Gotham;
    font-size: 5.208vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.68;
    letter-spacing: normal;
    text-align: left;
    color: rgb(35, 32, 33);
    margin-bottom: 1.042vw;
}

h3 {
    font-family: Gotham;
    font-size: 4.167vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: -0.104vw;
    text-align: left;
    color: rgb(35, 32, 33);
}

h4 {
    font-family: "Roboto Slab";
    font-size: 2.344vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: 0.059vw;
    text-align: left;
    color: rgb(49, 92, 101);
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a:hover {
    filter: brightness(100%);
}

.section_inner {
    margin: 0px auto;
}

.d_flex {
    display: flex;
}

.section_left_item {}

.section_right_item {}

.only_mobile {}

.site_button,
input[type="submit"] {
    display: inline-block;
    font-family: Gotham;
    font-size: 0.833vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.167vw;
    text-align: left;
    color: rgb(35, 32, 33);
    text-transform: uppercase;
    padding: 0.625vw 1.875vw 0.469vw 2.135vw;
    background-color: rgb(224, 254, 104);
    border: 0px;
    cursor: pointer;
    transition: inherit;
}

.site_button:hover,
input[type="submit"]:hover {
    color: rgb(0, 0, 0);
}

p {
    margin-top: 0px;
    margin-bottom: 1.354vw;
}

p:last-child {
    margin-bottom: 0px;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, rgb(252, 222, 201) 0%, rgb(252, 222, 201) 100%);
    background-repeat: no-repeat;
    background-size: 100% 61%;
    background-position: 0px 48%;
    color: inherit;
}

.text_center {
    text-align: center;
}

.mobile_only {
    display: none;
}


@media (max-width: 768px) {

    .section_left_item,
    .section_right_item {
        width: 100% !important;
    }

    .section_inner {
        padding: 0 0vw 0 8vw;
    }

    h1 {
        font-size: 11.6vw;
        line-height: 1.15;
    }

    .site_heading {
        padding-top: 22vw;
    }

    .wlm2 .section_right_item {
        padding-top: 75vw !important;
    }


}

@media (max-width: 550px) {}

@media (max-width: 1440px) {}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}








/*=======================================
  Site Header Section
=========================================*/

/*
    Header
------------------------------*/
.lp_header{
    position: fixed;
    width: 100%;
    z-index: 99;
}
.lp_header .section_inner {
    display: flex;
    width: 100%;
    padding-top: 1.944vw;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 2.708vw;
    padding-left: 3.958vw;
    padding-right: 3.819vw;
}
.lp_header_left {
    width: 18%;
    padding-top: 0vw;
}
.lp_logo_image {
    width: 7.153vw;
}
.lp_header_right {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    /* justify-content: center; */
    width: 82%;
    text-align: right;
    padding-top: 0.486vw;
    padding-left: 0.278vw;
}
.lp_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
.lp_header_right li {
    display: inline-block;
    margin: 0;
    margin-right: 2.222vw;
}
.lp_header_right li a {
    display: block;
    margin: 0 0vw;
    padding: 0 1.181vw;
    position: relative;
    font-size: 0.903vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.028vw;
    text-align: left;
    color: #f4f0ec;
    font-family: 'Gotham';
    text-transform: uppercase;
}
.responsive-menu ul li a:after,
.lp_header_right li a:after {
    content: " ";
    width: 100%;
    height: 1.181vw;
    background-image: url(lp_nav-hover.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    opacity: 0;
    position: absolute;
    bottom: 0.972vw;
    left: -0.139vw;
    z-index: -1;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

.responsive-menu ul li a:after {
    height: 1.389vw;
    bottom: 0.417vw;
}

.responsive-menu ul li a:hover:after,
.lp_header_right li a:hover:after {
    opacity: 1;
}
.responsive-menu ul li a {
    display: inline-block;
    padding: 0 1.528vw;
}
.responsive-menu ul li.pf4_user_menu_item {
    margin-bottom: 0px;
}
.responsive-menu ul li.pf4_user_menu_item .user img.user__avatar {
    display: none;
}
.responsive-menu ul li.pf4_user_menu_item .user .user__dropdown a {
    display: block;
    margin-bottom: 1.736vw;
}


.lp_header.active{
    background-color: #388da6;
}
.lp_header.active .section_inner{
    padding-bottom: 0.694vw;
    padding-left: 3.958vw;
    padding-right: 3.819vw;
    padding-top: 0.764vw;
}
.lp_header.active .lp_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 82%;
    /* text-align: right; */
    padding-top: 0vw;
}
.lp_header_left a.lp_logo svg{
    
width: 7.12vw;
    
height: auto;
}

@media (max-width: 1440px) { }

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    .lp_header_left {
        padding-left: 0vw;
    }
    .lp_header_right {
        padding-left: 0;
        padding-top: 0vw;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .lp_header_right li a {
        font-size: 1.2vw;
    }
    .lp_header.active .section_inner {
        padding-bottom: 0.4vw;
        padding-left: 3.958vw;
        padding-right: 3.819vw;
        padding-top: 0.764vw;
    }
}

@media (max-width: 768px) {
    .lp_header {
      padding-top: 1.944vw;
      padding-bottom: 1.944vw;
      padding-left: 3.958vw;
      padding-right: 3.819vw;
      /* background-color: #FFF; */
    }
    .lp_header .section_inner,
    .lp_header.active .section_inner {
        position: relative;
        padding-top: 0vw;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding-bottom: 0vw;
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .lp_header_right {
        text-align: right;
            position: relative;
    }

    .lp_logo_image {
        width: 11.153vw;
    }
    .lp_header2 {
          padding-top: 1.944vw;
          padding-bottom: 18vw;
          padding-left: 3.958vw;
          padding-right: 3.819vw;
      }
    .lp_header2 .section_inner {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
}

@media (max-width: 550px) {
    .lp_header .section_inner,
    .lp_header.active .section_inner{padding-bottom: 0vw;padding-left: 0vw;padding-right: 0vw;padding-top: 0vw;}
    .lp_header_left {
        width: 60%;
    }
    .lp_logo_image {
        width: 19.4vw;
    }
    .lp_header_left a.lp_logo{
        
    }
    .lp_header_left a.lp_logo svg{
        width: 23vw;
        height: auto;
    }
    .lp_header_right {
        width: 40%;
        position: relative;
    }
    .lp_header.active .lp_header_right{      
        width: 40%;      
        display: block;      
        flex-wrap: unset;      
        flex-direction: unset;      
        justify-content: unset;
    }


    .lp_header2{
        padding-top: 5vw;
        padding-bottom: 37.5vw;
        padding-left: 7.6vw;
        padding-right: 8.3vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
        /* background-color: #FFF; */
    }
    .lp_header2 .section_inner {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
}





/*
    Responsive Header
------------------------------*/
.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    display: block;
    width: 23px;
    height: 24px;
    margin-right: 0vw;
    margin-top: 0px;
    background-image: url(close-menu.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0vw;
    position: absolute;
    z-index: 24;
    top: 2vw;
}
.responsive-menu:before{
    content:"";
    width:100%;
    display:block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(res_bg.png);
    position: absolute;
    bottom: 0vw;
    height: 89px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: #F4F0EC;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    padding-top: 0vw;
    padding-bottom: 50vw;
}

.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 1.25vw;
    list-style-type: none;
    position: relative;
    margin-bottom: 5.4vw;
    text-align: center;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    display: inline-block;
    text-decoration: none;
    font-size: 23px !important;
    letter-spacing: 0.021vw;
    position: relative;
    text-align: center;
    line-height: 1.52;
    border: 0;
    margin: 0;
    color: #315C65;
    font-family: 'Gotham';
    text-transform: uppercase;
    font-weight: 500;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

@media (max-width: 1440px) {}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .lp_header_right ul {
        display: none;
    }

    a.responsive-menu-hand {
        width: 28px;
        height: 24px;
        margin-right: 0vw;
        margin-top: 0px;
        background-image: url(m-menu.svg);
        background-position: center;
        background-size: 31px;
        background-repeat: no-repeat;
        right: 0vw;
        position: absolute;
        z-index: 24;
        top: 1.2vw;
    }

    .responsive-menu-hand {
        display: block;
    }
}

@media (max-width: 550px) {
    .lp_header {
        padding-top: 5vw;
        padding-bottom: 5vw;
        padding-left: 7.6vw;
        padding-right: 8.3vw;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
        /* background-color: #FFF; */
    }

    a.responsive-menu-hand {
        /* margin-right: -0.7vw; */
        /* margin-top: 0vw; */
        /* top: 1vw; */
    }
}


.lp_header .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: -13px;
}

.lp_header .user .dropdown>:before {
    content: " ";
    position: absolute;
    z-index: 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #F2D0C4;
    opacity: 1;
    height: 14px;
    width: 2px;
    top: 17px;
    left: -10px;
}

.lp_header .user__avatar {
    height: 40px;
    max-height: 40px;
    margin: 0 0 0 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.lp_header .user__dropdown {
    position: absolute;
    z-index: 2000;
    top: 50px;
    right: 0;
    display: none;
    padding: 20px 30px;
    text-align: left;
    white-space: nowrap;
    border-top: 1px solid #f9f9f9;
    background: #f9f9f9;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
}

.lp_header .user__dropdown--light a {
    color: #0a2338;
}
.lp_header .user__dropdown--dark a {
    color: #fff;
}
.lp_header .user__dropdown span {
    display: block;
}
.lp_header .user__dropdown a {
    line-height: 40px !important;
    display: block;
    color: #000;
    padding-right: 7px;
    padding-left: 7px;
}
.lp_header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.lp_header--center .user__dropdown {
    top: 50px;
}
.lp_header--center .user__dropdown a {
    line-height: 40px;
    margin: 0 0 0 0;
}

@media (max-width: 767px) {
    .lp_header .user {
        position: static;
        display: block;
        width: 100%;
    }

    .lp_header .user__avatar {
        display: none;
    }

    .lp_header .user__dropdown {
        position: static;
        display: block !important;
        padding: 0 0 0 0;
        text-align: left;
        border-top: 0;
        background: transparent !important;
        box-shadow: none;
    }

    .lp_header--light .user__dropdown a { color: #0a2338; }
    .lp_header--dark .user__dropdown a { color: #fff; }
}

.mobileOnly {
    display: none !important;
}

@media screen and (max-width: 1440px){

}
@media screen and (max-width: 1140px){

}
@media screen and (max-width: 1024px){

}

@media screen and (max-width: 768px){

    .desktopOnly {
        display: none !important;
    }
    .mobileOnly {
        display: block !important;
    }

    body {
        font-size: 3.200vw;
        letter-spacing: 0.025em;
        line-height: 1.5;
    }

}


@media screen and (max-width: 550px){

}





.mobile_only {
    display: none;
}
.m {
    display: none !important;
}






.wlm1 {
    position: relative;
    padding: 6.354vw 0px 9vw;
    background: rgb(35, 32, 33);
    z-index: 1;
}

.wlm1::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 45.289%;
    right: 0px;
    bottom: 0px;
    background-image: url("header-bg.jpg");
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100%;
}

.wlm1::before {
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.wlm1 .section_inner {
    width: 76.458vw;
    padding-top: 14.844vw;
    padding-right: 19.792vw;
}

.inner_items {}

.wlm1 .inner_items .inner_in {
    padding-left: 7.188vw;
    padding-top: 2.865vw;
}

.site_heading {}

.site_description p span {
    font-weight: 500;
}

.btn {
    border: 0px;
    margin: 2.135vw 0px 0px;
    padding: 0px;
    transition: none;
    letter-spacing: inherit;
    transition: inherit;
}

@media (max-width: 768px) {
    .wlm1 .section_inner {
        width: 100%;
        padding-top: 0;
        padding-right: 12vw;
    }

    .wlm1::after {
        width: 100%;
        top: 75vw;
        height: 100%;
        background-image: url(header-bg-m.jpg);
    }

    .wlm1 .inner_items .inner_in {
        padding-top: 97vw;
        padding-left: 3vw;
    }

    .wlm1 .inner_items .inner_in .site_description p br {
        display: none;
    }

    .wlm1 .inner_items .inner_in .site_description p {
        font-size: 5vw;
        line-height: 1.2;
    }

    .btn a {
        font-size: 3vw;
        padding: 2vw 6vw 2vw 7.8vw;
        letter-spacing: .6vw;
    }

    .btn {
        margin-top: 8vw;
    }

    .wlm1 {
        padding-bottom: 17.5vw;
    }
}

.site_button {}

#accordion {
    padding-top: 2.448vw;
}

.wlm2 {
    padding-bottom: 3.698vw;
}

.wlm2 .section_inner {
    width: 86.875vw;
    display: flex;
    position: relative;
}

.wlm2 .section_left_item {
    width: 47.969vw;
    padding-top: 9.688vw;
    position: relative;
}

.wlm2 .section_inner::before {
    content: "";
    position: absolute;
    background-color: rgb(244, 240, 236);
    height: 35.781vw;
    width: 5000%;
    right: 38.75vw;
    z-index: -1;
    background-size: 100%;
}

.wlm2 .left_item_top {}

.wlm2 .section_heading {}

.wlm2 .section_dec {}

.wlm2 .decription {
    padding: 3.594vw 0px 0px 6.615vw;
}

.wlm2 .decription p {
    color: rgb(35, 32, 33);
    font-family: Gotham;
    font-size: 1.667vw;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 2.083vw;
}

.wlm2 .decription span {
    font-weight: 500;
    color: rgb(49, 92, 101);
    line-height: 1.25;
    font-size: 1.667vw;
    font-family: Gotham;
    letter-spacing: 0px;
}

.wlm2 .left_item_bottom {}

.wlm2 .section_inner .wlm2_left_image{
    content: "";
    position: absolute;
    height: 24.427vw;
    width: 100%;
    left: -7.266vw;
    bottom: -3.698vw;
    background-image: url("wlm2.jpg");
    background-repeat: no-repeat;
    background-size: 55.417vw 25.573vw;
}

.wlm2 .section_right_item {
    width: 38.646vw;
    padding-top: 10.938vw;
    margin-top: -1.615vw;
}

.wlm2 .right_item_top {
    padding-left: 7.76vw;
}

.wlm2 .right_item_top ul li {
    color: rgb(0, 0, 0);
    font-family: "Roboto Slab";
    font-weight: 300;
    margin-bottom: 3.125vw;
    font-size: 1.146vw;
    line-height: 1.35;
    letter-spacing: 0.057vw;
    position: relative;
}

.wlm2 .right_item_top ul li span {
    font-weight: 500;
}

.wlm2 .right_item_top ul li:last-child {
    margin-bottom: 0px;
}

.wlm2 .right_item_top ul li .d_arrow {
    position: absolute;
    height: 2.135vw;
    width: 2.135vw;
    background-image: url("down-arrow.png");
    background-repeat: no-repeat;
    left: -4.219vw;
    top: 0.26vw;
    background-size: 2.135vw 2.135vw;
}

.wlm2 .right_item_bottom ul li {
    color: rgb(49, 92, 101);
    margin-bottom: 1.146vw;
    list-style: disc;
    letter-spacing: 0.021vw;
    font-weight: 400;
    font-family: Gotham;
}

.wlm2 .right_item_bottom {
    padding-left: 11.042vw;
    font-size: 1.094vw;
    padding-top: 1.771vw;
}

@media (max-width: 768px) {
    .wlm2 .section_inner {
        flex-direction: column;
        width: 100%;
        padding-left: 8.8vw;
        padding-right: 9vw;
    }

    .wlm2 .section_inner::before {
        right: 0;
        height: 40%;
    }

    .wlm2 .section_inner .wlm2_left_image {
        left: 0;
        background-size: cover;
        top: 85vw;
        height: 16%;
    }

    .wlm2 .section_heading h2 {
        font-size: 11vw;
        letter-spacing: -.59vw;
    }

    .wlm2 .section_left_item {
        padding-top: 17vw;
        padding-right: 5vw;
    }

    .wlm2 .decription {
        padding-left: 0;
        padding-top: 11vw;
    }

    .wlm2 .decription span,
    .wlm2 .decription p {
        font-size: 4.4vw;
        letter-spacing: -.05vw;
        line-height: 1.4;
        margin-bottom: 6vw;
    }

    .wlm2 .right_item_top ul li br,
    .wlm2 .decription span br,
    .wlm2 .decription p br {
        display: none;
    }

    .wlm2 .right_item_top ul li {
        font-size: 3.5vw;
        padding-left: 8.5vw;
        letter-spacing: -0.066vw;
        margin-bottom: 7.6vw;
    }

    .wlm2 .right_item_bottom ul li {
        font-size: 3vw;
        letter-spacing: -0.11vw;
        margin-bottom: 2.6vw;
        color: #388DA6;
    }

    .wlm2 .right_item_bottom ul li::marker {
        font-size: 3.3vw;
    }

    .wlm2 .right_item_bottom {
        padding-left: 19.5vw;
        padding-top: 7vw;
    }

    .wlm2 {
        padding-bottom: 15vw;
    }

    .wlm2 .right_item_top {
        padding-right: 1.25vw;
    }

    .wlm2 .right_item_top ul li .d_arrow {
        height: 10vw;
        width: 8vw;
        background-size: 100%;
        top: 1vw;
        left: -5vw;
    }
}

.wlm3 {
    position: relative;
}

.wlm3::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("post-bg.jpg");
    background-size: cover;
    height: 152.073vw;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
}

.wlm3 .section_inner {
    width: 80.729vw;
    display: flex;
    padding-top: 10.938vw;
}

.wlm3 .section_left_item {
    width: 30.208vw;
}

.wlm3 .section_right_item {
    width: 46.094vw;
}

.wlm3 .left_item_in {
    padding-left: 4.479vw;
    position: relative;
}

.wlm3 .left_item_in span {
    position: absolute;
    font-family: "Roboto Slab";
    font-size: 7.708vw;
    font-weight: 300;
    top: -4.271vw;
    right: -3.177vw;
}

.wlm3 .left_item_image img {
    height: 38.49vw;
    width: 25.729vw;
}

.wlm3 .right_item_in {
    padding-left: 7.396vw;
    padding-top: 11.979vw;
}

.wlm3 .post_title {
    position: relative;
}

.wlm3 .post_title::after {
    content: "";
    position: absolute;
    height: 0.156vw;
    width: 5000%;
    background-color: rgb(0, 0, 0);
    left: 85%;
    top: 2.656vw;
}

.wlm3 .post_title h3 {
    letter-spacing: -0.104vw;
}

.wlm3 .post_content {}

.wlm3 .post_content p {
    padding: 2.083vw 1.823vw 0px 5.208vw;
    font-size: 1.146vw;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    letter-spacing: 0.029vw;
    margin-bottom: 0;
}

.wlm3 .post_content p:nth-child(2) {
    padding-top: 0;
}

.wlm3 .post_content p span {
    font-weight: 500;
    position: relative;
}

.wlm3 .post_content p span::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0px;
    bottom: -0.182vw;
    background-color: rgb(35, 32, 33);
}

@media (max-width: 768px) {
    .wlm3 .section_inner {
        flex-direction: column;
        padding-top: 25vw;
        padding-left: 5px;
        padding-right: 1vw;
    }

    .wlm3::before {
        background-size: cover;
        height: 280%;
    }

    .wlm3 .left_item_image img {
        height: 103vw;
        width: 69vw;
    }

    .wlm3 .left_item_in {
        padding-left: 4vw;
    }

    .wlm3 .right_item_in {
        padding-left: 0;
        padding-top: 19vw;
    }

    .wlm3 .right_item_in .post_title h3 {
        font-size: 11vw;
        letter-spacing: -0.4vw;
        line-height: 1.15;
    }

    .wlm3 .post_title::after {
        left: 45%;
        top: 19.7vw;
    }

    .wlm3 .post_content p {
        padding-left: 1.2vw;
        font-size: 3.5vw;
        padding-top: 7.5vw;
        letter-spacing: -0.07vw;
        padding-right: 0;
    }

    .wlm3 .post_content p br {
        display: none;
    }

    .wlm3 .left_item_in span {
        font-size: 20vw;
        top: -11vw;
        right: -2vw;
    }

    .wlm3 .post_content p:nth-child(2) {
        padding-top: 4vw;
    }

    .wlm3 {
        padding-bottom: 13vw;
    }

    .wlm3 .post_title {
        padding-right: 20vw;
    }
}

.wlm4 {}

.wlm4 .section_inner {
    width: 85.938vw;
    display: flex;
    padding-top: 1.927vw;
}

.wlm4 .section_right_item {
    width: 34.792vw;
}

.wlm4 .right_item_in {
    padding-left: 7.396vw;
    padding-top: 1.406vw;
    position: relative;
}

.wlm4 .right_item_in span {
    position: absolute;
    font-family: "Roboto Slab";
    font-size: 7.708vw;
    font-weight: 300;
    top: -2.917vw;
    right: -2.396vw;
}

.wlm4 .section_left_item {
    width: 50vw;
}

.wlm4 .left_item_in {
    padding-top: 16.771vw;
    padding-left: 9.896vw;
}

.wlm4 .left_item_in .post_title h3 {
    letter-spacing: -0.068vw;
    font-size: 3.906vw;
}

.wlm4 .left_item_in .post_title {
    position: relative;
}

.wlm4 .left_item_in .post_title::after {
    content: "";
    position: absolute;
    height: 0.156vw;
    width: 5000%;
    background-color: rgb(35, 32, 33);
    right: 106%;
    top: 1.719vw;
}

.wlm4 .left_item_in .post_content {
    padding-left: 5.469vw;
    padding-top: 2.083vw;
}

.wlm4 .left_item_in p {
    font-size: 1.146vw;
    line-height: 1.3;
    color: rgb(0, 0, 0);
    letter-spacing: 0.029vw;
}

.wlm4 .left_item_in p span {
    font-weight: 500;
}

.wlm4 .right_item_image img {
    height: 38.49vw;
    width: 25.729vw;
}

@media (max-width: 768px) {
    .wlm4 .section_inner {
        flex-direction: column-reverse;
        padding-top: 0vw;
        padding-left: 0;
    }

    .wlm4 .section_inner .left_item_in {
        padding-left: 5vw;
        padding-top: 13vw;
    }

    .wlm4 .right_item_image img {
        height: 104vw;
        width: 69.5vw;
    }

    .wlm4 .right_item_in span {
        font-size: 20vw;
        top: -11vw;
        right: 1vw;
    }

    .wlm4 .left_item_in .post_title h3 {
        font-size: 11vw;
        letter-spacing: -0.4vw;
        line-height: 1.15;
    }

    .wlm4 .post_content p br {
        display: none;
    }

    .wlm4 .post_content p {
        padding-left: 0.6vw;
        font-size: 3.5vw;
        padding-top: 6.5vw;
        letter-spacing: -0.07vw;
        padding-right: 0;
    }

    .wlm4 .left_item_in .post_content {
        padding-left: 0;
    }

    .wlm4 .left_item_in .post_title::after {
        left: 51vw;
        top: 7vw;
    }

    .wlm4 .post_content p br.mobile_only {
        display: block;
    }
}

.wlm5 {
    padding-bottom: 8.49vw;
}

.wlm5 .section_inner {
    width: 80.729vw;
    display: flex;
    padding-top: 3.125vw;
}

.wlm5 .section_left_item {
    width: 34.375vw;
}

.wlm5 .left_item_in {
    padding-left: 4.427vw;
    position: relative;
    padding-top: 1.719vw;
}

.wlm5 .left_item_in span {
    position: absolute;
    font-family: "Roboto Slab";
    font-size: 7.708vw;
    font-weight: 300;
    top: -3.021vw;
    right: 0.208vw;
}

.wlm5 .left_item_image img {
    height: 38.49vw;
    width: 25.677vw;

}

.wlm5 .section_right_item {
    width: 46.094vw;
}

.wlm5 .right_item_in {
    padding-top: 15.156vw;
    padding-left: 3.021vw;
}

.wlm5 .post_title {
    position: relative;
}

.wlm5 .post_title::after {
    content: "";
    position: absolute;
    height: 0.156vw;
    width: 5000%;
    background-color: rgb(35, 32, 33);
    left: 89.5%;
    top: 1.823vw;
}

.wlm5 .post_title h3 {
    letter-spacing: -0.068vw;
    font-size: 3.906vw;
}

.wlm5 .right_item_in .post_content {
    padding-left: 4.896vw;
    padding-top: 2.031vw;
}

.wlm5 .right_item_in .post_content p {
    font-size: 1.146vw;
    line-height: 1.4;
    color: rgb(0, 0, 0);
    letter-spacing: 0.029vw;
}

.wlm5 .right_item_in .post_content p span {
    font-weight: 500;
}

@media (max-width: 768px) {
    .wlm5 .section_inner {
        flex-direction: column;
        padding-top: 18.5vw;
        padding-left: 1vw;
    }

    .wlm5 .left_item_image img {
        height: 106vw;
        width: 70vw;
    }

    .wlm5 .left_item_in span {
        font-size: 21vw;
        top: -11vw;
        right: -2vw;
    }

    .wlm5 .right_item_in .post_title h3 {
        font-size: 11vw;
        letter-spacing: -0.4vw;
        line-height: 1.15;
    }

    .wlm5 .right_item_in {
        padding-top: 13.8vw;
        padding-left: 2vw;
    }

    .wlm5 .right_item_in .post_content p br {
        display: none;
    }

    .wlm5 .right_item_in .post_content p {
        padding-left: 0;
        font-size: 3.5vw;
        padding-top: 5.5vw;
        letter-spacing: -0.07vw;
        padding-right: 2vw;
    }

    .wlm5 .post_title::after {
        top: 19vw;
        left: 65%;
    }

    .wlm5 .right_item_in .post_content {
        padding-left: 0vw;
    }

    .wlm5 {
        padding-bottom: 22.5vw;
    }
}

.wlm6 {
    background-color: rgb(244, 240, 236);
}

.wlm6 .section_inner {
    width: 85.885vw;
    padding-top: 10.156vw;
    padding-bottom: 11.198vw;
}

.wlm6 .success_heading h2 {
    text-align: center;
    letter-spacing: -0.13vw;
    color: rgb(35, 32, 33);
}

.wlm6 .success_items {
    display: flex;
    flex-wrap: wrap;
    padding-top: 6.094vw;
}

.wlm6 .success {
    width: 28%;
    margin-left: 9.583vw;
    margin-bottom: 6.458vw;
    position: relative;
}

.wlm6 .success::after {
    content: "";
    height: 100%;
    width: 0.104vw;
    background-color: rgb(147, 147, 147);
    position: absolute;
    top: 0.417vw;
    right: 4.688vw;
    opacity: 0.5;
}

.wlm6 .success:nth-child(2) {
    margin-left: 1.823vw;
    width: 34%;
}

.wlm6 .success:nth-child(2)::after {
    right: 5.99vw;
}

.wlm6 .success:nth-child(3) {
    margin-left: 0.156vw;
    width: 22%;
}

.wlm6 .success:nth-child(3)::after {
    display: none;
}

.wlm6 .success:nth-child(4) {
    width: 19%;
    margin-bottom: 0px;
}

.wlm6 .success:nth-child(4)::after {
    right: -2.969vw;
    top: -0.521vw;
    height: 104%;
}

.wlm6 .success:nth-child(5) {
    width: 27%;
    margin-bottom: 0px;
}

.wlm6 .success:nth-child(5)::after {
    right: -0.052vw;
    top: -0.521vw;
    height: 72%;
}

.wlm6 .success:nth-child(6) {
    width: 19%;
    margin-bottom: 0px;
    margin-left: 6.302vw;
}

.wlm6 .success:nth-child(6)::after {
    display: none;
}

.wlm6 .title {}

.wlm6 .success_list {
    padding-top: 2.396vw;
}

.wlm6 .success_list ul li {
    font-size: 1.198vw;
    margin-bottom: 1.01vw;
    color: rgb(0, 0, 0);
}

@media (max-width: 768px) {
    .wlm6 {
        padding-bottom: 27vw;
    }

    .wlm6 .success_items {
        flex-direction: column;
        padding-left: 6.5vw;
        padding-top: 12vw;
    }

    .wlm6 .success:nth-child(4),
    .wlm6 .success:nth-child(5),
    .wlm6 .success:nth-child(6),
    .wlm6 .success:nth-child(2),
    .wlm6 .success {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 8vw;
        padding-right: 21vw;
    }

    .wlm6 .success:nth-child(4) .success_list {
        padding-top: 6vw;
    }

    .wlm6 .success:nth-child(4) {}

    .wlm6 .success::after {
        display: none;
    }

    .wlm6 .success_heading h2 {
        font-size: 11vw;
        text-align: left;
        line-height: 1;
        letter-spacing: -.3vw;
    }

    .wlm6 .section_inner {
        padding-left: 4.5vw;
        padding-top: 15.4vw;
        padding-right: 1vw;
    }

    .wlm6 .title h4 {
        font-size: 7.5vw;
        line-height: 1.2;
    }

    .wlm6 .success_list ul li {
        font-size: 3.3vw;
        margin-bottom: 2.9vw;
    }

    .wlm6 .success_list {
        padding-top: 4.5vw;
    }

    .wlm6 .success:nth-child(3) {
        width: 100%;
    }
}

.wlm7 {
    background-image: url("wlm7-bg.png");
    background-repeat: no-repeat;
    padding-bottom: 9.583vw;
    background-size: cover;
}

.wlm7 .section_inner {
    width: 83.333vw;
    display: flex;
    padding-top: 9.115vw;
}

.wlm7 .section_left_item {
    width: 46.875vw;
}

.wlm7 .section_right_item {
    width: 36.458vw;
    position: relative;
}

.wlm7_title h3 {
    letter-spacing: -0.104vw;
    color: rgb(255, 255, 255);
    line-height: 1.1;
    font-size: 3.958vw;
}

.wlm7 .btn {
    margin-top: 2.292vw;
    margin-left: 1.094vw;
}

.wlm7 .site_button {
    padding: 0.625vw 1.302vw 0.521vw 1.927vw;
}

.wlm7 .btn {
    margin-top: 2.135vw;
}

.wlm7 .right_image {
    position: absolute;
    left: 8.333vw;
    top: -23.646vw;
}

.wlm7 .right_image img {
    height: 38.49vw;
    width: 25.677vw;
}

.wlm7 .right_image::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 110.3%;
    bottom: -1.25vw;
    left: -1.354vw;
    z-index: 46;
    border-top: none;
    background-image: url(border.png);
    transform: rotate(180deg);
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .wlm7 {
        background-image: url(wlm7-m-bg.jpg);
    }

    .wlm7 .section_inner {
        flex-direction: column-reverse;
        padding-top: 99.2vw;
        padding-left: 3vw;
        width: 91vw;
    }

    .wlm7 .section_right_item {
        top: -70vw;
    }

    .wlm7 .right_image img {
        height: 103.5vw;
        width: 69vw;
    }

    .wlm7 .right_image {
        top: -53vw;
    }

    .wlm7 .right_image::after {
        bottom: -4vw;
        left: -4vw;
    }

    .wlm7_title h3 {
        font-size: 9vw;
        letter-spacing: .3vw;
        line-height: 1.14;
    }

    .wlm7 .section_left_item {
        padding-left: 3vw;
    }

    .wlm7 .btn {
        margin-top: 7.8vw;
        margin-left: 1.5vw;
    }

    .wlm7 .site_button {
        padding: 2vw 6vw 2vw 5vw;
    }

    .wlm7 {
        padding-bottom: 27vw;
    }
}

.wlm8 {
    background-color: rgb(56, 141, 166);
    padding-top: 8.802vw;
    padding-bottom: 5.208vw;
}

.wlm8 .section_inner {
    width: 60.677vw;
}

.wlm8_top {}

.wlm8 .faq_heading {
    display: flex;
    padding-left: 1.042vw;
}

.wlm8 .faq_heading h3 {
    font-size: 4.688vw;
    color: rgb(255, 255, 255);
    font-weight: 500;
    letter-spacing: -0.005vw;
}

.wlm8 .faq_heading .btn {
    box-shadow: none;
    cursor: inherit;
    margin: 6.875vw 0px 0px 10vw;
}

.wlm8 .faq_heading .btn .site_button {
    position: relative;
    padding: 0.625vw 3.385vw 0.469vw 1.823vw;
    margin-top: -0.156vw;
}

.wlm8 .faq_heading .btn .site_button span {
    position: absolute;
    background-image: url("button-arrow.png");
    background-repeat: no-repeat;
    height: 0.781vw;
    width: 1.563vw;
    right: 1.146vw;
    top: 0.781vw;
    background-size: 100%;
}

.wlm8 .content-entry {
    cursor: pointer;
}

.wlm8 .content-entry:nth-child(2) {
    padding-bottom: 0px;
}

.wlm8 .content-entry h4 i::before {
    content: "+";
    position: absolute;
    right: 2.969vw;
    top: -1.042vw;
    height: 0.521vw;
    width: 0.521vw;
    font-style: normal;
    font-size: 3.438vw;
    font-weight: 300;
    font-family: auto;
}

.wlm8 .open:nth-child(2) h4 i::before {
    top: -4.688vw !important;
}

.wlm8 .content-entry:nth-child(2) h4 i::before {
    top: -2.865vw;
}

.wlm8 .content-entry h4 {
    font-family: Gotham;
    font-size: 1.667vw;
    color: rgb(255, 255, 255);
    margin-bottom: 0.938vw;
    border-bottom: 0.156vw solid rgb(255, 255, 255);
    padding: 0px 6.25vw 1.25vw 1.406vw;
    letter-spacing: 0.099vw;
    position: relative;
    font-weight: 500;
}

.wlm8 .content-entry:nth-child(2) h4 {
    margin-bottom: 0px;
}

.wlm8 .content-entry:nth-child(3) h4 {
    padding-top: 1.719vw;
}

.wlm8 .open h4 i::before {
    content: "_";
    font-style: normal;
    position: absolute;
    right: 2.865vw;
    top: -2.813vw;
}

.wlm8 .content-entry h4 i {
    position: absolute;
    right: 0px;
}

.wlm8 .accordion-content {
    display: none;
    padding: 0.469vw 1.406vw;
    margin-bottom: 2.083vw;
}

.wlm8 .accordion-content p {
    font-size: 1.146vw;
    line-height: 1.3;
}

.wlm8_know_more {
    text-align: center;
    padding: 3.594vw 0px 3.906vw;
    width: 40.938vw;
    margin: 3.854vw auto 0px;
    background-color: rgb(30, 115, 141);
}

.wlm8_know_more .btn {
    margin-top: 0.469vw;
    margin-left: 0px;
}

.wlm8_know_more .btn .site_button {
    padding: 0.65vw 1.563vw 0.417vw 1.506vw;
}

.wlm8_know_more .knomore_heading h4 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 300;
    letter-spacing: 0.089vw;
}

@media (max-width: 768px) {
    .wlm8 {
        padding-bottom: 20vw;
    }

    .wlm8 .faq_heading h3 {
        font-size: 9vw;
        line-height: 1.2;
    }

    .wlm8 .section_inner {
        width: 94vw;
        padding-top: 11vw;
        padding-right: 8vw;
    }

    .wlm8 .faq_heading {
        flex-direction: column;
    }

    .wlm8 .faq_heading .btn {
        margin: 5vw 0vw 0 0.5vw;
        text-align: left;
    }

    .wlm8 .faq_heading .btn .site_button {
        padding: 2vw 11vw 2vw 7vw;
    }

    #accordion {
        padding-top: 8vw;
    }

    .wlm8 .content-entry:nth-child(2) h4 {
        padding: 0 20.5vw 4vw 2.5vw;
    }

    .wlm8 .content-entry h4 {
        font-size: 4.2vw;
        padding: 0 20.5vw 4vw 2.5vw;
        line-height: 1.5;
        letter-spacing: .2vw;
        margin-bottom: 8.8vw;
    }

    .wlm8 .accordion-content p {
        font-size: 3.5vw;
        padding: 0 1vw 7.7vw 1vw;
        letter-spacing: -.08vw;
        line-height: 1.37;
    }

    .wlm8 .accordion-content p br {
        display: none;
    }

    .wlm8 .content-entry:nth-child(2) h4 {
        /* padding-left: 4vw; */
    }

    .wlm8_know_more {
        margin-top: 15.5vw;
        width: 100%;
        padding: 11vw 17vw 17vw 17vw;
    }

    .wlm8 .open h4 i::before {
        font-size: 7vw;
        top: -7vw !important;
    }

    .wlm8 .content-entry h4 i {
        right: 5vw;
    }

    .wlm8 .content-entry h4 i::before {
        font-size: 7vw;
        top: -3vw;
    }

    .wlm8_know_more .knomore_heading h4 {
        font-size: 7vw;
        letter-spacing: .3vw;
        line-height: 1.3;
    }

    .wlm8_know_more .btn {
        margin-top: 7.3vw;
    }

    .wlm8_know_more .btn .site_button {
        padding: 2vw 5.5vw;
    }

    .wlm8 .faq_heading .btn .site_button span {
        width: 4vw;
        height: 2vw;
        top: 3vw;
        right: 5vw;
    }
}

.site_button {
    position: relative;
    z-index: 1;
}


.site_button:before {
    content: "";
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    background-color: #ffff78;
    height: 100%;
    z-index: -1;
}

.site_button:hover:before {
    width: 100%;
}

.site_button {
    position: relative;
}






















/* Site Footer
*****************************************/
footer{}
.st10{
    padding-left: 6.875vw;
    padding-right: 6.875vw;
    padding-top: 3.611vw;
    background-color: #232021;
    padding-bottom: 3.403vw;
}
.st10 .section_inner{}
.st10 h4{
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 1.181vw;
    padding-top: 0.417vw;
    padding-left: 0vw;
    letter-spacing: 0.09vw;
    line-height: 1.24;
    color: #ffffff;
    padding-bottom: 1.806vw;
    text-transform: uppercase;
    margin-bottom: 0vw;
}
.footer_inst_in{
    border-bottom: 2px solid #FFF;
    padding-bottom: 2.431vw;
}
.footer_inst_in img{}
.footer_inst_in img.mobile_only{}

.footer_mc{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-top: 1.944vw;
    padding-bottom: 2.639vw;
}
.footer_left{
    width: 50%;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 0.764vw;
    color: #FFF;
    padding-top: 0.208vw;
    letter-spacing: 0.052vw;
}
.footer_right{
    width: 50%;
    text-align: right;
}
.footer_right ul{
    margin: 0vw;
    padding: 0vw;
}
.footer_right ul li{
    list-style: none;
    display: inline-block;
    padding-left: 5.764vw;
}
.footer_right ul li:last-child{ 
    padding-right: 0vw;
}
.footer_right ul li a{
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 0.833vw;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.069vw;
    display: block;
}

.footer_want{
    text-align: center;
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 0.833vw;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.069vw;
    display: block;
    padding-left: 0.347vw;
}
.footer_want .fw_s1{
    letter-spacing: 0.167vw;
}
.footer_want .fw_s2{
    padding-left: 0.903vw;
}
.footer_want .fw_s2 a{
    font-size: 0.833vw;
    text-transform: uppercase;
    color: #232021;
    /* transition: .3s ease all; */
    border: solid 0.069vw #E0FE68;
    position: relative;
    background-color: #E0FE68;
    display: inline-block;
    transition: all .3s;
    font-family: 'Gotham';
    font-weight: bold;
    padding: 0.347vw 1.597vw 0.347vw 1.667vw;
    letter-spacing: 0.174vw;
    position: relative;
    z-index: 1;
}
.footer_want .fw_s2 a:before {
    content: "";
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    background-color: #ffff78;
    height: 100%;
    z-index: -1;
    display: block;
}
.footer_want .fw_s2 a:hover:before{
  width:100%
}

@media (max-width: 1140px) {
    footer{}
    .st10{}
    .st10 .section_inner{}
    .st10 h4{}
    .footer_inst_in{}
    .footer_inst_in img{}
    .footer_inst_in img.mobile_only{}

    .footer_mc{}
    .footer_left{}
    .footer_right{}
    .footer_right ul{}
    .footer_right ul li{}
    .footer_right ul li a{}

    .footer_want{}
    .footer_want .fw_s1{}
    .footer_want .fw_s2{}
    .footer_want .fw_s2 a{}
}
@media (max-width: 1024px) {
    footer{}
    .st10{}
    .st10 .section_inner{}
    .st10 h4{}
    .footer_inst_in{}
    .footer_inst_in img{}
    .footer_inst_in img.mobile_only{}

    .footer_mc{}
    .footer_left{}
    .footer_right{}
    .footer_right ul{}
    .footer_right ul li{}
    .footer_right ul li a{}

    .footer_want{}
    .footer_want .fw_s1{}
    .footer_want .fw_s2{}
    .footer_want .fw_s2 a{}
}
@media (max-width: 768px) {
    footer{}
    .st10{}
    .st10 .section_inner{}
    .st10 h4{}
    .footer_inst_in{}
    .footer_inst_in img{}
    .footer_inst_in img.mobile_only{}

    .footer_mc{}
    .footer_left{
        font-size: 1.2vw;
    }
    .footer_right{}
    .footer_right ul{}
    .footer_right ul li{
        padding-left: 2.764vw;
    }
    .footer_right ul li a{
        font-size: 1.2vw;
    }

    .footer_want{
        font-size: 1vw;
    }
    .footer_want .fw_s1{}
    .footer_want .fw_s2{}
    .footer_want .fw_s2 a{
        font-size: 1vw;
        line-height: 1.5;
    }
}
@media (max-width: 550px) {
    footer{}
    .st10{
        padding-left: 8.875vw;
        padding-right: 8.5vw;
        padding-top: 10.4vw;
        padding-bottom: 8.7vw;
    }
    .st10 .section_inner{}
    .st10 h4{
        letter-spacing: 0.45vw;
        line-height: 1.39;
        font-size: 3.9vw;
        padding-bottom: 6.7vw;
    }
    .footer_inst_in{
        padding-bottom: 0vw;
        border-bottom: 0px solid #FFF;
    }
    .footer_inst_in img{
        display: none;
    }
    .footer_inst_in img.mobile_only{
        display: block;
    }

    .footer_mc{
        padding-top: 7.05vw;
    }
    .footer_left{
        order: 2;
        font-size: 2.2vw;
        letter-spacing: 0.17vw;
        width: 100%;
        text-align: center;
        padding-top: 8vw;
    }
    .footer_right{
        order: 1;
        width: 100%;
        text-align: center;
        padding-bottom: 4.8vw;
        border-bottom: 2px solid #FFF;
    }
    .footer_right ul{
        /* display: flex; */
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
    }
    .footer_right ul li{
        padding-left: 7vw;
    }
    .footer_right ul li:first-child{

    padding-left: 0vw;
    }
    .footer_right ul li a{
        font-size: 2.5vw;
        letter-spacing: 0.2vw;
    }

    .footer_want{
        font-size: 2.5vw;
        letter-spacing: 0.2vw;
        padding-top: 6vw;
        line-height: 2.6;
        padding-right: 1vw;
    }
    .footer_want .fw_s1{
        /* display: block; */
        /* text-align: center; */
        letter-spacing: 0.65vw;
    }
    .footer_want .fw_s1 br.m{
        display: block !important;
    }
    .footer_want .fw_s2{
        padding-left: 0vw;
        display: inline-block;
    }
    .footer_want .fw_s2 a{
        font-size: 2.8vw;
        line-height: 1.5;
        letter-spacing: 0.5vw;
        display: block;
        width: 25vw;
        padding: 0.347vw 2.597vw 0.347vw 2.667vw;
        margin-top: 0.8vw;
        margin-left: 1vw;
    }
}