@keyframes buncing_animation {
  from {top: 0px;}
  to {top: 10px;}
}

.buncing_animation{
    position: relative;
    -webkit-animation: buncing_animation 0.4s infinite alternate;
    -moz-animation: buncing_animation 0.4s infinite alternate;
    animation: buncing_animation 0.4s infinite alternate;
}

br[m],
br.m{
    display:none !important;
}

.mobile_only,
.mobile_only_flex,
.mobile_only_inline{
    display: none !important;
}

.fs-130{
    font-size: 10.938vw;
    font-family: 'clash-display';
    font-family: degular-display, sans-serif;
    font-weight: 300;
    line-height: 0.85;
    letter-spacing: 0.036em;
}
.fs-120{
    font-size: 6.250vw;
    font-family: 'clash-display';
    font-weight: 300;
}
.fs-101{
    font-weight: 300;
    font-family: 'Konstant Grotesk';
    font-size: 5.208vw;
    line-height: 1.09;
}
.fs-92{
    font-size: 4.792vw;
    font-family: 'clash-display';
    font-weight: 300;
}
.fs-86{
    font-size: 4.479vw;
    font-family: 'clash-display';
    font-weight: 300;
}
.fs-76{
    font-size: 5.208vw;
    font-family: 'clash-display';
    font-weight: 300;
    line-height: 1.1;
    font-family: 'Konstant Grotesk';
    font-size: 5.208vw;
}
.fs-61{
    font-size: 3.177vw;
    font-family: 'clash-display';
    font-weight: 300;
    font-family: 'Konstant Grotesk';
}
.fs-52{
    font-size: 2.708vw;
    font-family: 'clash-display';
    font-weight: 300;
}
.fs-28 {
    font-size: 1.5vw;
    font-family: 'clash-display';
    font-weight: 300;
    line-height: 1.1;
    font-family: 'Konstant Grotesk';
}
.fs-20{
    font-size: 1.042vw;
    font-family: Libre Franklin;
    font-weight: 400;
    letter-spacing: 0.05vw;
    line-height: 1.75;
}
.fspt-20{
    font-size: 1.042vw;
    font-family: 'futura_pt';
    font-weight: 350;
    cursor: pointer;
}

.kbutton{
    font-family: 'futura_pt';
    font-weight: 500;
    font-size: 0.781vw;
    letter-spacing: 0.18em;
    display: inline-block;
    background-color: #0000;
    color: #000;
    border: solid 1px #000;
    line-height: 1;
    padding-top: 1.1vw;
    padding-bottom: 0.85vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    font-family: Libre Franklin;
}
.kbutton:hover{
    background-color: #000;
    color: #fff;
}

ul{
    margin: 0;
    padding: 0;
    margin-bottom: 1.1vw;
    display: inline-block;
    margin-left: 1.5vw;
}
ul li{
    margin-bottom: 0.7vw;
    list-style-type: none;
    position: relative;
    padding-left: 0;
}
ul li:before{
    content:
    " ";
    position: absolute;
    width: 0.9vw;
    height: 0.7vw;
    left: 0vw;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: inline-block;
    transform: translateX(-0.51vw);
    margin-left: -1vw;
}
.kcs_text h1,
.kcs_text h2,
.kcs_text h3,
.kcs_text h4,
.kcs_text h5,
.kcs_text h6{
    color:inherit;
}

@media screen and (max-width: 767px){
    p{
         margin-top: 0;
        margin-bottom: 5vw;
    }
    br[m],
    br.m{
        display: unset !important;
    }
    
    br[d],
    br.d{
        display:none !important;
    }
    
    .mobile_only{
        display: block !important;
    }
    .mobile_only_flex{
        display:flex !important;
    }
    .mobile_only_inline{
        display:inline-block !important;
    }
    .desktop_only{
        display:none !important;
    }

    .fs-130{
        font-size: 11.846vw;
        line-height: 1.22;
    }
    .fs-120{
        font-size: 17.692vw;
    }
    .fs-101{
        font-size: 12.051vw;
    }
    .fs-92{
        font-size: 7.692vw;
    }
    .fs-86{
        font-size: 7.179vw;
    }
    .fs-76{
        font-size: 9vw;
        /* letter-spacing: 1px; */
        /* letter-spacing: 0.5vw; */
    }
    .fs-61{
        font-size: 7.179vw;
    }
    .fs-52{
        font-size: 4.359vw;
        line-height: 1.45;
    }
    .fs-28 {
        font-size: 6vw;
    }
    .fs-20{
        font-size: 4.103vw;
        letter-spacing: 0.2vw;
        line-height: 1.56;
    }
    .fspt-20{
        font-size: 4.103vw;
        font-family: Libre Franklin;
    }
    
    .kbutton{
        font-size: 3.077vw;
        border-width: 1px;
        padding-top: 4.3vw;
        padding-bottom: 4.0vw;
        padding-left: 15vw;
        padding-right: 15vw;
        letter-spacing: 0.35vw;
    }
    .kbutton:hover{
        
    }
    ul{
        margin-left: 7vw;
        margin-bottom: 4vw;
    }
    ul li{
        padding-left: 0;
        margin-bottom: 3.9vw;
    }
    ul li:before{
        /* top: 2.1vw; */
        transform: unset;
        width: 4.431vw;
        height: 3.387vw;
        border-width: 2px;
        line-height: 0;
        padding: 0;
        margin-left: -3.5vw;
        transform: translateX(-3.5vw);
    }
}



/*
    Header
===========================*/
.site_header_holder{
    position: relative;
}
.header__container{
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    width: 100%;  
}
.header{
    font-size:0.625vw;
    opacity: 0;
    position: absolute;
    transition: none;
}
.header--fixed{
    /* opacity:1; */
    /* position: absolute; */
}
.header__content--desktop {
  padding: 1.95vw 4.7vw 1.95vw 2.2vw;
  border-bottom: 1px solid;
}
.link-list__link{
    font-family: 'codecpro';
    font-family: Libre Franklin;
}
.header__content--desktop .link-list__link{
    margin-right: 2.2vw;
    margin-left: 2.2vw;
    letter-spacing: 0.22vw;
}
.header__content--desktop .link-list > :first-child{
    
}
.header__content--desktop .link-list > :last-child{
    margin-right: 1.8vw;
}
main{
    padding-top:0 !important;
}
@media screen and (max-width: 767px){
   .header__content--desktop {
      padding: 3.5vw 7.9vw;
      border-bottom: 1px solid;
      border-top: 1px solid;
      min-height: 13vw;
      display: flex;
      background-color: #FEFAF7;
    }
    .header.header--fixed .header__content--desktop{
        border-top:0;
    }
    .hamburger{
        width: 41px;
        height: 28px;
    }
    .hamburger__slices{
        
    }
    .hamburger--slice-2{
        top: 14px;
    }
    .hamburger--slice-3{
        top: 14px;
    }
    .hamburger--slice-4{
       top: 27px;
    }
    .header__content--mobile{
        padding-top: 6.2vw;
        padding-left: 7vw;
        padding-right: 28vw;
        padding-bottom: 5vw;
    }
    .header__content--mobile .link-list__link{
        letter-spacing: 1.06vw;
        padding-top: 7vw;
        padding-bottom: 4.3vw;
    }
    .header__content--mobile .kcs_svg{
        width: 9vw;
        position: absolute;
        right: 11.5vw;
        bottom: 9.1vw;
        opacity: 0;
    }
    .header__content--mobile.active .kcs_svg{
        /* opacity: 1; */
    }
    .header__content--mobile .kcs_svg svg{
      width:100%;
        height:auto;
    }
    .header__content--mobile .link-list__link:hover{
        background-color: rgb(0 0 0 / 0%);
    }
}

/*
    Section 01
===========================*/
.section_01{
    background-color: #F5F1F0;
    position:relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
}
.section_01 .section_inner{
    display:flex;
}
.section_01 .kcs_left{
    width: 58.3%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 3.2vw;
    padding-top: 4.0vw;
    padding-bottom: 3vw;
}
.section_01 .kcs_right{
    width: 41.3%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_01 .kcs_image{
    width: 100%;
}
.section_01 .kcs_image img{
    margin-top:-3.9vw;
}
.section_01 .kcs_conent{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.section_01 h1{
    margin-left: 0;
    position: relative;
    z-index: 1;
}
.section_01 h1 .kcs_line_1{
    display:block;
}
.section_01 h1 .kcs_line_2{
    margin-left: 7.7vw;
     display:block;
}
.section_01 h1 .kcs_line_3{
    margin-left: 23.2vw;
     display:block;
}
.section_01 .kcs_text{
    margin-top: 3.2vw;
    margin-left: 5.0vw;
    margin-right: 4vw;
    margin-bottom: 3.87vw;
    font-size: 1.042vw;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 1.6;
}
.section_01 .kbutton{
    margin-left: 5vw;
}
.section_01 .kcs_img_left{
    margin-top: -4.3vw;
}
.section_01 .kcs_conent_left{
    width: 33.5%;
}
.section_01 .kcs_conent_right{
    width: 64.5%;
}
@media screen and (max-width: 767px){
    .section_01{
        padding-bottom: 16vw;
    }
    .section_01 .kcs_conent_left{
        display:none;
    }
    .section_01 .kcs_left{
        width: 100%;
        padding-left: 0;
        padding-top: 4vw;
        padding-bottom: 0;
        position: relative;
    }
    .section_01 .section_inner{
        position: relative;
        z-index: 1;
    }
    .section_01::before{
        content:" ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 53%;
        z-index: 0;
    }
    .section_01 h1{
        order:0;
        width: 100%;
        margin-left: 0;
        margin-bottom: 2.3vw;
        margin-right: 0;
        line-height: 1.1;
        font-size: 14vw;
        letter-spacing: 0.05em;
    }
    .section_01 .kcs_image{
        /* order: 1; */
        width: 100%;
    }
    .section_01 .kcs_conent{
        /* order:1; */
        width: 100%;
    }
    .section_01 h1 .kcs_line_1{
        margin-left: 3vw;
    }
    .section_01 h1 .kcs_line_2{
        margin-left: 18vw;
        /* display:block; */
        text-align: right;
        display: block;
        margin-top: -2vw;
    }
    .section_01 h1 .kcs_line_3{
        margin-left: 31vw;
        text-align: right;
        display: block;
        margin-top: -3vw;
    }
    .section_01 .kcs_text{
        margin-top: 6vw;
        margin-left: 7.8vw;
        margin-right: 8vw;
        margin-bottom: 7.3vw;
        font-size: 4.103vw;
        letter-spacing: 0.2vw;
    }
    .section_01 .kbutton{
        margin-left: 7.7vw;
        margin-bottom: 0;
    }
    .section_01 .kcs_image img{
        margin:0;
        
    }
    .section_01 .kcs_image img.kcs_img_left {
        padding-left: 0vw;
        padding-right: 53.3vw;
        position: relative;
        z-index: 0;
        margin-top: -54vw;
    }
    .section_01 .kcs_image img.kcs_img_right {
        position: relative;
        z-index: 1;
        padding-right: 13.5vw;
        padding-left: 45.0vw;
        margin-top: -9.7vw;
    }
    .section_01 .kcs_conent_right{
        width: 100%;
    }
}



/*
    Section 02
===========================*/
.section_02{
    padding-top: 1.8vw;
    padding-bottom: 3vw;
    border-style: solid;
    border-width: 0;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    padding-left: 14.8vw;
    padding-right: 14.8vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section_02 .section_inner{
    display: flex;
}
.section_02 .kcs_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2vw;
}
.section_02 .kcs_right{
    padding-left: 1.5vw;
}
.section_02 .kcs_heading{
    margin: 0;
    margin-top: 1.5vw;
}
.section_02 .kcs_countdown{
    display: flex;
}
.section_02 .kcs_countdown_inner{
    width: 11.2vw;
    text-align: center;
}
.section_02 .kcs_countdown__amount{
    display: block;
    margin-bottom: -1.4vw;
    margin-top: 0.1vw;
}
.section_02 .kcs_countdown__title{
    display: block;
}

@media screen and (max-width: 767px){
    .section_02{
        padding-left: 5.8vw;
        padding-right: 8.8vw;
        border-top-width: 1px;
        border-bottom-width: 1px;
        padding-top: 2vw;
        padding-bottom: 4.6vw;
    }
    .section_02 .kcs_left{
        width: 47%;
    }
    .section_02 .kcs_right{
        width: 64%;
        padding-left: 3.5vw;
    }
    .section_02 .kcs_countdown__title{
        font-size: 1.538vw;
        letter-spacing: 0.1vw;
    }
    .section_02 .kcs_countdown{
        justify-content: space-between;
    }
    .section_02 .kcs_countdown__amount{
        margin-bottom: -1.4vw;
        margin-top: 2vw;
    }
}



/*
    Section 03
===========================*/
.section_03{
    /* text-align: center; */
    padding-top: 10.3vw;
    padding-left: 7.2vw;
    padding-right: 2.2vw;
    padding-bottom: 3.3vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
    position: relative;
}
.section_03:before{
    content:"";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 76%;
}
.section_03 .kcs_conent_right:after{
    content:"";
    position: absolute;
    width: 31.5vw;
    bottom: -3.4vw;
    right: -2.3vw;
    height: 27.7vw;
    z-index: 0;
}
.section_03 .section_inner{
    position:relative;
    z-index: 1;
}
.section_03 .kcs_heading{
    margin-bottom: 2.1vw;
    font-family: 'Konstant Grotesk';
    font-size: 5.208vw;
    line-height: 1.09;
}
.section_03 .kcs_video{
    padding-left: 14.4vw;
    padding-right: 14.4vw;
    margin-bottom: 2.8vw;
}
.section_03 .kcs_conent{
    display: flex;
    flex-wrap: wrap;
}
.section_03 .kcs_conent_left{
    width: 37.5%;
}
.section_03 .kcs_conent_right{
    width: 62.5%;
    position: relative;
}
.section_03 .kcs_img{
    position: relative;
    margin-top: -1.2vw;
    display: block;
    z-index: 1;
}
.section_03 .kcs_img:after{
    content:"";
    display: block;
    width: 100%;
    height: 32.9vw;
    /* height: 100%; */
    background-image:url(laptop-mockup.png);
    background-repeat: no-repeat;
    background-position: left  top;
    background-size: contain;
    margin-left: 0vw;
    position: relative;
    top: 0;
    left: 0;
}
.section_03 .kcs_img:before{
    content: "";
    width: 66%;
    height: 71%;
    display: block;
    position: absolute;
    z-index: 0;
    background-color: #756767;
    left: 9.1vw;
    top: 3.5vw;
    background-size: cover;
    background-position: center;
}
.section_03 .video__wrapper{
    border-radius: 1.5vw;
    overflow: hidden;
}
.section_03 .kcs_text{
    padding-left: 4.5vw;
    padding-right: 0;
    padding-bottom: 0.75vw;
    padding-top: 4.1vw;
    line-height: 1.8;
}
.section_03 .kcs_svg{
    margin-top: 1.7vw;
    margin-bottom: 3.1vw;
}
.section_03 .kcs_svg svg{
    width: 1.8vw;
    height: auto;
}

@media screen and (max-width: 767px){
    .section_03{
        padding-top: 13.4vw;
        padding-left: 8vw;
        padding-right: 8vw;
        padding-bottom: 6vw;
    }
    .section_03 .kcs_heading{
        margin-bottom: 0vw;
        font-size: 8.205vw;
        margin-left: -1.1vw;
        margin-right: -3vw;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    .section_03 .kcs_video{
        padding-left: 0vw;
        padding-right: 0vw;
        margin-bottom: 11.2vw;
    }
    .section_03 .video{
        border-width: 1px;
        border-radius: 6vw;
        padding: 1vw 0.6vw;
    }
    .section_03 .video__wrapper{
        border-width: 1px;
        border-radius: 5vw;
    }
    .section_03 .kcs_text{
        padding-left: 0vw;
        padding-right: 1vw;
        text-align: left;
        padding-top: 3.3vw;
        line-height: 1.7;
    }
    .section_03 .kcs_svg{
        margin-top: 6.7vw;
        margin-bottom: 8.1vw;
    }
    .section_03 .kcs_svg svg{
        width: 8.8vw;
    }
    .section_03 .kcs_conent_right{
        /* display:none; */
        width: 100%;
    }
    .section_03 .kcs_conent_left{
        width:100%;
    }
    .section_03 .kcs_img{
        width: calc(100% + 22.4vw);
        margin: 0;
        margin-left: -11vw;
        margin-top: 4.9vw;
    }
    .section_03 .kcs_img:before{
        left: 16.5%;
        top: 5.5vw;
        width: 67.5%;
    }
    .section_03 .kcs_img:after{
        height: 64vw;
    }
    .section_03 .kcs_conent_right:after{
        width: 51vw;
        height: 44.2vw;
        right: -9vw;
        bottom: -1.1vw;
    }
    .section_03:before{
        height: 78%;
    }
}



/*
    Section 04
===========================*/
.section_04{
    padding-left: 6.85vw;
    padding-right: 6.2vw;
    padding-bottom: 6.2vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
    position: relative;
}
.section_04 .kcs_imag_holder:after{
    content:" ";
    position: absolute;
    z-index: 0;
    left: -6.9vw;
    bottom: -11.2vw;
    width: 36.2vw;
    height: 39.3vw;
    background-color: #E4F498;
    z-index: 0;
}
.section_04 .section_inner{
    position: relative;
    z-index: 1;
}
.section_04 .kcs_content{
    display: flex;
}
.section_04 .kcs_left{
    width: 50.1%;
    /* display: flex; */
    flex-wrap: wrap;
    padding-top: 0;
}
.section_04 .kcs_right{
    width: 49.9%;
}
.section_04 .kcs_heading{
    position: relative;
    z-index: 1;
    padding-top: 6.75vw;
    margin: 0;
    padding-left: 15.8vw;
}
.section_04 .kcs_line_1{
    display: block;
    margin-right: 1.3vw;
}
.section_04 .kcs_line_2{
    display: block;
    padding-left: 24.7vw;
}
.section_04 .kcs_img_1{
    width: 100%;
    border: 2px solid #000;
    width: 18.2vw;
    max-width: unset;
    margin-top: 2.8vw;
    position: absolute;
    z-index: 2;
}
.section_04 .kcs_img_2{
    width: 100%;
    padding-left: 7.4vw;
    margin-top: -3.5vw;
    position: relative;
    z-index: 1;
}
.section_04 .kcs_text{
    margin-left: 5.5vw;
    margin-top: 1.55vw;
    padding-right: 5vw;
    line-height: 1.79;
}
.section_04 .kbutton{
    margin-left: 7.6vw;
    margin-top: 1vw;
}
.section_04 .kcs_imag_holder_1{
    width: 21.7%;
    position: relative;
    z-index: 1;
}
.section_04 .kcs_imag_holder_2{
    width: 100%;
}

@media screen and (max-width: 767px){
    .section_04{
        padding-left: 7.8vw;
        padding-right: 7.8vw;
        padding-bottom: 8.5vw;
        padding-top: 13vw;
    }
    .section_04 .kcs_right{
        width: 100%;
    }
    .section_04 .kcs_heading {
        margin-top: 0;
        margin-left: 0;
        text-align: left;
        margin-bottom: 0;
        line-height: 1.2;
        padding-top: 0;
        padding-left: 0;
        font-size: 9.744vw;
    }
    .section_04 .kcs_img_1{
        width: 42.2vw;
        max-width: 100vw;
        border-width: 1px;
        margin-top: 14.5vw;
        /* position: relative; */
        /* margin-bottom: -57vw; */
    }
    .section_04 .kcs_img_2{
        padding-right: 0vw;
        padding-left: 20.1vw;
        margin-top: 10.15vw;
    }
    .section_04 .kcs_text{
        margin-left: 0vw;
        margin-right: 0vw;
        margin-top: 18.5vw;
        padding-right: 0vw;
        line-height: 1.65;
    }
    .section_04 .kcs_line_2{
        padding-left: 0;
        margin-right: 1.3vw;
    }
    .section_04 .kcs_imag_holder:after{
        left: -7.5vw;
        bottom: -6.5vw;
        width: 43.2vw;
        height: 47.7vw;
    }
}



/*
    Section 05
===========================*/
.section_05{
    /* border-top: solid 2px; */
    /* border-bottom: solid 2px; */
    padding-left: 14.5vw;
    padding-right: 12.5vw;
    padding-top: 9.5vw;
    padding-bottom: 2.2vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
}
.section_05 .section_inner{
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.section_05 .kcs_top{
    /* width: 71%; */
    /* padding-top: 3.4vw; */
    /* padding-left: 8.3vw; */
    /* padding-bottom: 3.4vw; */
    /* border-right: 2px solid; */
}
.section_05 .kcs_bottom{
    width: 100%;
    /* background-size: cover; */
    /* background-position: center; */
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 5vw);
    margin-right: -5vw;
}
.section_05 .kcs_bottom .kcs_item{
    width: 33.33%;
    padding-right: 5.3vw;
    padding-bottom: 2.48vw;
}
.section_05 .kcs_bottom .kcs_blank{
    width: 33.33%;
}
/*
.section_05 .kcs_bottom .kcs_item + .kcs_blank + .kcs_blank{
    width: 36.33%;
}

.section_05 .kcs_bottom .kcs_item + .kcs_blank + .kcs_blank + .kcs_item{
    width: 35.33%;
    padding-right: 6.3vw;
}

.section_05 .kcs_bottom .kcs_item + .kcs_blank + .kcs_blank + .kcs_item + .kcs_item{
    width: 26.33%;
    padding-right: 0vw;
}
*/
.section_05 .kcs_heading{margin-bottom: 3.6vw;}
.section_05  h3{
    border-bottom: 2px solid;
    padding-bottom: 1.55vw;
    margin-bottom: 1.1vw;
    margin-right: 1.5vw;
}
.section_05 .kcs_line_1{
    display: block;
}
.section_05 .kcs_line_2{
    display: block;
    padding-left: 29vw;
}
.section_05 .kcs_text{
    margin-top: 0;
    margin-left: 0;
    font-size: 1.250vw;
    /* font-family: 'codecpro'; */
    font-weight: 400;
    letter-spacing: 0.06vw;
    line-height: 1.5;
}
.section_05 ul{
    display: flex;
    flex-wrap: wrap;
}
.section_05 ul li{
    width: 47.6%;
    padding-right: 6vw;
}
.section_05 ul li:before{
    transform: unset;
    top: 0.8vw;
}
.section_05 .kbutton{
    float: right;
    margin-right: 4.5vw;
    margin-top: -2.2vw;
}

@media screen and (max-width: 767px){
    .section_05{
        /* border-top-width: 1px; */
        /* border-bottom-width: 1px; */
        padding-left: 7.9vw;
        padding-right: 6.9vw;
        padding-top: 15vw;
        padding-bottom: 16.5vw;
    }
    .section_05 .kcs_heading{
        font-size: 8.205vw;
        margin-top: 0;
        line-height: 1.38;
        letter-spacing: 0;
        margin-bottom: 0;
        word-wrap: break-word;
        margin-left: -3vw;
        margin-right: -2vw;
    }
    .section_05 .kcs_bottom .kcs_blank{
        display: none;
    }
    .section_05 .kcs_bottom .kcs_item{
        padding-right: 0 !important;
        width: 100% !important;
        padding-bottom: 1.5vw;
    }
    .section_05 h3{
        margin: 0;
        font-size: 21.795vw;
        padding-bottom: 2.7vw;
        line-height: 1.1;
        margin-bottom: 4.5vw;
    }
    .section_05 .kcs_text{
        font-size: 4.103vw;
        letter-spacing: 0.037em;
        padding-right: 0vw;
        line-height: 1.65;
    }
    .section_05 .kcs_bottom{
        width:100%;
        margin-right:0;
    }
    .section_05 .kcs_line_1{
        
    }
    .section_05 .kcs_line_2{
        padding-left: 0;
        margin-bottom: 3vw;
        margin-top: -1.2vw;
    }
}




/*
    Section 06
===========================*/
.section_06{
    padding-top: 6.8vw;
    padding-bottom: 0;
    padding-left: 7vw;
    padding-right: 7vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
    position: relative;
}
.section_06 .section_inner{
    display: flex;
    flex-wrap: wrap;
}
.section_06 .kcs_left{
    width: 43%;
    position: relative;
    z-index: 1;
}
.section_06 .kcs_right{
    width: 57%;
    padding-left: 0vw;
    padding-top: 8.6vw;
}
.section_06 span.kcs_img{
    position: relative;
    display: block;
    height: 59.5vw;
    margin-left: 4.9vw;
    margin-top: -1vw;
    margin-bottom: -9.7vw;
}
.section_06 img.kcs_img{
    
}
.section_06 span.kcs_img:before{
    content:" ";
    background-size: cover;
    position: absolute;
    top: 4%;
    left: 9%;
    width: 78%;
    height: 87%;
    z-index: 0;
    border-radius: 4vw;
    background-position: center;
}
.section_06 span.kcs_img:after{
    content:" ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(mobile-mockup.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
}
.section_06 .kcs_img img{
    border-radius: 1.5vw;
}
.section_06 .kcs_svg{
    margin-left: 8.9vw;
    margin-bottom: 1.3vw;
}
.section_06 .kcs_svg svg{
    height: auto;
    width: 1.3vw;
}
.section_06 .kbutton{
    margin-left: 4.1vw;
}
.section_06 .kcs_text{
    margin-left: 12.1vw;
    margin-right: 10vw;
    margin-bottom: 2.7vw;
}
.section_06 .kcs_heading{
    margin-left: 12.1vw;
    margin-top: 1.7vw;
    margin-bottom: 1.9vw;
    z-index: 2;
    position: relative;
}
.section_06.no_image .kcs_right{
    text-align: center;
    width: 100%;
    justify-content: center;
}
.section_06.no_image .kcs_heading{
    text-align: center;
}
.section_06.no_image .kcs_svg{
    margin-left: 0;
    width: 100%;
}
.section_06 .kcs_line_1{
    margin-left: -12vw;
    display: block;
}
.section_06 .kcs_line_2{
    display: block;
    margin-left: -6.2vw;
}
.section_06 .kcs_line_3{
     display: block;   
}
@media screen and (max-width: 767px){
    .section_06 {
        padding-bottom: 0vw;
        padding-left: 7.8vw;
        padding-right: 7.8vw;
        text-align: center;
        padding-top: 13.8vw;
    }
    .section_06 .section_inner{
        flex-flow: column-reverse;
        position: relative;
        z-index: 1;
    }
    .section_06 .kcs_right,
    .section_06 .kcs_left{
        width:100%;
        padding: 0;
    }
    .section_06 .kcs_heading{
        margin: 0;
        /* text-align: left; */
        margin-top: 0;
        font-size: 9.744vw;
        line-height: 1.2;
        letter-spacing: 0.0vw;
    }
    .section_06 .kcs_text{
        margin: 0;
        text-align: left;
        margin-top: 3.5vw;
        margin-left: 1.5vw;
        line-height: 1.68;
    }
    .section_06 span.kcs_img{
        margin: 0;
        border-radius: 0;
        margin-top: 4.5vw;
        height: 159.5vw;
        margin-left: 1vw;
    }
    .section_06 .kbutton{
        margin: 0;
        margin-top: 7.5vw;
    }
    .section_06 .kcs_svg{
        margin: 0;
        margin-top: 11.5vw;
    }
    .section_06 .kcs_svg svg{
        width: 6.5vw;
    }
    .section_06 .kcs_line_1{
        margin-left: -1vw;
    }
    .section_06 .kcs_line_2{
        margin-left: 9.8vw;
        margin-top: 0vw;
        line-height: 1.1;
    }
    .section_06 .kcs_line_3{
        padding-right: 0vw;
        margin-left: 11vw;
    }
    .section_06 span.kcs_img:before{
        left: 10.2%;
    }
    .section_06 span.kcs_img:after{
        left: 0;
        top: 0;
    }
    .section_06:before{
        content:"";
        position: absolute;
        z-index: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 37vw;
        background-color: #FEFAF7;
    }
}


/*
    Section 07
===========================*/
.section_07{
    padding-top: 13.4vw;
    padding-left: 7.3vw;
    padding-right: 7.3vw;
    padding-bottom: 5.6vw;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
    position:relative;
}
.section_07:after{
    content:"";
    position:absolute;
    width:100%;
    height: 13vw;
    z-index: 0;
    left: 0;
    bottom: 0;
}
.section_07 .section_inner{
    position: relative;
    z-index: 1;
}
.section_07 .kcs_heading{
    line-height: 1.35;
    margin-bottom: 0;
    position:relative;
    z-index:1;
    letter-spacing: -0.04vw;
}
.section_07 .kcs_line_1{
    display: block;
    line-height: 1;
    margin-left: 0;
    padding-right: 25vw;
}
.section_07 .kcs_line_2{
    display: block;
    line-height: 1;
    margin-right: 0;
    margin-top: 0.3vw;
    margin-bottom: 3vw;
    padding-left: 10vw;
}
.section_07_slider {
    position:
    relative;
    z-index:1;
    height: 24.583vw;
    border: 1px solid;
    border-radius: 1.563vw;
    background-color: #F2EFEA;
}
.section_07_slider.slick-initialized{
    height:unset;
}
.section_07 .kcs_text p{
    margin-bottom:1.5rem;
}
.section_07 .kcs_item{
    display: flex;
    flex-wrap: wrap;
}
.section_07 .kcs_content{
    width: 50.5%;
    padding-left: 5.2vw;
    padding-top: 6.1vw;
    padding-right: 5.6vw;
    padding-bottom: 5.6vw;
}
.section_07 .kcs_image{
    width: 49.5%;
    background-size: cover;
    border-radius: 1.563vw;
}
.section_07 .kcs_subheading{
    border-bottom: solid 1px;
    letter-spacing: 0;
    line-height: 1.12;
    padding-bottom: 1.1vw;
    margin-bottom: 2.2vw;
    font-size: 2.917vw;
}
.section_07 .slick-prev:before, 
.section_07 .slick-next:before,
.section_07 .slick-dots li button,
.section_07 .slick-dots li:before{
    display:none;
}
.section_07 .slick-dots li{
    margin: 0;
    padding: 0;
    width: 0.573vw;
    height: 0.573vw;
    border: 1px solid #000;
    border-radius: 100%;
    margin-left: 1vw;
    margin-right: 1vw;
    box-sizing: content-box;
}
.section_07 .slick-dots li.slick-active{
    background-color:#000;
}
.section_07 .slick-prev, 
.section_07 .slick-next{
    width: 5.208vw;
    height: 5.208vw;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}
.section_07 .slick-prev svg, 
.section_07 .slick-next svg{
    width: 100%;
    height:auto;
}
.section_07 .slick-prev{
    left: -2.6vw;
} 
.section_07 .slick-next{
    right: -2.6vw;
}
.section_07 .slick-dots{
    bottom: -4.9vw;
}
.section_07 .kcs_quote{
    font-family: 'gopher_display';
    font-size: 14.688vw;
    z-index: 2;
    position: absolute;
    top: 2.5vw;
    left: 9.3vw;
    line-height: 1;
}

.section_07 .kcs_item.image_false .kcs_content{
    width: 100%;
    text-align: center;
    padding-left: 10.6vw;
    padding-right: 10.6vw;
}

@media screen and (max-width: 767px){
    .section_07{
        /* border-top:0; */
        padding-top: 6vw;
        padding-left: 8vw;
        padding-right: 8vw;
        text-align: left;
        background-size: 100%;
        border-bottom: 0;
        background-position: center bottom;
        padding-bottom: 17.3vw;
        background-repeat: no-repeat;
    }
    .section_07 .kcs_line_1{
        /* margin-left: -34vw; */
        padding-right: 31vw;
    }
    .section_07 .kcs_line_2{
        /* margin-right: -21vw; */
        margin-top: 1vw;
        margin-bottom: 6.5vw;
        padding-left: 14vw;
    }
    .section_07_slider{
        border-radius: 5.128vw;
        height: 200vw;
    }
    
    .section_07 .section_inner{
        padding:0;
        padding-top: 0vw;
        /* min-height: 177vw; */
    }
    .section_07 .kcs_heading{
        margin-bottom: 0;
        font-size: 9.744vw;
        line-height: 1.20;
    }
    .section_07 .kcs_item{
        width:100%;
    }
    .section_07 .kcs_content{
        width: 100%;
        order: 2;
        padding-left: 6.5vw;
        padding-top: 7.1vw;
        padding-right: 6.5vw;
        padding-bottom: 13.3vw;
    }
    .section_07 .kcs_image{
        border-radius: 5.128vw;
        width: 100%;
        order: 1;
        height: 56.5vw;
    }
    .section_07 .kcs_subheading{
        font-size: 7.179vw;
        letter-spacing: 0.01vw;
        padding-bottom: 5vw;
        margin-bottom: 4.5vw;
        line-height: 1.25;
    }
    .section_07 .kcs_text{
        line-height: 1.7;
        letter-spacing: 0.051em;
    }
    .section_07 .slick-dots li{
        width: 2.564vw;
        height: 2.564vw;
        margin-left: 4.5vw;
        margin-right: 4.5vw;
    }
    .section_07 .slick-dots{
        bottom: -15.9vw;
    }
    .section_07 .slick-prev, 
    .section_07 .slick-next{
        width: 13.256vw;
        height: 13.256vw;
        top: 56.5vw;
        z-index: 10;
        transform: translateY(-50%);
    }
    
    .section_07 .slick-prev{
        left: -7vw;
    } 
    .section_07 .slick-next{
        right: -7vw;
    }
    .section_07:after{
        height: 36vw;
    }
    .section_07 .slick-prev svg, 
    .section_07 .slick-next svg{
        width: 97%;
    }
}



/*
    Section 08
===========================*/
.section_08{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
    position: relative;
    padding-top: 6.1vw;
}
.section_08:before{
    content:" ";
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    top: 6.1vw;
    height: calc(100% - 11.1vw);
}
.section_08:after{
    content:" ";
    position: absolute;
    z-index: 1;
    width: 17vw;
    height: 22.7vw;
    top: 0;
    right: 0;
}
.section_08 .section_inner{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.section_08 .kcs_left{
    width: 36%;
    background-size: cover;
    min-height: 42.5vw;
    background-position: center;
}
.section_08 .kcs_center{
    width: 43%;
    padding: 5vw 4vw 9vw 5vw;
}
.section_08 .kcs_right{
    width: 21%;
    padding-top: 0;
    padding-right: 4vw;
    padding-bottom: 4vw;
}
.section_08 .kcs_right img{
    border: solid 2px #000;
    margin-top: -2.5vw;
}
.section_08 .kcs_heading{
    margin-top: 1.6vw;
    margin-left: -11.9vw;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}
.section_08 .kcs_heading2{
    margin-top: 2.6vw;
    letter-spacing: 0.15em;
    margin-bottom: 0;
    /* font-family: 'codecpro'; */
    font-family: Libre Franklin;
}
.section_08 .kcs_text{
    margin-top: 1.8vw;
    margin-bottom: 0;
    margin-right: 0vw;
}
.section_08 .kbutton{
    margin-top: 3vw;
}
.section_08 .kcs_text p{
    margin-bottom: 2em;
}

@media screen and (max-width: 767px){
    .section_08{
        text-align: center;
        padding-top: 0;
    }
    .section_08 .kcs_center{
        width:100%;
        order: 2;
        padding-bottom: 1vw;
        padding-left: 8vw;
        padding-right: 8vw;
    }
    .section_08 .kcs_heading{
        margin:0;
        margin-top: 7vw;
        text-align: left;
        font-size: 10.256vw;
        margin-bottom: 6vw;
        letter-spacing: -0.04em;
    }
    .section_08 .kcs_right{
        width:100%;
        padding: 0;
        order: 1;
    }
    .section_08 .kcs_right img{
        border-width: 1px;
        margin-left: 10.2vw;
        margin-right: 10.2vw;
        margin-top: 0;
        width: 79.5vw;
    }
    .section_08 .kcs_heading2{
        margin-top: 17.3vw;
        letter-spacing: 0.05em;
        text-align: left;
    }
    .section_08 .kcs_text{
        margin: 0;
        margin-top: 5.2vw;
        margin-left: 0;
        margin-right: 0;
        line-height: 1.57;
        text-align: left;
    }
    .section_08 .kcs_left_img_holder{
        position: relative;
        padding-right: 0;
        padding-bottom: 0;
    }
    .section_08 .kcs_left_img_holder:after{
        content:" ";
        width: 43.8%;
        height: 57.5%;
        position: absolute;
        z-index: 1;
        right: -8vw;
        bottom: 0;
    }

   .section_08 .kcs_left_img{
    padding-top: 2vw;
    position: relative;
    z-index: 0;
    padding-right: 19.5vw;
    }
    .section_08 .kcs_right_img{
    border: solid 1px #000;
    margin-top: -44vw;
    margin-left: 50vw;
    position: absolute;
    z-index: 2;
    width: 37vw;
    }
}



/*
    Section 09
===========================*/
.section_09{
    padding-top: 7.15vw;
    /* border-top: solid 2px; */
    padding-bottom: 3vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
}
.section_09 .kcs_heading{
    margin-bottom: 0.1vw;
    text-align: center;
    padding-left: 8vw;
    padding-right: 8vw;
}
.section_09 .kcs_heading_line_1{
    display: block;
}
.section_09 .kcs_heading_line_2{
    display: block;
}
.section_09 .kcs_heading_line_3{
    display: block;    
    }
.section_09 .kcs_subheading{
        font-size: 1.250vw;
        font-weight: 400;
        letter-spacing: 0.07vw;
        line-height: 1.5;
        margin-bottom: 4.1vw;
        text-align: center;
        padding-left: 8vw;
        padding-right: 8vw;
        font-family: 'codecpro';
        font-family: Libre Franklin;
}
.section_09_slider{
    margin-bottom: 33.5vw !important;
    margin-top: 7.6vw;
}
.section_09 h3{
    margin-bottom: 1.7vw;
}
.section_09 h4{
    margin-bottom: 2.3vw;
    font-weight: bold;
}
.section_09 .kcs_grids{
    /* border-top: 2px solid; */
    /* border-bottom: 2px solid; */
    /* display: flex; */
}
.section_09 .kcs_grid{
    padding: 3.2vw 7.3vw 5.6vw 7.3vw;
    /* border-right: 2px solid; */
    display: flex;
    flex-wrap: wrap;
}
.section_09 .kcs_video{
    width: 49.5%;
}
.section_09 .kcs_content{
    width: 50.5%;
    padding-left: 8vw;
    padding-top: 2.3vw;
    padding-bottom: 2.3vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section_09 .kcs_text{
    font-family: 'clash-display';
    font-size: 1.979vw;
    letter-spacing: 0vw;
    line-height: 1.4;
    margin-bottom: 2vw;
    position:relative;
    font-family: "degular-display",sans-serif;
    font-weight: 500;
}
.section_09 .kcs_name{
    letter-spacing: 0.09vw;
    font-family: 'codecpro';
    font-family: Libre Franklin;
}
.section_09 .kcs_text_quote1{
    position: absolute;
    left: -1vw;
    top: 0;
}
.section_09 .kcs_grid:nth-child(even) .kcs_video{
    order: 2;
}
.section_09 .kcs_grid:nth-child(even) .kcs_content{
    order: 1;
    padding-right: 8vw;
    padding-left: 0;
}
.section_09 .kcs_grid.no_media .kcs_video{
    display: none;
}
.section_09 .kcs_grid.no_media .kcs_content{
    padding: 0;
    text-align: center;
    width: 100%;
    padding-top: 2.3vw;
    padding-bottom: 2.3vw;
    padding-left: 8vw;
    padding-right: 8vw;
}
.section_09 .kcs_grid.no_media .kcs_text_quote1{
    position: relative;
    left: unset;
    top: unset;
}
@media screen and (max-width: 767px){
    .section_09{
        /* border-top-width: 1px; */
        /* border-bottom: 1px solid; */
        padding-top: 16vw;
        padding-bottom: 3vw;
    }
    .section_09 .kcs_heading{
        margin-left: 0vw;
        font-size: 9.744vw;
        line-height: 1.2;
        margin-bottom: 0;
        padding-left: 4vw;
    }
    .section_09 h3{
        margin-bottom: 4.7vw;
    }
    .section_09 h4{
        font-size: 4.8vw;
        margin-bottom: 7vw;
    }
    .section_09 .kcs_text{
        padding-left: 0;
        padding-right: 0;
        font-size: 6.154vw;
        letter-spacing: 0;
        /* font-weight: normal; */
        /* font-family: 'codecpro'; */
        margin-bottom: 9.2vw;
        line-height: 1.25;
    }
    .section_09 .kcs_name{
        font-size: 4.103vw;
        line-height: 1.2;
        letter-spacing: 0.2vw;
    }
    .section_09 .kcs_subheading{
        font-size: 4.615vw;
        padding-left: 9vw;
        padding-right: 9vw;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-family: Libre Franklin;
    }
    .section_09 .kcs_grid{
        padding: 0;
        padding-bottom: 20vw;
    }
    .section_09 .kcs_video{
        width: 100%;
        margin-bottom: 6.8vw;
        order: unset !important;
    }
    .section_09 .kcs_content{
        width: 100%;
        padding-left: 8vw !important;
        padding-top: 2.7vw !important;
        padding-bottom: 2.3vw !important;
        padding-right: 3vw !important;
        order: unset !important;
        text-align: left !important;
    }
    .section_09 .kcs_text_quote1{
        left: -4vw;
    }
    .section_09 .kcs_grids{
        padding-top: 7.5vw;
    }
    .section_09 .kcs_grid.no_media .kcs_text_quote1{
        position: absolute;
        left: -4vw;
        top: 0;
    }
    .section_09 .kcs_heading_line_1{
        
    }
    .section_09 .kcs_heading_line_2{
        padding-left: 4.5vw;
    }
    .section_09 .kcs_heading_line_3{
        padding-right: 1.5vw;
        margin-bottom: 5.5vw;
    }
    .section_09 .kcs_grid:last-child{
        padding-bottom:10vw
    }
}


/*
    Section 10
===========================*/
.section_10{
    padding-left: 10.7vw;
    padding-right: 10.7vw;
    padding-bottom: 5.05vw;
    padding-top: 9vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
    position: relative;
}
.section_10::after{
    content:"";
    position: absolute;
    width: 100%;
    height: 10vw;
    left: 0;
    bottom: 0;
}
.section_10 .section_inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 1;
    position: relative;
}
.section_10 .kcs_top{
    width: 100%;
}
.section_10 .kcs_bottom{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.section_10 .kcs_heading{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3.8vw;
}
.section_10 .kcs_heading2{
    margin-top: 0vw;
    margin-left: 28.5vw;
    margin-bottom: 4.25vw;
}
.section_10 .kcs_img_1{
    width: 100%;
}
.section_10 .kcs_img_2{
    width: 100%;
}
.section_10 .kcs_text{
    margin-top: 3.7vw;
    margin-left: 0.88vw;
    margin-right: 2vw;
}
.section_10 .kcs_text ul li{
    padding-left: 1.9vw;
}
.section_10 .kcs_text ul li:before{
    top: 0.6vw;
    transform: unset;
}
.section_10 .kbutton{
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    min-width: 14vw;
    padding-left: 1vw;
    padding-right: 1vw;
    text-align: center;
}
.section_10 .kcs_item {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    position: relative;
}
.section_10 .kcs_box {
    width: 100%;
    border: 1px solid;
    flex-grow: 1;
    padding-bottom: 4.9vw;
}
.section_10 h3{
    text-align: center;
    font-size: 1.458vw;
    font-family: 'clash-display';
    font-weight: normal;
    padding-top: 0.95vw;
    padding-bottom: 0.75vw;
    margin-bottom: 1.4vw;
    font-family: 'Konstant Grotesk';
}
.section_10 h4{
     font-weight: normal;
     font-family: 'codecpro';
     font-size: 2.11vw;
     display: inline-block;
     letter-spacing: 0.208vw;
     margin-bottom: 0;
     margin-bottom: 1.4vw;
     font-family: 'Konstant Grotesk';
}
.section_10 h5{
    text-align: center;
    font-size: 1.042vw;
    font-weight: normal;
    font-family: 'codecpro';
    margin-top: -0.5vw;
    letter-spacing: 0.05vw;
    line-height: 1.3;
    margin-bottom: 2.2vw;
    margin-top: 0.1vw;
    font-family: Libre Franklin;
}
.section_10 h6{
     font-weight: normal;
     font-family: 'codecpro';
     font-size: 1.1vw;
     display: inline-block;
     transform: translateY(-0.6vw);
}
.section_10 .kcs_price_holder{
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: flex-start; */
    text-align: center;
    position: relative;
    margin-bottom: 0vw;
}
.section_10 .kcs_deal{
    background-color: #FAF8F7;
    font-family: 'codecpro';
    font-size: 0.833vw;
    position: absolute;
    top: 0.1vw;
    right: -2.1vw;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
    padding-top: 0.5vw;
    padding-bottom: 0.4vw;
    letter-spacing: 0px;
    line-height: 1;
    font-family: Libre Franklin;
}
.section_10 article{
    padding-left: 4vw;
    letter-spacing: 0.05vw;
    font-size: 0.938vw;
    padding-right: 3vw;
    font-family: 'codecpro';
    line-height: 1.1;
    font-family: Libre Franklin;
}
.section_10 article ul li{
    margin-bottom: 1.2vw;
}
.section_10 article ul li:before{
    top: 0vw;
}
@media screen and (max-width: 767px){
    .section_10{
        padding-top: 16.0vw;
        padding-left: 7.6vw;
        padding-right: 7.6vw;
    }
    .section_10 .kcs_heading{
        margin: 0;
        font-size: 8.462vw;
        text-align: left;
        font-size: 9.544vw;
    }
    .section_10 .kcs_heading2{
        font-size: 9.544vw;
        margin: 0;
        margin-top: 1.1vw;
        margin-bottom: 8.7vw;
        text-align: right;
        margin-right: 1vw;
    }
    .
    .section_10 .kcs_text{
        margin-top: 13.1vw;
        margin-left: 0;
        line-height: 1.59;
    }
    .section_10 .kbutton{
        width: auto;
        padding-top: 4.3vw;
        bottom: 12vw;
        padding-bottom: 4.2vw;
        min-width: 60vw;
    }
    .section_10 .kcs_item{
        padding: 0;
        width: 100%;
        display: block;
    }
    .section_10 .kcs_bottom{
        flex-wrap: wrap;
    }
    .section_10 .kcs_box{
        padding-bottom: 26vw;
        margin-bottom: 7vw;
    }
    .section_10 h3{
        font-size: 7.179vw;
        padding-top: 4vw;
        padding-bottom: 2.3vw;
        margin-bottom: 8.4vw;
    }
    .section_10 h4{font-size: 9.231vw;}
    .section_10 h5{font-size: 4.103vw;margin-top: -1vw;margin-bottom: 7.7vw;letter-spacing: 0.05em;}
    .section_10 h6{font-size: 5.1vw;transform: translateY(-2.8vw);}
    .section_10 .kcs_price_holder{margin-bottom: 1.1vw;}
    .section_10 .kcs_deal{font-size: 3.077vw;right: -4.8vw;top: 1.5vw;padding-left: 4.25vw;padding-right: 4.25vw;padding-top: 2.0vw;padding-bottom: 1.5vw;}
    .section_10 article{font-size: 4.103vw;text-align: center;letter-spacing: 0.2vw;padding-left: 12vw;padding-right: 12vw;padding-bottom: 0vw;}
    .section_10 article ul{
        display: inline-block;
    }
    .section_10 article ul li{margin-bottom: 4.2vw;padding-left: 5.3vw;text-align: left;}
    .section_10 article ul li:before{top: 1vw;border: 0;left: -2vw;top: 0.55vw;}
    .section_10::after{
        height: 35vw;
    }
}



/*
    Section 11
===========================*/
.section_11{
    text-align: center;
    border-style: solid;
    border-width: 0;
    border-top: solid 2px;
    border-bottom: 2px solid;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}
.section_11 .section_inner{
    display: flex;
    flex-wrap: wrap;
}
.section_11 .kcs_left{
    width: 65.9%;
    border-right: 2px solid;
    padding: 4.1vw 7.3vw 4.8vw 6.7vw;
}
.section_11 .kcs_box{
    border-radius: 100%;
    min-height: 51.7vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-left: 2vw;
    padding-right: 2vw;
}
.section_11 .kcs_heading{
    margin-bottom: 1.5vw;
    line-height: 1.41;
}
.section_11 .kcs_text{
    margin-left: 7vw;
    margin-right: 7vw;
}
.section_11 .kcs_text p{
    margin-bottom: 2.3vw;
    font-weight: 500;
}
.section_11 .kcs_text p.fspt-20{
    margin-bottom: 1.45vw;
}
.section_11 .kbutton{
    margin-top: 1.2vw;
}
.section_11 .kcs_right {
    width: 34.1%;
    background-size: cover;
}

@media screen and (max-width: 767px){
    .section_11{
        border-top-width:1px;
        border-bottom-width:1px;
    }
    .section_11 .kcs_left{
        width: 100%;
        border-right: 0;
        padding: 0;
        position:
        relative;
        padding-top: 12vw;
        padding-bottom: 10vw;
        padding-left: 11vw;
        padding-right: 11vw;
    }
    .section_11 .kcs_box{
        padding: 0;
        border-radius: 0;
        position: relative;
        z-index: 1;
    }
    .section_11 .kcs_left:after{
        content: " ";
        position:
        absolute;
        width:210.256vw;
        height:210.256vw;
        left: -52.564vw;
        top: 14.5vw;
        border-radius: 100%;
        z-index: 0;
    }
    .section_11 .kcs_heading{
        font-size: 8.462vw;
        margin-top: 15.3vw;
        margin-bottom: 6.5vw;
    }
    .section_11 .kcs_text{
        margin-left: 0vw;
        margin-right: 0vw;
        line-height: 1.56;
    }
    .section_11 .kcs_text p{
        margin-bottom: 9.3vw;
    }
    .section_11 .kcs_text p.fspt-20{
        font-size: 4.103vw;
        letter-spacing: 0.3vw;
        margin-bottom: 4.5vw;
    }
    .section_11 .kbutton{
        margin-top: 5.2vw;
    }
    .section_11 .kcs_img {
        padding-top: 15.3vw;
        padding-left: 14.3vw;
        padding-right: 14.3vw;
        padding-bottom: 5.3vw;
    }
}



/*
    Section 12
===========================*/
.section_12{
    padding-left: 16vw;
    padding-right: 16.3vw;
    padding-top: 4.9vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
}
.section_12 .kcs_text{
    display:
    none;
    padding-top: 0.7vw;
    padding-left: 2vw;
    padding-right: 4vw;
    padding-bottom: 0.7vw;
}
.section_12 .kcs_text.active{
    display:block;
}
.section_12 .section_inner{
    /* border-left: 2px solid; */
}
.section_12 .kcs_heading{
    border-bottom: solid 2px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1.2vw;
    padding-right: 0;
    margin: 0;
}
.section_12 .kcs_items{
    padding: 3.6vw 0vw 5.95vw 0vw;
}
.section_12 .kcs_item{
    margin-bottom: 1.8vw;
}
.section_12 .kcs_item h4{
    letter-spacing: 0.055vw;
    position: relative;
    padding-left: 2.1vw;
    letter-spacing: 0.1vw;
    margin-bottom: 0.8vw;
    font-family: Libre Franklin;
}
.section_12 .kcs_item h4 em{
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}
.section_12 .kcs_heading_line_1{
   display:block; 
}
.section_12 .kcs_heading_line_2{
   display:block; 
}
.section_12 .kcs_heading_line_3{
   display:block; 
}
.section_12 .kcs_heading_line_4{
   display:block;  
}

@media screen and (max-width: 768px){
    .section_12{
        padding: 0;
        border-bottom-width: 1px;
    }
    .section_12 .section_inner{
        border:0;
    }
    .section_12 .kcs_heading{
        padding-bottom: 3.5vw;
        text-align: left;
        font-size: 9.744vw;
        padding-top: 6.1vw;
        line-height: 1.2;
        margin-left: 7.8vw;
        margin-right: 7.8vw;
    }
    .section_12 .kcs_items{
        padding: 12vw 6.4vw 5.4vw 6.4vw;
    }
    .section_12 .kcs_item h4{
        font-size: 4.103vw;
        padding-left: 8.3vw;
        letter-spacing: 0.45vw;
        padding-right: 1vw;
        line-height: 1.55;
        margin-bottom: 6.6vw;
    }
    .section_12 .kcs_text{
        padding-top: 0.1vw;
        padding-left: 8.8vw;
        padding-right: 2vw;
        padding-bottom: 0.7vw;
        line-height: 1.57;
    }
    .section_12 .kcs_item h4 em{
        font-size: 5.128vw;
        top: -0.513vw;
    }
    .section_12 .kcs_item{
        margin-bottom: 4.9vw;
    }
}

/*
    Section 12
===========================*/
.section_13{
    padding-left: 12.1vw;
    padding-right: 12.1vw;
    padding-top: 5.76vw;
    text-align: center;
    padding-bottom: 3.64vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-style: solid;
    border-width: 0;
}
.section_13 .section_inner{}
.section_13 .kcs_top{}
.section_13  h2{
    margin-bottom: 0px;
    padding-bottom: 4.24vw;
}
.section_13 .kcs_bottom{
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}
.section_13 .kcs_bottom .col{
    width: 33.33%;
    display: flex;
    position: relative;
    padding-top: 0.54vw;
    padding-bottom: 0.12vw;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
}
.section_13 .col:after{
    content:"";
    background-color: #000;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.section_13 .kcs_bottom h4{
    letter-spacing: -0.03vw;
    padding-bottom: 1.6vw;
    margin-bottom: 0px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    width: 100%;
}
.section_13 .kcs_text{
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 1.8;
}
.section_13 .kcs_bottom .col.last{}
.section_13 .col.last:after{
    content:"";
    display: none;
}
.section_13 .kcs_bottom .col:last-child:after{
    display: none;
}
@media screen and (min: 768px){
    .section_13 .kcs_bottom .col:nth-child(3n):after{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .section_13{padding-left: 7.4vw;padding-right: 7.4vw;padding-top: 14.5vw;text-align: left;padding-bottom: 10vw;}
    .section_13 .section_inner{}
    .section_13 .kcs_top{}
    .section_13  h2{font-size: 9.744vw;padding-bottom: 7.1vw;margin-left: -0.1vw;margin-right: -2vw;}
    .section_13 .kcs_bottom{display: block;justify-content: unset;align-items: unset;}
    .section_13 .kcs_bottom .col{width: 100%;padding-top: 0.54vw;padding-bottom: 2.8vw;margin-bottom: 10.8vw;display: block;}
    .section_13 .col:after{top: unset;right: 0px;width: 100%;height: 1px;bottom: 0vw;}
    .section_13 .kcs_bottom h4{padding-bottom: 6vw;margin-bottom: 0px;padding-left: 0vw;padding-right: 0vw;letter-spacing: -0.3vw;}
    .section_13 .kcs_text{padding-left: 0.2vw;padding-right: 5vw;line-height: 1.7;}
    .section_13 .kcs_bottom .col.last{
        margin-bottom: 0px;
        padding-bottom: 4.2vw;
    }
    .section_13 .kcs_bottom .col:last-child{
        margin-bottom:0;
    }
}

/*
    Footer
===========================*/
.footer--stacked .footer__block{
    margin: 0 0;
}
.footer__content{
    padding: 1.6vw 0 1.8vw 0;
}
.copyright{
    letter-spacing: 0.05vw;
}
.copyright a{
    font-weight: 500;
    text-decoration: underline;
}
@media screen and (max-width: 768px){
    .copyright{
        letter-spacing: 0.03em;
        font-size: 2.9vw;
    }
    .footer__content{
        padding: 6.6vw 0 6.6vw 0;
    }
}