/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/

/* font-family:'termina'; */
@font-face {
    font-family: 'Lato';
    src: url('lato-light.woff2') format('woff2'),
        url('lato-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('lato-bold.woff2') format('woff2'),
        url('lato-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('raleway-bold.woff2') format('woff2'),
        url('raleway-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('raleway-regular.woff2') format('woff2'),
        url('raleway-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
    GLOBAL FONT STYLE
===============================================*/
body {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.35px;
    color: #fbf6f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 20px;
}

h1 {
    font-family: 'Raleway';
    font-size: 62px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    color: #fbf6f2;
}

h2 {
    font-family: Raleway;
    font-size: 46px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
}

h6 {
    font-family: 'termina';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

br[m] {
    display: none;
}

@media screen and (max-width: 550px) {
    br[m] {
        display: unset;
    }

    br[d] {
        display: none;
    }
}

.mobile_only {
    display: none;
}

.pf4_button {
    text-decoration: none;
    display: inline-block;
    margin: 0;
    background-color: #2d131300;
    opacity: 1;
    padding: 8px 0px 8px 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2.4px;
    color: #333333;
    line-height: 1.4;
    transition: all 0.5s ease;
}

.pf4_button span {
    position: relative;
    z-index: 1;
    padding-right: 49px;
    display: inline-block;
    transition: all 0.5s ease;
}

.pf4_button span:before {
    content: "";
    position: absolute;
    background-image: url(mkk-arrow-right-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    width: 36px;
    height: 36px;
    top: -23px;
    right: 0px;
}

.pf4_button:hover {
    color: #000;
}

.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;
}

.pf4_button:hover span {
    transform: translateX(5px);
}

/*
    Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
    position: relative;
}

.full-bg-holder>* {
    position: relative;
    z-index: 1;
}

.full-left-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #F5F5F5;
    opacity: 0;
}

.full-left-bg.active {
    opacity: 1;
}


/*
    Globals --> Full right BG
-----------------------------*/
.full-right-bg {
    position: absolute;
    z-index: 0;
    height: 100%;

    width: 100%;
    right: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #859CAC;
    opacity: 0;
}

.full-right-bg.active {

    opacity: 1;
}


/*
    Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
    display: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    background-color: #859CAC;
}

.full-bg-mobile.active {
    opacity: 1;
}

.mkk_img_in {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}

@media screen and (max-width: 1280px) {
    .mkk_img_in {
        display: none !important;
    }

    .mkk_img_in {
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 5;
    }
}

/*
  Global Font Variable Size
-----------------------------*/
/*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px) {
    body {
        font-size: 1.25vw;
        letter-spacing: 0.027vw;
    }

    h1 {
        font-size: 4.844vw;
    }

    h2 {
        font-size: 3.594vw;
    }

    h6 {
        font-size: 1.094VW;
        letter-spacing: 0.094vw;
    }

    .pf4_button {
        padding: 0.625vw 0vw 0.625vw 0vw;
        font-size: 0.938vw;
        letter-spacing: 0.188vw;
    }

    .pf4_button span {
        padding-right: 3.828vw;
    }

    .pf4_button span:before {
        width: 2.813vw;
        height: 2.813vw;
        top: -1.797vw;
        right: 0vw;
    }
}

@media screen and (max-width: 1140px) {
    body {
        font-size: 1.45vw;
    }

    h6 {
        font-size: 1vw;
    }

    .pf4_button span {
        padding-right: 42px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 1.85vw;
    }

    h1 {
        font-size: 5.5vw;
    }

    h2 {
        font-size: 3.7vw;
    }

    h6 {
        font-size: 1.4vw;
    }

    .pf4_button {
        font-size: 1.35vw;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 480px) {
    body {
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.4px;
        z-index: 44;
        z-index: 44 !important;
    }

    h1 {
        font-size: 36px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.03;
        letter-spacing: -1px;
    }

    h2 {
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
    }

    h6 {
        font-size: 6px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.95;
        letter-spacing: 2.5px;
    }

    .pf4_button {
        font-size: 10px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: 1.88px;
    }

    .pf4_button span:before {
        width: 26px;
        height: 26px;
        top: -16px;
        right: 0px;
    }
}



/* 
=======================================
  Site Header Section
=========================================*/
.mkk_header {
    padding-top: 19px;
    padding-bottom: 23px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    /* background-color: #fff; */
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
}

.mkk_header .section_inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mkk_logo_image {
    width: 158px;
}

.mkk_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.mkk_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mkk_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 44px;
    padding-right: 41px;
    padding-top: 10px;
}

.mkk_header_right li a {
    text-align: right;
    color: #000000;
    position: relative;
    display: block;
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.34px;
    line-height: 1.24;
    text-transform: uppercase;
}

/*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px) {
    .mkk_header {
        padding-top: 1.484vw;
        padding-bottom: 1.797vw;
        padding-left: 6.3vw;
        padding-right: 4.1vw;
        width: 100%;
    }

    .mkk_header .section_inner {
        width: 100%;
    }

    .mkk_logo_image {
        width: 12.344vw;
    }

    .mkk_header_right li {
        padding-left: 3.438vw;
        padding-right: 3.203vw;
        padding-top: 0.781vw;
    }

    .mkk_header_right li a {
        font-size: 0.938vw;
        letter-spacing: 0.105vw;
    }
}

@media screen and (max-width: 1140px) {}

@media screen and (max-width: 1024px) {
    .mkk_header {
        padding-top: 2.484vw;
        padding-bottom: 2.563vw;
        padding-left: 8.3vw;
        padding-right: 6.1vw;
    }


    .mkk_logo_image {
        width: 17.344vw;
    }

    .mkk_header_right li a {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 480px) {
    .mkk_header {
        padding-top: 19px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 24px;
    }

    .mkk_logo_image {
        width: 145px;
    }
}

/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 28px;
    width: 23px;
    display: block;
    position: absolute;
    top: 19px;
    right: 6.6vw;
    background-image: url(close2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 40px;
    display: block;
    background-color: #000;
    height: 5px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 25px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -5px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    /* background: #fff; */
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    background-color: #7B8C91;
    vertical-align: top;
}

.responsive_header {
    width: 100%;
    display: block;
    position: relative;
    background-color: #FFF;
    padding-top: 2.45vw;
    padding-bottom: 2.3vw;
    padding-left: 8.3vw;
    padding-right: 6.1vw;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu-close {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0;
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
    text-align: left;
}

.responsive-menu ul:first-of-type {
    padding-top: 111px;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 91px;
    text-align: left;
    display: block;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
    display: block;
    text-decoration: none;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    border: 0;
    margin: 0;
    margin-bottom: 44px;
    font-family: 'Lato';
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.responsive-menu:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    top: 72px;
    left: 0;
}

.mkk_logo_responsive img {
    width: auto;
}

.responsive-menu ul:last-of-type li {
    padding: 0 12.2vw;
}

.responsive-menu ul:last-of-type li a img {
    height: 25px;
}

.responsive-menu .social_link {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
    display: none;
}

.responsive-menu .social_link ul {
    display: flex;
    flex-wrap: wrap;
}

.responsive-menu .social_link ul li {
    padding: 0 0vw;
}

.responsive-menu .social_link ul li a {
    padding-left: 0;
    padding-right: 13px;
}

.responsive-menu .social_link ul li img {
    height: 30px !important;
}

@media (max-width: 768px) {
    .mkk_header_right ul {
        display: none;
    }

    .responsive-menu-hand {
        display: block;
        width: 32px;
        height: 18px;
        background-image: url(menu.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 2px;
    }
}

@media (max-width: 550px) {
    .responsive_header {
        padding-top: 19px;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-right: 24px;
    }

    .mkk_logo_responsive img {
        width: 144px;
    }
}



/* footer */
.mkk_s7 {
    position: relative;
    z-index: 1;
    background-color: #686360;
}

.mkk_s7_top {
    width: 100%;
    text-align: center;
    padding-top: 63px;
    padding-bottom: 35px;
}

.mkk_s7_top .section_inner {
    width: 1080px;
}

.mkk_s7_top_in {
    width: 100%;
}

.mkk_s7_top_in article h6 {
    color: #fbf6f2;
    letter-spacing: 1.3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.mkk_s7_top_in article h6 a {
    color: #fbf6f2;
}

.mkk_s7_top_in article h2 {
    color: #fbf6f2;
    margin-left: 2px;
}

.mkk_s7_middle {
    background-color: #686360;
    padding-top: 0px;
}

.mkk_s7_middle .section_inner {
    width: 1292px;
    width: 100%;
}

.mkk_s7_middle_in {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    margin-left: 0px;
}

.mkk_s7_middle_in_item {
    display: block;
    padding-right: 8px;
    margin: 0px auto;
    width: 20%;
}

.mkk_s7_middle_in_item:last-child {
    margin-right: -7px;
}

.mkk_s7_middle_in_item a img {
    width: 100%;
    max-width: unset;
    display: block;
}

.mkk_s7_bottom {
    width: 100%;
    background-color: #dcd7d1;
    padding-top: 25px;
    padding-bottom: 2px;
}

.mkk_s7_bottom .section_inner {
    width: 1080px;
}

.mkk_s7_bottom article {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 22px;
}

.mkk_s7_bottom article p {
    font-family: 'Raleway';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.33px;
    color: #333333;
    text-transform: uppercase;
}

.mkk_s7_bottom article p a {
    color: #333333;
}

.mkk_s7_bottom article p .divider {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    padding-right: 17px;
}

.mkk_s7_bottom article p .divider:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #333333;
    top: -13px;
    left: 54%;
}

.mkk_s7_bottom article p .bu_art {
    display: inline-block;
    position: relative;
    padding-left: 23px;
}

.mkk_s7_bottom article p .bu_art:before {
    content: "";
    position: absolute;
    background-image: url(mkk-arrow-right-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    width: 16px;
    height: 16px;
    top: -12px;
    right: 0px;
}

/*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px) {

    .mkk_s7_top {
        width: 100%;
        padding-top: 4.922vw;
        padding-bottom: 2.734vw;
    }

    .mkk_s7_top .section_inner {
        width: 84.375vw;
    }

    .mkk_s7_top_in {
        width: 100%;
    }


    .mkk_s7_top_in article h6 {
        letter-spacing: 0.102vw;
        margin-left: 0.234vw;
        margin-bottom: 0.234vw;
    }

    .mkk_s7_top_in article h2 {
        margin-left: 0.156vw;
    }

    .mkk_s7_middle {
        padding-top: 0vw;
    }

    .mkk_s7_middle .section_inner {
        width: 100%;
        margin-left: -0.078vw;
    }

    .mkk_s7_middle_in {
        width: 100%;
        margin-left: 0vw;
    }

    .mkk_s7_bottom {
        width: 100%;
        padding-top: 1.953vw;
        padding-bottom: 0.156vw;
    }

    .mkk_s7_bottom .section_inner {
        width: 84.375vw;
    }

    .mkk_s7_bottom article {
        width: 100%;
        margin-left: 1.719vw;
    }

    .mkk_s7_bottom article p {
        font-size: 1.016vw;
        letter-spacing: 0.026vw;
    }

    .mkk_s7_bottom article p .divider {
        padding-left: 1.328vw;
        padding-right: 1.328vw;
    }

    .mkk_s7_bottom article p .divider:before {
        height: 1.406vw;
        top: -1.016vw;
        left: 54%;
    }

    .mkk_s7_bottom article p .bu_art {
        padding-left: 1.797vw;
    }

    .mkk_s7_bottom article p .bu_art:before {
        width: 1.25vw;
        height: 1.25vw;
        top: -0.938vw;
        right: 0vw;
    }
}

@media screen and (max-width: 1140px) {}

@media screen and (max-width: 1024px) {

    .mkk_s7_middle_in_item:last-child {
        margin-right: -0.547vw;
    }

    .mkk_s7_bottom article p {
        font-size: 1.2vw;
    }

    .mkk_s7_bottom article p .divider:before {
        top: -1.6vw;
        height: 2vw;
    }

    .mkk_s7_bottom article p .bu_art {
        padding-left: 2.797vw;
    }

    .mkk_s7_bottom article p .bu_art:before {
        width: 1.5vw;
        height: 1.5vw;
        top: -1.3vw;
        right: 0vw;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 480px) {
    .mkk_s7_top {
        padding-top: 38px;
        padding-bottom: 41px;
    }

    .mkk_s7_top_in article h6 {
        font-size: 9.5px;
        letter-spacing: 1.1px;
        margin-bottom: 7px;
    }

    .mkk_s7_top_in article h2 {
        letter-spacing: 0px;
        margin-bottom: -2.3vw;
        margin-top: -2px;
        font-size: 6.95vw;
    }


    .mkk_s7_middle .section_inner {
        margin-left: -1.5px;
        width: 100.7%;
    }


    .mkk_s7_middle_in_item {
        width: 33.33%;
        padding-right: 1.5px;
        padding-left: 1.5px;
    }

    .mkk_s7_middle_in_item:nth-child(4) {
        display: none;
    }

    .mkk_s7_middle_in_item:nth-child(5) {
        display: none;
    }

    .mkk_s7_bottom {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .mkk_s7_bottom article p {
        font-size: 2.6vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: 0.55px;
        margin-bottom: 11px;
    }

    .mkk_s7_bottom article p .divider {
        display: none;
    }

    .mkk_s7_bottom article p .bu_art {
        padding-left: 28px;
    }

    .mkk_s7_bottom article p .bu_art:before {
        width: 13px;
        height: 13px;
        top: -13px;
    }
}

































/* ------------------------------------
Contact Page CSS here >>>>>>>>>>>>>>>>>> */

/* global */
.desktop_only {
    display: block;
}

br.m {
    display: none !important;
}

@media (max-width: 500px) {
    br.m {
        display: block !important;
    }
}

/*
  Section 01
=========================================*/
.mkc_s1{
    background-color: #7B8C91;
}
.mkc_s1 .section_inner{
    width: 1280px;
}
.mkc_s1_left{
    position: relative;
    width: 55%;
    padding-top: 230px;
    padding-left: 171px;
    padding-right: 95px;
    padding-bottom: 190px;
}
.mkc_s1_left_art1{
    position: absolute;
    background-color: #fbf6f2;
    left: 80px;
    bottom: 0px;
    width: 1px;
    height: 100%;
    z-index: 0;
}
.mkc_s1_left_art2{
    position: absolute;
    z-index: 1;
    border: solid 1px #fbf6f2;
    border-radius: 100%;
    right: -97px;
    top: -47px;
    width: 811px;
    height: 811px;
}
.mkc_s1_left_in{
    position: relative;
    z-index: 1;
}
.mkc_s1_left_in article{}
.mkc_s1_left_in article h6{
    color: #ebe6df;
    font-size: 12px;
    margin-bottom: 29px;
}
.mkc_s1_left_in article h6 br{}
.mkc_s1_left_in article h6 .m{}
.mkc_s1_left_in article h1{
    color: #fbf6f2;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
}
.mkc_s1_left_in article h1 br{}
.mkc_s1_left_in article h1 .m{}
.mkc_s1_left_in article p{
    color: #fbf6f2;
    letter-spacing: 0.56px;
}
.mkc_s1_left_in article p br{}
.mkc_s1_left_in article p .m{}
.mkc_s1_right{
    width: 45%;
}
.mkc_s1_right_img{}
.mkc_s1_right_img_in{
    background-size: cover;
}
.mkc_s1_right_img .mobile_only{
    display: none;
    opacity: 0;
}
/*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px){
    .mkc_s1{}
    .mkc_s1 .section_inner{
        width: 100vw;
    }
    .mkc_s1_left{
        width: 55%;
        padding-top: 17.969vw;
        padding-left: 13.359vw;
        padding-right: 7.422vw;
        padding-bottom: 14.844vw;
    }
    .mkc_s1_left_art1{
        left: 6.25vw;
        bottom: 0vw;
    }
    .mkc_s1_left_art2{
        border-radius: 100%;
        right: -7.578vw;
        top: -3.672vw;
        width: 63.359vw;
        height: 63.359vw;
    }
    .mkc_s1_left_in{}
    .mkc_s1_left_in article{}
    .mkc_s1_left_in article h6{
        font-size: 0.938vw;
        margin-bottom: 2.266vw;
    }
    .mkc_s1_left_in article h6 br{}
    .mkc_s1_left_in article h6 .m{}
    .mkc_s1_left_in article h1{
        letter-spacing: 0.031vw;
        margin-bottom: 2.5vw;
    }
    .mkc_s1_left_in article h1 br{}
    .mkc_s1_left_in article h1 .m{}
    .mkc_s1_left_in article p{
        letter-spacing: 0.044vw;
    }
    .mkc_s1_left_in article p br{}
    .mkc_s1_left_in article p .m{}
    .mkc_s1_right{
        width: 45%;
    }
    .mkc_s1_right_img{}
    .mkc_s1_right_img_in{}
    .mkc_s1_right_img .mobile_only{}
}
@media screen and (max-width: 1140px){
    .mkc_s1{}
    .mkc_s1 .section_inner{}
    .mkc_s1_left{
    padding-right: 2.422vw;
    padding-left: 11.359vw;
}
    .mkc_s1_left_art1{}
    .mkc_s1_left_art2{}
    .mkc_s1_left_in{}
    .mkc_s1_left_in article{}
    .mkc_s1_left_in article h6{
    font-size: 1vw;
}
    .mkc_s1_left_in article h6 br{}
    .mkc_s1_left_in article h6 .m{}
    .mkc_s1_left_in article h1{
    font-size: 3.828vw;
}
    .mkc_s1_left_in article h1 br{}
    .mkc_s1_left_in article h1 .m{}
    .mkc_s1_left_in article p{}
    .mkc_s1_left_in article p br{}
    .mkc_s1_left_in article p .m{}
    .mkc_s1_right{}
    .mkc_s1_right_img{}
    .mkc_s1_right_img_in{}
    .mkc_s1_right_img .mobile_only{}
}
@media screen and (max-width: 1024px){
    .mkc_s1{}
    .mkc_s1 .section_inner{}
    .mkc_s1_left{
    width: 60%;
    padding-right: 3.1vw;
    padding-bottom: 9vw;
    padding-top: 12vw;
}
    .mkc_s1_left_art1{}
    .mkc_s1_left_art2{}
    .mkc_s1_left_in{}
    .mkc_s1_left_in article{}
    .mkc_s1_left_in article h6{
    font-size: 1.4vw;
}
    .mkc_s1_left_in article h6 br{}
    .mkc_s1_left_in article h6 .m{}
    .mkc_s1_left_in article h1{
    font-size: 3.828vw;
}
    .mkc_s1_left_in article h1 br{}
    .mkc_s1_left_in article h1 .m{}
    .mkc_s1_left_in article p{}
    .mkc_s1_left_in article p br{
    display: none;
}
    .mkc_s1_left_in article p .m{}
    .mkc_s1_right{
    width: 40%;
}
    .mkc_s1_right_img{}
    .mkc_s1_right_img_in{
}
    .mkc_s1_right_img .mobile_only{
}
}
@media screen and (max-width: 768px){
.mkc_s1{
    padding-top: 0vw;
}
    .mkc_s1 .section_inner{
    width: 100%;
}
    .mkc_s1_left{
    width: 100%;
    padding: 0vw;
    padding-left: 16vw;
    padding-top: 11.533vw;
    padding-bottom: 8.133vw;
    padding-right: 10.4vw;
}
    .mkc_s1_left_art1{
    left: 9.067vw;
}
    .mkc_s1_left_art2{
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: -5vw;
    width: 110vw;
    height: 110vw;
}
    .mkc_s1_left_in{}
    .mkc_s1_left_in article{}
    .mkc_s1_left_in article h6{
    padding-left: 0.391vw;
    margin-bottom: 2.604vw;
    font-size: 1.8vw;
    letter-spacing: 0.094vw;
}
    .mkc_s1_left_in article h6 br{}
    .mkc_s1_left_in article h6 .m{}
    .mkc_s1_left_in article h1{
    margin-bottom: 2.734vw;
    font-size: 5.5vw;
    letter-spacing: normal;
    line-height: 1.22;
}
    .mkc_s1_left_in article h1 br{}
    .mkc_s1_left_in article h1 .m{}
    .mkc_s1_left_in article p{
    line-height: 1.5;
    letter-spacing: 0.059vw !important;
    font-size: 1.85vw;
}
    .mkc_s1_left_in article p br{}
    .mkc_s1_left_in article p .m{}
    .mkc_s1_right{
    width: 100%;
    padding: 0vw;
}
    .mkc_s1_right_img{}
    .mkc_s1_right_img_in{
    display: none;
}
    .mkc_s1_right_img .mobile_only{
    display: block;
    opacity: 1;
    }
}
@media screen and (max-width: 550px){
.mkc_s1{
    padding-top: 0vw;
}
    .mkc_s1 .section_inner{
    width: 100%;
}
    .mkc_s1_left{
    width: 100%;
    padding: 0vw;
    padding-left: 16vw;
    padding-top: 20.533vw;
    padding-bottom: 14.133vw;
    padding-right: 10.4vw;
}
    .mkc_s1_left_art1{
    left: 9.067vw;
}
    .mkc_s1_left_art2{
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: -4.8vw;
    width: 111.733vw;
    height: 112vw;
}
    .mkc_s1_left_in{}
    .mkc_s1_left_in article{}
    .mkc_s1_left_in article h6{
    font-size: 2.133vw;
    line-height: 1.38;
    letter-spacing: 0.213vw;
    padding-left: 0.8vw;
    margin-bottom: 5.333vw;
}
    .mkc_s1_left_in article h6 br{}
    .mkc_s1_left_in article h6 .m{}
    .mkc_s1_left_in article h1{
    font-size: 10.933vw;
    line-height: 1.05;
    letter-spacing: normal;
    margin-bottom: 5.6vw;
}
    .mkc_s1_left_in article h1 br{}
    .mkc_s1_left_in article h1 .m{}
    .mkc_s1_left_in article p{
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.12vw !important;
}
    .mkc_s1_left_in article p br{}
    .mkc_s1_left_in article p .m{}
    .mkc_s1_right{
    width: 100%;
    padding: 0vw;
}
    .mkc_s1_right_img{}
    .mkc_s1_right_img_in{
    display: none;
}
    .mkc_s1_right_img .mobile_only{
    display: block;
    opacity: 1;
    }
}
/*
  Section 02
=========================================*/
.mkc_s2{
    background-color: #333333;
    position: relative;
    z-index: 2;
    padding-top: 94px;
    padding-bottom: 74px;
}
.mkc_s2 .section_inner{
    width: 1291px;
}
.mkc_s2_title{
    width: 100%;
    text-align: center;
    padding-bottom: 49px;
    padding-left: 150px;
    padding-right: 150px;
}
.mkc_s2_title h6{
    color: #fbf6f2;
    font-size: 12px;
}
.mkc_s2_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 46px;
}
.mkc_s2_content_item{
    width: 33.33%;
    padding-bottom: 45px;
}
.mkc_s2_content_item .number{
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}
.mkc_s2_content_item .number:before{
    content:"";
    position: absolute;
    height: 1px;
    width: 50%;
    background-color: #fbf6f2;
    left: 0px;
    top: 50%;
    z-index: -1;
}
.mkc_s2_content_item:nth-last-child(3n+3) .number:before{
    left: inherit;
    right: 0px;
}
.mkc_s2_content_item:nth-last-child(3n+2) .number:before{
    width: 100%;
}
.mkc_s2_content_item .number span{
    background-color: #333333;
    z-index: 1;
    position: relative;
    display: inline-block;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    border: 1px solid #FFFF;
}
.mkc_s2_content_item .number span strong{
    font-family: 'termina';
    font-size: 12px;
    font-weight: 500;
    line-height: 66px !important;
    letter-spacing: 1.2px;
    color: #fbf6f2;
}
.mkc_s2_content_item h2{
    color: #fbf6f2;
    font-size: 36px;
    line-height: 1.24;
    padding-left: 50px;
    padding-right: 50px;
}
.mkc_s2_content_item h2 br{}
.mkc_s2_content_item h2 .m{}
.mkc_s2_bottom{
    width: 100%;
    text-align: center;
}
.mkc_s2_bottom article{}
.mkc_s2_bottom article h6{
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 2.4px;
    color: #fbf6f2;
    margin-bottom: 6px;
}
.mkc_s2_bottom article h6 br{}
.mkc_s2_bottom article h6 .m{}
.mkc_s2_bottom article p{
    color: #fbf6f2;
    letter-spacing: 0.56px;
}
.mkc_s2_bottom article p br{}
.mkc_s2_bottom article p .m{}
/*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px){
    .mkc_s2{
        padding-top: 7.344vw;
        padding-bottom: 5.781vw;
    }
    .mkc_s2 .section_inner{
        width: 100.859vw;
    }
    .mkc_s2_title{
        padding-bottom: 3.828vw;
        padding-left: 11.719vw;
        padding-right: 11.719vw;
    }
    .mkc_s2_title h6{
        font-size: 0.938vw;
    }
    .mkc_s2_content{
        padding-bottom: 3.594vw;
    }
    .mkc_s2_content_item{
        width: 33.33%;
        padding-bottom: 3.516vw;
    }
    .mkc_s2_content_item .number{
        margin-bottom: 3.516vw;
    }
    .mkc_s2_content_item .number:before{
        width: 50%;
        left: 0vw;
        top: 50%;
    }
    .mkc_s2_content_item:nth-last-child(3n+3) .number:before{
        right: 0vw;
    }
    .mkc_s2_content_item:nth-last-child(3n+2) .number:before{
        width: 100%;
    }
    .mkc_s2_content_item .number span{
        width: 5vw;
        height: 5vw;
    }
    .mkc_s2_content_item .number span strong{
        font-size: 0.938vw;
        line-height: 5.156vw !important;
        letter-spacing: 0.094vw;
    }
    .mkc_s2_content_item h2{
        font-size: 2.813vw;
        padding-left: 3.906vw;
        padding-right: 3.906vw;
    }
    .mkc_s2_content_item h2 br{}
    .mkc_s2_content_item h2 .m{}
    .mkc_s2_bottom{}
    .mkc_s2_bottom article{}
    .mkc_s2_bottom article h6{
        font-size: 0.938vw;
        letter-spacing: 0.188vw;
        margin-bottom: 0.469vw;
    }
    .mkc_s2_bottom article h6 br{}
    .mkc_s2_bottom article h6 .m{}
    .mkc_s2_bottom article p{
        letter-spacing: 0.044vw;
    }
    .mkc_s2_bottom article p br{}
    .mkc_s2_bottom article p .m{}
}
@media screen and (max-width: 1140px){
    .mkc_s2{}
    .mkc_s2 .section_inner{}
    .mkc_s2_title{}
    .mkc_s2_title h6{
    font-size: 1vw;
}
    .mkc_s2_content{}
    .mkc_s2_content_item{}
    .mkc_s2_content_item .number{}
    .mkc_s2_content_item .number:before{}
    .mkc_s2_content_item:nth-last-child(3n+3) .number:before{}
    .mkc_s2_content_item:nth-last-child(3n+2) .number:before{}
    .mkc_s2_content_item .number span{}
    .mkc_s2_content_item .number span strong{}
    .mkc_s2_content_item h2{
    font-size: 3vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
}
    .mkc_s2_content_item h2 br{}
    .mkc_s2_content_item h2 .m{}
    .mkc_s2_bottom{}
    .mkc_s2_bottom article{}
    .mkc_s2_bottom article h6{
    font-size: 1vw;
}
    .mkc_s2_bottom article h6 br{}
    .mkc_s2_bottom article h6 .m{}
    .mkc_s2_bottom article p{}
    .mkc_s2_bottom article p br{}
    .mkc_s2_bottom article p .m{}
}
@media screen and (max-width: 1024px){
    .mkc_s2{}
    .mkc_s2 .section_inner{}
    .mkc_s2_title{}
    .mkc_s2_title h6{
    font-size: 1.4vw;
}
    .mkc_s2_content{}
    .mkc_s2_content_item{
    margin-bottom: 42px;
}
    .mkc_s2_content_item .number{}
    .mkc_s2_content_item .number:before{}
    .mkc_s2_content_item:nth-last-child(3n+3) .number:before{}
    .mkc_s2_content_item:nth-last-child(3n+2) .number:before{}
    .mkc_s2_content_item .number span{
    width: 6vw;
    height: 6vw;
}
    .mkc_s2_content_item .number span strong{
    font-size: 1.4vw;
    line-height: 6.5vw !important;
}
    .mkc_s2_content_item h2{
    font-size: 3vw;
}
    .mkc_s2_content_item h2 br{}
    .mkc_s2_content_item h2 .m{}
    .mkc_s2_bottom{}
    .mkc_s2_bottom article{}
    .mkc_s2_bottom article h6{
    font-size: 1.4vw;
}
    .mkc_s2_bottom article h6 br{}
    .mkc_s2_bottom article h6 .m{}
    .mkc_s2_bottom article p{}
    .mkc_s2_bottom article p br{}
    .mkc_s2_bottom article p .m{}
}
@media screen and (max-width: 768px){
.mkc_s2{
    padding-top: 11.2vw;
    padding-bottom: 10.933vw;
}
    .mkc_s2 .section_inner{
    width: 100%;
    padding-left: 12.8vw;
    padding-right: 12.8vw;
}
    .mkc_s2_title{
    padding-bottom: 5.867vw;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .mkc_s2_title h6{
    padding-left: 0.8vw;
    font-size: 1.8vw;
    letter-spacing: 0.094vw;
}
    .mkc_s2_content{}
    .mkc_s2_content_item{
    width: 100%;
    border-bottom: 0.267vw solid #FBF6F2;
    padding-bottom: 2.867vw;
    margin-bottom: 8vw;
}
.mkc_s2_content_item:last-child{
    
border-bottom: none;
    
padding-bottom: 0vw;
    
margin-bottom: 10.133vw;
}
    .mkc_s2_content_item .number{
    margin-bottom: 2.4vw;
}
    .mkc_s2_content_item .number:before{
    display: none;
}
    .mkc_s2_content_item:nth-last-child(3n+3) .number:before{}
    .mkc_s2_content_item:nth-last-child(3n+2) .number:before{}
    .mkc_s2_content_item .number span{
    width: 9vw;
    height: 9vw;
}
    .mkc_s2_content_item .number span strong{
    line-height: 9vw !important;
    font-size: 1.8vw;
}
    .mkc_s2_content_item h2{
    font-size: 4vw;
    line-height: 1.24;
    letter-spacing: 0.16vw;
    padding: 0vw;
}
    .mkc_s2_content_item h2 br{
    display: none;
}
    .mkc_s2_content_item h2 .m{}
    .mkc_s2_bottom{}
    .mkc_s2_bottom article{}
    .mkc_s2_bottom article h6{
    font-size: 2vw;
    letter-spacing: 0.693vw;
    margin-bottom: 2.133vw;
    line-height: 1.7;
    margin-left: 0.8vw;
}
    .mkc_s2_bottom article h6 br{}
    .mkc_s2_bottom article h6 .m{}
    .mkc_s2_bottom article p{
    line-height: 1.5;
    letter-spacing: 0.059vw !important;
    font-size: 1.85vw;
}
    .mkc_s2_bottom article p br{}
    .mkc_s2_bottom article p .m{}
}
@media screen and (max-width: 550px){
.mkc_s2{
    padding-top: 15.2vw;
    padding-bottom: 18.933vw;
}
    .mkc_s2 .section_inner{
    width: 100%;
    padding-left: 12.8vw;
    padding-right: 12.8vw;
}
    .mkc_s2_title{
    padding-bottom: 5.867vw;
    padding-left: 0vw;
    padding-right: 0vw;
}
    .mkc_s2_title h6{
    font-size: 1.6vw;
    letter-spacing: 0.64vw;
    padding-left: 0.8vw;
}
    .mkc_s2_content{}
    .mkc_s2_content_item{
    width: 100%;
    border-bottom: 0.267vw solid #FBF6F2;
    padding-bottom: 1.867vw;
    margin-bottom: 11.2vw;
}
.mkc_s2_content_item:last-child{
    
border-bottom: none;
    
padding-bottom: 0vw;
    
margin-bottom: 10.133vw;
}
    .mkc_s2_content_item .number{
    margin-bottom: 6.4vw;
}
    .mkc_s2_content_item .number:before{
    display: none;
}
    .mkc_s2_content_item:nth-last-child(3n+3) .number:before{}
    .mkc_s2_content_item:nth-last-child(3n+2) .number:before{}
    .mkc_s2_content_item .number span{
    width: 12.8vw;
    height: 12.8vw;
}
    .mkc_s2_content_item .number span strong{
    font-size: 2vw;
    line-height: 12.8vw !important;
}
    .mkc_s2_content_item h2{
    font-size: 6.667vw;
    line-height: 1.24;
    letter-spacing: 0.16vw;
    padding: 0vw;
}
    .mkc_s2_content_item h2 br{
    display: none;
}
    .mkc_s2_content_item h2 .m{}
    .mkc_s2_bottom{}
    .mkc_s2_bottom article{}
    .mkc_s2_bottom article h6{
    font-size: 2.4vw;
    letter-spacing: 0.693vw;
    margin-bottom: 2.133vw;
    line-height: 1.7;
    margin-left: 0.8vw;
}
    .mkc_s2_bottom article h6 br{}
    .mkc_s2_bottom article h6 .m{}
    .mkc_s2_bottom article p{
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.107vw!important;
}
    .mkc_s2_bottom article p br{}
    .mkc_s2_bottom article p .m{}
}
/*
  Section 03
=========================================*/
.mkc_s3{
    background-color: #FBF6F2;
    padding-top: 114px;
    padding-bottom: 114px;
}
.mkc_s3 .section_inner{
    width: 932px;
}
.mkc_s3_header{
    width: 100%;
    text-align: center;
    padding-bottom: 53px;
}
.mkc_s3_header article{}
.mkc_s3_header article h6{
    color: #333333;
    font-size: 12px;
    margin-bottom: 19px;
}
.mkc_s3_header article h6 br{}
.mkc_s3_header article h6 .m{}
.mkc_s3_header article h2{
    color: #333333;
    margin-bottom: 34px;
}
.mkc_s3_header article h2 br{}
.mkc_s3_header article h2 .m{}
.mkc_s3_header article p{
    color: #333333;
    letter-spacing: 0.56px;
}
.mkc_s3_header article p br{}
.mkc_s3_header article p .m{}
.mkc_s3_header article p strong{
    font-weight: bold;
}


.mkc_s3_form input[type=text], .mkc_s3_form input[type=email], textarea{
    width: 100%;
    padding: 19px 35px 23px 35px;
    margin: 0px 0px 29px 0px;
    display: inline-block;
    background: #FBF6F2;
    border: solid 1px #cbcbcb;
    border-radius: 0px;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.45px;
    text-align: left;
    color: #333333;
}
.mkc_s3_form input[type=text]:focus , .mkc_s3_form input[type=email]:focus, textarea:focus{
  background-color: #ddd0;
  outline: none;
}

.mkc_s3_form input[type=text], .mkc_s3_form input[type=email]{}
.mkc_s3_form form label{
    font-family: "termina" !important;
    font-size: 12px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    padding-left: 1px;
}
.mkc_s3_form form label{
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    bottom: 1px;
}

.mkc_s3_form{
    width: 100%;
}
.mkc_s3_form .ln9_form_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}
.mkc_s3_form form div{
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
}

.mkc_s3_form form .text-field{}
.mkc_s3_form form .text-field label{}
.mkc_s3_form form .text-field label strong{}
.mkc_s3_form form .text-field input[type=text]{}

.mkc_s3_form form .email-field{}
.mkc_s3_form form .email-field label{}
.mkc_s3_form form .email-field label strong{}
.mkc_s3_form form .email-field input[type=email]{}

.mkc_s3_form form .text-area-field{
    width: 100%;
}
.mkc_s3_form form .text-area-field label{}
.mkc_s3_form form .text-area-field label strong{}
.mkc_s3_form form .text-area-field textarea{
    padding: 19px 35px 15px 35px;
    resize: none;
    overflow: auto;
    background-color: #FBF6F2;
    height: 176px;
    border-radius: 0px;
      font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333333;
}

.mkc_s3_form form .mkc_s3_form_btn_holder{
    width: 100%;
    text-align: center;
    padding: 0px;
    padding-top: 44px;
}
.mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button{
    box-shadow: none;
    text-align: center;
}
.mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button span{
    padding-right: 63px;
    margin-bottom: -1px;
}
.mkc_s3_form form button[type=submit]{
    border: none;
}


.mkc_s3_form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333333;
}
.mkc_s3_form form input::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333333;
  }
.mkc_s3_form form input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333333;
  }
.mkc_s3_form form input:-moz-placeholder { /* Firefox 18- */
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333333;
  }



.mkc_s3_form form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333333;
}
.mkc_s3_form form textarea::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333333;
  }
.mkc_s3_form form textarea:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333333;
  }
.mkc_s3_form form textarea:-moz-placeholder { /* Firefox 18- */
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  text-align: left;
  color: #333333;
  }
  /*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px){
    .mkc_s3{
        padding-top: 8.906vw;
        padding-bottom: 8.906vw;
    }
    .mkc_s3 .section_inner{
        width: 72.813vw;
    }
    .mkc_s3_header{
        padding-bottom: 4.141vw;
    }
    .mkc_s3_header article{}
    .mkc_s3_header article h6{
        font-size: 0.938vw;
        margin-bottom: 1.484vw;
    }
    .mkc_s3_header article h6 br{}
    .mkc_s3_header article h6 .m{}
    .mkc_s3_header article h2{
        margin-bottom: 2.656vw;
    }
    .mkc_s3_header article h2 br{}
    .mkc_s3_header article h2 .m{}
    .mkc_s3_header article p{
        letter-spacing: 0.044vw;
    }
    .mkc_s3_header article p br{}
    .mkc_s3_header article p .m{}
    .mkc_s3_header article p strong{}


    .mkc_s3_form input[type=text], .mkc_s3_form input[type=email], textarea{
        width: 100%;
        padding: 1.484vw 2.734vw 1.797vw 2.734vw;
        margin: 0vw 0vw 2.266vw 0vw;
        border-radius: 0vw;
        font-size: 1.25vw;
        letter-spacing: 0.035vw;
    }
    .mkc_s3_form input[type=text]:focus , .mkc_s3_form input[type=email]:focus, textarea:focus{}

    .mkc_s3_form input[type=text], .mkc_s3_form input[type=email]{}
    .mkc_s3_form form label{
        font-size: 0.938vw;
        letter-spacing: 0.094vw;
        padding-left: 0.078vw;
    }
    .mkc_s3_form form label{
        padding-bottom: 1.172vw;
    }
    .mkc_s3_form{
        width: 100%;
    }
    .mkc_s3_form .ln9_form_in{}
    .mkc_s3_form form div{
        width: 50%;
        padding-left: 1.406vw;
        padding-right: 1.406vw;
    }

    .mkc_s3_form form .text-field{}
    .mkc_s3_form form .text-field label{}
    .mkc_s3_form form .text-field label strong{}
    .mkc_s3_form form .text-field input[type=text]{}

    .mkc_s3_form form .email-field{}
    .mkc_s3_form form .email-field label{}
    .mkc_s3_form form .email-field label strong{}
    .mkc_s3_form form .email-field input[type=email]{}

    .mkc_s3_form form .text-area-field{
        width: 100%;
    }
    .mkc_s3_form form .text-area-field label{}
    .mkc_s3_form form .text-area-field label strong{}
    .mkc_s3_form form .text-area-field textarea{
        padding: 1.484vw 2.734vw 1.172vw 2.734vw;
        height: 13.75vw;
         font-size: 1.25vw;
      letter-spacing: 0.035vw;
    }

    .mkc_s3_form form .mkc_s3_form_btn_holder{
        width: 100%;
        padding: 0vw;
        padding-top: 3.438vw;
    }
    .mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button{}
    .mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button span{
        padding-right: 4.922vw;
        margin-bottom: -0.078vw;
    }
    .mkc_s3_form form button[type=submit]{}


    .mkc_s3_form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      font-size: 1.25vw;
      letter-spacing: 0.035vw;
    }
    .mkc_s3_form form input::-moz-placeholder { /* Firefox 19+ */
      font-size: 1.25vw;
      letter-spacing: 0.035vw;
      }
    .mkc_s3_form form input:-ms-input-placeholder { /* IE 10+ */
      font-size: 1.25vw;
      letter-spacing: 0.035vw;
      }
    .mkc_s3_form form input:-moz-placeholder { /* Firefox 18- */
      font-size: 1.25vw;
      letter-spacing: 0.035vw;
      }



    .mkc_s3_form form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      font-size: 1.25vw;
      letter-spacing: 0.035vw;
    }
    .mkc_s3_form form textarea::-moz-placeholder { /* Firefox 19+ */
      font-size: 1.25vw;
      letter-spacing: 0.035vw;
      }
    .mkc_s3_form form textarea:-ms-input-placeholder { /* IE 10+ */
      font-size: 1.25vw;
      letter-spacing: 0.035vw;
      }
    .mkc_s3_form form textarea:-moz-placeholder { /* Firefox 18- */
      font-size: 1.25vw;
      letter-spacing: 0.035vw;
      }
}
@media screen and (max-width: 1140px){
    .mkc_s3{}
    .mkc_s3 .section_inner{
    width: 83vw;
}
    .mkc_s3_header{}
    .mkc_s3_header article{}
    .mkc_s3_header article h6{
    font-size: 1vw;
}
    .mkc_s3_header article h6 br{}
    .mkc_s3_header article h6 .m{}
    .mkc_s3_header article h2{
}
    .mkc_s3_header article h2 br{}
    .mkc_s3_header article h2 .m{}
    .mkc_s3_header article p{}
    .mkc_s3_header article p br{}
    .mkc_s3_header article p .m{}
    .mkc_s3_header article p strong{}


    .mkc_s3_form input[type=text], .mkc_s3_form input[type=email], textarea{
        font-size: 1.45vw;
    }
    .mkc_s3_form input[type=text]:focus , .mkc_s3_form input[type=email]:focus, textarea:focus{}

    .mkc_s3_form input[type=text], .mkc_s3_form input[type=email]{}
    .mkc_s3_form form label{
    font-size: 1vw;
}
    .mkc_s3_form form label strong{}
    .mkc_s3_form{}
    .mkc_s3_form .ln9_form_in{}
    .mkc_s3_form form div{}

    .mkc_s3_form form .text-field{}
    .mkc_s3_form form .text-field label{}
    .mkc_s3_form form .text-field label strong{}
    .mkc_s3_form form .text-field input[type=text]{}

    .mkc_s3_form form .email-field{}
    .mkc_s3_form form .email-field label{}
    .mkc_s3_form form .email-field label strong{}
    .mkc_s3_form form .email-field input[type=email]{}

    .mkc_s3_form form .text-area-field{}
    .mkc_s3_form form .text-area-field label{}
    .mkc_s3_form form .text-area-field label strong{}
    .mkc_s3_form form .text-area-field textarea{}

    .mkc_s3_form form .mkc_s3_form_btn_holder{}
    .mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button{}
    .mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button span{}
    .mkc_s3_form form button[type=submit]{}


    .mkc_s3_form form input::-webkit-input-placeholder {    font-size: 1.45vw; /* Chrome/Opera/Safari */}
    .mkc_s3_form form input::-moz-placeholder {    font-size: 1.45vw; /* Firefox 19+ */}
    .mkc_s3_form form input:-ms-input-placeholder {    font-size: 1.45vw; /* IE 10+ */}
    .mkc_s3_form form input:-moz-placeholder {    font-size: 1.45vw; /* Firefox 18- */}



    .mkc_s3_form form textarea::-webkit-input-placeholder {    font-size: 1.45vw; /* Chrome/Opera/Safari */}
    .mkc_s3_form form textarea::-moz-placeholder {    font-size: 1.45vw; /* Firefox 19+ */}
    .mkc_s3_form form textarea:-ms-input-placeholder {    font-size: 1.45vw; /* IE 10+ */}
    .mkc_s3_form form textarea:-moz-placeholder {    font-size: 1.45vw; /* Firefox 18- */}
}
@media screen and (max-width: 1024px){
    .mkc_s3{}
    .mkc_s3 .section_inner{}
    .mkc_s3_header{}
    .mkc_s3_header article{}
    .mkc_s3_header article h6{
    font-size: 1.4vw;
}
    .mkc_s3_header article h6 br{}
    .mkc_s3_header article h6 .m{}
    .mkc_s3_header article h2{}
    .mkc_s3_header article h2 br{}
    .mkc_s3_header article h2 .m{}
    .mkc_s3_header article p{}
    .mkc_s3_header article p br{}
    .mkc_s3_header article p .m{}
    .mkc_s3_header article p strong{}


    .mkc_s3_form input[type=text], .mkc_s3_form input[type=email], textarea{
        font-size: 1.55vw;
    }
    .mkc_s3_form input[type=text]:focus , .mkc_s3_form input[type=email]:focus, textarea:focus{}

    .mkc_s3_form input[type=text], .mkc_s3_form input[type=email]{}
    .mkc_s3_form form label{
    font-size: 1.15vw;
}
    .mkc_s3_form form label strong{}
    .mkc_s3_form{}
    .mkc_s3_form .ln9_form_in{}
    .mkc_s3_form form div{}

    .mkc_s3_form form .text-field{}
    .mkc_s3_form form .text-field label{}
    .mkc_s3_form form .text-field label strong{}
    .mkc_s3_form form .text-field input[type=text]{}

    .mkc_s3_form form .email-field{}
    .mkc_s3_form form .email-field label{}
    .mkc_s3_form form .email-field label strong{}
    .mkc_s3_form form .email-field input[type=email]{}

    .mkc_s3_form form .text-area-field{}
    .mkc_s3_form form .text-area-field label{}
    .mkc_s3_form form .text-area-field label strong{}
    .mkc_s3_form form .text-area-field textarea{
    height: 17.75vw;
    font-size: 1.55vw;
}

    .mkc_s3_form form .mkc_s3_form_btn_holder{
    padding-top: 1.438vw;
}
    .mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button{}
    .mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button span{}
    .mkc_s3_form form button[type=submit]{}


    .mkc_s3_form form input::-webkit-input-placeholder {font-size: 1.55vw; /* Chrome/Opera/Safari */}
    .mkc_s3_form form input::-moz-placeholder {font-size: 1.55vw; /* Firefox 19+ */}
    .mkc_s3_form form input:-ms-input-placeholder {font-size: 1.55vw; /* IE 10+ */}
    .mkc_s3_form form input:-moz-placeholder {font-size: 1.55vw; /* Firefox 18- */}



    .mkc_s3_form form textarea::-webkit-input-placeholder {font-size: 1.55vw; /* Chrome/Opera/Safari */}
    .mkc_s3_form form textarea::-moz-placeholder {font-size: 1.55vw; /* Firefox 19+ */}
    .mkc_s3_form form textarea:-ms-input-placeholder {font-size: 1.55vw; /* IE 10+ */}
    .mkc_s3_form form textarea:-moz-placeholder {font-size: 1.55vw; /* Firefox 18- */}
}
@media screen and (max-width: 768px){
.mkc_s3{
    padding-top: 8vw;
    padding-bottom: 9vw;
}
    .mkc_s3 .section_inner{
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
}
    .mkc_s3_header{
    padding-bottom: 7.733vw;
}
    .mkc_s3_header article{}
    .mkc_s3_header article h6{
    margin-bottom: 2vw;
    font-size: 1.8vw;
    letter-spacing: 0.094vw;
}
    .mkc_s3_header article h6 br{}
    .mkc_s3_header article h6 .m{}
    .mkc_s3_header article h2{
    margin-bottom: 2.333vw;
}
    .mkc_s3_header article h2 br{}
    .mkc_s3_header article h2 .m{}
    .mkc_s3_header article p{
    line-height: 1.5;
    letter-spacing: 0.059vw !important;
    font-size: 1.85vw;
}
    .mkc_s3_header article p br{}
    .mkc_s3_header article p .m{}
    .mkc_s3_header article p strong{}


    .mkc_s3_form input[type=text], .mkc_s3_form input[type=email], textarea{
    padding: 3vw 6vw 3vw 6vw;
    margin: 0vw 0vw 4vw 0vw;
    font-size: 2.2vw;
        letter-spacing: 0vw;
}
    .mkc_s3_form input[type=text]:focus , .mkc_s3_form input[type=email]:focus, textarea:focus{}

    .mkc_s3_form input[type=text], .mkc_s3_form input[type=email]{}
    .mkc_s3_form form label{
    font-size: 1.5vw;
}
    .mkc_s3_form form label{}
    .mkc_s3_form{}
    .mkc_s3_form .ln9_form_in{}
    .mkc_s3_form form div{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}

    .mkc_s3_form form .text-field{}
    .mkc_s3_form form .text-field label{
}
    .mkc_s3_form form .text-field label{
    padding-bottom: 1.733vw;
    margin-left: -0.267vw;
}
    .mkc_s3_form form .text-field input[type=text]{}

    .mkc_s3_form form .email-field{}
    .mkc_s3_form form .email-field label{}
    .mkc_s3_form form .email-field label{
    padding-bottom: 3.733vw;
    padding-bottom: 1.733vw;
}
    .mkc_s3_form form .email-field input[type=email]{}

    .mkc_s3_form form .text-area-field{}
    .mkc_s3_form form .text-area-field label{}
    .mkc_s3_form form .text-area-field label{
    padding-bottom: 3.733vw;
    padding-bottom: 1.733vw;
}
    .mkc_s3_form form .text-area-field textarea{
    padding: 4.533vw 7.2vw 0vw 7.2vw;
    height: 22.75vw;
    font-size: 2.2vw;
        letter-spacing: 0vw;
}

    .mkc_s3_form form .mkc_s3_form_btn_holder{
    padding-top: 2.133vw;
}
    .mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button{}
    .mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button span{
    padding-right: 5.469vw;
}
    .mkc_s3_form form button[type=submit]{}


    .mkc_s3_form form input::-webkit-input-placeholder {
        font-size: 2.2vw;
        letter-spacing: 0vw;
        /* Chrome/Opera/Safari */
        }
    .mkc_s3_form form input::-moz-placeholder {
        font-size: 2.2vw;
        letter-spacing: 0vw;
         /* Firefox 19+ */}
    .mkc_s3_form form input:-ms-input-placeholder {
        font-size: 2.2vw;
        letter-spacing: 0vw;
         /* IE 10+ */}
    .mkc_s3_form form input:-moz-placeholder {
        font-size: 2.2vw;
        letter-spacing: 0vw;
         /* Firefox 18- */}



    .mkc_s3_form form textarea::-webkit-input-placeholder {
        font-size: 2.2vw;
        letter-spacing: 0vw;
         /* Chrome/Opera/Safari */}
    .mkc_s3_form form textarea::-moz-placeholder {
        font-size: 2.2vw;
        letter-spacing: 0vw;
         /* Firefox 19+ */}
    .mkc_s3_form form textarea:-ms-input-placeholder {
        font-size: 2.2vw;
        letter-spacing: 0vw;
         /* IE 10+ */}
    .mkc_s3_form form textarea:-moz-placeholder {
        font-size: 2.2vw;
        letter-spacing: 0vw;
         /* Firefox 18- */}
}
@media screen and (max-width: 550px){
.mkc_s3{
    padding-top: 15.733vw;
    padding-bottom: 16.8vw;
}
    .mkc_s3 .section_inner{
    width: 100%;
    padding-left: 6.667vw;
    padding-right: 6.667vw;
}
    .mkc_s3_header{
    padding-bottom: 8vw;
}
    .mkc_s3_header article{}
    .mkc_s3_header article h6{
    font-size: 1.6vw;
    letter-spacing: 0.64vw;
    margin-bottom: 4vw;
}
    .mkc_s3_header article h6 br{}
    .mkc_s3_header article h6 .m{}
    .mkc_s3_header article h2{
    margin-bottom: 5.333vw;
}
    .mkc_s3_header article h2 br{}
    .mkc_s3_header article h2 .m{}
    .mkc_s3_header article p{
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.107vw!important;
}
    .mkc_s3_header article p br{}
    .mkc_s3_header article p .m{}
    .mkc_s3_header article p strong{}


    .mkc_s3_form input[type=text], .mkc_s3_form input[type=email], textarea{
    padding: 4.533vw 6.933vw 4.267vw 6.933vw;
    margin: 0vw 0vw 8vw 0vw;
    font-size: 3.467vw;
    letter-spacing: 0vw;
}
    .mkc_s3_form input[type=text]:focus , .mkc_s3_form input[type=email]:focus, textarea:focus{}

    .mkc_s3_form input[type=text], .mkc_s3_form input[type=email]{}
    .mkc_s3_form form label{
    font-size: 2vw;
    letter-spacing: 0.32vw;
}
    .mkc_s3_form form label{}
    .mkc_s3_form{}
    .mkc_s3_form .ln9_form_in{}
    .mkc_s3_form form div{
    width: 100%;
    padding-left: 0vw;
    padding-right: 0vw;
}

    .mkc_s3_form form .text-field{}
    .mkc_s3_form form .text-field label{
}
    .mkc_s3_form form .text-field label{
    padding-bottom: 3.467vw;
    margin-left: -0.267vw;
}
    .mkc_s3_form form .text-field input[type=text]{
}

    .mkc_s3_form form .email-field{}
    .mkc_s3_form form .email-field label{}
    .mkc_s3_form form .email-field label{
    padding-bottom: 3.733vw;
}
    .mkc_s3_form form .email-field input[type=email]{
    margin: 0vw 0vw 8.267vw 0vw;
}

    .mkc_s3_form form .text-area-field{}
    .mkc_s3_form form .text-area-field label{}
    .mkc_s3_form form .text-area-field label{
    padding-bottom: 3.733vw;
}
    .mkc_s3_form form .text-area-field textarea{
    padding: 4.8vw 7.2vw 3.733vw 7.2vw;
    height: 41.333vw;
     font-size: 3.467vw;
        letter-spacing: 0vw;
}

    .mkc_s3_form form .mkc_s3_form_btn_holder{
    padding-top: 2.133vw;
}
    .mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button{}
    .mkc_s3_form form .mkc_s3_form_btn_holder .pf4_button span{
    padding-right: 10.4vw;
}
    .mkc_s3_form form button[type=submit]{}


    .mkc_s3_form form input::-webkit-input-placeholder {
        font-size: 3.467vw;
        letter-spacing: 0vw;
        /* Chrome/Opera/Safari */
        }
    .mkc_s3_form form input::-moz-placeholder {
        font-size: 3.467vw;
        letter-spacing: 0vw;
         /* Firefox 19+ */}
    .mkc_s3_form form input:-ms-input-placeholder {
        font-size: 3.467vw;
        letter-spacing: 0vw;
         /* IE 10+ */}
    .mkc_s3_form form input:-moz-placeholder {
        font-size: 3.467vw;
        letter-spacing: 0vw;
         /* Firefox 18- */}



    .mkc_s3_form form textarea::-webkit-input-placeholder {
        font-size: 3.467vw;
        letter-spacing: 0vw;
         /* Chrome/Opera/Safari */}
    .mkc_s3_form form textarea::-moz-placeholder {
        font-size: 3.467vw;
        letter-spacing: 0vw;
         /* Firefox 19+ */}
    .mkc_s3_form form textarea:-ms-input-placeholder {
        font-size: 3.467vw;
        letter-spacing: 0vw;
         /* IE 10+ */}
    .mkc_s3_form form textarea:-moz-placeholder {
        font-size: 3.467vw;
        letter-spacing: 0vw;
         /* Firefox 18- */}
}
/*
  Section 04
=========================================*/
.mkc_s4{
    height: 504px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
}
/*
    Media 1280
-----------------------------*/
@media screen and (max-width: 1280px){
    .mkc_s4{
        height: 39.375vw;
    }
}
@media screen and (max-width: 1140px){
    .mkc_s4{}
}
@media screen and (max-width: 1024px){
    .mkc_s4{}
}
@media screen and (max-width: 768px){
    .mkc_s4{
    height: 53.867vw;
    }
}
@media screen and (max-width: 550px){
    .mkc_s4{
    height: 53.867vw;
    }
}