/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,600&display=swap');
/* font-family: 'Poppins', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
/* font-family: 'Quicksand', sans-serif; */

@font-face {
    font-family: 'Tangerine';
    src: url('tangerineregular.woff2') format('woff2'),
        url('tangerineregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
    GLOBAL FONT STYLE
===============================================*/
body{
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 2.15px;
  color: #173c4b;
}
h1, h2, h3, h4, h5, h6{
    margin:0;
    margin-bottom:20px;
    font-family: 'Tangerine';
    color: #173c4b;
}
h1{
    font-family: 'Tangerine';
    font-size: 63px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.26px;
    color: #173c4b;
}
h2{
    font-family: 'Tangerine';
    font-size: 63px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.73;
    letter-spacing: 1.26px;
    color: #173c4b;
}
h3{
    font-family: 'Poppins', sans-serif;
    font-size: 42.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.95;
    letter-spacing: 5.1px;
    color: #173c4b;
}
h4{
    font-family: 'Tangerine';
    font-size: 40px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.8px;
    color: #173c4b;
}
h5{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 2.4px;
    color: #173c4b;
    line-height: 1.65;
}
h6{
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: 2.28px;
    color: #173C4B;
}
.mobile_only{
    display:none;
}
.pf4_button{
    position:relative;
    display: inline-block;
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 2.7px;
    color: #ffffff;
    background-color: #AB492A;
    padding: 13px 41px 14px 46px;
}
.pf4_button:hover{
    background-color: #DE875B !important;
    color: #ffffff;
}
.section_inner {
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative; 
    box-sizing:border-box;
}
.section_inner img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
html{
    padding-top:0 !important;
}


.content{
  display:none;
}
.content.active{
  display:block;
}
.show_more_btn{
  display:none;
}
.show_more_btn.active{
  display:block;
}
/*
  Global Font Variable Size
-----------------------------*/
@media screen and (max-width: 1440px){
    body{
      font-size: 1.181vw;
      letter-spacing: 0.149vw;
    }
    h1, h2, h3, h4, h5, h6{
        margin:0;
        margin-bottom:1.389vw;
    }
    h1{
        font-size: 4.375vw;
        letter-spacing: 0.087vw;
    }
    h2{
        font-size: 4.375vw;
        letter-spacing: 0.087vw;
    }
    h3{
        font-size: 2.951vw;
        letter-spacing: 0.354vw;
    }
    h4{
        font-size: 2.778vw;
        letter-spacing: 0.056vw;
    }
    h5{
        font-size: 1.389vw;
        letter-spacing: 0.167vw;
    }
    h6{
        font-size: 1.319vw;
        letter-spacing: 0.158vw;
    }
    .pf4_button{
        font-size: 1.042vw;
        letter-spacing: 0.188vw;
        padding: 0.903vw 2.847vw 0.972vw 3.194vw;
    }
}
@media screen and (max-width: 1140px){
    body{
      font-size: 1.4vw;
      letter-spacing: 0.189vw;
    }
    h1, h2, h3, h4, h5, h6{
        margin:0;
        margin-bottom:1.754vw;
    }
    h1{
        font-size: 5.526vw;
        letter-spacing: 0.111vw;
    }
    h2{
        font-size: 5.2vw;
        letter-spacing: 0.111vw;
    }
    h3{
        font-size: 3.728vw;
        letter-spacing: 0.447vw;
    }
    h4{
        font-size: 3.309vw;
        letter-spacing: 0.07vw;
    }
    h5{
        font-size: 1.54vw;
        letter-spacing: 0.211vw;
    }
    h6{
        font-size: 1.55vw;
        letter-spacing: 0.2vw;
    }
    .pf4_button{
        font-size: 1.316vw;
        letter-spacing: 0.237vw;
        padding: 1.14vw 3.596vw 1.228vw 4.035vw;
    }
}
@media screen and (max-width: 1024px){
    body{
      font-size: 1.6vw;
      letter-spacing: 0.21vw;
    }
    h1, h2, h3, h4, h5, h6{
        margin:0;
        margin-bottom:1.953vw;
    }
    h1{
        font-size: 6.152vw;
        letter-spacing: 0.123vw;
    }
    h2{
        font-size: 5.5vw;
        letter-spacing: 0.123vw;
    }
    h3{
        font-size: 4.15vw;
        letter-spacing: 0.498vw;
    }
    h4{
        font-size: 3.4vw;
        letter-spacing: 0.078vw;
    }
    h5{
        font-size: 1.953vw;
        letter-spacing: 0.234vw;
    }
    h6{
        font-size: 1.6vw;
        letter-spacing: 0.223vw;
    }
    .pf4_button{
        font-size: 1.465vw;
        letter-spacing: 0.264vw;
        padding: 1.27vw 4.004vw 1.367vw 4.492vw;
    }
}
@media screen and (max-width: 768px){
body{
  font-size: 2.5vw;
  letter-spacing: 0.39vw;
}
h1, h2, h3, h4, h5, h6{
    margin:0;
    margin-bottom:3.63vw;
}
h1{
    font-size: 11.434vw;
    letter-spacing: 0.229vw;
}
h2{
    font-size: 6.434vw;
    letter-spacing: 0.229vw;
}
h3{
    font-size: 7.713vw;
    letter-spacing: 0.926vw;
}
h4{
    font-size: 5.26vw;
    letter-spacing: 0.145vw;
}
h5{
    font-size: 3.5vw;
    letter-spacing: 0.436vw;
}
h6{
    font-size: 2.448vw;
    letter-spacing: 0.414vw;
}
.pf4_button{
    font-size: 2.2vw;
    letter-spacing: 0.49vw;
    padding: 2vw 7.441vw 2.041vw 8.348vw;
}
}
@media screen and (max-width: 550px){
    body{
      font-size: 3.542vw;
      letter-spacing: 0.448vw;
    }
    h1, h2, h3, h4, h5, h6{
        margin:0;
        margin-bottom:4.167vw;
    }
    h1{
        font-size: 13.125vw;
        letter-spacing: 0.263vw;
    }
    h2{
        font-size: 13.125vw;
        letter-spacing: 0.263vw;
    }
    h3{
        font-size: 8.854vw;
        letter-spacing: 1.062vw;
    }
    h4{
        font-size: 7.5vw;
        letter-spacing: 0.167vw;
    }
    h5{
        font-size: 4.167vw;
        letter-spacing: 0.5vw;
    }
    h6{
        font-size: 3.958vw;
        letter-spacing: 0.475vw;
    }
    .pf4_button{
    font-size: 3.125vw;
    line-height: 1.67;
    letter-spacing: 0.563vw;
    padding: 2.708vw 8.542vw 2.917vw 9.583vw;
    }
}


  .header .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/ }
    .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;
    }
    .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; }
    .header .user__dropdown {
      position: absolute;
      z-index: 2000;
      top: 71px;
      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); }
      .header .user__dropdown--light a {
        color: #0a2338; }
      .header .user__dropdown--dark a {
        color: #fff; }
      .header .user__dropdown span {
        display: block; }
      .header .user__dropdown a {
        line-height: 40px !important;
        display: block; }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 50px; }
      .header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }
@media (max-width: 767px) {
    .header .user {
      position: static;
      display: block;
      width: 100%; }
      .header .user__avatar {
        display: none; }
      .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; }
    .header--light .user__dropdown a {
      color: #0a2338; }
    .header--dark .user__dropdown a {
      color: #fff; } } 
}
@media (min-width: 768px) {
    
}


.hamburger__slices {
    position: relative;
    width: 100%;
    height: 24px;
}
.hamburger__slice {
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #595959;
}
.hamburger--slice-2 {
    top: 11px;
}
.hamburger--slice-3 {
    top: 11px;
}
.hamburger--slice-4 {
    top: 22px;
}
.hamburger--opened .hamburger--slice-1 {
    -webkit-transform: translate(0, 0px) !important;
    -ms-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important;
    opacity: 1 !important;
}
.hamburger--opened .hamburger--slice-2 {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.hamburger--opened .hamburger--slice-3 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.hamburger--opened .hamburger--slice-4 {
    -webkit-transform: translate(0, 0px) !important;
    -ms-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important;
    opacity: 1;
}

/*
  Site Header
=========================================*/
.header {z-index: 999;}
.header__wrap{
    padding-bottom: 141px;
    position: fixed;
}
.header__content{
    padding: 41px 0 40px 0;
    position: fixed;
    width: 100%;
}
.header__container{width: 100% !important;max-width: 100% !important;padding-right: 63px;padding-left: 63px;}

.pf4_site_header.active{
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #FFF;
    box-shadow: 0px 0px 5px #000;
    padding: 11px 0 10px 0;
}

.header__content--desktop .link-list__link {
    margin: 0 10px;
    font-size: 12.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 3.1px;
    color: #000000 !important;
    padding-top: 12px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}
.header__content--desktop .link-list__link: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;
    bottom: 14px;
    right: -10px;
}
.header__wrap .logo__image{
    width: auto !important;
}

.header__content--mobile{
    display: none !important;
}

.header__content--desktop .header__block .link-list a.link-list__link:last-child:before,
.header_login_menu:before{
    display: none;
}
/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {

}

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: 28px;
    right: 28px;
    background-image: url(close.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}


a.responsive-menu-close:hover {}

.responsive-menu .user__avatar {
    display: none;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgba(239, 203, 191, 0.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;
}

@media screen and (max-width: 1440px){
    .header {}
    .header__wrap{
        padding-bottom: 9.792vw;
    }
    .header__content{
        padding: 2.847vw 0 2.778vw 0;
    }
    .header__container{
        padding-right: 4.375vw;
        padding-left: 4.375vw;
    }

    .pf4_site_header.active{
        box-shadow: 0vw 0vw 0.347vw #000;
        padding: 0.764vw 0 0.694vw 0;
    }
}
@media screen and (max-width: 1140px){
    .header {}
    .header__wrap{ }
    .header__content{ }
    .header__container{ }

    .pf4_site_header.active{ }

    .header__block .logo img.logo__image{max-width: 88%;}

    .header__content--desktop .header__block{
        display: none;
    }
    .header__content--desktop .header__block.header__block--logo{
        display: block;
    }
    .hamburger.hidden--desktop{
        display: block !important;
        padding-top: 1px;
        width: 32px;
    }
}
@media screen and (max-width: 1024px){
    .header {}
    .header__wrap{ }
    .header__content{ }
    .header__container{ }

    .pf4_site_header.active{ }
    .header__block .logo img.logo__image{

    }
}
@media screen and (max-width: 768px){
    .header {}
    .header__wrap{ }
    .header__content{ }
    .header__container{ }

    .pf4_site_header.active{ }
    .header__block .logo img.logo__image{

    }
}
@media screen and (max-width: 550px){
    .header {}
    .header__wrap{ }
    .header__content{position: relative;padding-top: 8.3vw;}
    .header__container{padding-right: 8vw;padding-left: 7.375vw;}

    .pf4_site_header.active{position: relative;}
    .header__block .logo img.logo__image{max-width: 100%;}
}





/*
  Section 01
=========================================*/
.rsm_01{
    position: relative;
    background-color: #FFFCF9;
    padding-top: 133px;
    padding-bottom: 0px;
}
.rsm_01 .section_inner{
    width: 1080px;
}
.rsm_01_img_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s1-1.png);
    top: 259px;
    left: 0px;
    width: 103px;
    height: 14px;
}
.rsm_01_img_art2{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s1-3.png);
    top: 0px;
    right: 0px;
    width: 223px;
    height: 147px;
}
.rsm_01_left{
    width: 47%;
    padding-top: 107px;
    padding-right: 37px;
}
.rsm_01_left .text_img{
    margin-left: -58px;
    display: block;
    padding-bottom: 53px;
}
.rsm_01_left .text_img img{}
.rsm_01_left article{}
.rsm_01_left article h1{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 2.4px;
    text-align: right;
    color: #173c4b;
    text-transform: uppercase;
}
.rsm_01_left article h1 br{}
.rsm_01_left article span{
    text-align: right;
    display: block;
    margin-top: -2px;
    margin-right: 2px;
}
.rsm_01_left article span .pf4_button{}
.rsm_01_right{
    width: 50%;
}
.rsm_01_right_img_holder{
    display: inline-block;
    position: relative;
    margin-left: 9px;
}
.rsm_01_right_img_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(rsm-s1-5.png);
    bottom: -62px;
    right: -40px;
    width: 152px;
    height: 253px;
}
.rsm_01_right_img_art2{
    position: absolute;
    bottom: 532px;
    left: -90px;
    z-index: 0;
    width: 276px;
    height: 500%;
    background-color: #FFF1E9;
}
.rsm_01_right_img{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    bottom: 0px;
    height: 688px;
    left: 0px;
    top: 0px;
}
.rsm_01_right_img img{
    width: 10%;
    opacity: 0;
}
.rsm_01_right_img_holder.mobile_only{ display: none; }
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_01{
        padding-top: 9.236vw;
        padding-bottom: 0vw;
    }
    .rsm_01 .section_inner{
        width: 75vw;
    }
    .rsm_01_img_art1{
        top: 17.986vw;
        left: 0vw;
        width: 7.153vw;
        height: 0.972vw;
    }
    .rsm_01_img_art2{
        top: 0vw;
        right: 0vw;
        width: 15.486vw;
        height: 10.208vw;
    }
    .rsm_01_left{
        width: 47%;
        padding-top: 7.431vw;
        padding-right: 2.569vw;
    }
    .rsm_01_left .text_img{
        margin-left: -4.028vw;
        padding-bottom: 3.681vw;
    }
    .rsm_01_left .text_img img{}
    .rsm_01_left article{}
    .rsm_01_left article h1{
        font-size: 1.389vw;
        letter-spacing: 0.167vw;
    }
    .rsm_01_left article h1 br{}
    .rsm_01_left article span{
        margin-top: -0.139vw;
        margin-right: 0.139vw;
    }
    .rsm_01_left article span .pf4_button{}
    .rsm_01_right{
        width: 50%;
    }
    .rsm_01_right_img_holder{
        margin-left: 0.625vw;
    }
    .rsm_01_right_img_art1{
        bottom: -4.306vw;
        right: -2.778vw;
        width: 10.556vw;
        height: 17.569vw;
    }
    .rsm_01_right_img_art2{
        bottom: 36.944vw;
        left: -6.25vw;
        z-index: 0;
        width: 19.167vw;
        height: 500%;
    }
    .rsm_01_right_img{
        bottom: 0vw;
        height: 47.778vw;
        left: 0vw;
        top: 0vw;
    }
    .rsm_01_right_img img{}
}
@media screen and (max-width: 1140px){
    .rsm_01{}
    .rsm_01 .section_inner{}
    .rsm_01_img_art1{}
    .rsm_01_img_art2{}
    .rsm_01_left{}
    .rsm_01_left .text_img{}
    .rsm_01_left .text_img img{}
    .rsm_01_left article{}
    .rsm_01_left article h1{
    font-size: 1.54vw;
}
    .rsm_01_left article h1 br{}
    .rsm_01_left article span{}
    .rsm_01_left article span .pf4_button{}
    .rsm_01_right{}
    .rsm_01_right_img_holder{}
    .rsm_01_right_img_art1{}
    .rsm_01_right_img_art2{}
    .rsm_01_right_img{}
    .rsm_01_right_img img{}
}
@media screen and (max-width: 1024px){
    .rsm_01{
    padding-top: 12vw;
}
    .rsm_01 .section_inner{
    width: 86vw;
}
    .rsm_01_img_art1{}
    .rsm_01_img_art2{}
    .rsm_01_left{
    width: 52%;
}
    .rsm_01_left .text_img{}
    .rsm_01_left .text_img img{}
    .rsm_01_left article{}
    .rsm_01_left article h1{
    font-size: 1.9vw;
}
    .rsm_01_left article h1 br{}
    .rsm_01_left article span{}
    .rsm_01_left article span .pf4_button{}
    .rsm_01_right{
    width: 48%;
}
    .rsm_01_right_img_holder{}
    .rsm_01_right_img_art1{}
    .rsm_01_right_img_art2{
    width: 25.167vw;
}
    .rsm_01_right_img{
    height: 53vw;
}
    .rsm_01_right_img img{}
}
@media screen and (max-width: 768px){
    .rsm_01{
    padding-top: 11.042vw;
}
    .rsm_01 .section_inner{
    width: 100%;
}
    .rsm_01_img_art1{
    width: 21.667vw;
    height: 1.833vw;
    top: 19.75vw;
    left: -4.875vw;
    z-index: 6;
}
    .rsm_01_img_art2{
    width: 25.042vw;
    height: 24.583vw;
    top: 0vw;
    right: 0vw;
    background-image: url(rsm-s1-3-m.png);
}
    .rsm_01_left{
    width: 100%;
    padding-top: 0vw;
    padding-right: 0vw;
}
    .rsm_01_left .text_img{
    position: relative;
    z-index: 5;
    margin-left: 0vw;
    margin-bottom: 3.125vw;
}
    .rsm_01_left .text_img img{}
    .rsm_01_left article{
    position: relative;
    z-index: 8;
    padding-top: 8.958vw;
    padding-right: 7.083vw;
    padding-left: 8.75vw;
}
    .rsm_01_left article h1{
    font-size: 3.167vw;
    letter-spacing: 0.5vw;
    text-align: left;
}
    .rsm_01_left article h1 br{
    display: none;
}
    .rsm_01_left article span{
    text-align: left;
    margin-top: -0.417vw;
}
    .rsm_01_left article span .pf4_button{}
    .rsm_01_right{ display: none; }
    .rsm_01_right_img_holder{}
    .rsm_01_right_img_art1{
    width: 24.208vw;
    height: 61.375vw;
    bottom: -27.083vw;
    right: -6.667vw;
}
    .rsm_01_right_img_art2{
    width: 41.25vw;
    height: 67.5vw;
    bottom: 39.042vw;
    left: -0.208vw;
}
    .rsm_01_right_img{
    height: 61.458vw;
    left: 6.042vw;
    background-size: cover;
}
    .rsm_01_right_img img{}

    .rsm_01_right_img_holder.mobile_only{display: block;margin-left: 0vw;}
}
@media screen and (max-width: 550px){
    .rsm_01{
    padding-top: 16.042vw;
}
    .rsm_01 .section_inner{
    width: 100%;
}
    .rsm_01_img_art1{
    width: 21.667vw;
    height: 10.833vw;
    top: 28.75vw;
    left: -11.875vw;
    z-index: 6;
}
    .rsm_01_img_art2{
    width: 36.042vw;
    height: 34.583vw;
    top: 0vw;
    right: 0vw;
    background-image: url(rsm-s1-3-m.png);
}
    .rsm_01_left{
    width: 100%;
    padding-top: 0vw;
    padding-right: 0vw;
}
    .rsm_01_left .text_img{
    position: relative;
    z-index: 5;
    margin-left: -7.5vw;
    margin-bottom: 3.125vw;
}
    .rsm_01_left .text_img img{}
    .rsm_01_left article{
    position: relative;
    z-index: 8;
    padding-top: 8.958vw;
    padding-right: 7.083vw;
    padding-left: 8.75vw;
}
    .rsm_01_left article h1{
    font-size: 3.96vw;
    letter-spacing: 0.5vw;
    text-align: left;
}
    .rsm_01_left article h1 br{
    display: block;
}
    .rsm_01_left article span{
    text-align: left;
    margin-top: -0.417vw;
}
    .rsm_01_left article span .pf4_button{}
    .rsm_01_right{ display: none; }
    .rsm_01_right_img_holder{}
    .rsm_01_right_img_art1{
    width: 30.208vw;
    height: 69.375vw;
    bottom: -27.083vw;
    right: -6.667vw;
}
    .rsm_01_right_img_art2{
    width: 41.25vw;
    height: 67.5vw;
    bottom: 41.042vw;
    left: -0.208vw;
}
    .rsm_01_right_img{
    height: 96.458vw;
    left: 6.042vw;
}
    .rsm_01_right_img img{}

    .rsm_01_right_img_holder.mobile_only{display: block;margin-left: 0vw;}
}
/*
  Section 02
=========================================*/
.rsm_02{
    background-color: #FFFCF9;
    padding-top: 101px;
    padding-bottom: 64px;
}
.rsm_02 .section_inner{
    width: 1080px;
}
.rsm_02 article{
    width: 100%;
    display: block;
    text-align: center;
}
.rsm_02 article h4{
    margin-bottom: 5px;
}
.rsm_02 article h4 br{}
.rsm_02 article h4 .m{display: none;}
.rsm_02 article p{
    margin-bottom: 28px;
}
.rsm_02 article p br{}
.rsm_02 article p .m{ display: none; }
.rsm_02 article p mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #F5D4BF 0%, #F5D4BF 100%);
    background-repeat: no-repeat;
    background-size: 100% 66%;
    background-position: 0px 100%;
    padding: 0;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 3px;
    margin-bottom: -3px;
    font-weight: bold;
    color: #173c4b;
    letter-spacing: 2.1px;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_02{
        padding-top: 7.014vw;
        padding-bottom: 4.444vw;
    }
    .rsm_02 .section_inner{
        width: 75vw;
    }
    .rsm_02 article{}
    .rsm_02 article h4{
        margin-bottom: 0.347vw;
    }
    .rsm_02 article br{}
    .rsm_02 article p{
        margin-bottom: 1.944vw;
    }
    .rsm_02 article p br{}
    .rsm_02 article p mark{
        background-size: 100% 66%;
        background-position: 0vw 100%;
        padding-bottom: 0.208vw;
        padding-left: 0.417vw;
        padding-right: 0.208vw;
        margin-bottom: -0.208vw;
        letter-spacing: 0.146vw;
    }
}
@media screen and (max-width: 1140px){
    .rsm_02{}
    .rsm_02 .section_inner{}
    .rsm_02 article{}
    .rsm_02 article h4{}
    .rsm_02 article br{}
    .rsm_02 article p{}
    .rsm_02 article p br{}
    .rsm_02 article p mark{}
}
@media screen and (max-width: 1024px){
    .rsm_02{}
    .rsm_02 .section_inner{}
    .rsm_02 article{}
    .rsm_02 article h4{}
    .rsm_02 article br{
    display: none;
}
    .rsm_02 article p{}
    .rsm_02 article p br{
    display: none;
}
    .rsm_02 article p mark{}
}
@media screen and (max-width: 768px){
    .rsm_02{
    padding-top: 13.958vw;
    padding-bottom: 5vw;
}
    .rsm_02 .section_inner{
    width: 100%;
    padding-left: 4.375vw;
    padding-right: 4.375vw;
}
    .rsm_02 article{}
    .rsm_02 article h4{
    font-size: 4.625vw;
    line-height: 1.19;
    letter-spacing: 0.113vw;
    margin-bottom: 1.667vw;
}
    .rsm_02 article h4 br{
    display: none;
}
.rsm_02 article h4 .m{display: block;}
    .rsm_02 article p{
    margin-bottom: 5.833vw;
}
    .rsm_02 article p br{display: none;}
    .rsm_02 article p .m{ display: block; }
    .rsm_02 article p mark{
    letter-spacing: 0.438vw;
    }
}
@media screen and (max-width: 550px){
    .rsm_02{
        padding-top: 13.958vw;
        padding-bottom: 5vw;
    }
    .rsm_02 .section_inner{
        width: 100%;
        padding-left: 4.375vw;
        padding-right: 4.375vw;
    }
    .rsm_02 article .mobile_only{
        display:block;
    }
    .rsm_02 article .desktop_only{
        display:none;
    }
    .rsm_02 article h4{
        font-size: 5.1vw;
        line-height: 1.19;
        letter-spacing: 0.113vw;
        margin-bottom: 1.667vw;
    }
    .rsm_02 article h4 br{
        display: none;
    }
    .rsm_02 article h4 .m{display: block;}
        .rsm_02 article p{
        margin-bottom: 5.833vw;
    }
    .rsm_02 article p br{display: none;}
    .rsm_02 article p .m{ display: block; }
    .rsm_02 article p mark{
        letter-spacing: 0.438vw;
    }
}
/*
  Section 03
=========================================*/
.rsm_03{
    position: relative;
    background-color: #FDE3D4;
    padding-top: 113px;
    padding-bottom: 109px;
}
.rsm_03 .section_inner{
    width: 1080px;
}
.rsm_03_img_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(rsm-s3-2.png);
    top: -63px;
    left: 0px;
    width: 626px;
    height: 764px;
}
.rsm_03_img_art2{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(rsm-s3-1.png);
    top: -176px;
    right: 43px;
    width: 255px;
    height: 145px;
}
.rsm_03 article{
    width: 100%;
    display: block;
    text-align: center;
}
.rsm_03 article h4{
    margin-bottom: 32px;
}
.rsm_03 article h4 br{}
.rsm_03 article .pf4_button{
    padding: 13px 74px 14px 77px;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_03{
        padding-top: 7.847vw;
        padding-bottom: 7.569vw;
    }
    .rsm_03 .section_inner{
        width: 75vw;
    }
    .rsm_03_img_art1{
        top: -4.375vw;
        left: 0vw;
        width: 43.472vw;
        height: 53.056vw;
    }
    .rsm_03_img_art2{
        top: -12.222vw;
        right: 2.986vw;
        width: 17.708vw;
        height: 10.069vw;
    }
    .rsm_03 article{}
    .rsm_03 article h4{
        margin-bottom: 2.222vw;
    }
    .rsm_03 article h4 br{}
    .rsm_03 article .pf4_button{
        padding: 0.903vw 5.139vw 0.972vw 5.347vw;
    }
}
@media screen and (max-width: 1140px){
    .rsm_03{}
    .rsm_03 .section_inner{}
    .rsm_03_img_art1{}
    .rsm_03_img_art2{}
    .rsm_03 article{}
    .rsm_03 article h4{}
    .rsm_03 article h4 br{}
    .rsm_03 article .pf4_button{}
}
@media screen and (max-width: 1024px){
    .rsm_03{}
    .rsm_03 .section_inner{}
    .rsm_03_img_art1{}
    .rsm_03_img_art2{}
    .rsm_03 article{}
    .rsm_03 article h4{}
    .rsm_03 article h4 br{}
    .rsm_03 article .pf4_button{}
}
@media screen and (max-width: 768px){
    .rsm_03{
    padding-top: 13.292vw;
    padding-bottom: 13.5vw;
}
    .rsm_03 .section_inner{
    width: 100%;
    padding-left: 5.208vw;
    padding-right: 4.583vw;
}
    .rsm_03_img_art1{
    top: inherit;
    left: 0vw;
    bottom: 0vw;
    background-image: url(rsm-s3-2-m.png);
    width: 25.667vw;
    height: 24.375vw;
}
    .rsm_03_img_art2{
    height: 20.125vw;
    width: 53.125vw;
    top: -22.292vw;
    right: -13.833vw;
}
    .rsm_03 article{
    position: relative;
    z-index: 2;
}
    .rsm_03 article h4{
    line-height: 1.03;
}
    .rsm_03 article h4 br{}
    .rsm_03 article .pf4_button{
    margin-top: 3.333vw;
    font-size: 2.2vw;
    letter-spacing: 0.49vw;
    padding: 2vw 7.441vw 2.041vw 8.348vw;
}
}
@media screen and (max-width: 550px){
    .rsm_03{
    padding-top: 22.292vw;
    padding-bottom: 17.5vw;
}
    .rsm_03 .section_inner{
    width: 100%;
    padding-left: 5.208vw;
    padding-right: 4.583vw;
}
    .rsm_03_img_art1{
    top: inherit;
    left: 0vw;
    bottom: 0vw;
    background-image: url(rsm-s3-2-m.png);
    width: 41.667vw;
    height: 39.375vw;
}
    .rsm_03_img_art2{
    height: 53.125vw;
    width: 53.125vw;
    top: -37.292vw;
    right: -30.833vw;
}
    .rsm_03 article{
    position: relative;
    z-index: 2;
}
    .rsm_03 article h4{
    line-height: 1.03;
}
    .rsm_03 article h4 br{}
    .rsm_03 article .pf4_button{
    padding: 2.708vw 15.417vw 2.917vw 16.042vw;
    margin-top: 3.333vw;
    font-size: 3vw;
    letter-spacing: 0.69vw;
}
}
/*
  Section 04
=========================================*/
.rsm_04{
    background-color: #FFFCF9;
    padding-top: 117px;
    padding-bottom: 86px;
    position: relative;
    z-index: 2;
}
.rsm_04 .section_inner{
    width: 1026px;
}
.rsm_04_left{
    width: 26.9%;
    padding-left: 35px;
    padding-right: 30px;
    padding-top: 89px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.rsm_04_bg_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(rsm-s4-1.png);
    top: -15px;
    left: -63px;
    width: 232px;
    height: 232px;
}
.rsm_04_bg_art2{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(rsm-s4-2.png);
    top: 59px;
    left: -77px;
    width: 152px;
    height: 253px;
}
.rsm_04_left article{}
.rsm_04_left article h4{}
.rsm_04_left article h4 br{}
.rsm_04_right{
    width: 73.1%;
    padding-right: 31px;
}
.rsm_04_right_video_holder{
    display: block;
    position: relative;
}
.rsm_04_right_video_art{
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 0;
    width: 266px;
    height: 270px;
    background-color: #173C4C;
}
.rsm_04_right_video{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    bottom: 0px;
    height: 404px;
    left: 1px;
    top: 0px;
}
.rsm_04_right_video img{ }
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_04{
        padding-top: 8.125vw;
        padding-bottom: 5.972vw;
    }
    .rsm_04 .section_inner{
        width: 71.25vw;
    }
    .rsm_04_left{
        width: 26.9%;
        padding-left: 2.431vw;
        padding-right: 2.083vw;
        padding-top: 6.181vw;
    }
    .rsm_04_bg_art1{
        top: -1.042vw;
        left: -4.375vw;
        width: 16.111vw;
        height: 16.111vw;
    }
    .rsm_04_bg_art2{
        top: 4.097vw;
        left: -5.347vw;
        width: 10.556vw;
        height: 17.569vw;
    }
    .rsm_04_left article{}
    .rsm_04_left article h4{}
    .rsm_04_left article h4 br{}
    .rsm_04_right{
        width: 73.1%;
        padding-right: 2.153vw;
    }
    .rsm_04_right_video_holder{}
    .rsm_04_right_video_art{
        top: -0.972vw;
        right: -0.972vw;
        width: 18.472vw;
        height: 18.75vw;
    }
    .rsm_04_right_video{
        bottom: 0vw;
        height: 28.056vw;
        left: 0.069vw;
        top: 0vw;
    }
    .rsm_04_right_video img{}
}
@media screen and (max-width: 1140px){
    .rsm_04{}
    .rsm_04 .section_inner{
    width: 75vw;
}
    .rsm_04_left{
    padding-right: 3.083vw;
}
    .rsm_04_bg_art1{}
    .rsm_04_bg_art2{}
    .rsm_04_left article{}
    .rsm_04_left article h4{}
    .rsm_04_left article h4 br{}
    .rsm_04_right{
    padding-right: 0vw;
    padding-left: 5vw;
}
    .rsm_04_right_video_holder{}
    .rsm_04_right_video_art{}
    .rsm_04_right_video{}
    .rsm_04_right_video img{}
}
@media screen and (max-width: 1024px){
    .rsm_04{}
    .rsm_04 .section_inner{}
    .rsm_04_left{
    width: 31.9%;
}
    .rsm_04_bg_art1{}
    .rsm_04_bg_art2{}
    .rsm_04_left article{}
    .rsm_04_left article h4{}
    .rsm_04_left article h4 br{}
    .rsm_04_right{
    width: 68.1%;
    padding-left: 0vw;
}
    .rsm_04_right_video_holder{}
    .rsm_04_right_video_art{}
    .rsm_04_right_video{}
    .rsm_04_right_video img{}
}
@media screen and (max-width: 768px){
    .rsm_04{
    padding-top: 9.792vw;
    padding-bottom: 7.708vw;
}
    .rsm_04 .section_inner{
    width: 100%;
    padding-left: 7.083vw;
    padding-right: 7.083vw;
}
    .rsm_04_left{
    width: 100%;
    padding: 0vw;
}
    .rsm_04_bg_art1{
    width: 33.333vw;
    height: 33.333vw;
    top: -4.417vw;
    left: -11.083vw;
}
    .rsm_04_bg_art2{
    display: none;
}
    .rsm_04_left article{}
    .rsm_04_left article h4{
    line-height: 0.99;
}
    .rsm_04_left article h4 br{}
    .rsm_04_right{
    width: 100%;
    padding: 0vw;
    padding-top: 1.875vw;
}
    .rsm_04_right_video_holder{
}
    .rsm_04_right_video_art{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: #173c4c00;
    background-image: url(rsm-s4-2.png);
    bottom: inherit;
    top: -10.833vw;
    right: -5.625vw;
    width: 16.667vw;
    height: 52.708vw;
}
    .rsm_04_right_video{
    height: 47.917vw;
    left: 0vw;
    top: 0vw;
}
    .rsm_04_right_video img{}
}
@media screen and (max-width: 550px){
    .rsm_04{
    padding-top: 24.792vw;
    padding-bottom: 12.708vw;
}
    .rsm_04 .section_inner{
    width: 100%;
    padding-left: 7.083vw;
    padding-right: 7.083vw;
}
    .rsm_04_left{
    width: 100%;
    padding: 0vw;
}
    .rsm_04_bg_art1{
    width: 48.333vw;
    height: 48.333vw;
    top: -20.417vw;
    left: -17.083vw;
}
    .rsm_04_bg_art2{
    display: none;
}
    .rsm_04_left article{}
    .rsm_04_left article h4{
    line-height: 0.99;
}
    .rsm_04_left article h4 br{}
    .rsm_04_right{
    width: 100%;
    padding: 0vw;
    padding-top: 1.875vw;
}
    .rsm_04_right_video_holder{
}
    .rsm_04_right_video_art{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: #173c4c00;
    background-image: url(rsm-s4-2.png);
    bottom: inherit;
    top: -30.833vw;
    right: -5.625vw;
    width: 31.667vw;
    height: 52.708vw;
}
    .rsm_04_right_video{
    height: 47.917vw;
    left: 0vw;
    top: 0vw;
}
    .rsm_04_right_video img{}
}
/*
  Section 05
=========================================*/
.rsm_05{
    background-color: #FFFCF9;
    position: relative;
    padding-bottom: 100px;
}
.rsm_05 .section_inner{
    width: 1220px;
}
.rsm_05_bg_art1{
    position: absolute;
    left: 0px;
    top: 136px;
    z-index: 0;
    width: 200%;
    height: 603px;
    background-color: #AA4B2F;
}
.rsm_05_bg_art2{
    position: absolute;
    left: 44.1%;
    top: 0px;
    z-index: 0;
    width: 200%;
    height: 100%;
    background-color: #FFF1E9;
}
.rsm_05_bg_art3{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s5-4.png);
    top: -160px;
    right: -128px;
    width: 396px;
    height: 575px;
}
.rsm_05_left{
    width: 37.8%;
    padding-top: 37px;
}
.rsm_05_left_img_holder{
    position: relative;
    left: 229px;
    display: inline-block;
}
.rsm_05_left_img_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s5-2.png);
    bottom: 166px;
    left: -30px;
    width: 60px;
    height: 60px;
}
.rsm_05_left_img_art2{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s5-3.png);
    bottom: -37px;
    right: 52px;
    width: 14px;
    height: 131px;
}
.rsm_05_left_img{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 634px;
    border-radius: 245px 245px 0px 0px;
    display: inline-block;
}
.rsm_05_left_img img{
    width: 10%;
    opacity: 0;
}
.rsm_05_right{
    width: 62.2%;
    padding-left: 221px;
    padding-top: 144px;
}
.rsm_05_right article{}
.rsm_05_right article h2{
    margin-bottom: 21px;
}
.rsm_05_right article p{
    padding-left: 4px;
    margin-bottom: 28px;
}
.rsm_05_right article p br{}
.rsm_05_right article p .m{ display: none; }
.rsm_05_right article p mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #F5D4BF 0%, #F5D4BF 100%);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: 0px 100%;
    padding: 0;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 17px;
    margin-right: -17px;
    margin-bottom: -1px;
    font-weight: bold;
    color: #173c4b;
    letter-spacing: 2.1px;
    margin-left: -6px;
}
.rsm_05_right article p strong{
    font-weight: bold;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_05{
        padding-bottom: 6.944vw;
    }
    .rsm_05 .section_inner{
        width: 84.722vw;
    }
    .rsm_05_bg_art1{
        left: 0vw;
        top: 9.444vw;
        width: 200%;
        height: 41.875vw;
    }
    .rsm_05_bg_art2{
        left: 44.1%;
        top: 0vw;
        width: 200%;
        height: 100%;
    }
    .rsm_05_bg_art3{
        top: -11.111vw;
        right: -8.889vw;
        width: 27.5vw;
        height: 39.931vw;
    }
    .rsm_05_left{
        width: 37.8%;
        padding-top: 2.569vw;
    }
    .rsm_05_left_img_holder{
        left: 15.903vw;
    }
    .rsm_05_left_img_art1{
        bottom: 11.528vw;
        left: -2.083vw;
        width: 4.167vw;
        height: 4.167vw;
    }
    .rsm_05_left_img_art2{
        bottom: -2.569vw;
        right: 3.611vw;
        width: 0.972vw;
        height: 9.097vw;
    }
    .rsm_05_left_img{
        height: 44.028vw;
        border-radius: 17.014vw 17.014vw 0vw 0vw;
    }
    .rsm_05_left_img img{}
    .rsm_05_right{
        width: 62.2%;
        padding-left: 15.347vw;
        padding-top: 10vw;
    }
    .rsm_05_right article{}
    .rsm_05_right article h2{
        margin-bottom: 1.458vw;
    }
    .rsm_05_right article p{
        padding-left: 0.278vw;
        margin-bottom: 1.944vw;
    }
    .rsm_05_right article p br{}
    .rsm_05_right article p mark{
        background-size: 100% 50%;
        background-position: 0vw 100%;
        padding-bottom: 0.069vw;
        padding-left: 0.417vw;
        padding-right: 1.181vw;
        margin-right: -1.181vw;
        margin-bottom: -0.069vw;
        letter-spacing: 0.146vw;
        margin-left: -0.417vw;
    }
    .rsm_05_right article p strong{}
}
@media screen and (max-width: 1140px){
    .rsm_05{}
    .rsm_05 .section_inner{
    width: 90vw;
}
    .rsm_05_bg_art1{}
    .rsm_05_bg_art2{
    left: 40.1%;
}
    .rsm_05_bg_art3{}
    .rsm_05_left{
    width: 33.8%;
}
    .rsm_05_left_img_holder{
    left: 9.903vw;
}
    .rsm_05_left_img_art1{}
    .rsm_05_left_img_art2{}
    .rsm_05_left_img{}
    .rsm_05_left_img img{}
    .rsm_05_right{
    width: 66.2%;
    padding-left: 14.347vw;
    padding-right: 2vw;
}
    .rsm_05_right article{}
    .rsm_05_right article h2{}
    .rsm_05_right article p{}
    .rsm_05_right article p br{
    display: none;
}
    .rsm_05_right article p mark{}
    .rsm_05_right article p strong{}
}
@media screen and (max-width: 1024px){
    .rsm_05{}
    .rsm_05 .section_inner{}
    .rsm_05_bg_art1{
    height: 50.875vw;
}
    .rsm_05_bg_art2{}
    .rsm_05_bg_art3{
    right: -10.889vw;
}
    .rsm_05_left{
    width: 38.8%;
}
    .rsm_05_left_img_holder{
    left: 7vw;
}
    .rsm_05_left_img_art1{}
    .rsm_05_left_img_art2{}
    .rsm_05_left_img{
    height: 50vw;
}
    .rsm_05_left_img img{}
    .rsm_05_right{
    width: 61.2%;
    padding-left: 10vw;
}
    .rsm_05_right article{}
    .rsm_05_right article h2{}
    .rsm_05_right article p{}
    .rsm_05_right article p br{}
    .rsm_05_right article p mark{}
    .rsm_05_right article p strong{}
}
@media screen and (max-width: 768px){
    .rsm_05{
    padding-top: 8.542vw;
    padding-bottom: 6.25vw;
}
    .rsm_05 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    z-index: 4;
}
    .rsm_05_bg_art1{
    z-index: 1;
    width: 64.792vw;
    height: 43.042vw;
    left: 0vw;
    top: 50.208vw;
}
    .rsm_05_bg_art2{
    left: 0%;
}
    .rsm_05_bg_art3{
    background-image: url(rsm-s5-4-m.png);
    top: inherit;
    bottom: -5.667vw;
    right: -10.917vw;
    width: 53.958vw;
    height: 52.542vw;
}
    .rsm_05_left{
    width: 100%;
    padding: 0vw;
    padding-left: 10.625vw;
    padding-right: 8.542vw;
}
    .rsm_05_left_img_holder{
    left: 0vw;
    width: 100%;
}
    .rsm_05_left_img_art1{
    width: 7.5vw;
    height: 9.5vw;
    bottom: -3.958vw;
    left: 14.583vw;
}
    .rsm_05_left_img_art2{
    width: 1.917vw;
    height: 16.292vw;
    bottom: inherit;
    top: -0.417vw;
    right: 10.417vw;
}
    .rsm_05_left_img{
    height: 75.833vw;
    border-radius: 51.042vw 51.042vw 0vw 0vw;
    width: 100%;
}
    .rsm_05_left_img img{}
    .rsm_05_right{
    width: 100%;
    padding: 0vw;
    padding-left: 7.5vw;
    padding-right: 7.292vw;
    padding-top: 15.875vw;
}
    .rsm_05_right article{}
    .rsm_05_right article h2{
    margin-bottom: 4.167vw;
}
    .rsm_05_right article p{
    margin-left: 0.625vw;
    margin-bottom: 3.833vw;
}
    .rsm_05_right article p br{}
    .rsm_05_right article p .m{ display: block; }
    .rsm_05_right article p mark{
    letter-spacing: 0.438vw;
}
    .rsm_05_right article p strong{}
}
@media screen and (max-width: 550px){
    .rsm_05{
    padding-top: 13.542vw;
    padding-bottom: 11.25vw;
}
    .rsm_05 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
    z-index: 4;
}
    .rsm_05_bg_art1{
    z-index: 1;
    width: 64.792vw;
    height: 101.042vw;
    left: 0vw;
    top: 50.208vw;
}
    .rsm_05_bg_art2{
    left: 0%;
}
    .rsm_05_bg_art3{
    background-image: url(rsm-s5-4-m.png);
    top: inherit;
    bottom: -11.667vw;
    right: -22.917vw;
    width: 68.958vw;
    height: 63.542vw;
}
    .rsm_05_left{
    width: 100%;
    padding: 0vw;
    padding-left: 10.625vw;
    padding-right: 8.542vw;
}
    .rsm_05_left_img_holder{
    left: 0vw;
}
    .rsm_05_left_img_art1{
    width: 12.5vw;
    height: 12.5vw;
    bottom: -3.958vw;
    left: 14.583vw;
}
    .rsm_05_left_img_art2{
    width: 2.917vw;
    height: 27.292vw;
    bottom: inherit;
    top: -0.417vw;
    right: 10.417vw;
}
    .rsm_05_left_img{
    height: 125.833vw;
    border-radius: 51.042vw 51.042vw 0vw 0vw;
}
    .rsm_05_left_img img{}
    .rsm_05_right{
    width: 100%;
    padding: 0vw;
    padding-left: 7.5vw;
    padding-right: 7.292vw;
    padding-top: 21.875vw;
}
    .rsm_05_right article{}
    .rsm_05_right article h2{
    margin-bottom: 4.167vw;
}
    .rsm_05_right article p{
    margin-left: 0.625vw;
    margin-bottom: 5.833vw;
}
    .rsm_05_right article p br{}
    .rsm_05_right article p .m{ display: block; }
    .rsm_05_right article p mark{
    letter-spacing: 0.438vw;
}
    .rsm_05_right article p strong{}
}

/*
  Section 06
=========================================*/
.rsm_06{
    background-color: #FFFCF9;
    padding-top: 79px;
    padding-bottom: 81px;
    position: relative;
    z-index: 2;
}
.rsm_06 .section_inner{
    width: 1266px;
}
.rsm_06_title{
    width: 100%;
    text-align: center;
    padding-bottom: 31px;
}
.rsm_06_title h4{
    position: relative;
}
.rsm_06_title h4:before{
    content:"";
    position: absolute;
    background-color: #000000;
    top: 110px;
    left: 50%;
    transform: translate(-50%);
    width: 67px;
    height: 2px;
}
.rsm_06_title h4 br{}
.rsm_06_content{
    width: 100%;
}
.rsm_06_content_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.rsm_06_content_item{
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
}
.rsm_06_content_item_icon{
    margin-bottom: 19px;
}
.rsm_06_content_item_icon span{
    display: block;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 75px;
    height: 74px;
}
.rsm_06_content_item article{}
.rsm_06_content_item article h5{
    color: #aa4a2e;
    margin-bottom: 10px;
}
.rsm_06_content_item article p{}
.rsm_06_content_item article p br{}
.rsm_06_link{
    text-align: center;
    width: 100%;
    padding-top: 15px;
}
.rsm_06_link .pf4_button{
    padding: 13px 51px 14px 56px;
}
.rsm_06_content_slider{
    display:none !important;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_06{
        padding-top: 5.486vw;
        padding-bottom: 5.625vw;
    }
    .rsm_06 .section_inner{
        width: 87.917vw;
    }
    .rsm_06_title{
        width: 100%;
        padding-bottom: 2.153vw;
    }
    .rsm_06_title h4{}
    .rsm_06_title h4:before{
        top: 7.639vw;
        left: 50%;
        transform: translate(-50%);
        width: 4.653vw;
    }
    .rsm_06_title h4 br{}
    .rsm_06_content{
        width: 100%;
    }
    .rsm_06_content_in{
        width: 100%;
    }
    .rsm_06_content_item{
        width: 25%;
        padding-left: 1.389vw;
        padding-right: 1.389vw;
    }
    .rsm_06_content_item_icon{
        margin-bottom: 1.319vw;
    }
    .rsm_06_content_item_icon span{
        width: 5.208vw;
        height: 5.139vw;
    }
    .rsm_06_content_item article{}
    .rsm_06_content_item article h5{
        margin-bottom: 0.694vw;
    }
    .rsm_06_content_item article p{}
    .rsm_06_content_item article p br{
    display: none;
}
    .rsm_06_link{
        width: 100%;
        padding-top: 1.042vw;
    }
    .rsm_06_link .pf4_button{
        padding: 0.903vw 3.542vw 0.972vw 3.889vw;
    }
}
@media screen and (max-width: 1140px){
    .rsm_06{}
    .rsm_06 .section_inner{}
    .rsm_06_title{}
    .rsm_06_title h4{}
    .rsm_06_title h4:before{}
    .rsm_06_title h4 br{}
    .rsm_06_content{}
    .rsm_06_content_in{}
    .rsm_06_content_item{}
    .rsm_06_content_item_icon{}
    .rsm_06_content_item_icon span{}
    .rsm_06_content_item article{}
    .rsm_06_content_item article h5{}
    .rsm_06_content_item article p{}
    .rsm_06_content_item article p br{}
    .rsm_06_link{}
    .rsm_06_link .pf4_button{}
}
@media screen and (max-width: 1024px){
    .rsm_06{}
    .rsm_06 .section_inner{
    width: 96vw;
}
    .rsm_06_title{}
    .rsm_06_title h4{}
    .rsm_06_title h4:before{
    top: 8.639vw;
}
    .rsm_06_title h4 br{}
    .rsm_06_content{}
    .rsm_06_content_in{}
    .rsm_06_content_item{}
    .rsm_06_content_item_icon{}
    .rsm_06_content_item_icon span{}
    .rsm_06_content_item article{}
    .rsm_06_content_item article h5{}
    .rsm_06_content_item article p{}
    .rsm_06_content_item article p br{}
    .rsm_06_link{}
    .rsm_06_link .pf4_button{}
}
@media screen and (max-width: 768px){
    .rsm_06{
    padding-top: 9.5vw;
    padding-bottom: 9.5vw;
}
    .rsm_06 .section_inner{
    width: 100%;
    padding-left: 10.417vw;
    padding-right: 10.417vw;
}
    .rsm_06_title{
    padding-bottom: 7.083vw;
}
    .rsm_06_title h4{}
    .rsm_06_title h4:before{
    top: inherit;
    bottom: -4.375vw;
    width: 13.958vw;
    height: 0.417vw;
}
    .rsm_06_title h4 br{}
    .rsm_06_content{}
    .rsm_06_content_in{}
    .rsm_06_content_item{
    padding: 0vw;
    width: 100%;
}
    .rsm_06_content_item_icon{
    margin-bottom: 3.333vw;
}
    .rsm_06_content_item_icon span{
    width: 15.625vw;
    height: 15.417vw;
}
    .rsm_06_content_item article{}
    .rsm_06_content_item article h5{
    margin-bottom: 2.083vw;
}
    .rsm_06_content_item article p{}
    .rsm_06_content_item article p br{
    display: block;
}
    .rsm_06_link{}
    .rsm_06_link .pf4_button{
    margin-top: 2.083vw;
    font-size: 2.2vw;
    letter-spacing: 0.49vw;
    padding: 2vw 7.441vw 2.041vw 8.348vw;
}
.rsm_06_content_in{
    display:none !important;
}
.rsm_06_content_slider{
    display:block !important;
}

    .rsm_06_content_slider .slick-list .slick-track{}
    .rsm_06_content_slider .slick-prev,
    .rsm_06_content_slider .slick-next {
      background-color: transparent;
      border: 0px;
      font-size: 0px;
      width: 7.875vw;
      height: 7.875vw;
      padding: 0px;
      margin: 0px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 3.5vw;
      z-index: 2;
    }
    .rsm_06_content_slider .slick-prev {
      background-image: url(rsm-arrow-left.png);
      left: -4.5vw;
    }
    .rsm_06_content_slider .slick-next {
      background-image: url(rsm-arrow-right.png);
      right: -4.2vw;
    }
    .rsm_06_content_slider .slick-dots{ display: none !important; }
    .rsm_06_content_slider .slick-dots li{ }
    .rsm_06_content_slider .slick-dots li button{ }
    .rsm_06_content_slider .slick-dots li:hover,
    .rsm_06_content_slider .slick-dots li.slick-active{}
    
    .rsm_06_content_slider .slick-slide{
      opacity: 0.5;
    }
    .rsm_06_content_slider .slick-slide.slick-active{
      opacity: 1;
    }

}
@media screen and (max-width: 550px){
    .rsm_06{
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
}
    .rsm_06 .section_inner{
    width: 100%;
    padding-left: 10.417vw;
    padding-right: 10.417vw;
}
    .rsm_06_title{
    padding-bottom: 7.083vw;
}
    .rsm_06_title h4{}
    .rsm_06_title h4:before{
    top: inherit;
    bottom: -4.375vw;
    width: 13.958vw;
    height: 0.417vw;
}
    .rsm_06_title h4 br{}
    .rsm_06_content{}
    .rsm_06_content_in{}
    .rsm_06_content_item{
    padding: 0vw;
    width: 100%;
}
    .rsm_06_content_item_icon{
    margin-bottom: 3.333vw;
}
    .rsm_06_content_item_icon span{
    width: 15.625vw;
    height: 15.417vw;
}
    .rsm_06_content_item article{}
    .rsm_06_content_item article h5{
    margin-bottom: 2.083vw;
}
    .rsm_06_content_item article p{}
    .rsm_06_content_item article p br{
    display: block;
}
    .rsm_06_link{}
    .rsm_06_link .pf4_button{
    padding: 2.708vw 10.625vw 2.917vw 11.667vw;
    margin-top: 2.083vw;
}
    .rsm_06_content_slider .slick-list .slick-track{}
    .rsm_06_content_slider .slick-prev,
    .rsm_06_content_slider .slick-next {
      background-color: transparent;
      border: 0px;
      font-size: 0px;
      width: 11.875vw;
      height: 11.875vw;
      padding: 0px;
      margin: 0px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 3.5vw;
      z-index: 2;
    }
    .rsm_06_content_slider .slick-prev {
      background-image: url(rsm-arrow-left.png);
      left: -4.5vw;
    }
    .rsm_06_content_slider .slick-next {
      background-image: url(rsm-arrow-right.png);
      right: -4.2vw;
    }
    .rsm_06_link .pf4_button{
        margin-top: 2.083vw;
        padding: 2.708vw 10vw 2.917vw 10vw;
        font-size: 3vw;
        letter-spacing: 0.69vw;
    }
}
/*
  Section 07
=========================================*/
.rsm_07{
    background-color: #FDE3D3;
    padding-top: 78px;
    padding-bottom: 33px;
    position: relative;
}
.rsm_07_img_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s7-1.png);
    top: 0px;
    left: 0px;
    width: 153px;
    height: 127px;
}
.rsm_07 .section_inner{}
.rsm_07_left{
    width: 23.25%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 54px;
}
.rsm_07_bg_art2{
    content: "";
    position: absolute;
    background-color: #000000;
    top: -29px;
    right: 58px;
    width: 1px;
    height: 246px;
}
.rsm_07_left h4{
    text-align: right;
    display: inline-block;
    background-color: #FDE3D3;
    position: relative;
    top: -3px;
    z-index: 4;
}
.rsm_07_left h4 br{}
.rsm_07_left h4 .m{display: none;}
.rsm_07_left h4 .art_1st{
    position: relative;
}
.rsm_07_left h4 .art_1st:before{
    content: "";
    display: block;
    background-image: url(rsm-s7-2.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    top: -48px;
    left: -90px;
    width: 101px;
    height: 81px;
    }
.rsm_07_left h4 .art_2nd{position:relative;}
.rsm_07_left h4 .art_2nd:before{
content: "";
}
.rsm_07_right{
    width: 76.75%;
}
.rsm_07_right article{}
.rsm_07_right article p{
    margin-bottom: 28px;
    letter-spacing: 2.05px;
}
.rsm_07_right article p br{}
.rsm_07_right article p .m{ display: none; }
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_07{
        padding-top: 5.417vw;
        padding-bottom: 2.292vw;
    }
    .rsm_07_img_art1{
        top: 0vw;
        left: 0vw;
        width: 10.625vw;
        height: 8.819vw;
    }
    .rsm_07 .section_inner{
}
    .rsm_07_left{
        width: 23.25%;
        padding-right: 3.75vw;
    }
    .rsm_07_bg_art2{
        top: -2.014vw;
        right: 4.028vw;
        height: 17.083vw;
    }
    .rsm_07_left h4{
        top: -0.208vw;
    }
    .rsm_07_left h4 br{}
    .rsm_07_left h4 .art_1st{}
    .rsm_07_left h4 .art_1st:before{
        top: -3.333vw;
        left: -6.25vw;
        width: 7.014vw;
        height: 5.625vw;
    }
    .rsm_07_left h4 .art_2nd{}
    .rsm_07_left h4 .art_2nd:before{}
    .rsm_07_right{
        width: 76.75%;
    }
    .rsm_07_right article{}
    .rsm_07_right article p{
        margin-bottom: 1.944vw;
        letter-spacing: 0.142vw;
    }
    .rsm_07_right article p br{}
}
@media screen and (max-width: 1140px){
    .rsm_07{}
    .rsm_07_img_art1{}
    .rsm_07 .section_inner{}
    .rsm_07_left{}
    .rsm_07_bg_art2{}
    .rsm_07_left h4{}
    .rsm_07_left h4 br{}
    .rsm_07_left h4 .art_1st{}
    .rsm_07_left h4 .art_1st:before{}
    .rsm_07_left h4 .art_2nd{}
    .rsm_07_left h4 .art_2nd:before{}
    .rsm_07_right{}
    .rsm_07_right article{}
    .rsm_07_right article p{}
    .rsm_07_right article p br{}
}
@media screen and (max-width: 1024px){
    .rsm_07{}
    .rsm_07_img_art1{
    width: 17.625vw;
    height: 16.819vw;
}
    .rsm_07 .section_inner{
    width: 90vw;
}
    .rsm_07_left{}
    .rsm_07_bg_art2{
    height: 23vw;
}
    .rsm_07_left h4{}
    .rsm_07_left h4 br{}
    .rsm_07_left h4 .art_1st{}
    .rsm_07_left h4 .art_1st:before{}
    .rsm_07_left h4 .art_2nd{}
    .rsm_07_left h4 .art_2nd:before{}
    .rsm_07_right{}
    .rsm_07_right article{}
    .rsm_07_right article p{}
    .rsm_07_right article p br{
    display: none;
}
}
@media screen and (max-width: 768px){
    .rsm_07{
    padding-top: 10.375vw;
    padding-bottom: 4.292vw;
}
    .rsm_07_img_art1{
    top: 0vw;
    left: 0vw;
    width: 19.875vw;
    height: 26.458vw;
}
    .rsm_07 .section_inner{
    width: 100%;
    padding-left: 8.125vw;
    padding-right: 6.25vw;
}
    .rsm_07_left{
    width: 100%;
    padding-right: 21.458vw;
}
    .rsm_07_bg_art2{
    width: 200%;
    height: 0.208vw;
    top: 14.375vw;
    right: inherit;
    left: -163%;
}
    .rsm_07_left h4{
    background-color: #fde3d300;
    margin-bottom: 5.208vw;
}
    .rsm_07_left h4 br{display: none;}
    .rsm_07_left h4 .m{display: block;}
    .rsm_07_left h4 .art_1st{
    display: none;
}
    .rsm_07_left h4 .art_1st:before{}
    .rsm_07_left h4 .art_2nd{}
    .rsm_07_left h4 .art_2nd:before{
    content: "";
    display: block;
    background-image: url(rsm-s7-2-m.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    top: -6.875vw;
    left: 2.292vw;
    width: 8.875vw;
    height: 8.542vw;
}
    .rsm_07_right{
    width: 100%;
}
    .rsm_07_right article{}
    .rsm_07_right article p{
    line-height: 1.65;
    letter-spacing: 0.425vw;
    margin-bottom: 5.833vw;
}
    .rsm_07_right article p br{display: none;}
    .rsm_07_right article p .m{ display: block; }
}
@media screen and (max-width: 550px){
    .rsm_07{
    padding-top: 14.375vw;
    padding-bottom: 7.292vw;
}
    .rsm_07_img_art1{
    top: 0vw;
    left: 0vw;
    width: 31.875vw;
    height: 26.458vw;
}
    .rsm_07 .section_inner{
    width: 100%;
    padding-left: 8.125vw;
    padding-right: 6.25vw;
}
    .rsm_07_left{
    width: 100%;
    padding-right: 21.458vw;
}
    .rsm_07_bg_art2{
    width: 200%;
    height: 0.208vw;
    top: 14.375vw;
    right: inherit;
    left: -163%;
}
    .rsm_07_left h4{
    background-color: #fde3d300;
    margin-bottom: 5.208vw;
}
    .rsm_07_left h4 br{display: none;}
    .rsm_07_left h4 .m{display: block;}
    .rsm_07_left h4 .art_1st{
    display: none;
}
    .rsm_07_left h4 .art_1st:before{}
    .rsm_07_left h4 .art_2nd{}
    .rsm_07_left h4 .art_2nd:before{
    content: "";
    display: block;
    background-image: url(rsm-s7-2-m.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    top: -6.875vw;
    left: 2.292vw;
    width: 16.875vw;
    height: 13.542vw;
}
    .rsm_07_right{
    width: 100%;
}
    .rsm_07_right article{}
    .rsm_07_right article p{
    line-height: 1.65;
    letter-spacing: 0.3vw;
    margin-bottom: 5.833vw;
}
    .rsm_07_right article p br{display: none;}
    .rsm_07_right article p .m{ display: block; }
}
/*
  Section 08
=========================================*/
.rsm_08{
    background-color: #FFFCF9;
    padding-top: 95px;
    padding-bottom: 78px;
}
.rsm_08 .section_inner{
    width: 1180px;
}
.rsm_08_title{
    width: 100%;
    text-align: center;
}
.rsm_08_title h2{
    position: relative;
}
.rsm_08_title h2:before{
    content: "";
    position: absolute;
    background-color: #000000;
    top: 73px;
    left: 50%;
    transform: translate(-50%);
    width: 67px;
    height: 1px;
}
.rsm_08_content{
    width: 100%;
    margin-top: 64px;
}
.rsm_08_content_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 78px;
    margin-bottom: 0px;
}
.rsm_08_content_item.style_2{
    padding-bottom: 52px;
}
.rsm_08_content_left{
    width: 26.6%;
    padding-left: 0px;
}
.rsm_08_content_left_in{
    position: relative;
    z-index: 4;
}
.rsm_08_content_bg_art1{
    position: absolute;
    background-color: #FFF1E9;
    z-index: -1;
    width: 360px;
    height: 297px;
    top: -78px;
    left: 72px;
}
.rsm_08_content_left_in article{}
.rsm_08_content_left_in article h4{
    color: #ac4e2e;
    text-align: right;
}
.rsm_08_content_left_in article h4 br{}
.rsm_08_content_left_in article h5{
    writing-mode: vertical-rl;
    text-align: left;
    transform: rotate(-180deg);
    text-transform: uppercase;
    margin: 0px;
    margin-top: 75px;
    margin-left: 165px;
    position: relative;
}
.rsm_08_content_left_in article h5 span{
    position: relative;
    
}
.rsm_08_content_left_in article h5 span:before{
    content: "";
    display: block;
    background-image: url(rsm-s8-1.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 42px;
    height: 42px;
    top: -26px;
    left: -3px;
    z-index: -1;
}
.rsm_08_content_right{
    width: 73.4%;
    padding-left: 49px;
    padding-top: 47px;
    position: relative;
    z-index: 5;
}
.rsm_08_content_right article{}
.rsm_08_content_right article p{
    letter-spacing: 2.05px;
}
.rsm_08_content_right article p br{}
.rsm_08_content_right article p .m{display: none;}
.rsm_08_content_item .style_1{}
.rsm_08_content_item .style_2{}
.rsm_08_content_item .style_3{}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left{
    order: 2;
    width: 27%;
    padding-left: 42px;
}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in{}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_bg_art1{
    top: -17px;
    left: -119px;
    width: 375px;
}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article{
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4{
    order: 2;
    text-align: left;
    padding-left: 2px;
    padding-top: 60px;
}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4 br{}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5{
    order: 1;
    margin-left: -65px;
    margin-top: 0px;
    top: -258px;
}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5 span{}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{
    order: 1;
}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{
    width: 73%;
    padding-top: 98px;
}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article{}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p{
    text-align: right;
}
.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p br{}
.rsm_08_link{
    width: 100%;
    text-align: center;
    padding-top: 70px;
}
.rsm_08_link .pf4_button{
    padding: 13px 53px 14px 56px;
}

.rsm_08_content_slider{
    display:none !important;
}

.rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5 span:before{
    left: -12px;
}
.rsm_08_content_item.style_3 .rsm_08_content_left_in article h5 span:before{
    top: -22px;
    left: 1px;
}
.rsm_08_content_item.style_4 {
    padding-bottom: 100px;
}
.rsm_08_content_item.style_4 .rsm_08_content_left_in article h5{
    top: -168px;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_08{
        padding-top: 6.597vw;
        padding-bottom: 5.417vw;
    }
    .rsm_08 .section_inner{
        width: 81.944vw;
    }
    .rsm_08_title{
        width: 100%;
    }
    .rsm_08_title h2{}
    .rsm_08_title h2:before{
        top: 5.069vw;
        left: 50%;
        transform: translate(-50%);
        width: 4.653vw;
        height: 0.069vw;
    }
    .rsm_08_content{
        width: 100%;
        margin-top: 4.444vw;
    }
    .rsm_08_content_item{
        width: 100%;
        padding-top: 5.417vw;
        margin-bottom: 0vw;
    }
    .rsm_08_content_item.style_2{
        padding-bottom: 3.611vw;
    }
    .rsm_08_content_left{
        width: 26.6%;
        padding-left: 0vw;
    }
    .rsm_08_content_left_in{}
    .rsm_08_content_bg_art1{
    }
    .rsm_08_content_left_in article{}
    .rsm_08_content_left_in article h4{}
    .rsm_08_content_left_in article h4 br{}
    .rsm_08_content_left_in article h5{
        margin: 0vw;
        margin-top: 5.208vw;
        margin-left: 11.458vw;
    }
    .rsm_08_content_left_in article h5 span{}
    .rsm_08_content_left_in article h5 span:before{
        width: 2.917vw;
        height: 2.917vw;
        top: -1.806vw;
        left: -0.208vw;
    }
    .rsm_08_content_right{
        width: 73.4%;
        padding-left: 3.403vw;
        padding-top: 3.264vw;
    }
    .rsm_08_content_right article{}
    .rsm_08_content_right article p{
        letter-spacing: 0.142vw;
    }
    .rsm_08_content_right article p br{}
    .rsm_08_content_item .style_1{}
    .rsm_08_content_item .style_2{}
    .rsm_08_content_item .style_3{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left{
        width: 27%;
        padding-left: 2.917vw;
    }
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_bg_art1{
        top: -1.181vw;
        left: -8.264vw;
        width: 26.042vw;
    }
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article{
        width: 100%;
    }
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4{
        padding-left: 0.139vw;
        padding-top: 4.167vw;
    }
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4 br{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5{
        margin-left: -4.514vw;
        margin-top: 0vw;
        top: -17.917vw;
    }
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5 span{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{
        width: 73%;
        padding-top: 6.806vw;
    }
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p{
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p br{}
    .rsm_08_link{
        width: 100%;
        padding-top: 4.861vw;
    }
    .rsm_08_link .pf4_button{
        padding: 0.903vw 3.681vw 0.972vw 3.889vw;
    }
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5 span:before{
        left: -0.833vw;
    }
    .rsm_08_content_item.style_3 .rsm_08_content_left_in article h5 span:before{
        top: -1.528vw;
        left: 0.069vw;
    }
    
    .rsm_08_content_item.style_4 {
        padding-bottom: 6.944vw;
    }
    .rsm_08_content_item.style_4 .rsm_08_content_left_in article h5{
        top: -11.667vw;
    }
}
@media screen and (max-width: 1140px){
    .rsm_08{}
    .rsm_08 .section_inner{}
    .rsm_08_title{}
    .rsm_08_title h2{}
    .rsm_08_title h2:before{}
    .rsm_08_content{}
    .rsm_08_content_item{}
    .rsm_08_content_item.style_2{}
    .rsm_08_content_left{}
    .rsm_08_content_left_in{}
    .rsm_08_content_bg_art1{
    width: 31vw;
    height: 27vw;
    top: -5.417vw;
    left: 5vw;
}
    .rsm_08_content_left_in article{}
    .rsm_08_content_left_in article h4{}
    .rsm_08_content_left_in article h4 br{}
    .rsm_08_content_left_in article h5{}
    .rsm_08_content_left_in article h5 span{}
    .rsm_08_content_left_in article h5 span:before{}
    .rsm_08_content_right{}
    .rsm_08_content_right article{}
    .rsm_08_content_right article p{}
    .rsm_08_content_right article p br{
    display: none;
}
    .rsm_08_content_item .style_1{}
    .rsm_08_content_item .style_2{}
    .rsm_08_content_item .style_3{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_bg_art1{
    width: 31vw;
    height: 27vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4 br{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5 span{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p{
    padding-top: 2vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p br{}
    .rsm_08_link{}
    .rsm_08_link .pf4_button{}

}
@media screen and (max-width: 1024px){
    .rsm_08{}
    .rsm_08 .section_inner{
    width: 95vw;
}
    .rsm_08_title{}
    .rsm_08_title h2{}
    .rsm_08_title h2:before{}
    .rsm_08_content{}
    .rsm_08_content_item{}
    .rsm_08_content_item.style_2{}
    .rsm_08_content_left{}
    .rsm_08_content_left_in{}
    .rsm_08_content_bg_art1{
    width: 33vw;
    height: 23vw;
    top: -3.417vw;
    left: 5vw;
}
    .rsm_08_content_left_in article{}
    .rsm_08_content_left_in article h4{}
    .rsm_08_content_left_in article h4 br{}
    .rsm_08_content_left_in article h5{}
    .rsm_08_content_left_in article h5 span{}
    .rsm_08_content_left_in article h5 span:before{
    width: 3.5vw;
    height: 3.5vw;
    top: -2.1vw;
    left: -0.5vw;
}
    .rsm_08_content_right{}
    .rsm_08_content_right article{}
    .rsm_08_content_right article p{}
    .rsm_08_content_right article p br{}
    .rsm_08_content_item .style_1{}
    .rsm_08_content_item .style_2{}
    .rsm_08_content_item .style_3{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_bg_art1{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4 br{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5 span{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p br{}
    .rsm_08_link{}
    .rsm_08_link .pf4_button{}
}
@media screen and (max-width: 768px){
    .rsm_08{
    padding-top: 9.25vw;
    padding-bottom: 22.708vw;
}
    .rsm_08 .section_inner{
    width: 100%;
    padding-left: 7.917vw;
    padding-right: 7.917vw;
}
    .rsm_08_title{
    padding-bottom: 0vw;
}
    .rsm_08_title h2{
    font-size: 6.333vw;
    font-weight: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.167vw;
    color: #173c4b;
}
    .rsm_08_title h2:before{
    top: inherit;
    left: 50%;
    bottom: -2.083vw;
    width: 13.958vw;
    height: 0.208vw;
}
    .rsm_08_content{
    margin-top: 3.958vw;
}
    .rsm_08_content_item{}
    .rsm_08_content_item.style_2{}
    .rsm_08_content_left{
    width: 100%;
}
    .rsm_08_content_left_in{}
    .rsm_08_content_bg_art1{
    width: 75vw;
    height: 23vw;
}
    .rsm_08_content_left_in article{
    padding-top: 5.25vw;
}
    .rsm_08_content_left_in article h4{
    padding-right: 10vw;
    padding-left: 11vw;
}
    .rsm_08_content_left_in article h4 br{}
    .rsm_08_content_left_in article h5{
    margin-top: -30vw;
    margin-left: 3.125vw;
}
    .rsm_08_content_left_in article h5 span{}
    .rsm_08_content_left_in article h5 span:before{
    width: 6.75vw;
    height: 7.958vw;
    top: -5.417vw;
    left: -0.625vw;
}
    .rsm_08_content_right{
    width: 100%;
}
    .rsm_08_content_right article{
    padding-top: 9.375vw;
    padding-left: 7.292vw;
}
    .rsm_08_content_right article p{
    line-height: 1.65;
    letter-spacing: 0.425vw;
}
    .rsm_08_content_right article p br{display: none;}
    .rsm_08_content_right article p .m{display: block;}
    .rsm_08_content_item .style_1{}
    .rsm_08_content_item .style_2{}
    .rsm_08_content_item .style_3{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left{
    width: 100%;
    order: 1;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_bg_art1{
    width: 75vw;
    height: 35vw;
    top: 1.042vw;
    left: 2.292vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article{
    padding-top: 4.583vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4{
    padding-right: 0vw;
    padding-left: 7.5vw;
    padding-top: 0vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4 br{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5{
    margin-left: 0.208vw;
    top: -6.875vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5 span{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{
    width: 100%;
    order: 2;
    padding-top: 0vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article{
    padding-top: 0vw;
    padding-left: 0vw;
    padding-right: 8.333vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p br{}
    .rsm_08_link{
    display: none;
}
    .rsm_08_link .pf4_button{}
.rsm_08_content{
    display:none !important;
}
.rsm_08_content_slider{
    display:block !important;
}

    .rsm_08_content_slider .slick-list .slick-track{}
    .rsm_08_content_slider .slick-prev,
    .rsm_08_content_slider .slick-next {
      background-color: transparent;
      border: 0px;
      font-size: 0px;
      width: 7.875vw;
      height: 7.875vw;
      padding: 0px;
      margin: 0px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      bottom: -13.5vw;
      z-index: 2;
    }
    .rsm_08_content_slider .slick-prev {
      background-image: url(rsm-arrow-left.png);
      left: 29vw;
    }
    .rsm_08_content_slider .slick-next {
      background-image: url(rsm-arrow-right.png);
      right: 26vw;
    }
    .rsm_08_content_slider .slick-dots{ display: none !important; }
    .rsm_08_content_slider .slick-dots li{ }
    .rsm_08_content_slider .slick-dots li button{ }
    .rsm_08_content_slider .slick-dots li:hover,
    .rsm_08_content_slider .slick-dots li.slick-active{}
    
    .rsm_08_content_slider .slick-slide{
      opacity: 0.5;
    }
    .rsm_08_content_slider .slick-slide.slick-active{
      opacity: 1;
    }

}
@media screen and (max-width: 550px){
    .rsm_08{
    padding-top: 11.25vw;
    padding-bottom: 27.708vw;
}
    .rsm_08 .section_inner{
    width: 100%;
    padding-left: 7.917vw;
    padding-right: 7.917vw;
}
    .rsm_08_title{
    padding-bottom: 0vw;
}
    .rsm_08_title h2{
    font-size: 8.333vw;
    font-weight: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.167vw;
    color: #173c4b;
}
    .rsm_08_title h2:before{
    top: inherit;
    left: 50%;
    bottom: -2.083vw;
    width: 13.958vw;
    height: 0.208vw;
}
    .rsm_08_content{
    margin-top: 3.958vw;
}
    .rsm_08_content_item{}
    .rsm_08_content_item.style_2{}
    .rsm_08_content_left{
    width: 100%;
}
    .rsm_08_content_left_in{}
    .rsm_08_content_bg_art1{
    width: 75vw;
    height: 35vw;
}
    .rsm_08_content_left_in article{
    padding-top: 11.25vw;
}
    .rsm_08_content_left_in article h4{
    padding-right: 10vw;
}
    .rsm_08_content_left_in article h4 br{}
    .rsm_08_content_left_in article h5{
    margin-top: -30vw;
    margin-left: 3.125vw;
}
    .rsm_08_content_left_in article h5 span{}
    .rsm_08_content_left_in article h5 span:before{
    width: 8.75vw;
    height: 8.958vw;
    top: -5.417vw;
    left: -0.625vw;
}
    .rsm_08_content_right{
    width: 100%;
}
    .rsm_08_content_right article{
    padding-top: 4.375vw;
    padding-left: 7.292vw;
}
    .rsm_08_content_right article p{
    line-height: 1.65;
    letter-spacing: 0.2vw;
}
    .rsm_08_content_right article p br{display: none;}
    .rsm_08_content_right article p .m{display: block;}
    .rsm_08_content_item .style_1{}
    .rsm_08_content_item .style_2{}
    .rsm_08_content_item .style_3{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left{
    width: 100%;
    order: 1;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_bg_art1{
    width: 75vw;
    height: 35vw;
    top: 1.042vw;
    left: 2.292vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article{
    padding-top: 4.583vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4{
    padding-right: 0vw;
    padding-left: 7.5vw;
    padding-top: 0vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h4 br{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5{
    margin-left: 0.208vw;
    top: -6.875vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_left_in article h5 span{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right{
    width: 100%;
    order: 2;
    padding-top: 0vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article{
    padding-top: 0vw;
    padding-left: 0vw;
    padding-right: 8.333vw;
}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p{}
    .rsm_08_content_item:nth-child(2n+0) .rsm_08_content_right article p br{}
    .rsm_08_link{
    display: none;
}
    .rsm_08_link .pf4_button{}
    .rsm_08_content_slider .slick-list .slick-track{}
    .rsm_08_content_slider .slick-prev,
    .rsm_08_content_slider .slick-next {
      background-color: transparent;
      border: 0px;
      font-size: 0px;
      width: 11.875vw;
      height: 11.875vw;
      padding: 0px;
      margin: 0px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      bottom: -13.5vw;
      z-index: 2;
    }
    .rsm_08_content_slider .slick-prev {
      background-image: url(rsm-arrow-left.png);
      left: 25vw;
    }
    .rsm_08_content_slider .slick-next {
      background-image: url(rsm-arrow-right.png);
      right: 25vw;
    }
}
/*
  Section 09
=========================================*/
.rsm_09{
    background-color: #FDE3D4;
    padding-top: 112px;
    padding-bottom: 90px;
    position: relative;
}
.rsm_09 .section_inner{
    width: 1340px;
}
.rsm_09_img_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s9-2.png);
    top: 0px;
    right: 0px;
    width: 776px;
    height: 299px;
}
.rsm_09_img_art2{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s9-1.png);
    top: -156px;
    left: 36px;
    width: 14px;
    height: 131px;
}
.rsm_09_title{
    width: 100%;
    padding-left: 99px;
}
.rsm_09_title article{
    display: block;
    width: 100%;
    text-align: left;
}
.rsm_09_title article h2{
    margin-bottom: 22px;
}
.rsm_09_title article p{}
.rsm_09_title article p br{}
.rsm_09_title article p .m{display: none;}
.rsm_09_content{
    padding-top: 48px;
    padding-left: 2px;
    width: 100%;
    position: relative;
    right: -83px;
    padding-right: 33px;
}
.rsm_09_content_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
}
.rsm_09_content_item{
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
}
.rsm_09_content_item_img{padding-bottom: 21px;}
.rsm_09_content_item_img span{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 401px;
    left: 0px;
    top: 0px;
    display: block;
}
.rsm_09_content_item_text{
}
.rsm_09_content_item_text article{}
.rsm_09_content_item_text article h6{
    margin-left: 2px;
    font-weight: bold;
    line-height: 1.58;
    margin-bottom: 2px;
}
.rsm_09_content_item_text article h6 mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #F4BB9B 0%, #F4BB9B 100%);
    background-repeat: no-repeat;
    background-size: 100% 49%;
    background-position: 0px 98%;
    padding: 0;
    padding-left: 2px;
    padding-right: 1px;
    color: #173c4b;
    font-weight: bold;
    line-height: 1.58;
}
.rsm_09_content_item_text article p strong{
    font-weight: 600;
    font-style: italic;
    line-height: 1.35;
    position: relative;
    top: -6px;
    padding-left: 0px;
    letter-spacing: 2.1px;
    font-size: 17px;
}
.rsm_09_content_item_text article p{
    margin-bottom: 9px;
    padding-left: 4px;
    line-height: 1.49;
    letter-spacing: 1.85px;
}
.rsm_09_content_item_text article p br{}

.rsm_09_content .rsm_09_content_in {
    
}
.rsm_09_content .rsm_09_content_in .slick-list{
    padding-right: 290px;
}
.rsm_09_content .rsm_09_content_in .slick-list .slick-track{
    
}


.rsm_09_content_in .slick-list .slick-track{}
.rsm_09_content_in .slick-prev,
.rsm_09_content_in .slick-next {
  background-color: transparent;
  border: 0px;
  font-size: 0px;
  width: 110px;
  height: 110px;
  padding: 0px;
  margin: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -147px;
  z-index: 2;
  cursor: pointer;
}
.rsm_09_content_in .slick-prev {
  background-image: url(slider_left_arrow_key.png);
  left: -46px;
  display: none !important;
}
.rsm_09_content_in .slick-next {
  background-image: url(rsm-s9-7.png);
  right: 115px;
}
.rsm_09_content_in .slick-dots{ display: none !important; }
.rsm_09_content_in .slick-dots li{ }
.rsm_09_content_in .slick-dots li button{ }
.rsm_09_content_in .slick-dots li:hover,
.rsm_09_content_in .slick-dots li.slick-active{}

.rsm_09_content_in .slick-slide{
  /* opacity: 0.5; */
}
.rsm_09_content_in .slick-slide.slick-active{
  opacity: 1;
}




/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_09{
        padding-top: 7.778vw;
        padding-bottom: 6.25vw;
    }
    .rsm_09 .section_inner{
        width: 93.056vw;
    }
    .rsm_09_img_art1{
        top: 0vw;
        right: 0vw;
        width: 53.889vw;
        height: 20.764vw;
    }
    .rsm_09_img_art2{
        top: -10.833vw;
        left: 2.5vw;
        width: 0.972vw;
        height: 9.097vw;
    }
    .rsm_09_title{
        width: 100%;
        padding-left: 6.875vw;
    }
    .rsm_09_title article{
        width: 100%;
    }
    .rsm_09_title article h2{
        margin-bottom: 1.528vw;
    }
    .rsm_09_title article p{}
    .rsm_09_title article p br{}
    .rsm_09_content{
        padding-top: 3.333vw;
        padding-left: 0.139vw;
        width: 100%;
        right: -5.764vw;
    }
    .rsm_09_content_in{
        width: 100%;
    }
    .rsm_09_content_item{
        padding-left: 1.25vw;
        padding-right: 1.25vw;
    }
    .rsm_09_content_item_img{
        padding-bottom: 1.458vw;
    }
    .rsm_09_content_item_img span{
        height: 27.847vw;
        left: 0vw;
        top: 0vw;
    }
    .rsm_09_content_item_text{}
    .rsm_09_content_item_text article{}
    .rsm_09_content_item_text article h6{
        margin-left: 0.139vw;
        margin-bottom: 0.139vw;
    }
    .rsm_09_content_item_text article h6 mark{
        background-size: 100% 49%;
        background-position: 0vw 98%;
        padding-left: 0.139vw;
        padding-right: 0.069vw;
    }
    .rsm_09_content_item_text article p strong{
        top: -0.417vw;
        padding-left: 0vw;
        letter-spacing: 0.146vw;
        font-size: 1.181vw;
    }
    .rsm_09_content_item_text article p{
        margin-bottom: 0.625vw;
        padding-left: 0.278vw;
        letter-spacing: 0.128vw;
    }
    .rsm_09_content_item_text article p br{}
    
    
    .rsm_09_content .rsm_09_content_in {
        
    }
    .rsm_09_content .rsm_09_content_in .slick-list{
        padding-right: 20.139vw;
    }
    .rsm_09_content .rsm_09_content_in .slick-list .slick-track{
        
    }
    
    .rsm_09_content_in .slick-list .slick-track{}
    .rsm_09_content_in .slick-prev,
    .rsm_09_content_in .slick-next {
      width: 7.639vw;
      height: 7.639vw;
      bottom: -10.208vw;
    }
    .rsm_09_content_in .slick-prev {
      left: -3.194vw;
    }
    .rsm_09_content_in .slick-next {
      right: 7.986vw;
    }
    .rsm_09_content_in .slick-dots{ display: none !important; }
    .rsm_09_content_in .slick-dots li{ }
    .rsm_09_content_in .slick-dots li button{ }
    .rsm_09_content_in .slick-dots li:hover,
    .rsm_09_content_in .slick-dots li.slick-active{}
    
    .rsm_09_content_in .slick-slide{ }
    .rsm_09_content_in .slick-slide.slick-active{ }
}
@media screen and (max-width: 1140px){
    .rsm_09{}
    .rsm_09 .section_inner{}
    .rsm_09_img_art1{}
    .rsm_09_img_art2{}
    .rsm_09_title{}
    .rsm_09_title article{}
    .rsm_09_title article h2{}
    .rsm_09_title article p{}
    .rsm_09_title article p br{}
    .rsm_09_content{
        right: -5.764vw;
    }
    .rsm_09_content_in{}
    .rsm_09_content_item{}
    .rsm_09_content_item_img{}
    .rsm_09_content_item_img span{}
    .rsm_09_content_item_text{}
    .rsm_09_content_item_text article{}
    .rsm_09_content_item_text article h6{}
    .rsm_09_content_item_text article h6 mark{}
    .rsm_09_content_item_text article p strong{}
    .rsm_09_content_item_text article p{}
    .rsm_09_content_item_text article p br{
    display: none;
}
}
@media screen and (max-width: 1024px){
    .rsm_09{}
    .rsm_09 .section_inner{
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
}
    .rsm_09_img_art1{}
    .rsm_09_img_art2{}
    .rsm_09_title{
    padding-left: 0vw;
}
    .rsm_09_title article{}
    .rsm_09_title article h2{}
    .rsm_09_title article p{}
    .rsm_09_title article p br{}
    .rsm_09_content{
    padding-top: 3.333vw;
    padding-left: 0vw;
    right: 0vw;
    padding-right: 0vw;
}
    .rsm_09_content_in{}
    .rsm_09_content_item{
    padding-left: 0vw;
    padding-right: 3.25vw;
}
    .rsm_09_content_item_img{}
    .rsm_09_content_item_img span{
    background-size: cover;
    width: 100%;
}
    .rsm_09_content_item_text{}
    .rsm_09_content_item_text article{}
    .rsm_09_content_item_text article h6{}
    .rsm_09_content_item_text article h6 mark{}
    .rsm_09_content_item_text article p strong{}
    .rsm_09_content_item_text article p{}
    .rsm_09_content_item_text article p br{}
}
@media screen and (max-width: 768px){
    .rsm_09{
    background-color: #FCE4D4;
    padding-top: 12.542vw;
    padding-bottom: 5.833vw;
}
    .rsm_09 .section_inner{
    width: 100%;
    padding-left: 8.125vw;
    padding-right: 5vw;
}
    .rsm_09_img_art1{
    background-image: url(rsm-s9-2-m.png);
    top: 0vw;
    right: 0vw;
    width: 49.25vw;
    height: 22.333vw;
}
    .rsm_09_img_art2{
    display: none;
}
    .rsm_09_title{
    padding-left: 0vw;
}
    .rsm_09_title article{}
    .rsm_09_title article h2{
    margin-bottom: 3.583vw;
}
    .rsm_09_title article p{
    line-height: 1.65;
    letter-spacing: 0.425vw;
}
    .rsm_09_title article p br{
    display: none;
}
.rsm_09_title article p .m{display: block;}
    .rsm_09_content{
    padding-top: 2.708vw;
    right: 0vw;
}
    .rsm_09_content_in{}
    .rsm_09_content_item{
    width: 100%;
    padding: 0vw;
}
    .rsm_09_content_item_img{
    margin-left: 0vw;
    padding-bottom: 0vw;
    padding-right: 2.7vw;
}
    .rsm_09_content_item_img span{
    height: 55.542vw;
    width: 100%;
}
    .rsm_09_content_item_text{
    padding-top: 4.375vw;
}
    .rsm_09_content_item_text article{}
    .rsm_09_content_item_text article h6{
    margin-bottom: -0.417vw;
}
    .rsm_09_content_item_text article h6 mark{}
    .rsm_09_content_item_text article p strong{
    font-size: 3.542vw;
    letter-spacing: 0.438vw;
}
    .rsm_09_content_item_text article p{margin-bottom: 2.708vw;letter-spacing: 0.425vw;}
    .rsm_09_content_item_text article p br{
    display: block;
}

.rsm_09_content .rsm_09_content_in{
    padding-right: 22vw;
}
    .rsm_09_content .rsm_09_content_in .slick-list{
        padding-right: 0vw;
    }
    .rsm_09_content .rsm_09_content_in .slick-list .slick-track{
        
    }
    
    .rsm_09_content_in .slick-list .slick-track{}
    .rsm_09_content_in .slick-prev,
    .rsm_09_content_in .slick-next {
      width: 7.639vw;
      height: 7.639vw;
      bottom: inherit;
      top: 26.9vw;
    }
    .rsm_09_content_in .slick-prev {
      left: -3.194vw;
    }
    .rsm_09_content_in .slick-next {
      right: 2.7vw;
    }
    .rsm_09_content_in .slick-dots{ display: none !important; }
    .rsm_09_content_in .slick-dots li{ }
    .rsm_09_content_in .slick-dots li button{ }
    .rsm_09_content_in .slick-dots li:hover,
    .rsm_09_content_in .slick-dots li.slick-active{}
    
    .rsm_09_content_in .slick-slide{ }
    .rsm_09_content_in .slick-slide.slick-active{ }
}
@media screen and (max-width: 550px){
    .rsm_09{
    background-color: #FCE4D4;
    padding-top: 18.542vw;
    padding-bottom: 10.833vw;
}
    .rsm_09 .section_inner{
    width: 100%;
    padding-left: 8.125vw;
    padding-right: 5vw;
}
    .rsm_09_img_art1{
    background-image: url(rsm-s9-2-m.png);
    top: 0vw;
    right: 0vw;
    width: 81.25vw;
    height: 33.333vw;
}
    .rsm_09_img_art2{
    display: none;
}
    .rsm_09_title{
    padding-left: 0vw;
}
    .rsm_09_title article{}
    .rsm_09_title article h2{
    margin-bottom: 4.583vw;
}
    .rsm_09_title article p{
    line-height: 1.65;
    letter-spacing: 0.2vw;
}
    .rsm_09_title article p br{
    display: none;
}
.rsm_09_title article p .m{display: block;}
    .rsm_09_content{
    padding-top: 2.708vw;
    right: 0vw;
}
    .rsm_09_content_in{}
    .rsm_09_content_item{
    width: 100%;
    padding: 0vw;
}
    .rsm_09_content_item_img{
    margin-left: 0vw;
    padding-bottom: 0vw;
    padding-right: 2.7vw;
}
    .rsm_09_content_item_img span{
    height: 83.542vw;
    width: 100%;
}
    .rsm_09_content_item_text{
    padding-top: 4.375vw;
}
    .rsm_09_content_item_text article{}
    .rsm_09_content_item_text article h6{
    margin-bottom: -0.417vw;
}
    .rsm_09_content_item_text article h6 mark{}
    .rsm_09_content_item_text article p strong{
    font-size: 3.542vw;
    letter-spacing: 0.438vw;
}
    .rsm_09_content_item_text article p{margin-bottom: 2.708vw;letter-spacing: 0.1vw;}
    .rsm_09_content_item_text article p br{
    display: block;
}

    .rsm_09_content .rsm_09_content_in .slick-list{
        padding-right: 0vw;
    }
    .rsm_09_content .rsm_09_content_in .slick-list .slick-track{
        
    }
    
    .rsm_09_content_in .slick-list .slick-track{}
    .rsm_09_content_in .slick-prev,
    .rsm_09_content_in .slick-next {
      width: 11.639vw;
      height: 11.639vw;
      bottom: inherit;
      top: 37.9vw;
    }
    .rsm_09_content_in .slick-prev {
      left: -3.194vw;
    }
    .rsm_09_content_in .slick-next {
      right: 2.7vw;
    }
    .rsm_09_content_in .slick-dots{ display: none !important; }
    .rsm_09_content_in .slick-dots li{ }
    .rsm_09_content_in .slick-dots li button{ }
    .rsm_09_content_in .slick-dots li:hover,
    .rsm_09_content_in .slick-dots li.slick-active{}
    
    .rsm_09_content_in .slick-slide{ }
    .rsm_09_content_in .slick-slide.slick-active{ }
}
/*
  Section 10
=========================================*/
.rsm_10{
    background-color: #FFFCF9;
    padding-top: 74px;
    padding-bottom: 77px;
}
.rsm_10 .section_inner{
    width: 1123px;
}
.rsm_10 .section_inner.mobile_only{
    display: none !important;
}
.rsm_10_tab{
    width: 100%;
    margin-bottom: -8px;
    padding-bottom: 0px;
}
.rsm_10_tab article{}
.rsm_10_tab article ul{
    margin: 0px;
    padding: 0px;
}
.rsm_10_tab article ul li{
    font-family: 'Tangerine';
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.8px;
    color: #ac4e2e;
    list-style: none;
    display: inline-block;
    padding: 30px 64px 12px 64px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    padding: 30px 64px 12px 64px;
}
.rsm_10_tab article ul li:hover span{
    opacity:1;
}
.rsm_10_tab article ul li:hover{
    background-color: #FFF1E8;
}
.rsm_10_tab article ul li.active{
    background-color: #FFF1E8;
}

.rsm_10_tab article ul li span{
    position: relative;
    z-index: -1;
    opacity: 0;
}
.rsm_10_tab article ul li span:before{
    content: "";
    display: block;
    background-image: url(rsm-s10-1.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 42px;
    height: 42px;
    top: -4px;
    left: -20px;
}
.rsm_10_tab article ul li.active span{
    opacity:1;
}
.rsm_10_content{
    background-color: #FFF1E8;
    padding: 58px 46px 19px 84px;
    width: 100%;
}
.rsm_10_content_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    display:none;
}
.rsm_10_content_item.active{
    display: flex;
}
.rsm_10_content_item_left{
    width: 67.4%;
    padding-right: 50px;
}
.rsm_10_content_item_left article{}
.rsm_10_content_item_left article h5{
    text-transform: uppercase;
    margin-bottom: 8px;
}
.rsm_10_content_item_left article p{
    letter-spacing: 2px;
    margin-bottom: 28px;
}
.rsm_10_content_item_left article p br{}
.rsm_10_content_item_right{
    width: 31.6%;
    padding-top: 7px;
}
.rsm_10_content_item_right_img{}
.rsm_10_content_item_right_img span{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    height: 305px;
    left: 0px;
    top: 0px;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_10{
        padding-top: 5.139vw;
        padding-bottom: 5.347vw;
    }
    .rsm_10 .section_inner{
        width: 77.986vw;
    }
    .rsm_10_tab{
        width: 100%;
        margin-bottom: -0.556vw;
        padding-bottom: 0vw;
    }
    .rsm_10_tab article{}
    .rsm_10_tab article ul{
        margin: 0vw;
        padding: 0vw;
    }
    .rsm_10_tab article ul li{
        font-size: 2.778vw;
        letter-spacing: 0.056vw;
        padding: 2.083vw 4.444vw 0.833vw 4.444vw;
        padding: 2.083vw 4.444vw 0.833vw 4.444vw;
    }
    .rsm_10_tab article ul li:hover span{}
    .rsm_10_tab article ul li:hover{}
    .rsm_10_tab article ul li.active{}
    .rsm_10_tab article ul li span{}
    .rsm_10_tab article ul li span:before{
        width: 2.917vw;
        height: 2.917vw;
        top: -0.278vw;
        left: -1.389vw;
    }
    .rsm_10_tab article ul li.active span{}
    .rsm_10_content{
        padding: 4.028vw 3.194vw 1.319vw 5.833vw;
        width: 100%;
    }
    .rsm_10_content_item{
        width: 100%;
    }
    .rsm_10_content_item_left{
        width: 67.4%;
        padding-right: 3.472vw;
    }
    .rsm_10_content_item_left article{}
    .rsm_10_content_item_left article h5{
        margin-bottom: 0.556vw;
    }
    .rsm_10_content_item_left article p{
        letter-spacing: 0.139vw;
        margin-bottom: 1.944vw;
    }
    .rsm_10_content_item_left article p br{}
    .rsm_10_content_item_right{
        width: 31.6%;
        padding-top: 0.486vw;
    }
    .rsm_10_content_item_right_img{}
    .rsm_10_content_item_right_img span{
        height: 21.181vw;
        left: 0vw;
        top: 0vw;
    }
}
@media screen and (max-width: 1140px){
    .rsm_10{}
    .rsm_10 .section_inner{}
    .rsm_10_tab{}
    .rsm_10_tab article{}
    .rsm_10_tab article ul{}
    .rsm_10_tab article ul li{}
    .rsm_10_tab article ul li:hover span{}
    .rsm_10_tab article ul li:hover{}
    .rsm_10_tab article ul li.active{}
    .rsm_10_tab article ul li span{}
    .rsm_10_tab article ul li span:before{}
    .rsm_10_tab article ul li.active span{}
    .rsm_10_content{}
    .rsm_10_content_item{}
    .rsm_10_content_item_left{}
    .rsm_10_content_item_left article{}
    .rsm_10_content_item_left article h5{}
    .rsm_10_content_item_left article p{}
    .rsm_10_content_item_left article p br{
    display: none;
}
    .rsm_10_content_item_right{}
    .rsm_10_content_item_right_img{}
    .rsm_10_content_item_right_img span{}
}
@media screen and (max-width: 1024px){
    .rsm_10{}
    .rsm_10 .section_inner{}
    .rsm_10_tab{}
    .rsm_10_tab article{}
    .rsm_10_tab article ul{}
    .rsm_10_tab article ul li{}
    .rsm_10_tab article ul li:hover span{}
    .rsm_10_tab article ul li:hover{}
    .rsm_10_tab article ul li.active{}
    .rsm_10_tab article ul li span{}
    .rsm_10_tab article ul li span:before{
    width: 3vw;
    height: 3vw;
}
    .rsm_10_tab article ul li.active span{}
    .rsm_10_content{}
    .rsm_10_content_item{}
    .rsm_10_content_item_left{}
    .rsm_10_content_item_left article{}
    .rsm_10_content_item_left article h5{}
    .rsm_10_content_item_left article p{}
    .rsm_10_content_item_left article p br{}
    .rsm_10_content_item_right{}
    .rsm_10_content_item_right_img{}
    .rsm_10_content_item_right_img span{}
}
@media screen and (max-width: 768px){
    .rsm_10{}
    .rsm_10 .section_inner{
    width: 100%;
    padding-left: 3.958vw;
    padding-right: 3.75vw;
}
    .rsm_10_tab{}
    .rsm_10_tab article{}
    .rsm_10_tab article ul{}
    .rsm_10_tab article ul li{
    font-size: 3.333vw;
    margin-bottom: 0px;
}
    .rsm_10_tab article ul li:hover span{}
    .rsm_10_tab article ul li:hover{}
    .rsm_10_tab article ul li.active{
    font-size: 3.333vw;
    line-height: 1;
    letter-spacing: 0vw;
    margin-bottom: 0vw;
    padding-top: 3.958vw;
}
    .rsm_10_tab article ul li span{}
    .rsm_10_tab article ul li span:before{
    width: 4.667vw;
    height: 4.667vw;
    top: -0.833vw;
    left: -4.583vw;
}
    .rsm_10_tab article ul li.active span{}
    .rsm_10_content{}
    .rsm_10_content_item{
    padding-bottom: 5vw;
}
    .rsm_10_content_item_left{
    width: 100%;
    padding-top: 2.5vw;
    padding-left: 0.417vw;
}
    .rsm_10_content_item_left article{}
    .rsm_10_content_item_left article h5{
    margin-bottom: 1.458vw;
}
    .rsm_10_content_item_left article p{
    line-height: 1.65;
    letter-spacing: 0.425vw;
    margin-bottom: 5.833vw;
}
    .rsm_10_content_item_left article p br{}
    .rsm_10_content_item_right{
    width: 100%;
    padding-top: 0vw;
}
    .rsm_10_content_item_right_img{
    margin-right: 3.125vw;
    margin-left: 0.417vw;
}
    .rsm_10_content_item_right_img span{
    height: 49.583vw;
    /* height: auto; */
    background-size: cover;
}
}
@media screen and (max-width: 550px){
    .rsm_10{
    padding-top: 14.2vw;
    padding-bottom: 5.347vw;
}
    .rsm_10 .section_inner{
    width: 100%;
    padding-left: 3.958vw;
    padding-right: 3.75vw;
}
    .rsm_10_tab{}
    .rsm_10_tab article{}
    .rsm_10_tab article ul{}
    .rsm_10_tab article ul li{}
    .rsm_10_tab article ul li:hover span{}
    .rsm_10_tab article ul li:hover{}
    .rsm_10_tab article ul li.active{
    font-size: 8.333vw;
    line-height: 1;
    letter-spacing: 0.167vw;
    margin-bottom: 0vw;
    padding-top: 3.958vw;
}
    .rsm_10_tab article ul li span{}
    .rsm_10_tab article ul li span:before{
    width: 6.667vw;
    height: 6.667vw;
    top: -0.833vw;
    left: -4.583vw;
}
    .rsm_10_tab article ul li.active span{}
    .rsm_10_content{
    background-color: transparent;
    padding: 0px;
}
    .rsm_10_content_item{
    padding-bottom: 5vw;
    background-color: #FFF1E8;
    padding: 2.028vw 3.194vw 6.6vw 5.833vw;
    margin-bottom: 6.9vw;
}
    .rsm_10_content_item_left{
    width: 100%;
    padding-top: 2.5vw;
    padding-left: 0.417vw;
}
    .rsm_10_content_item_left article{}
    .rsm_10_content_item_left article h5{
    margin-bottom: 1.458vw;
}
    .rsm_10_content_item_left article p{
    line-height: 1.65;
    letter-spacing: 0.2vw;
    margin-bottom: 5.833vw;
}
    .rsm_10_content_item_left article p br{}
    .rsm_10_content_item_right{
    width: 100%;
    padding-top: 0vw;
}
    .rsm_10_content_item_right_img{
    margin-right: 3.125vw;
    margin-left: 0.417vw;
}
    .rsm_10_content_item_right_img span{
    height: 49.583vw;
    /* height: auto; */
    background-size: cover;
}

.rsm_10 .section_inner{
    display: none !important;
}
.rsm_10 .section_inner.mobile_only{
    display: block !important;
}
.rsm_10 .section_inner.mobile_only .accordion_hand span{
        background-color: #FFF1E8;
        display: inline-block;
        padding-top: 2.3vw;
        padding-left: 5vw;
        padding-right: 5vw;
        padding-bottom: 2.3vw;
        position: relative;
}
.rsm_10 .section_inner.mobile_only .accordion_hand.active span{
    /* background-color: aqua; */
    padding-top: 4.2vw;
}
.rsm_10 .section_inner.mobile_only .accordion_hand.active{
    margin-bottom: 0px;
}
.rsm_10 .section_inner.mobile_only .accordion_hand{
    font-size: 8.333vw;
    line-height: 1;
    letter-spacing: 0.167vw;
    text-align: center;
    margin-bottom: 5vw;
}

.rsm_10 .section_inner.mobile_only .accordion_hand span div{
    position: relative;
    z-index: 1;
    color: #ac4e2e;
}
.rsm_10 .section_inner.mobile_only .accordion_hand span.style11{
    display: none;
}
.rsm_10 .section_inner.mobile_only .accordion_hand.active span.style11{
    top: 1.5vw;
    right: 3.1vw;
    display: block;
    position: absolute;
    background-color: #fab43a;
    width: 6.667vw;
    height: 6.667vw;
    border-radius: 100%;
    padding: 0px;
}
.rsm_10 .section_inner.mobile_only .accordion_content{
  display:none;
}
.rsm_10 .section_inner.mobile_only .accordion_content.active{
  display:block;
}
.rsm_10 .section_inner.mobile_only .accordion_hand:after{
  /* content:"+"; */
}
.rsm_10 .section_inner.mobile_only .accordion_hand.active:after{
  /* content:"-"; */
}
}
/*
  Section 11
=========================================*/
.rsm_11{
    background-color: #FFFCF9;
    padding-bottom: 79px;
    position: relative;
    z-index: 4;
}
.rsm_11 .section_inner{
    width: 975px;
}
.rsm_11_left{
    width: 37.6%;
    padding-top: 67px;
}
.rsm_11_left_in{
    display: inline-block;
    position: relative;
    z-index: 5;
    padding-left: 103px;
}
.rsm_11_img_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(rsm-s11-1.png);
    top: -67px;
    left: 33px;
    width: 270px;
    height: 391px;
}
.rsm_11_img_art2{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(rsm-s11-2.png);
    bottom: -277px;
    right: 31px;
    width: 134px;
    height: 225px;
}
.rsm_11_left article{
    width: 100%;
    text-align: right;
}
.rsm_11_left article h2{
    line-height: 0.98;
    letter-spacing: 1.26px;
}
.rsm_11_left article h2 br{}
.rsm_11_right{
    width: 62.4%;
    padding-top: 42px;
    padding-left: 66px;
}
.rsm_11_right article{}
.rsm_11_right article ul{
    margin: 0px;
    padding: 0px;
}
.rsm_11_right article ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 24px;
    padding-bottom: 28px;
    position: relative;
    letter-spacing: 2px;
}
.rsm_11_right article ul li:before{
    content: "";
    position: absolute;
    background-image: url(rsm-s11-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    top: 9px;
    left: 0px;
    width: 9px;
    height: 10px;
    }
.rsm_11_right article ul li br{}
.rsm_11_right article h6{
    text-transform: uppercase;
}
.rsm_11_right article h6 mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #FCE3D3 0%, #FCE3D3 100%);
    background-repeat: no-repeat;
    background-size: 100% 55%;
    background-position: 0px 100%;
    padding: 0;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 8px;
    margin-bottom: -3px;
    letter-spacing: 2.5px;
    color: #173C4B;
    font-weight: 500;
}
.rsm_11_right article .pf4_button{
    margin-left: 22px;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_11{
        padding-bottom: 5.486vw;
    }
    .rsm_11 .section_inner{
        width: 67.708vw;
    }
    .rsm_11_left{
        width: 37.6%;
        padding-top: 4.653vw;
    }
    .rsm_11_left_in{
        padding-left: 7.153vw;
    }
    .rsm_11_img_art1{
        top: -4.653vw;
        left: 2.292vw;
        width: 18.75vw;
        height: 27.153vw;
    }
    .rsm_11_img_art2{
        bottom: -19.236vw;
        right: 2.153vw;
        width: 9.306vw;
        height: 15.625vw;
    }
    .rsm_11_left article{}
    .rsm_11_left article h2{
        letter-spacing: 0.087vw;
    }
    .rsm_11_left article h2 br{}
    .rsm_11_right{
        width: 62.4%;
        padding-top: 2.917vw;
        padding-left: 4.583vw;
    }
    .rsm_11_right article{}
    .rsm_11_right article ul{
        margin: 0vw;
        padding: 0vw;
    }
    .rsm_11_right article ul li{
        margin: 0vw;
        padding: 0vw;
        padding-left: 1.667vw;
        padding-bottom: 1.944vw;
        letter-spacing: 0.139vw;
    }
    .rsm_11_right article ul li:before{
        top: 0.625vw;
        left: 0vw;
        width: 0.625vw;
        height: 0.694vw;
    }
    .rsm_11_right article ul li br{}
    .rsm_11_right article h6{}
    .rsm_11_right article h6 mark{
        background-size: 100% 55%;
        background-position: 0vw 100%;
        padding-bottom: 0.139vw;
        padding-left: 0.208vw;
        padding-right: 0.556vw;
        margin-bottom: -0.208vw;
        letter-spacing: 0.174vw;
    }
    .rsm_11_right article .pf4_button{
        margin-left: 1.528vw;
    }
}
@media screen and (max-width: 1140px){
    .rsm_11{}
    .rsm_11 .section_inner{
    width: 85vw;
}
    .rsm_11_left{}
    .rsm_11_left_in{}
    .rsm_11_img_art1{}
    .rsm_11_img_art2{}
    .rsm_11_left article{}
    .rsm_11_left article h2{}
    .rsm_11_left article h2 br{}
    .rsm_11_right{}
    .rsm_11_right article{}
    .rsm_11_right article ul{}
    .rsm_11_right article ul li{}
    .rsm_11_right article ul li:before{}
    .rsm_11_right article ul li br{
    display: none;
}
    .rsm_11_right article h6{}
    .rsm_11_right article h6 mark{}
    .rsm_11_right article .pf4_button{}
}
@media screen and (max-width: 1024px){
    .rsm_11{}
    .rsm_11 .section_inner{
    width: 90vw;
}
    .rsm_11_left{}
    .rsm_11_left_in{}
    .rsm_11_img_art1{
    top: -4.653vw;
    left: 0.292vw;
    width: 29.75vw;
    height: 35.153vw;
}
    .rsm_11_img_art2{
    bottom: -24.236vw;
    right: 2.153vw;
    width: 13.306vw;
    height: 20.625vw;
}
    .rsm_11_left article{}
    .rsm_11_left article h2{}
    .rsm_11_left article h2 br{}
    .rsm_11_right{}
    .rsm_11_right article{}
    .rsm_11_right article ul{}
    .rsm_11_right article ul li{}
    .rsm_11_right article ul li:before{}
    .rsm_11_right article ul li br{}
    .rsm_11_right article h6{}
    .rsm_11_right article h6 mark{}
    .rsm_11_right article .pf4_button{}
}
@media screen and (max-width: 768px){
    .rsm_11{
    padding-top: 18.917vw;
    padding-bottom: 9.542vw;
}
    .rsm_11 .section_inner{
    width: 100%;
    padding-left: 13.75vw;
    padding-right: 6.667vw;
}
    .rsm_11_left{
    width: 100%;
    padding: 0vw;
}
    .rsm_11_left_in{}
    .rsm_11_img_art1{
    width: 46.25vw;
    height: 68.458vw;
    top: -13.958vw;
    left: -7.5vw;
}
    .rsm_11_img_art2{
    width: 27.5vw;
    height: 23.5vw;
    bottom: inherit;
    right: -35.833vw;
    top: -17vw;
}
    .rsm_11_left article{}
    .rsm_11_left article h2{
    letter-spacing: 0.263vw;
    margin-bottom: 3.75vw;
}
    .rsm_11_left article h2 br{}
    .rsm_11_right{
    width: 100%;
    padding: 0vw;
    padding-left: 1.875vw;
    position: relative;
    z-index: 5;
    padding-top: 0vw;
}
    .rsm_11_right article{}
    .rsm_11_right article ul{}
    .rsm_11_right article ul li{
    letter-spacing: 0.425vw;
    padding-bottom: 2.833vw;
}
    .rsm_11_right article ul li:before{
    width: 1.875vw;
    height: 1.5vw;
    top: 1.083vw;
    left: -3.542vw;
}
    .rsm_11_right article ul li br{}
    .rsm_11_right article h6{
    margin-top: 0.292vw;
    padding-left: 2.083vw;
    margin-bottom: 3.958vw;
}
    .rsm_11_right article h6 mark{
    letter-spacing: 0.5vw;
}
    .rsm_11_right article .pf4_button{}
}
@media screen and (max-width: 550px){
    .rsm_11{
    padding-top: 18.917vw;
    padding-bottom: 13.542vw;
}
    .rsm_11 .section_inner{
    width: 100%;
    padding-left: 13.75vw;
    padding-right: 6.667vw;
}
    .rsm_11_left{
    width: 100%;
    padding: 0vw;
}
    .rsm_11_left_in{}
    .rsm_11_img_art1{
    width: 56.25vw;
    height: 81.458vw;
    top: -13.958vw;
    left: -7.5vw;
}
    .rsm_11_img_art2{
    width: 27.5vw;
    height: 52.5vw;
    bottom: inherit;
    right: -35.833vw;
    top: -45vw;
}
    .rsm_11_left article{}
    .rsm_11_left article h2{
    letter-spacing: 0.263vw;
    margin-bottom: 3.75vw;
}
    .rsm_11_left article h2 br{}
    .rsm_11_right{
    width: 100%;
    padding: 0vw;
    padding-left: 1.875vw;
    position: relative;
    z-index: 5;
    padding-top: 0vw;
}
    .rsm_11_right article{}
    .rsm_11_right article ul{}
    .rsm_11_right article ul li{
    letter-spacing: 0.3vw;
    padding-bottom: 5.833vw;
}
    .rsm_11_right article ul li:before{
    width: 1.875vw;
    height: 2.083vw;
    top: 2.083vw;
    left: -3.542vw;
}
    .rsm_11_right article ul li br{}
    .rsm_11_right article h6{
    margin-top: -2.708vw;
    padding-left: 2.083vw;
    margin-bottom: 3.958vw;
}
    .rsm_11_right article h6 mark{
    letter-spacing: 0.5vw;
}
    .rsm_11_right article .pf4_button{}
}
/*
  Section 12
=========================================*/
.rsm_12{
    background-color: #FDE3D4;
    padding-top: 64px;
    padding-bottom: 68px;
    position: relative;
}
.rsm_12 .section_inner{
    width: 1183px;
}
.rsm_12_bg_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s12-1.png);
    top: 0px;
    left: -5px;
    width: 418px;
    height: 406.1px;
}
.rsm_12_left{
    width: 41.5%;
    padding-top: 140px;
}
.rsm_12_left article{
    width: 100%;
    text-align: right;
}
.rsm_12_left article h4{
    color: #AA4A2E;
}
.rsm_12_left article h4 br{}
.rsm_12_left article h4 mark{
    color: #AA4A2E;
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #F4BB9B 0%, #F4BB9B 100%);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0px 74%;
    padding: 0;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 8px;
    margin-bottom: -3px;
    margin-right: -8px;
}
.rsm_12_right{
    width: 58.5%;
    padding-left: 37px;
}
.rsm_12_right_video_holder{}
.rsm_12_right_video_art{}
.rsm_12_right_video{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    bottom: 0px;
    height: 370px;
    left: 0px;
    top: 0px;
}
.rsm_12_right_video img{

}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_12{
        padding-top: 4.444vw;
        padding-bottom: 4.722vw;
    }
    .rsm_12 .section_inner{
        width: 82.153vw;
    }
    .rsm_12_bg_art1{
        top: 0vw;
        left: -0.347vw;
        width: 29.028vw;
        height: 28.201vw;
    }
    .rsm_12_left{
        width: 41.5%;
        padding-top: 9.722vw;
    }
    .rsm_12_left article{}
    .rsm_12_left article h4{}
    .rsm_12_left article h4 br{}
    .rsm_12_left article h4 mark{
        background-size: 100% 40%;
        background-position: 0vw 74%;
        padding-bottom: 0vw;
        padding-left: 0.486vw;
        padding-right: 0.556vw;
        margin-bottom: -0.208vw;
        margin-right: -0.556vw;
    }
    .rsm_12_right{
        width: 58.5%;
        padding-left: 2.569vw;
    }
    .rsm_12_right_video_holder{}
    .rsm_12_right_video_art{}
    .rsm_12_right_video{
        bottom: 0vw;
        height: 25.694vw;
        left: 0vw;
        top: 0vw;
    }
    .rsm_12_right_video img{}
}
@media screen and (max-width: 1140px){
    .rsm_12{}
    .rsm_12 .section_inner{}
    .rsm_12_bg_art1{}
    .rsm_12_left{}
    .rsm_12_left article{}
    .rsm_12_left article h4{}
    .rsm_12_left article h4 br{}
    .rsm_12_left article h4 mark{}
    .rsm_12_right{}
    .rsm_12_right_video_holder{}
    .rsm_12_right_video_art{}
    .rsm_12_right_video{}
    .rsm_12_right_video img{}
}
@media screen and (max-width: 1024px){
    .rsm_12{}
    .rsm_12 .section_inner{}
    .rsm_12_bg_art1{
    top: -3vw;
    left: -1.347vw;
}
    .rsm_12_left{}
    .rsm_12_left article{}
    .rsm_12_left article h4{}
    .rsm_12_left article h4 br{}
    .rsm_12_left article h4 mark{}
    .rsm_12_right{}
    .rsm_12_right_video_holder{}
    .rsm_12_right_video_art{}
    .rsm_12_right_video{}
    .rsm_12_right_video img{}
}
@media screen and (max-width: 768px){
    .rsm_12{
    padding-top: 9.833vw;
    padding-bottom: 10.125vw;
}
    .rsm_12 .section_inner{
    width: 100%;
    padding-left: 5.625vw;
    padding-right: 6.042vw;
}
    .rsm_12_bg_art1{
    width: 41.667vw;
    height: 56.063vw;
    width: 72.083vw;
    height: 67.604vw;
    top: -28.333vw;
    left: -34vw;
}
    .rsm_12_left{
    width: 100%;
    padding: 0vw;
    padding-bottom: 1.667vw;
}
    .rsm_12_left article{}
    .rsm_12_left article h4{
    text-align: center;
}
    .rsm_12_left article h4 br{
    display: none;
}
    .rsm_12_left article h4 mark{}
    .rsm_12_right{
    width: 100%;
    padding: 0vw;
}
    .rsm_12_right_video_holder{}
    .rsm_12_right_video_art{}
    .rsm_12_right_video{
    height: 48.125vw;
}
    .rsm_12_right_video img{}
}
@media screen and (max-width: 550px){
    .rsm_12{
    padding-top: 10.833vw;
    padding-bottom: 8.125vw;
}
    .rsm_12 .section_inner{
    width: 100%;
    padding-left: 5.625vw;
    padding-right: 6.042vw;
}
    .rsm_12_bg_art1{
    width: 41.667vw;
    height: 56.063vw;
    width: 87.083vw;
    height: 84.604vw;
    top: -28.333vw;
    left: -45vw;
}
    .rsm_12_left{
    width: 100%;
    padding: 0vw;
    padding-bottom: 1.667vw;
}
    .rsm_12_left article{}
    .rsm_12_left article h4{
    text-align: center;
}
    .rsm_12_left article h4 br{
    display: none;
}
    .rsm_12_left article h4 mark{}
    .rsm_12_right{
    width: 100%;
    padding: 0vw;
}
    .rsm_12_right_video_holder{}
    .rsm_12_right_video_art{}
    .rsm_12_right_video{
    height: 48.125vw;
}
    .rsm_12_right_video img{}
}
/*
  Section 13
=========================================*/
.rsm_13{
    background-color: #FFFCF9;
    padding-top: 75px;
    padding-bottom: 96px;
    }
.rsm_13 .section_inner{width: 1113px;}
.rsm_13_left{
    width: 37.4%;
    padding-top: 142px;
    padding-left: 23px;
}
.rsm_13_left_form{
    background-color: #FFF1E8;
    border: solid 6px #fce3d3;
    padding: 30px 35px 33px 42px;
    position: relative;
}
.rsm_13_left_form form{}
.rsm_13_left_form div{}
.rsm_13_left_form input{
    width: 100%;
    background-color: #00000000 !important;
    border: 0px solid #FFFFFF;
    border-bottom: 1px solid #000000;
    padding-bottom: 7px;
    padding-top: 7px;
    margin-bottom: 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: 2.16px;
    text-transform: capitalize;
    text-align: center;
    color: #d9a787;
}
.rsm_13_left_form input[type="text"]{}
.rsm_13_left_form input[type="email"]{
        text-transform: none;
}
.rsm_13_left_form input::placeholder{
    color: #d9a787;
}
.rsm_13_left_form textarea{
    width: 100%;
    background-color: #e6979700 !important;
    border: 0px solid #FFFFFF;
    border-bottom: 1px solid #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: 1.16px;
    text-transform: capitalize;
    text-align: center;
    color: #d9a787;
    margin-top: 28px;
    text-transform:uppercase;
}
.rsm_13_left_form textarea::placeholder{
    color: #d9a787;
}
.rsm_13_left_form input[type="submit"]{
    width: 81.3%;
    position: absolute;
    display: inline-block;
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 2.7px;
    color: #ffffff;
    background-color: #10394A !important;
    padding: 14px 41px 12px 46px;
    bottom: -27px;
    margin-left: -5px;
    border-bottom: 0;
}
.rsm_13_left_form input[type="submit"]:hover{
    background-color: #AB492A !important;
}
.form_description{
    padding-top: 26px;
    width: 100%;
    text-align: center;
}
.form_description p{
    letter-spacing: 1.4px;
    line-height: 1.35;
}
.form_description p br{}
.rsm_13_right{
    width: 62.6%;
}
.rsm_13_right article{
    width: 100%;
    text-align: right;
    padding-right: 3px;
}
.rsm_13_right article h2{
    line-height: 0.98;
    margin-bottom: 49px;
    margin-right: -2px;
    position: relative;
    z-index: 4;
}
.rsm_13_right article h2 br{}
.rsm_13_right article h2 mark{
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    color: #173c4b;
    z-index: 0;
}
.rsm_13_right article h2 mark:before{
    content: "";
    display: block;
    background-image: url(rsm-s13-1.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 34px;
    height: 34px;
    top: 12px;
    right: -10px;
    z-index: -1;
}
.rsm_13_right article ul{
    margin: 0px;
    padding: 0px;
}
.rsm_13_right article ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 50px;
    padding-bottom: 28px;
    position: relative;
    letter-spacing: 2px;
}
.rsm_13_right article ul li span{
    position: relative;
    display: inline-block;
}
.rsm_13_right article ul li span:before{
    content: "";
    position: absolute;
    background-image: url(rsm-s11-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    top: -11px;
    left: -26px;
    width: 9px;
    height: 10px;
    margin-right: 16px;
}
.rsm_13_right article ul li br{}
.rsm_13_right article ul li .m{display: none;}
.rsm_13_right article h6{
    margin-top: -13px;
    margin-right: 0px;
    text-transform: uppercase;
}
.rsm_13_right article h6 mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #FCE3D3 0%, #FCE3D3 100%);
    background-repeat: no-repeat;
    background-size: 100% 55%;
    background-position: 0px 100%;
    padding: 0;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 0px;
    margin-bottom: -3px;
    letter-spacing: 2.5px;
    color: #173C4B;
    font-weight: 500;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_13{
        padding-top: 5.208vw;
        padding-bottom: 6.667vw;
    }
    .rsm_13 .section_inner{
        width: 77.292vw;
    }
    .rsm_13_left{
        width: 37.4%;
        padding-top: 9.861vw;
        padding-left: 1.597vw;
    }
    .rsm_13_left_form{
        padding: 2.083vw 2.431vw 2.292vw 2.917vw;
    }
    .rsm_13_left_form form{}
    .rsm_13_left_form div{}
    .rsm_13_left_form input{
        border-bottom: 0.069vw solid #000000;
        padding-bottom: 0.486vw;
        padding-top: 0.486vw;
        margin-bottom: 1.528vw;
        font-size: 1.25vw;
        letter-spacing: 0.15vw;
    }
    .rsm_13_left_form input[type="text"]{}
    .rsm_13_left_form input[type="email"]{}
    .rsm_13_left_form input::placeholder{
        
    }
    .rsm_13_left_form textarea{
        width: 100%;
        border: 0vw solid #FFFFFF;
        border-bottom: 0.069vw solid #000000;
        font-size: 1.25vw;
        letter-spacing: 0.081vw;
        margin-top: 1.944vw;
    }
    .rsm_13_left_form textarea::placeholder{
        
    }
    .rsm_13_left_form input[type="submit"]{
        width: 81.3%;
        font-size: 1.042vw;
        letter-spacing: 0.188vw;
        padding: 0.972vw 2.847vw 0.833vw 3.194vw;
        bottom: -1.875vw;
        margin-left: -0.347vw;
    }
    .form_description{
        padding-top: 1.806vw;
        width: 100%;
    }
    .form_description p{
        letter-spacing: 0.097vw;
    }
    .form_description p br{}
    .rsm_13_right{
        width: 62.6%;
    }
    .rsm_13_right article{
        width: 100%;
        padding-right: 0.208vw;
    }
    .rsm_13_right article h2{
        margin-bottom: 3.403vw;
        margin-right: -0.139vw;
    }
    .rsm_13_right article h2 br{}
    .rsm_13_right article h2 mark{}
    .rsm_13_right article h2 mark:before{
        width: 2.361vw;
        height: 2.361vw;
        top: 0.833vw;
        right: -0.694vw;
    }
    .rsm_13_right article ul{
        margin: 0vw;
        padding: 0vw;
    }
    .rsm_13_right article ul li{
        margin: 0vw;
        padding: 0vw;
        padding-left: 3.472vw;
        padding-bottom: 1.944vw;
        letter-spacing: 0.139vw;
    }
    .rsm_13_right article ul li span{}
    .rsm_13_right article ul li span:before{
        top: -0.764vw;
        left: -1.806vw;
        width: 0.625vw;
        height: 0.694vw;
        margin-right: 1.111vw;
    }
    .rsm_13_right article ul li br{/* display: none; */}
    .rsm_13_right article ul li .m{/* display: block; */}
    .rsm_13_right article h6{
        margin-top: -0.903vw;
        margin-right: 0vw;
    }
    .rsm_13_right article h6 mark{
        background-size: 100% 55%;
        background-position: 0vw 100%;
        padding-bottom: 0.139vw;
        padding-left: 0.208vw;
        padding-right: 0vw;
        margin-bottom: -0.208vw;
        letter-spacing: 0.174vw;
    }
}
@media screen and (max-width: 1140px){
    .rsm_13{}
    .rsm_13 .section_inner{
    width: 85vw;
}
    .rsm_13_left{
    padding-left: 0vw;
}
    .rsm_13_left_form{}
    .rsm_13_left_form form{}
    .rsm_13_left_form div{}
    .rsm_13_left_form input{}
    .rsm_13_left_form input[type="text"]{}
    .rsm_13_left_form input[type="email"]{}
    .rsm_13_left_form input::placeholder{}
    .rsm_13_left_form textarea{}
    .rsm_13_left_form textarea::placeholder{}
    .rsm_13_left_form input[type="submit"]{}
    .form_description{}
    .form_description p{}
    .form_description p br{}
    .rsm_13_right{}
    .rsm_13_right article{}
    .rsm_13_right article h2{}
    .rsm_13_right article h2 br{}
    .rsm_13_right article h2 mark{}
    .rsm_13_right article h2 mark:before{}
    .rsm_13_right article ul{}
    .rsm_13_right article ul li{}
    .rsm_13_right article ul li span{}
    .rsm_13_right article ul li span:before{}
    .rsm_13_right article ul li br{}
    .rsm_13_right article h6{}
    .rsm_13_right article h6 mark{}
}
@media screen and (max-width: 1024px){
    .rsm_13{}
    .rsm_13 .section_inner{
    width: 91vw;
}
    .rsm_13_left{
    padding-top: 13vw;
}
    .rsm_13_left_form{}
    .rsm_13_left_form form{}
    .rsm_13_left_form div{}
    .rsm_13_left_form input{
    font-size: 1.855vw;
}
    .rsm_13_left_form input[type="text"]{}
    .rsm_13_left_form input[type="email"]{}
    .rsm_13_left_form input::placeholder{}
    .rsm_13_left_form textarea{
    text-align: center;
}
    .rsm_13_left_form textarea::placeholder{}
    .rsm_13_left_form input[type="submit"]{
    font-size: 1.4vw;
}
    .form_description{}
    .form_description p{}
    .form_description p br{}
    .rsm_13_right{}
    .rsm_13_right article{}
    .rsm_13_right article h2{}
    .rsm_13_right article h2 br{}
    .rsm_13_right article h2 mark{}
    .rsm_13_right article h2 mark:before{
    width: 3vw;
    height: 3vw;
}
    .rsm_13_right article ul{}
    .rsm_13_right article ul li{}
    .rsm_13_right article ul li span{}
    .rsm_13_right article ul li span:before{}
    .rsm_13_right article ul li br{}
    .rsm_13_right article h6{}
    .rsm_13_right article h6 mark{}
}
@media screen and (max-width: 768px){
    .rsm_13{
    padding-top: 9.25vw;
    padding-bottom: 14.333vw;
}
    .rsm_13 .section_inner{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .rsm_13_left{
    width: 100%;
    padding: 0vw;
    order: 2;
    padding-left: 8.75vw;
    padding-right: 9.583vw;
}
    .rsm_13_left_form{
    padding: 6.875vw 7.292vw 6.875vw 8.75vw;
}
    .rsm_13_left_form form{}
    .rsm_13_left_form div{}
    .rsm_13_left_form input{
    font-size: 2.1vw;
    line-height: 1.83;
    letter-spacing: 0.45vw;
}
    .rsm_13_left_form input[type="text"]{
    padding-bottom: 1.667vw;
    margin-bottom: 5.417vw;
}
    .rsm_13_left_form input[type="email"]{
    margin-bottom: 8.333vw;
    padding-bottom: 1.667vw;
}
    .rsm_13_left_form input::placeholder{

    }
    .rsm_13_left_form textarea{
    font-size: 3.75vw;
    line-height: 1.83;
    letter-spacing: 0.45vw;
}
    .rsm_13_left_form textarea::placeholder{

    }
    .rsm_13_left_form input[type="submit"]{
    line-height: 1.67;
    background-color: #10394A !important;
    bottom: -4.625vw;
    margin-left: -1.042vw;
    font-size: 2.2vw;
    letter-spacing: 0.49vw;
    padding: 2vw 7.441vw 2.041vw 8.348vw;
    }
    .form_description{
    padding-top: 5.417vw;
    margin-bottom: 3.75vw;
    }
    .form_description p{
    line-height: 1.29;
    letter-spacing: 0.283vw;
    }
    .form_description p br{}
    .rsm_13_right{
    width: 100%;
    padding: 0vw;
    order: 1;
    padding-left: 7.917vw;
    padding-right: 6.042vw;
    padding-bottom: 4.375vw;
}
    .rsm_13_right article{}
    .rsm_13_right article h2{
    font-size: 6.333vw;
    line-height: 1.15;
    letter-spacing: 0.167vw;
    margin-bottom: 4.375vw;
}
    .rsm_13_right article h2 br{}
    .rsm_13_right article h2 mark{}
    .rsm_13_right article h2 mark:before{
    width: 7.083vw;
    height: 7.083vw;
    top: 0.417vw;
    right: -1.458vw;
}
    .rsm_13_right article ul{}
    .rsm_13_right article ul li{
    line-height: 1.65;
    letter-spacing: 0.425vw;
    padding-bottom: 3.833vw;
}
    .rsm_13_right article ul li span{}
    .rsm_13_right article ul li span:before {
        width: 1.875vw;
        height: 1.3vw;
        top: -1.4vw;
        left: -3.542vw;
    }
    .rsm_13_right article ul li br{}
    .rsm_13_right article h6{
    margin-top: -0.5vw;
}
    .rsm_13_right article h6 mark{
    letter-spacing: 0.5vw;
}
}
@media screen and (max-width: 550px){
    .rsm_13{
        padding-top: 11.25vw;
        padding-bottom: 18.333vw;
    }
    .rsm_13 .section_inner{
        width: 100%;
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .rsm_13_left{
        width: 100%;
        padding: 0vw;
        order: 2;
        padding-left: 8.75vw;
        padding-right: 9.583vw;
    }
    .rsm_13_left_form{
        padding: 6.875vw 6.292vw 6.875vw 6.75vw;
    }
    .rsm_13_left_form form{}
    .rsm_13_left_form div{}
    .rsm_13_left_form input{
        font-size: 3.5vw;
        line-height: 1.83;
        letter-spacing: 0.2vw;
    }
    .rsm_13_left_form input[type="text"]{
        padding-bottom: 1.667vw;
        margin-bottom: 5.417vw;
    }
    .rsm_13_left_form input[type="email"]{
        margin-bottom: 8.333vw;
        padding-bottom: 1.667vw;
    }
    .rsm_13_left_form input::placeholder{

    }
    .rsm_13_left_form textarea{
        font-size: 3.5vw;
        line-height: 1.83;
        letter-spacing: 0.45vw;
    }
    .rsm_13_left_form textarea::placeholder{

    }
    .rsm_13_left_form input[type="submit"]{
        font-size: 3.125vw;
        line-height: 1.67;
        letter-spacing: 0.563vw;
        background-color: #10394A !important;
        padding: 2.917vw 8.542vw 2.5vw 9.583vw;
        bottom: -5.625vw;
        margin-left: -1.042vw;
    }
    .form_description{
        padding-top: 5.417vw;
        margin-bottom: 3.75vw;
    }
    .form_description p{
        line-height: 1.29;
        letter-spacing: 0.283vw;
    }
    .form_description p br{}
    .rsm_13_right{
        width: 100%;
        padding: 0vw;
        order: 1;
        padding-left: 7.917vw;
        padding-right: 6.042vw;
        padding-bottom: 4.375vw;
    }
    .rsm_13_right article{}
    .rsm_13_right article h2{
        font-size: 7.333vw;
        line-height: 1.15;
        letter-spacing: 0.167vw;
        margin-bottom: 4.375vw;
    }
    .rsm_13_right article h2 br{}
    .rsm_13_right article h2 mark{}
    .rsm_13_right article h2 mark:before{
        width: 7.083vw;
        height: 7.083vw;
        top: 0.417vw;
        right: -1.458vw;
    }
    .rsm_13_right article ul{}
    .rsm_13_right article ul li{
        line-height: 1.65;
        letter-spacing: 0.2vw;
        padding-bottom: 5.833vw;
    }
    .rsm_13_right article ul li span{}
    .rsm_13_right article ul li span:before {
        width: 1.875vw;
        height: 2.083vw;
        top: -2.12vw;
        left: -4.542vw;
    }
    .rsm_13_right article ul li br{    display: none;}
    .rsm_13_right article ul li br.m{    display: block;}
    .rsm_13_right article h6{
        margin-top: -2.5vw;
    }
    .rsm_13_right article h6 mark{
        letter-spacing: 0.5vw;
    }
}
/*
  Section 14
=========================================*/
.rsm_14{
    background-color: #AB492A;
    padding-bottom: 81px;
    position: relative;
    z-index: 5;
}
.rsm_14 .section_inner{
    width: 1130px;
}
.rsm_14 .sub_mobile_only {
    display: none;
}
.rsm_14_left{width: 29.5%;padding-top: 142px;}
.rsm_14_left article{}
.rsm_14_left article h2{
    color: #FFFCF9;
    margin-bottom: 281px;
    position: relative;
}
.rsm_14_left article h2:before{
    content:"";
    position: absolute;
    background-color: #fffcf9;
    top: 99px;
    left: 62px;
    width: 1px;
    height: 192px;
}
.rsm_14_left article h2 mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #D97355 0%, #D97355 100%);
    background-repeat: no-repeat;
    background-size: 99% 34%;
    background-position: 0px 65%;
    padding: 0;
    color: #FFFCF9;
}
.rsm_14_left article h5{
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 2.4px;
    text-align: left;
    color: #fab438;
    text-transform: uppercase;
}
.rsm_14_left article h5 mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #853119 0%, #853119 100%);
    background-repeat: no-repeat;
    background-size: 100% 55%;
    background-position: 0px 100%;
    padding: 0;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 0px;
    margin-bottom: -3px;
    letter-spacing: 2.5px;
    color: #fab438;
    text-transform: uppercase;
}
.rsm_14_right{
    width: 70.5%;
    padding-top: 72px;
}
.rsm_14_right_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    padding-left: 37px;
    margin-left: -57px;
}
.rsm_14_right_item{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}
.rsm_14_right_item_in{
    width: 100%;
    background-color: #FFF1E8;
    padding: 132px 50px 54px 50px;
    position: relative;
    border-radius: 180px 180px 0px 0px;
    margin-left: 0px;
    display: inline-block;
    z-index: 5;
}
.rsm_14_right_item_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(rsm-s14-2.png);
    top: 47px;
    left: 50%;
    transform: translate(-50%);
    width: 30px;
    height: 30px;
}
.rsm_14_right_item_art2{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(rsm-s14-1.png);
    bottom: 130px;
    left: -66px;
    width: 131px;
    height: 14px;
}
.rsm_14_right_item_in article{
    width: 100%;
    text-align: center;
}
.rsm_14_right_item_in article h5{
    text-transform: uppercase;
    color: #aa4a2e;
    line-height: 1.44;
    margin-bottom: 18px;
}
.rsm_14_right_item_in article h3{
    margin-bottom: 17px;
}
.rsm_14_right_item_in article p{
    line-height: 1.18;
    letter-spacing: 2.04px;
    text-align: center;
    color: #173c4b;
}
.rsm_14_right_item_in article p mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #F5D4BF 0%, #F5D4BF 100%);
    background-repeat: no-repeat;
    background-size: 100% 35%;
    background-position: 0px 73%;
    padding: 0;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 3px;
    margin-bottom: -3px;
    color: #173c4b;
}
.rsm_14_right_item_in article p br{}
.rsm_14_right_item_in article .pf4_button{
    padding: 13px 58px 14px 59px;
    margin-top: 54px;
}
.rsm_14_right_item.style_1{
    position: relative;
    top: -119px;
    z-index: 5;
}
.rsm_14_right_item.style_2 .rsm_14_right_item_art2{
    bottom: inherit;
    left: inherit;
    top: 87px;
    right: -47px;
}

.rsm_14_right_item.style_2 .rsm_14_right_item_in{
    padding-bottom: 44px;
}
.rsm_14_right_item.style_2 .rsm_14_right_item_in article h5{
    margin-bottom: 12px;
}
.rsm_14_right_item.style_2 .rsm_14_right_item_in article h3{
    margin-bottom: 16px;
}
.rsm_14_right_item.style_2 .rsm_14_right_item_in article .pf4_button{
    margin-top: 44px;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_14{
        padding-bottom: 5.625vw;
    }
    .rsm_14 .section_inner{
        width: 78.472vw;
    }
    .rsm_14_left{
        width: 29.5%;
        padding-top: 9.861vw;
    }
    .rsm_14_left article{}
    .rsm_14_left article h2{
        margin-bottom: 19.514vw;
    }
    .rsm_14_left article h2:before{
        top: 6.875vw;
        left: 4.306vw;
        width: 0.069vw;
        height: 13.333vw;
    }
    .rsm_14_left article h2 mark{
        background-size: 99% 34%;
        background-position: 0vw 65%;
    }
    .rsm_14_left article h5{
        letter-spacing: 0.167vw;
    }
    .rsm_14_left article h5 mark{
        background-size: 100% 55%;
        background-position: 0vw 100%;
        padding-bottom: 0.139vw;
        padding-left: 0.208vw;
        padding-right: 0vw;
        margin-bottom: -0.208vw;
        letter-spacing: 0.174vw;
    }
    .rsm_14_right{
        width: 70.5%;
        padding-top: 5vw;
    }
    .rsm_14_right_in{
        width: 100%;
        padding-left: 2.569vw;
        margin-left: -3.958vw;
    }
    .rsm_14_right_item{
        width: 50%;
        padding-left: 1.389vw;
        padding-right: 1.389vw;
    }
    .rsm_14_right_item_in{
        width: 100%;
        padding: 9.167vw 3.472vw 3.75vw 3.472vw;
        border-radius: 12.5vw 12.5vw 0vw 0vw;
        margin-left: 0vw;
    }
    .rsm_14_right_item_art1{
        top: 3.264vw;
        left: 50%;
        transform: translate(-50%);
        width: 2.083vw;
        height: 2.083vw;
    }
    .rsm_14_right_item_art2{
        bottom: 9.028vw;
        left: -4.583vw;
        width: 9.097vw;
        height: 0.972vw;
    }
    .rsm_14_right_item_in article{
        width: 100%;
    }
    .rsm_14_right_item_in article h5{
        margin-bottom: 1.25vw;
    }
    .rsm_14_right_item_in article h3{
        margin-bottom: 1.181vw;
    }
    .rsm_14_right_item_in article p{
        letter-spacing: 0.142vw;
    }
    .rsm_14_right_item_in article p mark{
        background-size: 100% 35%;
        background-position: 0vw 73%;
        padding-bottom: 0.208vw;
        padding-left: 0.417vw;
        padding-right: 0.208vw;
        margin-bottom: -0.208vw;
    }
    .rsm_14_right_item_in article p br{}
    .rsm_14_right_item_in article .pf4_button{
        padding: 0.903vw 4.028vw 0.972vw 4.097vw;
        margin-top: 3.75vw;
    }
    .rsm_14_right_item.style_1{
        top: -8.264vw;
    }
    .rsm_14_right_item.style_2 .rsm_14_right_item_art2{
        top: 6.042vw;
        right: -3.264vw;
    }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in{
        padding-bottom: 3.056vw;
    }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article h5{
        margin-bottom: 0.833vw;
    }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article h3{
        margin-bottom: 1.111vw;
    }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article .pf4_button{
        margin-top: 3.056vw;
    }
}
@media screen and (max-width: 1140px){
    .rsm_14{}
    .rsm_14 .section_inner{
    width: 87vw;
}
    .rsm_14_left{}
    .rsm_14_left article{}
    .rsm_14_left article h2{}
    .rsm_14_left article h2:before{}
    .rsm_14_left article h2 mark{}
    .rsm_14_left article h5{}
    .rsm_14_left article h5 mark{}
    .rsm_14_right{}
    .rsm_14_right_in{
    margin-left: 0vw;
}
    .rsm_14_right_item{}
    .rsm_14_right_item_in{}
    .rsm_14_right_item_art1{}
    .rsm_14_right_item_art2{}
    .rsm_14_right_item_in article{}
    .rsm_14_right_item_in article h5{}
    .rsm_14_right_item_in article h3{
}
    .rsm_14_right_item_in article p{}
    .rsm_14_right_item_in article p mark{}
    .rsm_14_right_item_in article p br{}
    .rsm_14_right_item_in article .pf4_button{}
    .rsm_14_right_item.style_1{}
    .rsm_14_right_item.style_2 .rsm_14_right_item_art2{}
    
    .rsm_14_right_item.style_2 .rsm_14_right_item_in{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article h5{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article h3{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article .pf4_button{ }
}
@media screen and (max-width: 1024px){
    .rsm_14{}
    .rsm_14 .section_inner{}
    .rsm_14_left{}
    .rsm_14_left article{}
    .rsm_14_left article h2{}
    .rsm_14_left article h2:before{}
    .rsm_14_left article h2 mark{}
    .rsm_14_left article h5{}
    .rsm_14_left article h5 mark{}
    .rsm_14_right{}
    .rsm_14_right_in{}
    .rsm_14_right_item{}
    .rsm_14_right_item_in{
    border-radius: 180px 180px 0px 0px;
}
    .rsm_14_right_item_art1{
    width: 3vw;
    height: 3vw;
}
    .rsm_14_right_item_art2{}
    .rsm_14_right_item_in article{}
    .rsm_14_right_item_in article h5{}
    .rsm_14_right_item_in article h3{}
    .rsm_14_right_item_in article p{}
    .rsm_14_right_item_in article p mark{}
    .rsm_14_right_item_in article p br{}
    .rsm_14_right_item_in article .pf4_button{}
    .rsm_14_right_item.style_1{}
    .rsm_14_right_item.style_2 .rsm_14_right_item_art2{}
    .rsm_14_right_item.style_2 .rsm_14_right_item_in{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article h5{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article h3{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article .pf4_button{ }
}
@media screen and (max-width: 768px){
    .rsm_14{
    padding-top: 9.833vw;
    padding-bottom: 6.958vw;
}
    .rsm_14 .section_inner{
    width: 100%;
    padding-left: 8.958vw;
    padding-right: 0vw;
}
.rsm_14 .sub_mobile_only {
    display: block;
    margin-left: 1.042vw;
}
.rsm_14 .sub_mobile_only mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #853119 0%, #853119 100%);
    background-repeat: no-repeat;background-size: 100% 55%;
    background-position: 0vw 100%;
    padding: 0;
    padding-bottom: 0.417vw;
    padding-left: 0.625vw;
    padding-right: 0vw;
    margin-bottom: -0.625vw;
    letter-spacing: 0.521vw;
    color: #fab438;
    text-transform: uppercase;
    font-weight: 600;
}
    .rsm_14_left{
    width: 100%;
    padding: 0vw;
    padding-bottom: 7.083vw;
}
    .rsm_14_left article{}
    .rsm_14_left article h2{
    padding-left: 0.417vw;
    margin-bottom: 0vw;
}
    .rsm_14_left article h2:before{
    display: none;
}
    .rsm_14_left article h2 mark{}
    .rsm_14_left article h5{
    display: none;
}
    .rsm_14_left article h5 mark{}
    .rsm_14_right{
    width: 100%;
    padding: 0vw;
    padding-left: 0vw;
}
    .rsm_14_right_in{
    padding: 0vw;
    display: block;
}
    .rsm_14_right_item{
    width: 100%;
    padding: 0vw;
    padding-bottom: 5.625vw;
}
    .rsm_14_right_item_in{
    padding: 21.5vw 10.417vw 10.417vw 10.417vw;
}
.rsm_14_right_item.style_2 .rsm_14_right_item_in{
    padding-bottom: 9.167vw;
}
    .rsm_14_right_item_art1{
    width: 5.25vw;
    height: 5.25vw;
    top: 9.792vw;
}
    .rsm_14_right_item_art2{
    bottom: 27.917vw;
    left: -11.042vw;
    width: 20.292vw;
    height: 1.917vw;
}
    .rsm_14_right_item_in article{}
    .rsm_14_right_item_in article h5{
    margin-bottom: 3.75vw;
}
    .rsm_14_right_item.style_2 article h3{
    padding-bottom: 2.292vw;
}
    .rsm_14_right_item_in article h3{
    font-size: 6vw;
}

    .rsm_14_right_item_in article p{
    line-height: 1.18;
    letter-spacing: 0.425vw;
}
    .rsm_14_right_item_in article p mark{}
    .rsm_14_right_item_in article p br{}
    .rsm_14_right_item_in article .pf4_button{
    margin-top: 5.75vw;
    font-size: 2.2vw;
    letter-spacing: 0.49vw;
    padding: 2vw 7.441vw 2.041vw 8.348vw;
}
.rsm_14_right_item.style_2 article .pf4_button{
    margin-top: 9.167vw;
}
    .rsm_14_right_item.style_1{
    padding-left: 16.042vw;
    padding-right: 17.167vw;
    top: 0vw;
}
    .rsm_14_right_item.style_2 .rsm_14_right_item_art2{top: 18.125vw;right: -11.458vw;}
    .rsm_14_right_item.style_2{
    padding-right: 32.208vw;
}
    .rsm_14_right_item.style_2 .rsm_14_right_item_in{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article h5{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article h3{font-size: 6vw;}
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article .pf4_button{ }
}
@media screen and (max-width: 550px){
    .rsm_14{
    padding-top: 15.833vw;
    padding-bottom: 8.958vw;
}
    .rsm_14 .section_inner{
    width: 100%;
    padding-left: 8.958vw;
    padding-right: 0vw;
}
.rsm_14 .sub_mobile_only {
    display: block;
    margin-left: 1.042vw;
}
.rsm_14 .sub_mobile_only mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #853119 0%, #853119 100%);
    background-repeat: no-repeat;background-size: 100% 55%;
    background-position: 0vw 100%;
    padding: 0;
    padding-bottom: 0.417vw;
    padding-left: 0.625vw;
    padding-right: 0vw;
    margin-bottom: -0.625vw;
    letter-spacing: 0.521vw;
    color: #fab438;
    text-transform: uppercase;
    font-weight: 600;
}
    .rsm_14_left{
    width: 100%;
    padding: 0vw;
    padding-bottom: 7.083vw;
}
    .rsm_14_left article{}
    .rsm_14_left article h2{
    padding-left: 0.417vw;
    margin-bottom: 0vw;
}
    .rsm_14_left article h2:before{
    display: none;
}
    .rsm_14_left article h2 mark{}
    .rsm_14_left article h5{
    display: none;
}
    .rsm_14_left article h5 mark{}
    .rsm_14_right{
    width: 100%;
    padding: 0vw;
    padding-left: 0vw;
}
    .rsm_14_right_in{
    padding: 0vw;
    display: block;
}
    .rsm_14_right_item{
    width: 100%;
    padding: 0vw;
    padding-bottom: 5.625vw;
}
    .rsm_14_right_item_in{
    padding: 27.5vw 10.417vw 10.417vw 10.417vw;
}
.rsm_14_right_item.style_2 .rsm_14_right_item_in{
    padding-bottom: 9.167vw;
}
    .rsm_14_right_item_art1{
    width: 6.25vw;
    height: 6.25vw;
    top: 9.792vw;
}
    .rsm_14_right_item_art2{
    bottom: 27.917vw;
    left: -11.042vw;
    width: 27.292vw;
    height: 2.917vw;
}
    .rsm_14_right_item_in article{}
    .rsm_14_right_item_in article h5{
    margin-bottom: 3.75vw;
}
    .rsm_14_right_item.style_2 article h3{
    padding-bottom: 2.292vw;
}
    .rsm_14_right_item_in article h3{}

    .rsm_14_right_item_in article p{
    line-height: 1.18;
    letter-spacing: 0.425vw;
}
    .rsm_14_right_item_in article p mark{}
    .rsm_14_right_item_in article p br{}
    .rsm_14_right_item_in article .pf4_button{
    padding: 2.708vw 12.083vw 2.917vw 12.292vw;
    margin-top: 13.75vw;
    padding: 2.708vw 10vw 2.917vw 10vw;
    font-size: 3vw;
    letter-spacing: 0.69vw;
}
.rsm_14_right_item.style_2 article .pf4_button{
    margin-top: 9.167vw;
}
    .rsm_14_right_item.style_1{
    padding-left: 11.042vw;
    padding-right: 9.167vw;
    top: 0vw;
}
    .rsm_14_right_item.style_2 .rsm_14_right_item_art2{top: 18.125vw;right: -11.458vw;}
    .rsm_14_right_item.style_2{
    padding-right: 20.208vw;
}
    .rsm_14_right_item.style_2 .rsm_14_right_item_in{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article h5{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article h3{ }
    .rsm_14_right_item.style_2 .rsm_14_right_item_in article .pf4_button{ }
}
/*
  Section 15
=========================================*/
.rsm_15{
    background-color: #FFFCF9;
    padding-top: 83px;
    padding-bottom: 59px;
    position: relative;
}
.rsm_15_img_art1{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s15-1.png);
    top: 318px;
    left: -2px;
    width: 89px;
    height: 225px;
}
.rsm_15_img_art2{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(rsm-s15-3.png);
    top: -18px;
    right: 0px;
    width: 334px;
    height: 222px;
}
.rsm_15 .section_inner{}
.rsm_15_title{
    width: 100%;
    text-align: right;
    padding-right: 434px;
    padding-bottom: 31px;
}
.rsm_15_title h2{
    line-height: 0.98;
}
.rsm_15_title h2 mark{
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    color: #173c4b;
    z-index: 0;
    display: inline-block;
}
.rsm_15_title h2 mark:before{
    content: "";
    display: block;
    background-image: url(rsm-s13-1.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 34px;
    height: 34px;
    top: 4px;
    left: -13px;
    z-index: -1;
}
.rsm_15_faq{
    width: 100%;
    text-align: left;
    padding-left: 305px;
}
.rsm_15_faq_col{
    padding-bottom: 12px;
}
.rsm_15_faq_title{
    text-transform: uppercase;
    padding-left: 24px;
    margin-bottom: 7px;
    cursor: pointer;
}
.rsm_15_faq_title:hover{
    opacity: 0.8;
}
.rsm_15_faq_title span{ 
    position: relative;
    display: inline-block;
 }
.rsm_15_faq_title span:before{
    content: "";
    position: absolute;
    background-image: url(rsm-s11-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    top: -11px;
    left: -26px;
    width: 9px;
    height: 10px;
    margin-right: 16px;
}
.rsm_15_faq_title br{}
.rsm_15_faq_text{
    padding-left: 75px;
    display: none;
}
.rsm_15_faq_text.active{
    display: block;
}
.rsm_15_faq_text p{
    line-height: 1.45;
    color: #aa4a2e;
}
.rsm_15_faq_text br{}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_15{
        padding-top: 5.764vw;
        padding-bottom: 4.097vw;
    }
    .rsm_15_img_art1{
        top: 22.083vw;
        left: -0.139vw;
        width: 6.181vw;
        height: 15.625vw;
    }
    .rsm_15_img_art2{
        top: -1.25vw;
        right: 0vw;
        width: 23.194vw;
        height: 15.417vw;
    }
    .rsm_15 .section_inner{
    width: 75vw;
}
    .rsm_15_title{
        width: 100%;
        padding-right: 30.139vw;
        padding-bottom: 2.153vw;
    }
    .rsm_15_title h2{}
    .rsm_15_title h2 mark{}
    .rsm_15_title h2 mark:before{
        width: 2.361vw;
        height: 2.361vw;
        top: 0.278vw;
        left: -0.903vw;
    }
    .rsm_15_faq{
        width: 100%;
        padding-left: 21.181vw;
    }
    .rsm_15_faq_col{
        padding-bottom: 0.833vw;
    }
    .rsm_15_faq_title{
        padding-left: 1.667vw;
        margin-bottom: 0.486vw;
    }
    .rsm_15_faq_title span{}
    .rsm_15_faq_title span:before{
        top: -0.764vw;
        left: -1.806vw;
        width: 0.625vw;
        height: 0.694vw;
        margin-right: 1.111vw;
    }
    .rsm_15_faq_title br{}
    .rsm_15_faq_text{
        padding-left: 5.208vw;
    }
    .rsm_15_faq_text.active{}
    .rsm_15_faq_text p{}
    .rsm_15_faq_text br{}
}
@media screen and (max-width: 1140px){
    .rsm_15{}
    .rsm_15_img_art1{}
    .rsm_15_img_art2{}
    .rsm_15 .section_inner{}
    .rsm_15_title{}
    .rsm_15_title h2{}
    .rsm_15_title h2 mark{}
    .rsm_15_title h2 mark:before{}
    .rsm_15_faq{}
    .rsm_15_faq_col{}
    .rsm_15_faq_title{}
    .rsm_15_faq_title span{}
    .rsm_15_faq_title span:before{}
    .rsm_15_faq_title br{}
    .rsm_15_faq_text{}
    .rsm_15_faq_text.active{}
    .rsm_15_faq_text p{}
    .rsm_15_faq_text br{}
}
@media screen and (max-width: 1024px){
    .rsm_15{}
    .rsm_15_img_art1{}
    .rsm_15_img_art2{}
    .rsm_15 .section_inner{
    width: 78vw;
}
    .rsm_15_title{
    padding-right: 28vw;
}
    .rsm_15_title h2{}
    .rsm_15_title h2 mark{}
    .rsm_15_title h2 mark:before{
    width: 3vw;
    height: 3vw;
}
    .rsm_15_faq{}
    .rsm_15_faq_col{}
    .rsm_15_faq_title{}
    .rsm_15_faq_title span{}
    .rsm_15_faq_title span:before{}
    .rsm_15_faq_title br{}
    .rsm_15_faq_text{}
    .rsm_15_faq_text.active{}
    .rsm_15_faq_text p{}
    .rsm_15_faq_text br{}
}
@media screen and (max-width: 768px){
    .rsm_15{
    padding-top: 11.042vw;
}
    .rsm_15_img_art1{
    display: none;
}
    .rsm_15_img_art2{
    width: 33.708vw;
    height: 36vw;
    top: -6.667vw;
    right: 0vw;
    background-image: url(rsm-s15-3-m.png);
}
    .rsm_15 .section_inner{
    width: 100%;
    padding-left: 9.792vw;
    padding-right: 6.042vw;
}
    .rsm_15_title{
    padding-bottom: 1.25vw;
}
    .rsm_15_title h2{
    text-align: left;
}
    .rsm_15_title h2 mark{}
    .rsm_15_title h2 mark:before{
    width: 7.083vw;
    height: 7.083vw;
    top: -0.208vw;
    left: -2.5vw;
}
    .rsm_15_faq{
    padding-left: 3.958vw;
}
    .rsm_15_faq_col{
    padding-bottom: 2.083vw;
}
    .rsm_15_faq_title{
    padding-left: 0vw;
    margin-bottom: 1.875vw;
}
    .rsm_15_faq_title span{}
    .rsm_15_faq_title span:before{
    width: 1.875vw;
    height: 1.5vw;
    top: -1.5vw;
    left: -5vw;
}
    .rsm_15_faq_title br{
    display: none;
}
    .rsm_15_faq_text{}
    .rsm_15_faq_text.active{
    padding-left: 0.417vw;
}
    .rsm_15_faq_text p{}
    .rsm_15_faq_text br{
    display: none;
}
}
@media screen and (max-width: 550px){
    .rsm_15{
    padding-top: 11.042vw;
}
    .rsm_15_img_art1{
    display: none;
}
    .rsm_15_img_art2{
    width: 52.708vw;
    height: 45vw;
    top: -11.667vw;
    right: 0vw;
    background-image: url(rsm-s15-3-m.png);
}
    .rsm_15 .section_inner{
    width: 100%;
    padding-left: 9.792vw;
    padding-right: 6.042vw;
}
    .rsm_15_title{
    padding-bottom: 1.25vw;
}
    .rsm_15_title h2{
    text-align: left;
}
    .rsm_15_title h2 mark{}
    .rsm_15_title h2 mark:before{
    width: 7.083vw;
    height: 7.083vw;
    top: -0.208vw;
    left: -2.5vw;
}
    .rsm_15_faq{
    padding-left: 3.958vw;
}
    .rsm_15_faq_col{
    padding-bottom: 2.083vw;
}
    .rsm_15_faq_title{
    padding-left: 0vw;
    margin-bottom: 1.875vw;
}
    .rsm_15_faq_title span{}
    .rsm_15_faq_title span:before{
    width: 1.875vw;
    height: 2.083vw;
    top: -2.5vw;
    left: -5vw;
}
    .rsm_15_faq_title br{
    display: none;
}
    .rsm_15_faq_text{}
    .rsm_15_faq_text.active{
    padding-left: 0.417vw;
}
    .rsm_15_faq_text p{}
    .rsm_15_faq_text br{
    display: none;
}
}
/*
  RSM Footer
=========================================*/
.rsm_footer{
    background-color: #000000;
    padding-top: 22px;
    padding-bottom: 23px;
}
.rsm_footer .section_inner{}
.rsm_footer_copyright{
    font-family: Quicksand;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.85px;
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.rsm_footer_copyright .divider{
    padding-left: 4px;
    padding-right: 7px;
}
.rsm_footer_copyright span{
    text-transform: uppercase;
}
.rsm_footer_copyright a{
    color: #6bbdb9;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .rsm_footer{
        padding-top: 1.528vw;
        padding-bottom: 1.597vw;
    }
    .rsm_footer .section_inner{}
    .rsm_footer_copyright{
        font-size: 1.042vw;
        letter-spacing: 0.128vw;
    }
    .rsm_footer_copyright .divider{
        padding-left: 0.278vw;
        padding-right: 0.486vw;
    }
    .rsm_footer_copyright span{}
    .rsm_footer_copyright a{}
}
@media screen and (max-width: 1140px){
    .rsm_footer{}
    .rsm_footer .section_inner{}
    .rsm_footer_copyright{
    font-size: 1.316vw;
    letter-spacing: 0.162vw;
}
    .rsm_footer_copyright .divider{}
    .rsm_footer_copyright span{}
    .rsm_footer_copyright a{}
}
@media screen and (max-width: 1024px){
    .rsm_footer{}
    .rsm_footer .section_inner{}
    .rsm_footer_copyright{
    font-size: 1.4vw;
}
    .rsm_footer_copyright .divider{}
    .rsm_footer_copyright span{}
    .rsm_footer_copyright a{}
}
@media screen and (max-width: 768px){
    .rsm_footer{
    padding-top: 3.958vw;
    padding-bottom: 4.375vw;
}
    .rsm_footer .section_inner{
    width: 100%;
}
    .rsm_footer_copyright{
    font-size: 2.3vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: 0.385vw;
}
    .rsm_footer_copyright .divider{
    display: none;
}
    .rsm_footer_copyright span{
    display: block;
}
    .rsm_footer_copyright a{}
}
@media screen and (max-width: 550px){
    .rsm_footer{
    padding-top: 3.958vw;
    padding-bottom: 4.375vw;
}
    .rsm_footer .section_inner{
    width: 100%;
}
    .rsm_footer_copyright{
    font-size: 2.917vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.68;
    letter-spacing: 0.385vw;
}
    .rsm_footer_copyright .divider{
    display: none;
}
    .rsm_footer_copyright span{
    display: block;
}
    .rsm_footer_copyright a{}
}




.s8mb_content{
  display:none;
}
.s8mb_content.active{
  display:flex;
}
.s8_show_more_btn{
  display:none;
}
.s8_show_more_btn.active{
  display:inline-block;
}